| 
165 | 165 |   ::slotted(ion-icon[slot="end"]),  | 
166 | 166 |   ::slotted(ion-icon[slot="icon-only"]) {  | 
167 | 167 |     font-size: inherit;  | 
168 |  | - | 
169 | 168 |   }  | 
170 | 169 | }  | 
171 | 170 | 
 
  | 
 | 
185 | 184 | ::slotted(ion-spinner[slot="start"]),  | 
186 | 185 | ::slotted(ion-spinner[slot="end"]),  | 
187 | 186 | ::slotted(ion-spinner[slot="icon-only"]) {  | 
 | 187 | +  width: globals.$ion-space-500;  | 
188 | 188 |   height: globals.$ion-space-500;  | 
189 |  | -  width: globals.$ion-space-500  | 
190 | 189 | }  | 
191 | 190 | 
 
  | 
192 |  | -:host(.button-xlarge) ::slotted(ion-spinner){  | 
193 |  | -  height: globals.$ion-space-600;  | 
 | 191 | +:host(.button-xlarge) ::slotted(ion-spinner) {  | 
194 | 192 |   width: globals.$ion-space-600;  | 
 | 193 | +  height: globals.$ion-space-600;  | 
195 | 194 | }  | 
196 | 195 | 
 
  | 
197 | 196 | // Button Shapes  | 
 | 
268 | 267 |   font-size: globals.$ion-font-size-500;  | 
269 | 268 | }  | 
270 | 269 | 
 
  | 
271 |  | -:host(.button-small)  | 
272 |  | -  ::slotted(ion-icon[slot="start"]),  | 
273 |  | -  ::slotted(ion-spinner[slot="start"]) {  | 
 | 270 | +:host(.button-small) ::slotted(ion-icon[slot="start"]),  | 
 | 271 | +::slotted(ion-spinner[slot="start"]) {  | 
274 | 272 |   @include globals.margin-horizontal(null, globals.$ion-space-200);  | 
275 | 273 | }  | 
276 | 274 | 
 
  | 
 | 
279 | 277 |   @include globals.margin-horizontal(null, globals.$ion-space-250);  | 
280 | 278 | }  | 
281 | 279 | 
 
  | 
282 |  | -:host(.button-large)  | 
283 |  | -  ::slotted(ion-icon[slot="start"]),  | 
284 |  | -  ::slotted(ion-spinner[slot="start"]) {  | 
 | 280 | +:host(.button-large) ::slotted(ion-icon[slot="start"]),  | 
 | 281 | +::slotted(ion-spinner[slot="start"]) {  | 
285 | 282 |   @include globals.margin-horizontal(null, globals.$ion-space-300);  | 
286 | 283 | }  | 
287 | 284 | 
 
  | 
288 |  | -:host(.button-small)  | 
289 |  | -  ::slotted(ion-icon[slot="end"]),  | 
290 |  | -  ::slotted(ion-spinner[slot="end"]) {  | 
 | 285 | +:host(.button-small) ::slotted(ion-icon[slot="end"]),  | 
 | 286 | +::slotted(ion-spinner[slot="end"]) {  | 
291 | 287 |   @include globals.margin-horizontal(globals.$ion-space-200, null);  | 
292 | 288 | }  | 
293 | 289 | 
 
  | 
 | 
296 | 292 |   @include globals.margin-horizontal(globals.$ion-space-250, null);  | 
297 | 293 | }  | 
298 | 294 | 
 
  | 
299 |  | -:host(.button-large)  | 
300 |  | -  ::slotted(ion-icon[slot="end"]),  | 
301 |  | -  ::slotted(ion-spinner[slot="end"]) {  | 
 | 295 | +:host(.button-large) ::slotted(ion-icon[slot="end"]),  | 
 | 296 | +::slotted(ion-spinner[slot="end"]) {  | 
302 | 297 |   @include globals.margin-horizontal(globals.$ion-space-300, null);  | 
303 | 298 | }  | 
0 commit comments