Spaces:
Build error
Build error
Update templates/cart.html
Browse files- templates/cart.html +3 -0
templates/cart.html
CHANGED
|
@@ -21,6 +21,9 @@
|
|
| 21 |
border-radius: 10px;
|
| 22 |
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
|
| 23 |
}
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
|
| 26 |
.cart-item {
|
|
|
|
| 21 |
border-radius: 10px;
|
| 22 |
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
|
| 23 |
}
|
| 24 |
+
.cart-container2 {
|
| 25 |
+
background-color: #fff;
|
| 26 |
+
}
|
| 27 |
|
| 28 |
|
| 29 |
.cart-item {
|