added theme color
This commit is contained in:
@@ -41,10 +41,14 @@ $themes: (
|
||||
)
|
||||
);
|
||||
|
||||
[data-theme='quasar'] .q-drawer--dark {
|
||||
[data-theme='salvador'] .q-drawer--dark {
|
||||
background: #121212 !important;
|
||||
}
|
||||
|
||||
[data-theme='salvador'] .q-header {
|
||||
background: #0f47af !important;
|
||||
}
|
||||
|
||||
@each $theme, $colors in $themes {
|
||||
@each $name, $color in $colors {
|
||||
@if $name == 'dark' {
|
||||
|
||||
Reference in New Issue
Block a user