UX: Better spacing for icons in select-kit labels

Followup to c14e3adac5
This commit is contained in:
Penar Musaraj 2020-03-27 16:06:40 -04:00
parent 104b647ca4
commit a3d47f1aad
1 changed files with 5 additions and 1 deletions

View File

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