sass-site/source/assets/sass/components/_introduction.scss
2023-02-09 16:53:25 -06:00

17 lines
339 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: var(--sl-font-size--xx-large);
}
&--center {
text-align: center;
}
}