mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 02:43:42 +08:00
23 lines
457 B
SCSS
23 lines
457 B
SCSS
.select-box-kit, .select-kit {
|
|
&.combobox {
|
|
&.future-date-input-selector {
|
|
min-width: 50%;
|
|
|
|
.future-date-input-selector-datetime {
|
|
color: lighten($primary, 40%);
|
|
font-size: $font-down-1;
|
|
}
|
|
|
|
.future-date-input-selector-icons {
|
|
width: 25px;
|
|
}
|
|
|
|
.future-date-input-selector-row {
|
|
.future-date-input-selector-icons {
|
|
color: lighten($primary, 40%);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|