mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
chore: fix linter errors
This commit is contained in:
@ -11,6 +11,7 @@ ion-icon {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ion-icon[small] {
|
ion-icon[small] {
|
||||||
font-size: 1.1em;
|
|
||||||
min-height: 1.1em;
|
min-height: 1.1em;
|
||||||
|
|
||||||
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
ion-range {
|
ion-range {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
ion-label {
|
ion-label {
|
||||||
@ -28,6 +29,7 @@ ion-range {
|
|||||||
|
|
||||||
ion-icon {
|
ion-icon {
|
||||||
min-height: 2.4rem;
|
min-height: 2.4rem;
|
||||||
|
|
||||||
font-size: 2.4rem;
|
font-size: 2.4rem;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user