mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
wip darkmode
This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
|
||||
.App {
|
||||
min-width: 1100px;
|
||||
min-height: 100vh;
|
||||
background-color: $app-bg;
|
||||
}
|
||||
|
||||
// =======
|
||||
@@ -254,7 +256,7 @@ html[lang^='ar'] {
|
||||
}
|
||||
|
||||
.bp4-drawer {
|
||||
border-left: 1px solid #00115e;
|
||||
border-left: 1px solid var(--color-drawer-border-left);
|
||||
}
|
||||
|
||||
.drawer-portal {
|
||||
|
||||
Reference in New Issue
Block a user