mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-23 06:35:23 +01:00
added theme color
This commit is contained in:
parent
27a0b64b03
commit
bf26bf963f
2 changed files with 8 additions and 4 deletions
|
@ -41,10 +41,14 @@ $themes: (
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
[data-theme='quasar'] .q-drawer--dark {
|
[data-theme='salvador'] .q-drawer--dark {
|
||||||
background: #121212 !important;
|
background: #121212 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-theme='salvador'] .q-header {
|
||||||
|
background: #0f47af !important;
|
||||||
|
}
|
||||||
|
|
||||||
@each $theme, $colors in $themes {
|
@each $theme, $colors in $themes {
|
||||||
@each $name, $color in $colors {
|
@each $name, $color in $colors {
|
||||||
@if $name == 'dark' {
|
@if $name == 'dark' {
|
||||||
|
|
|
@ -102,11 +102,11 @@
|
||||||
<q-btn
|
<q-btn
|
||||||
dense
|
dense
|
||||||
flat
|
flat
|
||||||
@click="changeColor('quasar')"
|
@click="changeColor('salvador')"
|
||||||
icon="format_color_fill"
|
icon="format_color_fill"
|
||||||
color="blue"
|
color="blue-10"
|
||||||
size="md"
|
size="md"
|
||||||
><q-tooltip>quasar</q-tooltip>
|
><q-tooltip>elSalvador</q-tooltip>
|
||||||
</q-btn>
|
</q-btn>
|
||||||
</div>
|
</div>
|
||||||
</q-btn-dropdown>
|
</q-btn-dropdown>
|
||||||
|
|
Loading…
Add table
Reference in a new issue