mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 03:05:25 +08:00
34 lines
639 B
SCSS
34 lines
639 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;
|
|
}
|
|
|
|
.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%);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|