mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
style(): fix linting
This commit is contained in:
@ -11,11 +11,11 @@
|
|||||||
@include padding($padding-width / 2);
|
@include padding($padding-width / 2);
|
||||||
@include margin-horizontal(auto);
|
@include margin-horizontal(auto);
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
display: flex;
|
|
||||||
|
|
||||||
flex-direction: column;
|
|
||||||
|
|
||||||
// Remove the padding from the grid and all immediate children columns
|
// Remove the padding from the grid and all immediate children columns
|
||||||
&[no-padding] {
|
&[no-padding] {
|
||||||
@ -105,9 +105,9 @@
|
|||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
width: 100%;
|
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
min-height: 1px; // Prevent columns from collapsing when empty
|
min-height: 1px; // Prevent columns from collapsing when empty
|
||||||
|
|
||||||
|
|||||||
@ -70,8 +70,9 @@
|
|||||||
.item-ios .reorder-icon {
|
.item-ios .reorder-icon {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
|
|
||||||
fill: currentColor;
|
|
||||||
opacity: .4;
|
opacity: .4;
|
||||||
|
|
||||||
|
fill: currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reorder[slot="start"] .reorder-icon {
|
.reorder[slot="start"] .reorder-icon {
|
||||||
@ -80,4 +81,4 @@
|
|||||||
|
|
||||||
.reorder-visible .reorder .reorder-icon {
|
.reorder-visible .reorder .reorder-icon {
|
||||||
@include transform(translate3d(0, 0, 0));
|
@include transform(translate3d(0, 0, 0));
|
||||||
}
|
}
|
||||||
|
|||||||
@ -44,8 +44,8 @@ ion-tabbar {
|
|||||||
z-index: $z-index-toolbar;
|
z-index: $z-index-toolbar;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
order: 1;
|
order: 1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user