Remove hard-coded colors in vue
This commit is contained in:
@@ -205,7 +205,7 @@ $panel-actual-width: min($panel-width, #{$panel-width-max});
|
||||
}
|
||||
|
||||
#background {
|
||||
background: color.$loader-bg;
|
||||
background: color.$space;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user