sass-site/source/assets/sass/components/_introduction.scss
2023-03-13 15:47:33 -05:00

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