mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
32 lines
512 B
SCSS
32 lines
512 B
SCSS
@import "../../globals.core";
|
|
|
|
// Button Icons
|
|
// --------------------------------------------------
|
|
|
|
|
|
.button-icon-left ion-icon {
|
|
padding-right: 0.3em;
|
|
font-size: 1.4em;
|
|
line-height: 0.67;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.button-icon-right ion-icon {
|
|
padding-left: 0.4em;
|
|
font-size: 1.4em;
|
|
line-height: 0.67;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.button-icon-only {
|
|
padding: 0;
|
|
min-width: 0.9em;
|
|
|
|
ion-icon {
|
|
padding: 0 0.5em;
|
|
font-size: 1.8em;
|
|
line-height: 0.67;
|
|
pointer-events: none;
|
|
}
|
|
}
|