Commit 077ce36872b13edcf01d90804849725d13e0dd81

Authored by Marcelo Puebla
1 parent e22c7b6103

Arreglo visual de imagenes

src/app/shared/promocion/promocion.component.html
... ... @@ -19,8 +19,7 @@
19 19 <div class="row">
20 20 <div class="col-6 pl-0">
21 21 <div
22   - class="row mx-0 justify-content-between bg-light badge-pill btn-effect"
23   - (click)="elegirArticulo(articulo)">
  22 + class="row mx-0 justify-content-between bg-light badge-pill btn-effect">
24 23 <div class="col px-0 align-self-center text-primary">
25 24 <p class="d-block">
26 25 <small class="pr-2">{{'Sola'}} {{155 | currency}}</small>
src/app/shared/promocion/promocion.component.ts
... ... @@ -9,7 +9,7 @@ import { BsModalRef } from &#39;ngx-bootstrap/modal&#39;;
9 9 export class PromocionComponent implements OnInit {
10 10  
11 11 constructor(
12   - private modalRef: BsModalRef,
  12 + public modalRef: BsModalRef,
13 13 ) { }
14 14  
15 15 ngOnInit() {