Files
mixtape/zero.Backoffice.UI/app/styles/Modules/_headlines.scss
T
2022-01-05 13:28:09 +01:00

39 lines
542 B
SCSS

h2.ui-headline
{
font-family: var(--font);
margin: 0;
font-size: var(--font-size-xl);
font-weight: 700;
&.xl
{
font-size: var(--font-size-xl);
}
.-minor
{
font-size: var(--font-size);
color: var(--color-text-dim);
font-weight: 400;
}
}
h3.ui-headline
{
font-family: var(--font);
margin: 0;
font-size: var(--font-size-m);
font-weight: 700;
.-minor
{
display: block;
margin-top: 4px;
font-size: var(--font-size);
color: var(--color-text-dim);
font-weight: 400;
}
}