mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
[shopping-cart] cart via Jinja WIP
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user