geethareddy commited on
Commit
0b09da2
·
verified ·
1 Parent(s): 1671bc3

Update static/styles.css

Browse files
Files changed (1) hide show
  1. static/styles.css +16 -16
static/styles.css CHANGED
@@ -128,8 +128,8 @@ body {
128
  opacity: 0.9;
129
  }
130
 
131
- /* Horizontal scrollable ingredient list with images */
132
- .ingredients-list {
133
  max-height: 200px;
134
  overflow-x: auto;
135
  overflow-y: hidden;
@@ -142,21 +142,21 @@ body {
142
  gap: 10px;
143
  }
144
 
145
- .ingredients-list .ingredient-item {
146
  display: inline-flex;
147
  flex-direction: column;
148
  align-items: center;
149
  margin-right: 15px;
150
  }
151
 
152
- .ingredients-list img {
153
  width: 80px;
154
  height: 80px;
155
  object-fit: cover;
156
  border-radius: 5px;
157
  }
158
 
159
- .ingredients-list button {
160
  padding: 5px 10px;
161
  margin-top: 5px;
162
  background-color: #4caf50;
@@ -167,12 +167,12 @@ body {
167
  font-size: 12px;
168
  }
169
 
170
- .ingredients-list button:hover {
171
  background-color: #45a049;
172
  }
173
 
174
- /* Non-editable selected ingredients box */
175
- .selected-ingredients {
176
  padding: 10px;
177
  margin: 10px 0;
178
  border: 1px solid #ccc;
@@ -182,7 +182,7 @@ body {
182
  max-height: 100px;
183
  }
184
 
185
- .selected-ingredients div {
186
  margin: 5px 0;
187
  word-wrap: break-word;
188
  }
@@ -216,16 +216,16 @@ body {
216
  min-width: 90px;
217
  }
218
 
219
- .ingredients-list {
220
  max-height: 150px;
221
  }
222
 
223
- .ingredients-list img {
224
  width: 60px;
225
  height: 60px;
226
  }
227
 
228
- .selected-ingredients {
229
  max-height: 80px;
230
  }
231
  }
@@ -255,16 +255,16 @@ body {
255
  min-width: 120px;
256
  }
257
 
258
- .ingredients-list {
259
  max-height: 250px;
260
  }
261
 
262
- .ingredients-list img {
263
  width: 100px;
264
  height: 100px;
265
  }
266
 
267
- .selected-ingredients {
268
  max-height: 120px;
269
  }
270
- }
 
128
  opacity: 0.9;
129
  }
130
 
131
+ /* Updated for menu items */
132
+ .menu-items-list {
133
  max-height: 200px;
134
  overflow-x: auto;
135
  overflow-y: hidden;
 
142
  gap: 10px;
143
  }
144
 
145
+ .menu-items-list .menu-item-item {
146
  display: inline-flex;
147
  flex-direction: column;
148
  align-items: center;
149
  margin-right: 15px;
150
  }
151
 
152
+ .menu-items-list img {
153
  width: 80px;
154
  height: 80px;
155
  object-fit: cover;
156
  border-radius: 5px;
157
  }
158
 
159
+ .menu-items-list button {
160
  padding: 5px 10px;
161
  margin-top: 5px;
162
  background-color: #4caf50;
 
167
  font-size: 12px;
168
  }
169
 
170
+ .menu-items-list button:hover {
171
  background-color: #45a049;
172
  }
173
 
174
+ /* Updated for selected menu items */
175
+ .selected-menu-items {
176
  padding: 10px;
177
  margin: 10px 0;
178
  border: 1px solid #ccc;
 
182
  max-height: 100px;
183
  }
184
 
185
+ .selected-menu-items div {
186
  margin: 5px 0;
187
  word-wrap: break-word;
188
  }
 
216
  min-width: 90px;
217
  }
218
 
219
+ .menu-items-list {
220
  max-height: 150px;
221
  }
222
 
223
+ .menu-items-list img {
224
  width: 60px;
225
  height: 60px;
226
  }
227
 
228
+ .selected-menu-items {
229
  max-height: 80px;
230
  }
231
  }
 
255
  min-width: 120px;
256
  }
257
 
258
+ .menu-items-list {
259
  max-height: 250px;
260
  }
261
 
262
+ .menu-items-list img {
263
  width: 100px;
264
  height: 100px;
265
  }
266
 
267
+ .selected-menu-items {
268
  max-height: 120px;
269
  }
270
+ }