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