mirror of
https://github.com/danog/sass-site.git
synced 2024-12-04 18:38:12 +01:00
16 lines
308 B
SCSS
16 lines
308 B
SCSS
@use '../breakpoints';
|
|
@use '../visual-design/typography';
|
|
|
|
.sl-c-introduction {
|
|
color: var(--sl-color--patina);
|
|
font-weight: typography.$sl-font-weight--light;
|
|
|
|
@include breakpoints.sl-breakpoint--medium {
|
|
font-size: var(--sl-font-size--xx-large);
|
|
}
|
|
|
|
&--center {
|
|
text-align: center;
|
|
}
|
|
}
|