Spaces:
Sleeping
Sleeping
Update templates/cart.html
Browse files- templates/cart.html +3 -1
templates/cart.html
CHANGED
|
@@ -133,16 +133,18 @@
|
|
| 133 |
font-size: 0.9rem;
|
| 134 |
border-radius: 10px;
|
| 135 |
border: 2px solid #FC8019;
|
| 136 |
-
color: #
|
| 137 |
background-color: #fff;
|
| 138 |
font-weight: 600;
|
| 139 |
height: 44px;
|
| 140 |
cursor: pointer;
|
|
|
|
| 141 |
}
|
| 142 |
.suggestion-item button:hover {
|
| 143 |
background-color: #FC8019;
|
| 144 |
color: #fff;
|
| 145 |
}
|
|
|
|
| 146 |
.remove-icon {
|
| 147 |
border: none;
|
| 148 |
background: none;
|
|
|
|
| 133 |
font-size: 0.9rem;
|
| 134 |
border-radius: 10px;
|
| 135 |
border: 2px solid #FC8019;
|
| 136 |
+
color: #0FAA39; /* Updated text color to the green color */
|
| 137 |
background-color: #fff;
|
| 138 |
font-weight: 600;
|
| 139 |
height: 44px;
|
| 140 |
cursor: pointer;
|
| 141 |
+
transition: background-color 0.3s, color 0.3s;
|
| 142 |
}
|
| 143 |
.suggestion-item button:hover {
|
| 144 |
background-color: #FC8019;
|
| 145 |
color: #fff;
|
| 146 |
}
|
| 147 |
+
|
| 148 |
.remove-icon {
|
| 149 |
border: none;
|
| 150 |
background: none;
|