generated from alphane/template
13 lines
243 B
SCSS
13 lines
243 B
SCSS
.v-text-field input {
|
|
font-size: 0.875rem;
|
|
}
|
|
.v-field__outline {
|
|
color: rgb(var(--v-theme-inputBorder));
|
|
--v-field-border-opacity: 1 !important;
|
|
}
|
|
.input {
|
|
.v-field--variant-outlined {
|
|
background-color: rgba(0, 0, 0, 0.025);
|
|
}
|
|
}
|