mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
23 lines
277 B
SCSS
23 lines
277 B
SCSS
.relative-time-picker {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
|
|
input[type="text"] {
|
|
flex: 1;
|
|
}
|
|
|
|
.relative-time-duration {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.select-kit {
|
|
flex: 1;
|
|
width: auto;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
&:last-child {
|
|
margin-right: auto;
|
|
}
|
|
}
|