Adding a another variation of headline

This commit is contained in:
reverend 2020-08-01 00:08:07 +02:00
parent ac0951ba6e
commit afb1397f4a
2 changed files with 15 additions and 1 deletions

View File

@ -15,5 +15,13 @@
&--inline{ &--inline{
display: inline; display: inline;
} }
&--teaser{
font-family: $-primary-sans-serif-font;
color: $-secondary-color;
font-size: 1rem;
padding: 0px;
margin: 0px;
}
} }

View File

@ -9,6 +9,12 @@
"context": { "context": {
"modifier": "--main" "modifier": "--main"
} }
},
{
"name": "teaser",
"context": {
"modifier": "--teaser"
}
} }
] ]
} }