lokesh341 commited on
Commit
6f1e6c2
·
verified ·
1 Parent(s): c129ae7

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. 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: 5px;
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
- <h5 class="customisable-text">Customisable</h5>
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>