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

19 lines
238 B
SCSS
Raw Normal View History

2016-08-30 20:01:23 +00:00
a.box {
color: #000;
}
.box {
background-color: $box-colour;
&.highlighted {
background-color: $highlighted-box-colour;
color: $highlighted-text-colour;
.content {
h1 {
color: white;
}
2016-08-27 00:16:35 +00:00
}
}
}