more fixes
This commit is contained in:
parent
bcc5084409
commit
c16f1d4e35
12 changed files with 20 additions and 122 deletions
|
|
@ -140,12 +140,7 @@
|
|||
.result-fill {
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
color: $fallback--text;
|
||||
color: var(--pollText, $fallback--text);
|
||||
background-color: $fallback--lightBg;
|
||||
background-color: var(--poll, $fallback--lightBg);
|
||||
border-radius: $fallback--panelRadius;
|
||||
border-radius: var(--panelRadius, $fallback--panelRadius);
|
||||
border-radius: var(--roundness);
|
||||
top: 0;
|
||||
left: 0;
|
||||
transition: width 0.5s;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue