UX: More consistent alignment of topic timer's selected datetimes
This commit is contained in:
parent
9841569bba
commit
b9d9bbb95f
|
@ -10,9 +10,13 @@
|
|||
}
|
||||
|
||||
.future-date-input-selector-datetime {
|
||||
color: lighten($primary, 40%);
|
||||
margin-left: 5px;
|
||||
color: $primary-medium;
|
||||
margin-left: auto;
|
||||
white-space: nowrap;
|
||||
|
||||
+ svg {
|
||||
margin-left: 0.25em;
|
||||
}
|
||||
}
|
||||
|
||||
.future-date-input-selector-icons {
|
||||
|
|
Loading…
Reference in New Issue