MOBILE-3833 style: Margin on chip slotted icons
parent
9de662f896
commit
77cbaa1f96
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue