mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
16 lines
195 B
SCSS
16 lines
195 B
SCSS
@import "../../globals.core";
|
|
|
|
// Icon
|
|
// --------------------------------------------------
|
|
|
|
|
|
ion-icon {
|
|
display: inline-block;
|
|
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
ion-icon[small] {
|
|
font-size: 1.1em;
|
|
}
|