This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/app/assets/stylesheets/common/select-kit/future-date-input-selector.scss
T
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%);
}
}
}
}
}