Remove hard-coded colors in vue

This commit is contained in:
2026-05-13 13:23:10 +02:00
parent 17fe2330c6
commit c3835f45c5
4 changed files with 26 additions and 10 deletions

View File

@@ -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;