Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +4 -4
templates/menu.html
CHANGED
@@ -229,11 +229,11 @@ h1.text-center {
|
|
229 |
|
230 |
/* Style for customization sections */
|
231 |
.addon-section {
|
232 |
-
background-color: #
|
233 |
border: 2px solid #ff6b35; /* Border color */
|
234 |
border-radius: 8px;
|
235 |
padding: 12px;
|
236 |
-
margin-bottom:
|
237 |
}
|
238 |
|
239 |
/* Customization section title */
|
@@ -241,7 +241,7 @@ h1.text-center {
|
|
241 |
margin-bottom: 10px;
|
242 |
font-size: 1.1rem;
|
243 |
font-weight: bold;
|
244 |
-
color: #
|
245 |
}
|
246 |
|
247 |
/* Style for add-on checkboxes */
|
@@ -284,7 +284,7 @@ form.text-center.mb-4 {
|
|
284 |
height: 20px;
|
285 |
border: 3px solid #4CAF50; /* Green border */
|
286 |
border-radius: 50%;
|
287 |
-
margin-right: 5px; /* Reduced spacing between button and label */
|
288 |
outline: none;
|
289 |
cursor: pointer;
|
290 |
position: relative;
|
|
|
229 |
|
230 |
/* Style for customization sections */
|
231 |
.addon-section {
|
232 |
+
background-color: #fff; /* Light gray background */
|
233 |
border: 2px solid #ff6b35; /* Border color */
|
234 |
border-radius: 8px;
|
235 |
padding: 12px;
|
236 |
+
margin-bottom: 10px; /* Spacing between sections */
|
237 |
}
|
238 |
|
239 |
/* Customization section title */
|
|
|
241 |
margin-bottom: 10px;
|
242 |
font-size: 1.1rem;
|
243 |
font-weight: bold;
|
244 |
+
color: #4a4848;
|
245 |
}
|
246 |
|
247 |
/* Style for add-on checkboxes */
|
|
|
284 |
height: 20px;
|
285 |
border: 3px solid #4CAF50; /* Green border */
|
286 |
border-radius: 50%;
|
287 |
+
margin-right: -5px; /* Reduced spacing between button and label */
|
288 |
outline: none;
|
289 |
cursor: pointer;
|
290 |
position: relative;
|