DEV: Use CSS custom properties for colors in core plugins

This commit is contained in:
Penar Musaraj
2020-08-04 11:14:33 -04:00
parent b76731d722
commit 14eec43889
5 changed files with 40 additions and 40 deletions

View File

@@ -33,7 +33,7 @@ div.poll {
div.poll.pie {
.poll-container {
width: calc(100% - 30px);
border-bottom: 1px solid $primary-low;
border-bottom: 1px solid var(--primary-low);
.poll-grouped-pie-container {
width: 100%;