mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
style(): fix linting
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
@ -70,8 +70,9 @@
|
||||
.item-ios .reorder-icon {
|
||||
font-size: 2em;
|
||||
|
||||
fill: currentColor;
|
||||
opacity: .4;
|
||||
|
||||
fill: currentColor;
|
||||
}
|
||||
|
||||
.reorder[slot="start"] .reorder-icon {
|
||||
@ -80,4 +81,4 @@
|
||||
|
||||
.reorder-visible .reorder .reorder-icon {
|
||||
@include transform(translate3d(0, 0, 0));
|
||||
}
|
||||
}
|
||||
|
||||
@ -44,8 +44,8 @@ ion-tabbar {
|
||||
z-index: $z-index-toolbar;
|
||||
display: flex;
|
||||
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
order: 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user