[Draf] compare dev vs main #43

Open
dev wants to merge 298 commits from dev into dev-base
249 changed files with 41010 additions and 30607 deletions
Showing only changes of commit 70e92dc130 - Show all commits

View File

@ -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 {

View File

@ -549,5 +549,10 @@ export default {
color: #000 !important;
}
}
.datepicker-timeselect .v-input__slot {
margin: 3px;
}
}
</style>