Files
mixtape/zero.Backoffice.UI/app/styles/Modules/_headlines.scss
T

39 lines
542 B
SCSS
Raw Normal View History

2020-04-06 23:48:28 +02:00
h2.ui-headline
{
2021-08-25 10:12:48 +02:00
font-family: var(--font);
2020-04-06 23:48:28 +02:00
margin: 0;
2022-01-05 13:28:09 +01:00
font-size: var(--font-size-xl);
2020-04-06 23:48:28 +02:00
font-weight: 700;
2020-04-07 14:29:41 +02:00
&.xl
{
font-size: var(--font-size-xl);
}
.-minor
{
font-size: var(--font-size);
color: var(--color-text-dim);
font-weight: 400;
}
2020-04-28 15:45:26 +02:00
}
h3.ui-headline
{
2021-08-25 10:12:48 +02:00
font-family: var(--font);
2020-04-28 15:45:26 +02:00
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);
2020-04-28 15:45:26 +02:00
font-weight: 400;
}
2020-04-06 23:48:28 +02:00
}