Fixed css

This commit is contained in:
ben 2022-11-29 22:13:40 +00:00 committed by dni ⚡
parent 3966f2602d
commit f8647aa5d5

View File

@ -7,7 +7,7 @@ $colors in $themes {
[data-theme='#{$theme}'] .q-drawer--dark,
body[data-theme='#{$theme}'].body--dark,
[data-theme='#{$theme}'] .q-menu--dark {
background: $color;
background: $color !important;
}
/* IF WANTING TO SET A DARKER BG COLOR IN THE FUTURE
// set a darker body bg for all themes, when in "dark mode"
@ -19,7 +19,7 @@ $colors in $themes {
@if $name=='info' {
[data-theme='#{$theme}'] .q-card--dark,
[data-theme='#{$theme}'] .q-stepper--dark {
background: $color;
background: $color !important;
}
}
}
@ -27,37 +27,37 @@ $colors in $themes {
@each $name,
$color in $colors {
.bg-#{$name} {
background: $color;
background: $color !important;
}
.text-#{$name} {
color: $color;
color: $color !important;
}
}
}
}
[data-theme='freedom'] .q-drawer--dark {
background: #0a0a0a;
background: #0a0a0a !important;
}
[data-theme='freedom'] .q-header {
background: #0a0a0a;
background: #0a0a0a !important;
}
[data-theme='salvador'] .q-drawer--dark {
background: #242424;
background: #242424 !important;
}
[data-theme='salvador'] .q-header {
background: #0f47af;
background: #0f47af !important;
}
[data-theme='flamingo'] .q-drawer--dark {
background: #e75480;
background: #e75480 !important;
}
[data-theme='flamingo'] .q-header {
background: #e75480;
background: #e75480 !important;
}
[v-cloak] {