sass-site/source/assets/sass/components/_attribution.scss

13 lines
293 B
SCSS
Raw Normal View History

2023-01-12 20:54:24 +01:00
@use '../visual-design/typography';
2023-01-12 19:19:42 +01:00
2023-01-06 22:40:29 +01:00
.sl-c-attribution {
2023-01-12 19:19:42 +01:00
font-weight: typography.$sl-font-weight--light;
font-size: var(--sl-font-size--small);
2023-01-06 22:40:29 +01:00
&:first-child {
text-align: center;
margin-top: var(--sl-gutter--triple-negative);
margin-bottom: var(--sl-gutter--double);
2023-01-06 22:40:29 +01:00
}
}