improves ballot page when shows several groups

This commit is contained in:
Alberto Garcia Cabeza
2017-05-08 14:33:07 +02:00
parent aa43d43b73
commit c0afb94cfa
2 changed files with 24 additions and 21 deletions

View File

@@ -1064,13 +1064,16 @@
}
}
h3.subtitle {
border-bottom: 3px solid $budget;
.ballot-content {
border: 2px solid #F9F9F9;
border-radius: rem-calc(6);
padding: $line-height/2;
}
span {
font-size: $base-font-size;
font-weight: normal;
}
.subtitle {
border-left: 2px solid $budget;
margin: $line-height/2 0;
padding-left: $line-height/2;
}
.amount-spent {
@@ -1101,7 +1104,6 @@ ul.ballot-list {
}
span {
color: #9f9f9f;
display: block;
font-style: italic;
}