discourse/app/assets/stylesheets/common/components/relative-time-picker.scss
David Taylor d8705ee0ad
UX: Fix local-dates styling (#12085)
Renames the new `relative-time` component to `relative-time-picker` to
avoid CSS class conflict with local-dates.
2021-02-15 10:44:30 +00:00

19 lines
222 B
SCSS

.relative-time-picker {
display: flex;
flex-wrap: wrap;
input[type="text"] {
flex: 1;
}
.select-kit {
flex: 1;
width: auto;
margin-left: 5px;
}
&:last-child {
margin-right: auto;
}
}