[shopping-cart] cart via Jinja WIP

This commit is contained in:
Rushabh Mehta
2015-09-16 18:52:52 +05:30
parent 156ce607e2
commit 3d76686b82
16 changed files with 208 additions and 138 deletions

View File

@@ -1,7 +1,25 @@
.cart-content {
min-height: 400px;
margin-top: 60px;
}
.cart-header, .cart-footer {
margin-bottom: 40px;
margin-bottom: 60px;
}
.cart-item-header {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #d1d8dd;
}
.tax-grand-total-row {
font-size: 14px;
margin-top: 30px;
font-weight: bold;
}
.cart-addresses {
margin-top: 80px;
margin-bottom: 60px;
}