chore(range): sass validates now (#6806)

sass validates now
This commit is contained in:
Dan Bucholtz
2016-06-08 10:38:26 -05:00
parent 9b78aeba77
commit 9425eeff94
2 changed files with 3 additions and 3 deletions

View File

@ -169,7 +169,7 @@ ion-range {
}
.range-disabled {
opacity: 0.5;
opacity: .5;
}

View File

@ -226,9 +226,9 @@ ion-range:not(.range-has-pin) .range-knob-pressed .range-knob {
}
.range-knob {
transform: scale(.55);
outline: 5px solid #fff;
background-color: $range-md-bar-background-color;
outline: 5px solid white;
transform: scale(.55);
}
}