hmn/src/rawdata/scss/_education.scss

15 lines
211 B
SCSS

.edu-article {
.edu-resource {
@extend .pa3, .bg--dim, .br3;
}
.resource-title {
@extend .f4;
font-weight: bold;
}
.note {
color: red;
}
}