MOBILE-3833 style: Margin on chip slotted icons

main
Pau Ferrer Ocaña 2022-04-06 11:04:35 +02:00
parent 9de662f896
commit 77cbaa1f96
1 changed files with 7 additions and 0 deletions

View File

@ -1050,9 +1050,16 @@ ion-button.chip {
ion-icon { ion-icon {
font-size: 16px; font-size: 16px;
min-width: 16px; min-width: 16px;
}
ion-icon[slot=start] {
@include margin(0, 8px, 0, 0); @include margin(0, 8px, 0, 0);
} }
ion-icon[slot=end] {
@include margin(0, 0, 0, 8px);
}
ion-label { ion-label {
white-space: normal !important; white-space: normal !important;
} }