adds provisional content on booths show and officers assign

This commit is contained in:
Alberto Garcia Cabeza
2016-12-16 18:59:15 +01:00
parent 10c44a077b
commit 9c78b60ddc
3 changed files with 155 additions and 4 deletions

View File

@@ -5,6 +5,7 @@
// 03. List elements
// 04. Stats
// 05. Management
// 06. Polls
//
// 01. Global styles
@@ -474,3 +475,12 @@ table.investment-projects-summary {
background: #e0e0e0;
}
}
// 06. Polls
// -----------------
.count-error {
background: $alert-bg !important;
color: $color-alert;
font-weight: bold;
}