Subbu1304 commited on
Commit
ffabaf2
·
verified ·
1 Parent(s): 157386c

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +19 -2
templates/menu.html CHANGED
@@ -94,12 +94,18 @@
94
  border-color: #ffffff;
95
  box-shadow: none;
96
  }
 
 
 
 
97
  .view-cart-container {
98
  position: fixed;
99
  bottom: 20px;
100
  right: 20px;
101
  z-index: 999;
102
  }
 
 
103
  .view-cart-button {
104
  background-color: #0FAA39; /* Updated View Cart button background color */
105
  color: #fff;
@@ -117,6 +123,11 @@
117
  background-color: #109835; /* Slightly darker shade for hover effect */
118
  text-decoration: none;
119
  }
 
 
 
 
 
120
  .avatar-dropdown-container {
121
  position: relative;
122
  }
@@ -507,12 +518,18 @@ form-check-input addon-option{
507
 
508
 
509
 
510
-
511
  <div class="card-body">
512
  <h5 class="card-title">{{ item.Name }}</h5>
513
  <p class="card-text">${{ item.Price__c }}</p>
514
-
 
 
515
  </div>
 
 
 
 
516
  </div>
517
  </div>
518
  {% endfor %}
 
94
  border-color: #ffffff;
95
  box-shadow: none;
96
  }
97
+
98
+
99
+ /* view-cart#### */
100
+
101
  .view-cart-container {
102
  position: fixed;
103
  bottom: 20px;
104
  right: 20px;
105
  z-index: 999;
106
  }
107
+
108
+
109
  .view-cart-button {
110
  background-color: #0FAA39; /* Updated View Cart button background color */
111
  color: #fff;
 
123
  background-color: #109835; /* Slightly darker shade for hover effect */
124
  text-decoration: none;
125
  }
126
+
127
+ /* ######################### */
128
+
129
+
130
+
131
  .avatar-dropdown-container {
132
  position: relative;
133
  }
 
518
 
519
 
520
 
521
+ <div>
522
  <div class="card-body">
523
  <h5 class="card-title">{{ item.Name }}</h5>
524
  <p class="card-text">${{ item.Price__c }}</p>
525
+ </div>
526
+ <div class="card-body">
527
+ <button class="btn btn-primary">Add</button>
528
  </div>
529
+
530
+ </div>
531
+
532
+
533
  </div>
534
  </div>
535
  {% endfor %}