modify style

This commit is contained in:
MaysWind
2024-04-05 03:16:27 +08:00
parent 4a16b82700
commit 2a2cb3acc9
35 changed files with 307 additions and 160 deletions
+49 -4
View File
@@ -241,10 +241,6 @@ input[type=number] {
}
}
.v-btn-group--density-comfortable.v-btn-group {
height: 38px;
}
.text-field-with-colored-label.v-text-field.text-primary .v-field-label.v-label {
color: rgba(var(--v-theme-primary), var(--v-medium-emphasis-opacity)) !important;
}
@@ -257,6 +253,55 @@ input[type=number] {
color: rgba(var(--v-theme-income), var(--v-medium-emphasis-opacity)) !important;
}
.v-switch.v-switch--inset {
.v-switch__track {
min-width: 1.875rem !important;
}
}
body .v-tabs:not(.v-tabs-pill) {
&.v-tabs--vertical {
.v-tab__slider {
inset-inline-end: unset;
inset-inline-start: 0;
}
}
.v-tab {
&.v-tab--selected {
&.v-btn.v-btn--variant-text {
&:hover, &:active, &:focus {
.v-btn__overlay {
--v-hover-opacity: 0.04;
}
}
}
}
&:not(.v-tab--selected) {
&.v-btn.v-btn--variant-text {
&:hover, &:active, &:focus {
color: rgba(var(--v-theme-on-surface), var(--v-high-emphasis-opacity));
.v-btn__overlay {
--v-hover-opacity: 0.04;
}
}
}
}
}
}
body .v-btn-group {
&.v-btn-group--density-comfortable {
height: 38px;
}
&.v-btn-group--divided .v-btn:not(:last-child) {
border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity));
}
}
/** Replacing the default style of @vuepic/vue-datepicker **/
.dp__theme_light {
--dp-primary-color: #c67e48;
@@ -1,4 +1,4 @@
/** Materio Template Vuetify variables **/
/** Materio Template Vuetify override styles **/
/** https://github.com/themeselection/materio-vuetify-vuejs-admin-template-free **/
@use "@/styles/desktop/template/base/utils";
@@ -1,4 +1,4 @@
/** Materio Template Vuetify variables **/
/** Materio Template Vuetify styles **/
/** https://github.com/themeselection/materio-vuetify-vuejs-admin-template-free **/
@use "@/styles/desktop/template/base/libs/vuetify";