Move all colours to sass variables

This commit is contained in:
Nick O'Leary
2019-05-15 13:54:29 +01:00
parent 4418f8bfce
commit 031362a633
51 changed files with 1303 additions and 1311 deletions

View File

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