UX: Better spacing for icons in select-kit labels
Followup to c14e3adac5
This commit is contained in:
parent
104b647ca4
commit
a3d47f1aad
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue