chore: fix linter errors

This commit is contained in:
Brandy Carney
2016-06-01 10:44:14 -04:00
parent 272daf2993
commit 484dfdb2f0
2 changed files with 4 additions and 1 deletions

View File

@ -11,6 +11,7 @@ ion-icon {
}
ion-icon[small] {
font-size: 1.1em;
min-height: 1.1em;
font-size: 1.1em;
}

View File

@ -20,6 +20,7 @@
ion-range {
position: relative;
display: flex;
align-items: center;
ion-label {
@ -28,6 +29,7 @@ ion-range {
ion-icon {
min-height: 2.4rem;
font-size: 2.4rem;
line-height: 1;
}