skillbox/client/src/styles/_info-header.scss

14 lines
203 B
SCSS

.info-header {
margin-top: $large-spacing;
margin-bottom: $large-spacing;
&__text {
font-family: $sans-serif-font-family;
}
&__emph {
color: $color-brand;
font-weight: 600;
}
}