Commit 314c9dbe122fdbf44ede72596dbd5867ee5f5740

Authored by Marcelo Puebla
Exists in develop

Merge branch 'master' into 'develop'

Master(benjamin)

See merge request !31
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>