Spaces:
Sleeping
Sleeping
Update templates/cart.html
Browse files- templates/cart.html +3 -2
templates/cart.html
CHANGED
|
@@ -110,8 +110,9 @@
|
|
| 110 |
background-color: #4a5d68;
|
| 111 |
color: #fff;
|
| 112 |
}
|
| 113 |
-
|
| 114 |
-
|
|
|
|
| 115 |
}
|
| 116 |
|
| 117 |
</style>
|
|
|
|
| 110 |
background-color: #4a5d68;
|
| 111 |
color: #fff;
|
| 112 |
}
|
| 113 |
+
.remove-btn {
|
| 114 |
+
background-color: transparent; /* Remove the background */
|
| 115 |
+
border: none; /* Remove the border */
|
| 116 |
}
|
| 117 |
|
| 118 |
</style>
|