mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Move all colours to sass variables
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user