Commit db93fd5f319547c9409f00b8d2e92b08a36ad791

Authored by Marcelo Puebla
Exists in develop

Merge branch 'develop' of git.focasoftware.com:angular/autoservicio-axion into develop

src/app/modules/carrito/carrito.component.html
... ... @@ -124,7 +124,7 @@
124 124 <!-- TOTAL -->
125 125 <div class="row mx-3 mt-2 h-auto justify-content-end">
126 126 <div class="col-auto align-self-center text-primary"><small>TOTAL</small></div>
127   - <div class="col-auto p-0 bg-primary d-none d-sm-block bg-total">
  127 + <div class="col-2 p-0 bg-primary d-none d-sm-block bg-total">
128 128 <p class="text-center text-white mt-1 py-1">{{articuloService.subTotal | currency}}</p>
129 129 </div>
130 130 </div>
src/app/modules/seleccion-articulos/seleccion-articulos.component.html
... ... @@ -75,7 +75,7 @@
75 75 </div>
76 76 </div>
77 77 <!-- LISTA DE ARTICULOS -->
78   - <div class="col-7 col-sm-9 col-xl-10 pb-3 h-80 align-self-center scroll-y-visible">
  78 + <div class="col-7 col-sm-9 col-xl-10 pb-3 h-100 align-self-center scroll-y-visible">
79 79 <div class="row row-cols-1 row-cols-sm-3 row-cols-xl-6">
80 80 <!-- ARTICULO -->
81 81 <div
src/app/shared/header-publicidad/header-publicidad.component.ts
... ... @@ -38,7 +38,6 @@ export class HeaderPublicidadComponent implements OnInit {
38 38 if (publicidad.id_articulo) this.getByID(publicidad.id_articulo);
39 39 }
40 40  
41   -
42 41 getByID(id: number) {
43 42 this.articuloService.getById(id)
44 43 .subscribe((res: IArticulo) => {
src/app/shared/promocion/promocion.component.html
1   -<div class="modal-header px-0 bg-primary rounded-top">
  1 +<div class="modal-header bg-primary rounded-top pt-4 px-2">
2 2 <div class="row mx-0 w-100 justify-content-between" *ngIf="articulosPromo.length">
3 3 <div class="col-8">
4 4 <p class="h3 text-white">{{articulosPromo[0].DetArt}}</p>
... ... @@ -22,7 +22,7 @@
22 22 </div>
23 23 </div>
24 24 </div>
25   -<div class="modal-body px-0 bg-primary rounded-bottom" *ngIf="articulosPromo.length">
  25 +<div class="modal-body bg-primary rounded-bottom pb-3 px-2" *ngIf="articulosPromo.length">
26 26 <div class="row mx-0 w-100">
27 27 <div class="col-9">
28 28 <p class="text-white"><small>¿TE GUSTARÍA LLEVAR ESTE ARTÍCULO</small></p>