mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
list/item/button/card css overhaul
This commit is contained in:
@@ -26,7 +26,7 @@ $switch-ios-transition-duration: 300ms !default;
|
||||
|
||||
.item-media {
|
||||
margin: 0;
|
||||
padding: 6px $item-ios-padding-right 6px ($item-ios-padding-left + 20);
|
||||
padding: 6px ($item-ios-padding-right / 2) 6px ($item-ios-padding-left);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ $switch-md-transition-duration: 300ms !default;
|
||||
|
||||
.item-media {
|
||||
margin: 0;
|
||||
padding: 6px $item-md-padding-right 6px ($item-md-padding-left + 20);
|
||||
padding: 6px ($item-md-padding-right / 2) 6px $item-md-padding-left;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user