mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
14 lines
156 B
SCSS
14 lines
156 B
SCSS
|
|
// Icon
|
|
// --------------------------------------------------
|
|
|
|
|
|
icon {
|
|
display: inline-block;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
icon[small] {
|
|
font-size: 1.1em;
|
|
}
|