style(css): fix most scss lint errors

This commit is contained in:
Brandy Carney
2018-07-18 12:53:33 -04:00
parent 7d030ce27c
commit 094fde755c
58 changed files with 247 additions and 199 deletions

View File

@ -85,8 +85,6 @@ ion-picker {
}
.picker-prefix {
text-align: end;
position: relative;
flex: 2;
@ -95,11 +93,11 @@ ion-picker {
max-width: 50%;
white-space: nowrap;
text-align: end;
}
.picker-suffix {
text-align: start;
position: relative;
flex: 2;
@ -108,12 +106,13 @@ ion-picker {
max-width: 50%;
white-space: nowrap;
text-align: start;
}
// contain property is supported by Chrome
.picker-opt {
@include position(0, null, null, 0);
text-align: center;
position: absolute;
@ -127,6 +126,8 @@ ion-picker {
text-overflow: ellipsis;
white-space: nowrap;
text-align: center;
will-change: transform;
contain: strict;
}