Update templates/menu.html
Browse files- templates/menu.html +11 -3
templates/menu.html
CHANGED
@@ -110,10 +110,10 @@
|
|
110 |
}
|
111 |
|
112 |
.add-btn:hover,
|
113 |
-
.customize-btn:hover {
|
114 |
background-color: #6a5d4b;
|
115 |
transition: background-color 0.3s ease;
|
116 |
-
}
|
117 |
|
118 |
.add-btn i,
|
119 |
.customize-btn i {
|
@@ -124,6 +124,14 @@
|
|
124 |
|
125 |
|
126 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
127 |
|
128 |
|
129 |
|
@@ -553,7 +561,7 @@ form-check-input addon-option{
|
|
553 |
</button>
|
554 |
|
555 |
|
556 |
-
<div class="
|
557 |
<div class="card-body">
|
558 |
<h5 class="card-title">{{ item.Name }}</h5>
|
559 |
<p class="card-text">${{ item.Price__c }}</p>
|
|
|
110 |
}
|
111 |
|
112 |
.add-btn:hover,
|
113 |
+
/* .customize-btn:hover {
|
114 |
background-color: #6a5d4b;
|
115 |
transition: background-color 0.3s ease;
|
116 |
+
} */
|
117 |
|
118 |
.add-btn i,
|
119 |
.customize-btn i {
|
|
|
124 |
|
125 |
|
126 |
|
127 |
+
.card-btn{
|
128 |
+
display: flex;
|
129 |
+
flex-direction: row;
|
130 |
+
justify-content: space-between;
|
131 |
+
}
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
|
136 |
|
137 |
|
|
|
561 |
</button>
|
562 |
|
563 |
|
564 |
+
<div class="card-btn">
|
565 |
<div class="card-body">
|
566 |
<h5 class="card-title">{{ item.Name }}</h5>
|
567 |
<p class="card-text">${{ item.Price__c }}</p>
|