update screen 8, 10
This commit is contained in:
@ -1255,9 +1255,9 @@ a {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.v-list-item__content {
|
||||
background-color: currentColor;
|
||||
}
|
||||
// .v-list-item__content {
|
||||
// background-color: currentColor;
|
||||
// }
|
||||
|
||||
.v-list-item__title {
|
||||
color: map-deep-get($config,
|
||||
@ -1265,9 +1265,9 @@ a {
|
||||
"tui-datepicker-calendar-color"
|
||||
);
|
||||
|
||||
@if $theme ==light {
|
||||
color: #fff !important;
|
||||
}
|
||||
// @if $theme ==light {
|
||||
// color: #fff !important;
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,6 @@
|
||||
.v-select__custom {
|
||||
padding: 0.125rem;
|
||||
|
||||
&.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)>.v-input__control>.v-input__slot {
|
||||
box-shadow: none;
|
||||
}
|
||||
@ -42,6 +44,10 @@
|
||||
legend {
|
||||
width: 0;
|
||||
}
|
||||
|
||||
.v-select-list {
|
||||
padding: 0 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.v-input__custom {
|
||||
|
Reference in New Issue
Block a user