sass-site/source/assets/sass/components/_attribution.scss
2023-02-21 13:51:32 -06:00

13 lines
293 B
SCSS

@use '../visual-design/typography';
.sl-c-attribution {
font-weight: typography.$sl-font-weight--light;
font-size: var(--sl-font-size--small);
&:first-child {
text-align: center;
margin-top: var(--sl-gutter--triple-negative);
margin-bottom: var(--sl-gutter--double);
}
}