improves styles for budgets views

This commit is contained in:
Alberto Garcia Cabeza
2017-01-04 19:18:41 +01:00
parent 9c2857e75b
commit 8b1e8fed5b
8 changed files with 61 additions and 26 deletions

View File

@@ -856,9 +856,22 @@
.expanded.budget {
background: $budget;
h1, p, a {
h1, h2, p, a.back, .icon-angle-left {
color: white;
}
.button {
background: white;
color: $budget;
}
.info {
background: #6A2A72;
@include breakpoint(medium) {
border-top: rem-calc(6) solid #54225C;
}
}
}
.jumbo-budget {