Compare commits
2 Commits
dd28f5c620
...
70e92dc130
| Author | SHA1 | Date | |
|---|---|---|---|
| 70e92dc130 | |||
| 66f73f40f4 |
@ -70,6 +70,15 @@
|
|||||||
.v-icon {
|
.v-icon {
|
||||||
color: map-deep-get($config, #{$theme}, "v-icon-chevron-down") !important;
|
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 {
|
.v-input__custom {
|
||||||
|
|||||||
@ -549,5 +549,10 @@ export default {
|
|||||||
color: #000 !important;
|
color: #000 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.datepicker-timeselect .v-input__slot {
|
||||||
|
margin: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user