lokesh341 commited on
Commit
98080e7
·
verified ·
1 Parent(s): a4aa100

Update static/styles.css

Browse files
Files changed (1) hide show
  1. static/styles.css +27 -17
static/styles.css CHANGED
@@ -135,7 +135,7 @@ body {
135
  color: #333;
136
  }
137
 
138
- .show-desc-button, .add-button {
139
  padding: 5px 10px;
140
  margin-top: 5px;
141
  background-color: #4caf50;
@@ -147,7 +147,7 @@ body {
147
  width: 100%;
148
  }
149
 
150
- .show-desc-button:hover, .add-button:hover {
151
  background-color: #45a049;
152
  }
153
 
@@ -268,16 +268,6 @@ body {
268
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
269
  }
270
 
271
- .popup-content ul {
272
- text-align: left;
273
- margin: 10px 0;
274
- }
275
-
276
- .popup-content ul li {
277
- margin: 5px 0;
278
- font-size: 12px;
279
- }
280
-
281
  .popup-image {
282
  width: 80px;
283
  height: 80px;
@@ -286,6 +276,12 @@ body {
286
  margin-bottom: 10px;
287
  }
288
 
 
 
 
 
 
 
289
  .button-container {
290
  display: flex;
291
  justify-content: center;
@@ -319,7 +315,21 @@ body {
319
  background-color: #b71c1c;
320
  }
321
 
322
- /* Mobile Responsiveness */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
323
  @media (max-width: 768px) {
324
  .chat-container {
325
  height: 100vh;
@@ -346,7 +356,7 @@ body {
346
  .ingredient-name {
347
  font-size: 10px;
348
  }
349
- .show-desc-button, .add-button {
350
  font-size: 8px;
351
  padding: 3px 6px;
352
  }
@@ -354,9 +364,6 @@ body {
354
  max-width: 85%;
355
  padding: 10px;
356
  }
357
- .popup-content ul li {
358
- font-size: 10px;
359
- }
360
  .popup-image {
361
  width: 60px;
362
  height: 60px;
@@ -365,6 +372,9 @@ body {
365
  padding: 4px 8px;
366
  font-size: 10px;
367
  }
 
 
 
368
  .selection-box {
369
  gap: 5px;
370
  }
 
135
  color: #333;
136
  }
137
 
138
+ .show-desc-button {
139
  padding: 5px 10px;
140
  margin-top: 5px;
141
  background-color: #4caf50;
 
147
  width: 100%;
148
  }
149
 
150
+ .show-desc-button:hover {
151
  background-color: #45a049;
152
  }
153
 
 
268
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
269
  }
270
 
 
 
 
 
 
 
 
 
 
 
271
  .popup-image {
272
  width: 80px;
273
  height: 80px;
 
276
  margin-bottom: 10px;
277
  }
278
 
279
+ .menu-item-field {
280
+ margin: 5px 0;
281
+ font-size: 12px;
282
+ text-align: left;
283
+ }
284
+
285
  .button-container {
286
  display: flex;
287
  justify-content: center;
 
315
  background-color: #b71c1c;
316
  }
317
 
318
+ .dietary-button {
319
+ padding: 5px 10px;
320
+ margin-right: 5px;
321
+ border: none;
322
+ border-radius: 5px;
323
+ cursor: pointer;
324
+ font-size: 12px;
325
+ color: white;
326
+ }
327
+
328
+ .dietary-button.green { background-color: #4caf50; }
329
+ .dietary-button.red { background-color: #d32f2f; }
330
+ .dietary-button.gray { background-color: #616161; }
331
+ .dietary-button:hover { opacity: 0.9; }
332
+
333
  @media (max-width: 768px) {
334
  .chat-container {
335
  height: 100vh;
 
356
  .ingredient-name {
357
  font-size: 10px;
358
  }
359
+ .show-desc-button {
360
  font-size: 8px;
361
  padding: 3px 6px;
362
  }
 
364
  max-width: 85%;
365
  padding: 10px;
366
  }
 
 
 
367
  .popup-image {
368
  width: 60px;
369
  height: 60px;
 
372
  padding: 4px 8px;
373
  font-size: 10px;
374
  }
375
+ .menu-item-field {
376
+ font-size: 10px;
377
+ }
378
  .selection-box {
379
  gap: 5px;
380
  }