Files
server/core/src/scss/components/_VTextField.scss
2026-02-10 18:46:11 -05:00

19 lines
265 B
SCSS

.v-text-field input {
font-size: 0.875rem;
}
.v-field__outline {
color: rgb(var(--v-theme-inputBorder));
}
.inputWithbg {
.v-field--variant-outlined {
background-color: rgba(0, 0, 0, 0.025);
}
}
.v-select {
.v-field {
font-size: 0.875rem;
}
}