Subbu1304 commited on
Commit
883deb7
·
verified ·
1 Parent(s): 3fbbce2

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +11 -7
templates/menu.html CHANGED
@@ -52,10 +52,10 @@
52
  background-color: #0FAA39; /* Updated button background color */
53
  border-color: #0FAA39;
54
  }
55
- .btn-primary:hover {
56
  background-color: #0FAA39;
57
  border-color: #0FAA39;
58
- }
59
  .btn-primary:active,
60
  .btn-primary:focus {
61
  background-color: #0FAA39;
@@ -552,15 +552,19 @@ form-check-input addon-option{
552
  Customize <i class="bi bi-caret-right-fill"></i>
553
  </button>
554
 
555
- <!-- Add Button on Image -->
556
- <button class="btn add-btn">
557
- Add +
558
- </button>
559
-
560
  <div class="card-body">
561
  <h5 class="card-title">{{ item.Name }}</h5>
562
  <p class="card-text">${{ item.Price__c }}</p>
563
  </div>
 
 
 
 
 
 
 
564
  </div>
565
  </div>
566
 
 
52
  background-color: #0FAA39; /* Updated button background color */
53
  border-color: #0FAA39;
54
  }
55
+ /* .btn-primary:hover {
56
  background-color: #0FAA39;
57
  border-color: #0FAA39;
58
+ } */
59
  .btn-primary:active,
60
  .btn-primary:focus {
61
  background-color: #0FAA39;
 
552
  Customize <i class="bi bi-caret-right-fill"></i>
553
  </button>
554
 
555
+
556
+ <div class="row">
 
 
 
557
  <div class="card-body">
558
  <h5 class="card-title">{{ item.Name }}</h5>
559
  <p class="card-text">${{ item.Price__c }}</p>
560
  </div>
561
+ <div>
562
+ <!-- Add Button on Image -->
563
+ <button class="btn add-btn">
564
+ Add +
565
+ </button>
566
+ </div>
567
+ </div>
568
  </div>
569
  </div>
570