zeus.ugent.be/content/assets/stylesheets/includes/tiles.scss
Lorin Werthen 21dc9929f6 tetten
2016-10-03 19:21:29 +02:00

24 lines
337 B
SCSS

#homepage {
.box {
background-color: $box-colour;
&.highlighted {
background-color: $highlighted-box-colour;
.content {
color: $highlighted-text-colour;
h1, h2 {
color: $highlighted-text-colour;
}
}
}
}
}
.centering {
display: flex;
justify-content: center;
}