Spaces:
Sleeping
Sleeping
Update templates/menu.html
Browse files- templates/menu.html +6 -2
templates/menu.html
CHANGED
|
@@ -80,7 +80,7 @@
|
|
| 80 |
flex-direction: column;
|
| 81 |
align-items: center;
|
| 82 |
justify-content: center;
|
| 83 |
-
gap:
|
| 84 |
}
|
| 85 |
.customisable-text {
|
| 86 |
color: #0FAA39;
|
|
@@ -88,6 +88,7 @@
|
|
| 88 |
font-weight: 500;
|
| 89 |
margin: 0;
|
| 90 |
text-align: center;
|
|
|
|
| 91 |
}
|
| 92 |
.btn-primary {
|
| 93 |
font-size: 12px;
|
|
@@ -468,6 +469,9 @@
|
|
| 468 |
.customisable-text {
|
| 469 |
font-size: 9px;
|
| 470 |
}
|
|
|
|
|
|
|
|
|
|
| 471 |
.quantity-selector .btn {
|
| 472 |
width: 20px;
|
| 473 |
height: 20px;
|
|
@@ -584,7 +588,7 @@
|
|
| 584 |
</button>
|
| 585 |
{% endif %}
|
| 586 |
{% if item.Section__c != 'Apetizer' and item.Section__c != 'Customized dish' and item.Section__c !='Soft Drinks' %}
|
| 587 |
-
<
|
| 588 |
{% endif %}
|
| 589 |
</div>
|
| 590 |
</div>
|
|
|
|
| 80 |
flex-direction: column;
|
| 81 |
align-items: center;
|
| 82 |
justify-content: center;
|
| 83 |
+
gap: 6px;
|
| 84 |
}
|
| 85 |
.customisable-text {
|
| 86 |
color: #0FAA39;
|
|
|
|
| 88 |
font-weight: 500;
|
| 89 |
margin: 0;
|
| 90 |
text-align: center;
|
| 91 |
+
line-height: 1;
|
| 92 |
}
|
| 93 |
.btn-primary {
|
| 94 |
font-size: 12px;
|
|
|
|
| 469 |
.customisable-text {
|
| 470 |
font-size: 9px;
|
| 471 |
}
|
| 472 |
+
.button-container {
|
| 473 |
+
gap: 4px;
|
| 474 |
+
}
|
| 475 |
.quantity-selector .btn {
|
| 476 |
width: 20px;
|
| 477 |
height: 20px;
|
|
|
|
| 588 |
</button>
|
| 589 |
{% endif %}
|
| 590 |
{% if item.Section__c != 'Apetizer' and item.Section__c != 'Customized dish' and item.Section__c !='Soft Drinks' %}
|
| 591 |
+
<span class="customisable-text">Customisable</span>
|
| 592 |
{% endif %}
|
| 593 |
</div>
|
| 594 |
</div>
|