Spaces:
Sleeping
Sleeping
Update templates/cart.html
Browse files- templates/cart.html +15 -0
templates/cart.html
CHANGED
@@ -128,6 +128,21 @@
|
|
128 |
object-fit: cover;
|
129 |
border-radius: 5px;
|
130 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
131 |
.remove-icon {
|
132 |
border: none;
|
133 |
background: none;
|
|
|
128 |
object-fit: cover;
|
129 |
border-radius: 5px;
|
130 |
}
|
131 |
+
.suggestion-item button {
|
132 |
+
padding: 5px 15px;
|
133 |
+
font-size: 0.9rem;
|
134 |
+
border-radius: 10px;
|
135 |
+
border: 2px solid #FC8019;
|
136 |
+
color: #FC8019;
|
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;
|