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 {
|
.future-date-input-selector-datetime {
|
||||||
color: lighten($primary, 40%);
|
color: $primary-medium;
|
||||||
margin-left: 5px;
|
margin-left: auto;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
|
+ svg {
|
||||||
|
margin-left: 0.25em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.future-date-input-selector-icons {
|
.future-date-input-selector-icons {
|
||||||
|
|
Loading…
Reference in New Issue