zeus.ugent.be/content/assets/stylesheets/includes/privacy.scss

8 lines
97 B
SCSS
Raw Permalink Normal View History

2019-11-27 13:30:30 +00:00
.example {
@extend .box;
&:before {
content: "Voorbeeld. ";
font-weight: bold;
}
}