Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +3 -3
templates/menu.html
CHANGED
@@ -250,7 +250,7 @@ h1.text-center {
|
|
250 |
.addon-section .form-check {
|
251 |
display: inline-flex; /* Display checkboxes horizontally */
|
252 |
align-items: center; /* Align checkboxes and labels */
|
253 |
-
margin-left:
|
254 |
color: #343a40; /* Darker text color */
|
255 |
}
|
256 |
|
@@ -262,7 +262,7 @@ h1.text-center {
|
|
262 |
width: 20px;
|
263 |
height: 20px;
|
264 |
border: 2px solid #343a40; /* Darker border color */
|
265 |
-
border-radius:
|
266 |
background-color: #f0f0f0; /* Lighter gray background when unchecked */
|
267 |
position: relative;
|
268 |
margin-right: 10px; /* Add space between the checkbox and label */
|
@@ -276,7 +276,7 @@ h1.text-center {
|
|
276 |
|
277 |
/* Add the check mark when checkbox is checked */
|
278 |
.addon-section .form-check-input:checked::before {
|
279 |
-
content: '
|
280 |
font-size: 14px;
|
281 |
position: absolute;
|
282 |
top: 3px;
|
|
|
250 |
.addon-section .form-check {
|
251 |
display: inline-flex; /* Display checkboxes horizontally */
|
252 |
align-items: center; /* Align checkboxes and labels */
|
253 |
+
margin-left: 15px; /* Space between checkboxes */
|
254 |
color: #343a40; /* Darker text color */
|
255 |
}
|
256 |
|
|
|
262 |
width: 20px;
|
263 |
height: 20px;
|
264 |
border: 2px solid #343a40; /* Darker border color */
|
265 |
+
border-radius: 5px; /* Rounded corners */
|
266 |
background-color: #f0f0f0; /* Lighter gray background when unchecked */
|
267 |
position: relative;
|
268 |
margin-right: 10px; /* Add space between the checkbox and label */
|
|
|
276 |
|
277 |
/* Add the check mark when checkbox is checked */
|
278 |
.addon-section .form-check-input:checked::before {
|
279 |
+
content: ''; /* Unicode check mark */
|
280 |
font-size: 14px;
|
281 |
position: absolute;
|
282 |
top: 3px;
|