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

13 lines
293 B
SCSS
Raw Normal View History

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