list/item/button/card css overhaul

This commit is contained in:
Adam Bradley
2015-08-25 13:17:29 -05:00
parent cb48d67d4a
commit 069ac65e24
36 changed files with 370 additions and 423 deletions

View File

@@ -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);
}

View File

@@ -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;
}