UX: Better spacing for icons in select-kit labels

Followup to c14e3adac5349b0500fe7d51bd96704d7a813929
This commit is contained in:
Penar Musaraj 2020-03-27 16:06:40 -04:00
parent 104b647ca4
commit a3d47f1aad

View File

@ -79,12 +79,16 @@
.name { .name {
display: inline-block; display: inline-block;
.d-icon { > .d-icon {
margin-left: 0.5em; margin-left: 0.5em;
margin-right: 0; margin-right: 0;
} }
} }
> .d-icon {
margin-right: 0;
}
&.select-kit-selected-color { &.select-kit-selected-color {
border-bottom-width: 5px; border-bottom-width: 5px;
border-bottom-style: solid; border-bottom-style: solid;