Fixing votes css for epics dashboard

stable
Alejandro Alonso 2016-09-09 08:33:51 +02:00 committed by David Barragán Merino
parent 802344104e
commit c11082d4c1
2 changed files with 8 additions and 0 deletions

View File

@ -84,6 +84,10 @@
}
.vote {
color: $gray;
&.is-voter {
color: $primary-light;
fill: $primary-light;
}
}
.assigned {
img {

View File

@ -43,6 +43,10 @@
}
.vote {
color: $gray;
&.is-voter {
color: $primary-light;
fill: $primary-light;
}
}
.project,
.assigned {