zeus.ugent.be/content/assets/stylesheets/includes/tiles.scss
2016-10-03 16:56:56 +02:00

26 lines
340 B
SCSS

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