style(): fix linting

This commit is contained in:
mhartington
2017-12-19 17:08:19 -05:00
parent 3e7e5e156a
commit 2bf1d89523
3 changed files with 8 additions and 7 deletions

View File

@ -11,11 +11,11 @@
@include padding($padding-width / 2);
@include margin-horizontal(auto);
display: flex;
flex-direction: column;
width: 100%;
display: flex;
flex-direction: column;
// Remove the padding from the grid and all immediate children columns
&[no-padding] {
@ -105,9 +105,9 @@
position: relative;
width: 100%;
flex-basis: 0;
flex-grow: 1;
width: 100%;
max-width: 100%;
min-height: 1px; // Prevent columns from collapsing when empty

View File

@ -70,8 +70,9 @@
.item-ios .reorder-icon {
font-size: 2em;
fill: currentColor;
opacity: .4;
fill: currentColor;
}
.reorder[slot="start"] .reorder-icon {

View File

@ -44,8 +44,8 @@ ion-tabbar {
z-index: $z-index-toolbar;
display: flex;
justify-content: center;
align-items: center;
justify-content: center;
order: 1;