UX: More consistent alignment of topic timer's selected datetimes

This commit is contained in:
Kris 2020-05-27 22:19:00 -04:00
parent 9841569bba
commit b9d9bbb95f
1 changed files with 6 additions and 2 deletions

View File

@ -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 {