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