Update datepicker select
This commit is contained in:
@ -70,6 +70,15 @@
|
||||
.v-icon {
|
||||
color: map-deep-get($config, #{$theme}, "v-icon-chevron-down") !important;
|
||||
}
|
||||
|
||||
.v-select .v-input__slot {
|
||||
border-radius: 8px !important;
|
||||
border: solid 1px map-deep-get($config, #{$theme}, "tui-datepicker-border-color") !important;
|
||||
}
|
||||
|
||||
.v-select fieldset {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
|
||||
.v-input__custom {
|
||||
|
Reference in New Issue
Block a user