improves ballot page when shows several groups
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user