sass-site/source/assets/sass/components/_introduction.scss

15 lines
257 B
SCSS
Raw Normal View History

@use '../config';
2023-01-12 12:19:42 -06:00
2023-01-06 16:40:29 -05:00
.sl-c-introduction {
color: var(--sl-color--patina);
font-weight: var(--sl-font-weight--light);
2023-01-06 16:40:29 -05:00
@include config.sl-breakpoint--medium {
font-size: var(--sl-font-size--xx-large);
2023-01-09 14:10:02 -05:00
}
2023-01-06 16:40:29 -05:00
2023-01-09 14:10:02 -05:00
&--center {
text-align: center;
}
2023-01-06 16:40:29 -05:00
}