This commit is contained in:
Casper Talvio
2021-08-01 20:43:07 +03:00
parent dff200ed54
commit 20179c4d16
11 changed files with 33 additions and 36 deletions

View File

@@ -25,10 +25,6 @@
}
/*Accenting*/
.drawer-open {
box-shadow: 0px 0px 5px rgba(var(--accent), 1) !important;
border-right: solid 1px rgba(var(--accent), 1) !important;
}
.preload {
background-color: black;

View File

@@ -335,11 +335,14 @@ h4,
background-color: transparent !important;
}
.dialog, .innerCardFooter {
background-color: #cecece;
background-color: #cecece80;
}
.formDialogHeader, .formDialogFooter {
background-color: #eaeaea !important;
}
.formDialogFooter-clear {
background-color: transparent !important;
}
.cardOverlayContainer {
background-color: rgba(200, 200, 200, 0.7);