feat: color, i18n & datepicker font
This commit is contained in:
parent
b49b6792d5
commit
422cad2046
8 changed files with 83 additions and 10 deletions
|
|
@ -17,6 +17,8 @@ html {
|
|||
--surface-2: var(--gray-0);
|
||||
--surface-3: var(--gray-1);
|
||||
|
||||
--surface-tab: var(--gray-2);
|
||||
|
||||
--text-mute: var(--stone-5-hsl);
|
||||
--text-mute-2: var(--stone-7-hsl);
|
||||
|
||||
|
|
@ -54,6 +56,8 @@ html {
|
|||
--surface-2: var(--gray-10);
|
||||
--surface-3: var(--gray-9);
|
||||
|
||||
--surface-tab: var(--gray-2);
|
||||
|
||||
--customer-corp: var(--purple-9-hsl);
|
||||
|
||||
--text-mute: var(--stone-8-hsl);
|
||||
|
|
@ -123,6 +127,10 @@ html {
|
|||
background-color: var(--surface-3) !important;
|
||||
}
|
||||
|
||||
.surface-tab {
|
||||
background-color: var(--surface-tab) !important;
|
||||
}
|
||||
|
||||
.app-text-muted {
|
||||
color: hsl(var(--text-mute));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -59,3 +59,15 @@ $separator-dark-color: var(--border-color);
|
|||
div.fullscreen.q-drawer__backdrop {
|
||||
background-color: hsla(0 0% 60% / 0.4) !important;
|
||||
}
|
||||
|
||||
.q-field--dense .q-field__label {
|
||||
font-family: 'Noto Sans Thai', sans-serif;
|
||||
}
|
||||
|
||||
.q-field__inner {
|
||||
font-family: 'Noto Sans Thai', sans-serif;
|
||||
}
|
||||
|
||||
.dp__menu.dp__menu_index.dp__theme_light.dp--menu-wrapper {
|
||||
font-family: 'Noto Sans Thai', sans-serif;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue