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

17 lines
203 B
SCSS
Raw Normal View History

2019-11-27 14:30:30 +01:00
.example {
@extend .box;
&:before {
content: "Voorbeeld. ";
font-weight: bold;
}
}
.to-top {
& a {
font-size: 0.8rem;
}
& hr {
margin-bottom: 0
}
margin-bottom: 1.5rem;
}