Commit 147013c705fce06bb7ee1b43788659fdda1d6d6f

Authored by Benjamin Rodriguez
1 parent 42ee8886f2
Exists in develop

cambio modal de pago-efectico

src/app/modules/info-formas-pago/info-formas-pago.component.html
... ... @@ -60,7 +60,7 @@
60 60  
61 61 <ng-template #templateGoCaja>
62 62 <div class="bg-primary rounded shadow text-white">
63   - <div class="modal-body text-center">
  63 + <div class="modal-body text-center h1 my-4">
64 64 Por favor, hacé tu pedido en la caja.
65 65 </div>
66 66 </div>
src/app/modules/info-formas-pago/info-formas-pago.component.ts
... ... @@ -21,7 +21,7 @@ export class InfoFormasPagoComponent implements OnInit, OnDestroy {
21 21 }
22 22  
23 23 openGoCaja(templateRef: TemplateRef<any>) {
24   - const modalRef = this.modalService.show(templateRef, { class: 'modal-promo modal-sm modal-dialog-centered' });
  24 + const modalRef = this.modalService.show(templateRef, { class: 'modal-promo modal-dialog-centered' });
25 25 this.timer = setTimeout(() => {
26 26 modalRef.hide();
27 27 }, 3000);
src/app/modules/seleccion-articulos/seleccion-articulos.component.html
... ... @@ -29,8 +29,8 @@
29 29 <div class="row row-cols-1 row-cols-sm-3 row-cols-xl-6">
30 30 <!-- ARTICULO -->
31 31 <div
32   - class="col px-2 my-1 my-md-3 h-auto"
33   - *ngFor="let articulo of auxArticulos | slice:0:showQuantity;">
  32 + *ngFor="let articulo of auxArticulos | slice:0:showQuantity;"
  33 + class="col px-2 my-1 my-md-3 h-auto">
34 34 <div
35 35 class="swing-in-top-fwd btn-effect card h-auto"
36 36 (click)="selectArticulo(articulo)">