fixes styles on callout warning

This commit is contained in:
Alberto Garcia Cabeza
2017-01-17 19:09:46 +01:00
parent 86360a8719
commit 72ab4f5923
2 changed files with 17 additions and 7 deletions

View File

@@ -921,6 +921,14 @@
color: white;
}
.callout.warning {
font-size: $base-font-size;
a {
color: $color-warning;
}
}
&.welcome {
background: $budget image-url('spending_proposals_bg.jpg');
background-position: 50% 50%;