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