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