mirror of
https://github.com/danog/sass-site.git
synced 2024-12-12 09:29:58 +01:00
17 lines
344 B
SCSS
17 lines
344 B
SCSS
@use '../breakpoints';
|
|
@use '../visual-design/theme';
|
|
@use '../visual-design/typography';
|
|
|
|
.sl-c-introduction {
|
|
color: theme.$sl-color--patina;
|
|
font-weight: typography.$sl-font-weight--light;
|
|
|
|
@include breakpoints.sl-breakpoint--medium {
|
|
font-size: typography.$sl-font-size--xx-large;
|
|
}
|
|
|
|
&--center {
|
|
text-align: center;
|
|
}
|
|
}
|