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

26 lines
340 B
SCSS
Raw Normal View History

2016-08-30 20:01:23 +00:00
a.box {
color: #000;
}
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;
color: $highlighted-text-colour;
2016-08-30 20:01:23 +00:00
2016-08-30 20:48:58 +00:00
.content {
2016-10-03 14:56:56 +00:00
h1, h2 {
2016-08-30 20:48:58 +00:00
color: white;
}
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;
}