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

24 lines
337 B
SCSS
Raw Normal View History

2016-08-30 20:01:23 +00:00
2016-08-30 20:48:58 +00:00
#homepage {
.box {
background-color: $box-colour;
2016-08-30 20:01:23 +00:00
2016-08-30 20:48:58 +00:00
&.highlighted {
background-color: $highlighted-box-colour;
2016-08-30 20:01:23 +00:00
2016-08-30 20:48:58 +00:00
.content {
2016-10-03 17:21:29 +00:00
color: $highlighted-text-colour;
2016-10-03 14:56:56 +00:00
h1, h2 {
2016-10-03 17:21:29 +00:00
color: $highlighted-text-colour;
2016-08-30 20:48:58 +00:00
}
2016-08-30 20:01:23 +00:00
}
2016-08-27 00:16:35 +00:00
}
}
}
2016-10-03 14:56:56 +00:00
.centering {
display: flex;
justify-content: center;
}