Fixed css

This commit is contained in:
ben
2022-11-29 22:13:40 +00:00
parent c81897184d
commit 4fe408f067

View File

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