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