mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
@ -23,7 +23,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.item-inner {
|
.item-inner {
|
||||||
width: 100%;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -32,6 +31,7 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
align-self: stretch;
|
align-self: stretch;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-group {
|
.item-group {
|
||||||
|
@ -47,7 +47,7 @@ $list-ios-header-color: #333 !default;
|
|||||||
.item {
|
.item {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
// TODO this makes the border not show on sticky
|
// TODO this makes the border not show on sticky
|
||||||
margin-top: -1px;
|
// margin-top: -1px;
|
||||||
padding-left: $item-ios-padding-left;
|
padding-left: $item-ios-padding-left;
|
||||||
font-size: $item-ios-font-size;
|
font-size: $item-ios-font-size;
|
||||||
}
|
}
|
||||||
@ -98,6 +98,16 @@ $list-ios-header-color: #333 !default;
|
|||||||
margin-bottom: $item-ios-padding-icon-bottom;
|
margin-bottom: $item-ios-padding-icon-bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ion-avatar[item-left],
|
||||||
|
ion-thumbnail[item-left] {
|
||||||
|
margin: $item-ios-padding-top $item-ios-padding-right $item-ios-padding-bottom 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
ion-avatar[item-right],
|
||||||
|
ion-thumbnail[item-right] {
|
||||||
|
margin: $item-ios-padding-top ($item-ios-padding-right / 2) $item-ios-padding-bottom ($item-ios-padding-left / 2);
|
||||||
|
}
|
||||||
|
|
||||||
button[item-left],
|
button[item-left],
|
||||||
button[item-right],
|
button[item-right],
|
||||||
[button][item-left],
|
[button][item-left],
|
||||||
|
Reference in New Issue
Block a user