Commit 64b46fe492515ba89741aed3e78d545dabfe54d5

Authored by Benjamin Rodriguez
1 parent c46216a6bb
Exists in develop

agrego padding al modal promo

src/app/modules/admin/admin.component.ts
... ... @@ -31,7 +31,7 @@ export class AdminComponent implements OnInit, OnDestroy {
31 31 startTimeOutInactividad() {
32 32 this.timerReposo = setTimeout(() => {
33 33 this.router.navigate(['cancelar-compra']);
34   - }, 5000);
  34 + }, 90000);
35 35 }
36 36  
37 37 }
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>