Subbu1304 commited on
Commit
4ccf2c2
·
verified ·
1 Parent(s): 737e128

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +10 -2
templates/menu.html CHANGED
@@ -26,7 +26,11 @@
26
  }
27
 
28
 
29
-
 
 
 
 
30
 
31
 
32
 
@@ -559,12 +563,16 @@ form-check-input addon-option{
559
  <div>
560
  <!-- <button class="btn btn-primary>ADD</button> -->
561
 
562
-
563
  <button class="btn btn btn-primary"
564
  data-bs-toggle="modal" data-bs-target="#itemModal"
565
  onclick="showItemDetails('{{ item.Name }}', '{{ item.Price__c }}', '{{ item.Image2__c }}', '{{ item.Description__c }}', '{{ item.Section__c }}','{{ selected_category }}')">
566
  ADD
567
  </button>
 
 
 
 
568
 
569
 
570
 
 
26
  }
27
 
28
 
29
+ .customisable-text {
30
+ color: #28a745; /* Same color as the "ADD" button */
31
+ font-size: 14px; /* Same font size as the "ADD" button */
32
+ margin: 0;
33
+ }
34
 
35
 
36
 
 
563
  <div>
564
  <!-- <button class="btn btn-primary>ADD</button> -->
565
 
566
+ <div>
567
  <button class="btn btn btn-primary"
568
  data-bs-toggle="modal" data-bs-target="#itemModal"
569
  onclick="showItemDetails('{{ item.Name }}', '{{ item.Price__c }}', '{{ item.Image2__c }}', '{{ item.Description__c }}', '{{ item.Section__c }}','{{ selected_category }}')">
570
  ADD
571
  </button>
572
+ </div>
573
+ <div>
574
+ <h5 class="customisable-text">Customisable</h5>
575
+ </div>
576
 
577
 
578