Move all colours to CSS variables

This commit is contained in:
Mauricio Bonani
2022-06-18 16:05:25 -04:00
parent fc5a5f1b73
commit 3a2fa4073a
43 changed files with 1162 additions and 941 deletions

View File

@@ -18,7 +18,7 @@
position: absolute;
top: 0; bottom: 0;
left: 0; right: 0;
background: $dnd-background;
background: var(--red-ui-dnd-background);
display:table;
width: 100%;
height: 100%;
@@ -30,7 +30,7 @@
vertical-align: middle;
text-align: center;
font-size: 40px;
color: $dnd-color;
color: var(--red-ui-dnd-color);
i {
pointer-events: none;
font-size: 80px;