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 253 additions and 205 deletions

View File

@ -27,9 +27,9 @@
}
.picker-ios .picker-toolbar-button {
text-align: end;
flex: 1;
text-align: end;
}
.picker-ios .picker-toolbar-button:last-child .picker-button {
@ -37,9 +37,9 @@
}
.picker-ios .picker-toolbar-button:first-child {
text-align: start;
font-weight: normal;
text-align: start;
}
.picker-ios .picker-button,

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;
}