Spaces:
Sleeping
Sleeping
Update templates/cart.html
Browse files- templates/cart.html +5 -5
templates/cart.html
CHANGED
|
@@ -67,15 +67,15 @@
|
|
| 67 |
padding: 6px 20px;
|
| 68 |
font-size: 0.9rem;
|
| 69 |
border-radius: 20px;
|
| 70 |
-
border: 1px solid #
|
| 71 |
-
background-color: #
|
| 72 |
-
color: #
|
| 73 |
cursor: pointer;
|
| 74 |
transition: background-color 0.3s, color 0.3s;
|
| 75 |
}
|
| 76 |
.add-back-button:hover {
|
| 77 |
-
background-color: #
|
| 78 |
-
color: #
|
| 79 |
}
|
| 80 |
|
| 81 |
.cart-item-details {
|
|
|
|
| 67 |
padding: 6px 20px;
|
| 68 |
font-size: 0.9rem;
|
| 69 |
border-radius: 20px;
|
| 70 |
+
border: 1px solid #fff;
|
| 71 |
+
background-color: #fff;
|
| 72 |
+
color: #0FAA39;
|
| 73 |
cursor: pointer;
|
| 74 |
transition: background-color 0.3s, color 0.3s;
|
| 75 |
}
|
| 76 |
.add-back-button:hover {
|
| 77 |
+
background-color: #fff;
|
| 78 |
+
color: #0FAA39;
|
| 79 |
}
|
| 80 |
|
| 81 |
.cart-item-details {
|