lokesh341 commited on
Commit
2ed63af
·
verified ·
1 Parent(s): 3b95b48

Update templates/menu.html

Browse files
Files changed (1) hide show
  1. templates/menu.html +7 -24
templates/menu.html CHANGED
@@ -344,21 +344,6 @@
344
  height: 35px;
345
  }
346
  }
347
- #first-row .col-6 {
348
- padding: 10px;
349
- }
350
- #type-options, #spice-level-options {
351
- background-color: #fff;
352
- border: 2px solid #6c757d;
353
- border-radius: 8px;
354
- padding: 12px;
355
- }
356
- #type-options .form-check, #spice-level-options .form-check {
357
- display: inline-flex;
358
- align-items: center;
359
- margin-left: 10px;
360
- color: #343a40;
361
- }
362
  </style>
363
  </head>
364
  <body>
@@ -470,15 +455,13 @@
470
  <p id="modal-description" class="text-secondary"></p>
471
 
472
  <div id="first-row">
473
- <div class="row">
474
- <div class="col-6">
475
- <h6>Type</h6>
476
- <div id="type-options"></div>
477
- </div>
478
- <div class="col-6">
479
- <h6>Spice Level</h6>
480
- <div id="spice-level-options"></div>
481
- </div>
482
  </div>
483
  </div>
484
 
 
344
  height: 35px;
345
  }
346
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
347
  </style>
348
  </head>
349
  <body>
 
455
  <p id="modal-description" class="text-secondary"></p>
456
 
457
  <div id="first-row">
458
+ <div class="addon-section">
459
+ <h6>Type</h6>
460
+ <div id="type-options"></div>
461
+ </div>
462
+ <div class="addon-section">
463
+ <h6>Spice Level</h6>
464
+ <div id="spice-level-options"></div>
 
 
465
  </div>
466
  </div>
467