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

12 lines
173 B
SCSS
Raw Normal View History

2016-08-27 18:15:00 +00:00
.notification.is-info,
.notification.is-success,
.notification.is-primary {
2016-08-27 00:16:35 +00:00
.content {
2016-08-27 18:15:00 +00:00
color: white;
2016-08-27 00:16:35 +00:00
h1 {
color: white;
font-weight: bold;
}
}
}