mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:47:31 +08:00
c48761c628
Definitely remove legacy naming.
23 lines
440 B
SCSS
23 lines
440 B
SCSS
.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%);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|