style(sass): remove all PropertySortOrder errors from linter

references #5797
This commit is contained in:
Brandy Carney
2016-03-14 15:56:19 -04:00
parent 131c8c366a
commit d3d689ae11
77 changed files with 536 additions and 8 deletions

View File

@ -37,8 +37,10 @@ ion-checkbox {
.checkbox-icon {
position: relative;
width: $checkbox-wp-icon-size;
height: $checkbox-wp-icon-size;
border-width: $checkbox-wp-icon-border-width;
border-style: $checkbox-wp-icon-border-style;
border-radius: $checkbox-wp-icon-border-radius;
@ -63,8 +65,10 @@ ion-checkbox {
position: absolute;
top: -2px;
left: 3px;
width: 6px;
height: 12px;
border-width: $checkbox-wp-icon-checkmark-width;
border-top-width: 0;
border-left-width: 0;
@ -80,6 +84,7 @@ ion-checkbox {
.checkbox-disabled,
.item-checkbox-disabled ion-label {
opacity: $checkbox-wp-disabled-opacity;
pointer-events: none;
}
@ -90,6 +95,7 @@ ion-checkbox {
.item ion-checkbox {
position: static;
display: block;
margin: $checkbox-wp-media-margin;
}