mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -47,7 +47,6 @@ $list-ios-header-color: #333 !default;
|
||||
.item {
|
||||
border-radius: 0;
|
||||
// TODO this makes the border not show on sticky
|
||||
// margin-top: -1px;
|
||||
padding-left: $item-ios-padding-left;
|
||||
font-size: $item-ios-font-size;
|
||||
}
|
||||
|
||||
@@ -7,6 +7,9 @@ $input-label-ios-color: #7f7f7f !default;
|
||||
|
||||
.list,
|
||||
ion-card {
|
||||
ion-input {
|
||||
padding-right: ($item-ios-padding-right / 2);
|
||||
}
|
||||
|
||||
[text-input] {
|
||||
margin: $item-ios-padding-top ($item-ios-padding-right / 2) $item-ios-padding-bottom ($item-ios-padding-left / 2);
|
||||
|
||||
Reference in New Issue
Block a user