sass-site/source/assets/sass/components/_attribution.scss
2023-02-09 16:53:25 -06:00

13 lines
285 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(--gutter-triple-negative);
margin-bottom: var(--gutter-double);
}
}