2018-02-05 12:25:39 -05:00
|
|
|
.select-kit {
|
2017-10-19 15:51:08 -04:00
|
|
|
&.combobox {
|
|
|
|
&.future-date-input-selector {
|
|
|
|
min-width: 50%;
|
|
|
|
|
2018-03-22 06:29:55 -04:00
|
|
|
.future-date-input-selector-header {
|
|
|
|
.btn-clear {
|
|
|
|
line-height: $line-height-large;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-10-19 15:51:08 -04:00
|
|
|
.future-date-input-selector-datetime {
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary-medium);
|
2020-05-27 22:19:00 -04:00
|
|
|
margin-left: auto;
|
2019-01-22 12:33:46 -05:00
|
|
|
white-space: nowrap;
|
2020-05-27 22:19:00 -04:00
|
|
|
|
|
|
|
+ svg {
|
|
|
|
margin-left: 0.25em;
|
|
|
|
}
|
2017-10-19 15:51:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.future-date-input-selector-icons {
|
2018-07-23 12:19:40 -04:00
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-clear {
|
|
|
|
padding: 0;
|
|
|
|
margin-left: 5px;
|
2017-10-19 15:51:08 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.future-date-input-selector-row {
|
|
|
|
.future-date-input-selector-icons {
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary-medium);
|
2017-10-19 15:51:08 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-09-09 11:01:56 -04: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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|