Improves styles for budget index and show views

This commit is contained in:
Alberto Garcia Cabeza
2016-06-07 19:22:15 +02:00
parent 8cc2cd0eb1
commit 0899a0ddb4
7 changed files with 143 additions and 40 deletions

View File

@@ -5,6 +5,7 @@
// 03. Show participation
// 04. List participation
// 05. Featured
// 06. Budget
//
// 01. Votes and supports
@@ -1028,3 +1029,15 @@
}
}
}
// 06. Budget
// ----------
.expanded.budget {
background: $budget;
h1, p, a {
color: white;
}
}