discourse/app/assets/stylesheets/common/select-kit/future-date-input-selector.scss
Joffrey JAFFEUX d48542796e
FIX: select-kit refactoring
- improve mini-tag-chooser keyboard behavior
- all multil select now respond to select all and left/right arrows
- improve events handling
- many minor tweaks
2018-03-22 11:29:55 +01:00

29 lines
566 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%);
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%);
}
}
}
}
}