2018-02-06 01:25:39 +08:00
|
|
|
.select-kit {
|
2017-10-20 03:51:08 +08:00
|
|
|
&.combobox {
|
|
|
|
&.future-date-input-selector {
|
|
|
|
min-width: 50%;
|
|
|
|
|
2018-03-22 18:29:55 +08:00
|
|
|
.future-date-input-selector-header {
|
|
|
|
.btn-clear {
|
2022-10-12 22:05:42 +08:00
|
|
|
line-height: var(--line-height-large);
|
2018-03-22 18:29:55 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-10-20 03:51:08 +08:00
|
|
|
.future-date-input-selector-datetime {
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--primary-medium);
|
2020-05-28 10:19:00 +08:00
|
|
|
margin-left: auto;
|
2019-01-23 01:33:46 +08:00
|
|
|
white-space: nowrap;
|
2020-05-28 10:19:00 +08:00
|
|
|
|
|
|
|
+ svg {
|
|
|
|
margin-left: 0.25em;
|
|
|
|
}
|
2017-10-20 03:51:08 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.future-date-input-selector-icons {
|
2018-07-24 00:19:40 +08:00
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-clear {
|
|
|
|
padding: 0;
|
|
|
|
margin-left: 5px;
|
2017-10-20 03:51:08 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.future-date-input-selector-row {
|
|
|
|
.future-date-input-selector-icons {
|
2020-08-04 10:57:10 +08:00
|
|
|
color: var(--primary-medium);
|
2017-10-20 03:51:08 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-09-09 23:01:56 +08:00
|
|
|
|
|
|
|
.future-date-input {
|
|
|
|
.future-date-input-date-picker,
|
|
|
|
.future-date-input-time-picker {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
margin-bottom: 0;
|
|
|
|
input {
|
|
|
|
margin-bottom: 0;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|