Spaces:
Sleeping
Sleeping
Update templates/cart.html
Browse files- templates/cart.html +18 -13
templates/cart.html
CHANGED
@@ -222,6 +222,7 @@
|
|
222 |
font-weight: 600;
|
223 |
font-size: 1.2rem;
|
224 |
margin-top: 10px;
|
|
|
225 |
}
|
226 |
|
227 |
.total-bill .label {
|
@@ -238,21 +239,25 @@
|
|
238 |
.cart-summary.has-dropdown {
|
239 |
margin-bottom: 80px; /* Create space below the content when dropdown is visible */
|
240 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
241 |
|
242 |
|
243 |
-
|
244 |
-
background-color: #0FAA39;
|
245 |
-
color: #fff;
|
246 |
-
padding: 12px;
|
247 |
-
border-radius: 8px;
|
248 |
-
border: none;
|
249 |
-
height: 44px;
|
250 |
-
width: 100%;
|
251 |
-
font-size: 1.2rem;
|
252 |
-
cursor: pointer;
|
253 |
-
transition: background-color 0.3s, color 0.3s;
|
254 |
-
}
|
255 |
-
|
256 |
.suggestion-section {
|
257 |
margin-top: 20px;
|
258 |
padding: 15px;
|
|
|
222 |
font-weight: 600;
|
223 |
font-size: 1.2rem;
|
224 |
margin-top: 10px;
|
225 |
+
margin-bottom: 10px; /* Add 10px space between To Pay and Submit Button */
|
226 |
}
|
227 |
|
228 |
.total-bill .label {
|
|
|
239 |
.cart-summary.has-dropdown {
|
240 |
margin-bottom: 80px; /* Create space below the content when dropdown is visible */
|
241 |
}
|
242 |
+
.checkout-button {
|
243 |
+
background-color: #0FAA39;
|
244 |
+
color: #fff;
|
245 |
+
padding: 12px;
|
246 |
+
border-radius: 8px;
|
247 |
+
border: none;
|
248 |
+
height: 44px;
|
249 |
+
width: 100%;
|
250 |
+
font-size: 1.2rem;
|
251 |
+
cursor: pointer;
|
252 |
+
transition: background-color 0.3s, color 0.3s;
|
253 |
+
display: flex;
|
254 |
+
justify-content: center;
|
255 |
+
align-items: center;
|
256 |
+
text-align: center;
|
257 |
+
}
|
258 |
|
259 |
|
260 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
261 |
.suggestion-section {
|
262 |
margin-top: 20px;
|
263 |
padding: 15px;
|