Subbu1304 commited on
Commit
11544a8
·
verified ·
1 Parent(s): 78704f1

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +2 -2
templates/menu.html CHANGED
@@ -99,7 +99,7 @@
99
  top: 50%;
100
  right: 10px; /* Position the Add button right next to Customize */
101
  transform: translateY(-50%);
102
- background-color: #d9534f; /* Red color for the Add button */
103
  color: #fff;
104
  border: none;
105
  padding: 6px 18px;
@@ -566,7 +566,7 @@ form-check-input addon-option{
566
  <h5 class="card-title">{{ item.Name }}</h5>
567
  <p class="card-text">${{ item.Price__c }}</p>
568
  </div>
569
- <div>
570
  <!-- Add Button on Image -->
571
  <button class="btn add-btn">
572
  Add +
 
99
  top: 50%;
100
  right: 10px; /* Position the Add button right next to Customize */
101
  transform: translateY(-50%);
102
+ background-color: #6a5d4b; /* Red color for the Add button */
103
  color: #fff;
104
  border: none;
105
  padding: 6px 18px;
 
566
  <h5 class="card-title">{{ item.Name }}</h5>
567
  <p class="card-text">${{ item.Price__c }}</p>
568
  </div>
569
+ <div class="card-body">
570
  <!-- Add Button on Image -->
571
  <button class="btn add-btn">
572
  Add +