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

38 lines
442 B
SCSS
Raw Normal View History

2016-10-03 20:52:01 +02:00
a.box {
&:hover {
box-shadow: 0 2px 3px rgba($black, 0.1), 0 0 0 1px $blue
}
}
2016-08-30 22:01:23 +02:00
2016-08-30 22:48:58 +02:00
#homepage {
.box {
2016-10-03 20:52:01 +02:00
border-radius: 0;
2016-08-27 02:16:35 +02:00
}
}
2016-10-03 16:56:56 +02:00
.centering {
display: flex;
justify-content: center;
2016-10-04 22:04:34 +02:00
align-items: center;
2016-10-03 16:56:56 +02:00
}
2016-10-04 16:06:26 +02:00
.highlighted{
background: $tile-orange;
.content {
color: white;
h1, h2 {
color: inherit;
}
a {
color:inherit;
}
}
}
#quote{
font-style: italic;
}
.icon a{
color:$tile-orange;
}