|
268 | 268 | } |
269 | 269 |
|
270 | 270 | :host(.button-small) ::slotted(ion-icon[slot="start"]), |
271 | | -::slotted(ion-spinner[slot="start"]) { |
| 271 | +:host(.button-small) ::slotted(ion-spinner[slot="start"]) { |
272 | 272 | @include globals.margin-horizontal(null, globals.$ion-space-200); |
273 | 273 | } |
274 | 274 |
|
|
277 | 277 | @include globals.margin-horizontal(null, globals.$ion-space-250); |
278 | 278 | } |
279 | 279 |
|
280 | | -:host(.button-large) ::slotted(ion-icon[slot="start"]), |
281 | | -::slotted(ion-spinner[slot="start"]) { |
| 280 | +:host(.button-large) ::slotted(ion-icon[slot="start"]) { |
| 281 | + @include globals.margin-horizontal(null, globals.$ion-space-300); |
| 282 | +} |
| 283 | + |
| 284 | +:host(.button-xlarge) ::slotted(ion-spinner[slot="start"]) { |
282 | 285 | @include globals.margin-horizontal(null, globals.$ion-space-300); |
283 | 286 | } |
284 | 287 |
|
285 | 288 | :host(.button-small) ::slotted(ion-icon[slot="end"]), |
286 | | -::slotted(ion-spinner[slot="end"]) { |
| 289 | +:host(.button-small) ::slotted(ion-spinner[slot="end"]) { |
287 | 290 | @include globals.margin-horizontal(globals.$ion-space-200, null); |
288 | 291 | } |
289 | 292 |
|
|
292 | 295 | @include globals.margin-horizontal(globals.$ion-space-250, null); |
293 | 296 | } |
294 | 297 |
|
295 | | -:host(.button-large) ::slotted(ion-icon[slot="end"]), |
296 | | -::slotted(ion-spinner[slot="end"]) { |
| 298 | +:host(.button-large) ::slotted(ion-icon[slot="end"]) { |
| 299 | + @include globals.margin-horizontal(globals.$ion-space-300, null); |
| 300 | +} |
| 301 | + |
| 302 | +:host(.button-xlarge) ::slotted(ion-spinner[slot="end"]) { |
297 | 303 | @include globals.margin-horizontal(globals.$ion-space-300, null); |
298 | 304 | } |
0 commit comments