added more slots to UI

This commit is contained in:
Henry Jameson 2020-01-12 23:41:11 +02:00
parent 21d9c87b34
commit 40ba3e2252
4 changed files with 51 additions and 9 deletions

View file

@ -104,8 +104,10 @@
.result-fill {
height: 100%;
position: absolute;
color: $fallback--text;
color: var(--pollText, $fallback--text);
background-color: $fallback--lightBg;
background-color: var(--linkBg, $fallback--lightBg);
background-color: var(--poll, $fallback--lightBg);
border-radius: $fallback--panelRadius;
border-radius: var(--panelRadius, $fallback--panelRadius);
top: 0;