sass-site/source/assets/sass/components/_introduction.scss
Jonny Gerig Meyer 2024442f31
lint
2023-01-12 14:54:24 -05:00

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;
}
}