zeus.ugent.be/content/assets/stylesheets/includes/tiles.scss
Felix Van der Jeugt af3e893821 prettier index
2016-08-30 22:07:46 +02:00

19 lines
238 B
SCSS

a.box {
color: #000;
}
.box {
background-color: $box-colour;
&.highlighted {
background-color: $highlighted-box-colour;
color: $highlighted-text-colour;
.content {
h1 {
color: white;
}
}
}
}