Add muted style for polls in web UI (#10248)

th-downstream
Eugen Rochko 6 years ago committed by GitHub
parent 3a435fa130
commit de50bc6def

@ -190,3 +190,15 @@
color: darken($simple-background-color, 14%);
}
}
.muted .poll {
color: $dark-text-color;
&__chart {
background: rgba(darken($ui-primary-color, 14%), 0.2);
&.leading {
background: rgba($ui-highlight-color, 0.2);
}
}
}

Loading…
Cancel
Save