mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-12 19:03:47 +00:00
style: expose bg override variable
This commit is contained in:
committed by
Carlos Valente
parent
dae6f84af0
commit
cfbd540a14
@@ -1,4 +1,5 @@
|
||||
.tableWrapper {
|
||||
background-color: $ui-black;
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
padding: 1rem 0.5rem;
|
||||
|
||||
@@ -9,7 +9,7 @@ $panel-gap: 0.5rem;
|
||||
}
|
||||
|
||||
.mainContainer {
|
||||
background: $ui-black;
|
||||
background-color: $ui-black;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
color: $ui-white;
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
|
||||
background-color: $ui-black;
|
||||
color: $ui-white;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user