From afb1397f4a85c5aa2f3cd422fcaa33e713009f75 Mon Sep 17 00:00:00 2001 From: reverend Date: Sat, 1 Aug 2020 00:08:07 +0200 Subject: [PATCH] Adding a another variation of headline --- components/01_Atoms/headline/_headline.scss | 10 +++++++++- components/01_Atoms/headline/headline.config.json | 6 ++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/components/01_Atoms/headline/_headline.scss b/components/01_Atoms/headline/_headline.scss index 8b6949e..013ddf4 100644 --- a/components/01_Atoms/headline/_headline.scss +++ b/components/01_Atoms/headline/_headline.scss @@ -15,5 +15,13 @@ &--inline{ display: inline; - } + } + + &--teaser{ + font-family: $-primary-sans-serif-font; + color: $-secondary-color; + font-size: 1rem; + padding: 0px; + margin: 0px; + } } \ No newline at end of file diff --git a/components/01_Atoms/headline/headline.config.json b/components/01_Atoms/headline/headline.config.json index 77be02e..b998002 100644 --- a/components/01_Atoms/headline/headline.config.json +++ b/components/01_Atoms/headline/headline.config.json @@ -9,6 +9,12 @@ "context": { "modifier": "--main" } + }, + { + "name": "teaser", + "context": { + "modifier": "--teaser" + } } ] } \ No newline at end of file