mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 22:39:36 +08:00
35 lines
668 B
SCSS
35 lines
668 B
SCSS
.select-kit {
|
|
&.combobox {
|
|
&.future-date-input-selector {
|
|
min-width: 50%;
|
|
|
|
.future-date-input-selector-header {
|
|
.btn-clear {
|
|
line-height: $line-height-large;
|
|
}
|
|
}
|
|
|
|
.future-date-input-selector-datetime {
|
|
color: lighten($primary, 40%);
|
|
margin-left: 5px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.future-date-input-selector-icons {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.btn-clear {
|
|
padding: 0;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.future-date-input-selector-row {
|
|
.future-date-input-selector-icons {
|
|
color: lighten($primary, 40%);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|