mirror of
https://github.com/danog/sass-site.git
synced 2024-12-11 17:09:52 +01:00
13 lines
293 B
SCSS
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);
|
|
}
|
|
}
|