discourse/app/assets/stylesheets/common/select-kit/future-date-input-selector.scss

29 lines
566 B
SCSS
Raw Normal View History

.select-kit {
2017-10-20 03:51:08 +08:00
&.combobox {
&.future-date-input-selector {
min-width: 50%;
.future-date-input-selector-header {
.btn-clear {
line-height: $line-height-large;
}
}
2017-10-20 03:51:08 +08:00
.future-date-input-selector-datetime {
color: lighten($primary, 40%);
2018-01-13 06:27:38 +08:00
font-size: $font-down-1;
2017-10-20 03:51:08 +08:00
}
.future-date-input-selector-icons {
width: 25px;
}
.future-date-input-selector-row {
.future-date-input-selector-icons {
color: lighten($primary, 40%);
}
}
}
}
}