Commit df76d03326147545ee1ea639e3ef0195b132c01c

Authored by Marcelo Puebla
Exists in develop

Merge branch 'develop' into 'develop'

Develop

See merge request !39
src/app/modules/info-formas-pago/info-formas-pago.component.html
... ... @@ -11,7 +11,7 @@
11 11 </div>
12 12 <div class="h-85">
13 13 <div class="row h-auto mt-6 mx-0 justify-content-center text-center">
14   - <div class="col-7 col-lg-4 p-5 m-5 h-auto align-self-end border border-secondary rounded">
  14 + <div class="col-7 col-xl-4 p-5 m-5 h-auto align-self-end border border-secondary rounded">
15 15 <img
16 16 draggable="false"
17 17 ondragstart="return false;"
... ... @@ -25,7 +25,7 @@
25 25 draggable="false"
26 26 ondragstart="return false;"
27 27 (contextmenu)="false"
28   - class="w-15"
  28 + class="icon-150"
29 29 src="assets/img/icono-mercado-pago.svg">
30 30 </p>
31 31 <div
... ... @@ -40,7 +40,7 @@
40 40 src="assets/img/ir.svg">
41 41 </div>
42 42 </div>
43   - <div class="col-7 col-lg-4 p-5 m-5 h-auto align-self-center border border-primary rounded">
  43 + <div class="col-7 col-xl-4 p-5 m-5 h-auto align-self-center border border-primary rounded">
44 44 <img
45 45 draggable="false"
46 46 ondragstart="return false;"
src/app/modules/seleccion-articulos/seleccion-articulos.component.ts
... ... @@ -158,7 +158,7 @@ export class SeleccionArticulosComponent implements OnInit, OnDestroy {
158 158 this.showQuantity += 100;
159 159 }
160 160  
161   - @HostListener("scroll", ['$event'])
  161 + @HostListener('scroll', ['$event'])
162 162 scrollEvent(event: Event) {
163 163 clearTimeout(this.inactiveScreen.timerReposo);
164 164 this.inactiveScreen.startTimeOutInactividad();