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

17 lines
197 B
SCSS
Raw Normal View History

2016-10-03 18:52:01 +00:00
a.box {
&:hover {
box-shadow: 0 2px 3px rgba($black, 0.1), 0 0 0 1px $blue
}
}
2016-08-30 20:01:23 +00:00
2016-08-30 20:48:58 +00:00
#homepage {
.box {
2016-10-03 18:52:01 +00:00
border-radius: 0;
2016-08-27 00:16:35 +00:00
}
}
2016-10-03 14:56:56 +00:00
.centering {
display: flex;
justify-content: center;
}