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 {
|
|
|
|
line-height: $line-height-large;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-10-20 03:51:08 +08:00
|
|
|
.future-date-input-selector-datetime {
|
|
|
|
color: lighten($primary, 40%);
|
2018-07-24 00:19:40 +08:00
|
|
|
margin-left: 5px;
|
2019-01-23 01:33:46 +08:00
|
|
|
white-space: nowrap;
|
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 {
|
|
|
|
color: lighten($primary, 40%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|