Commit e1e219322e5b883add65fc82e608b896c751d9f8

Authored by Eric Fernandez
Exists in master and in 1 other branch validar_pve

Merge branch 'master' into 'master'

Master(mpuebla)

See merge request !98
src/app/components/comanda/comanda.component.html
1 1 <div class="container-fluid fade-in p-0">
  2 +
  3 + <div class="row m-2">
  4 + <div class="col-12">
  5 + <p class="m-0 h2 text-center">Pedidos a elaborar</p>
  6 + </div>
  7 + </div>
  8 +
2 9 <div class="card-columns m-1 fade-in disable-user-select">
3 10 <div
4 11 *ngFor="let comanda of comandas"
src/app/components/popover-promos/popover-promos.component.html
... ... @@ -2,8 +2,8 @@
2 2 <div class="row">
3 3 <div class="col text-left">
4 4 <p class="h5 card-title">
5   - Este producto forma parte<br>
6   - de Combos y Promociones
  5 + Sugerencias<br>
  6 + COMBOS Y PROMOCIONES
7 7 </p>
8 8 </div>
9 9 </div>
src/assets/scss/bootstrap-override.scss
... ... @@ -10,9 +10,9 @@ $theme-colors: (
10 10 );
11 11  
12 12 .popover {
13   - transform: translate3d(-425px, 0, -34px) !important;
  13 + transform: translate3d(-100%, 0, -34px) !important;
14 14 min-width: 350px !important;
15   - max-width: 425px !important;
  15 + max-width: 65% !important;
16 16 border: none !important;
17 17 border-radius: 1.5rem !important;
18 18 padding: 0 !important;