Commit 3155fcd2d72e2fdd62dd4b409235d6fe92c2190e
1 parent
c5c1df3b3c
Exists in
develop
borders rounded a modal promo
Showing
3 changed files
with
9 additions
and
9 deletions
Show diff stats
src/app/modules/admin/admin.component.ts
... | ... | @@ -15,16 +15,16 @@ export class AdminComponent implements OnInit { |
15 | 15 | ) { } |
16 | 16 | |
17 | 17 | ngOnInit() { |
18 | - this.startTimeOutInactividad(); | |
18 | + // this.startTimeOutInactividad(); | |
19 | 19 | } |
20 | 20 | |
21 | 21 | @HostListener('document:click', ['$event']) |
22 | 22 | |
23 | - documentClick(event: MouseEvent) { | |
24 | - if (event) { | |
25 | - this.restartTimer(); | |
26 | - } | |
27 | - } | |
23 | + // documentClick(event: MouseEvent) { | |
24 | + // if (event) { | |
25 | + // this.restartTimer(); | |
26 | + // } | |
27 | + // } | |
28 | 28 | |
29 | 29 | restartTimer() { |
30 | 30 | clearTimeout(this.timerReposo); |
src/app/shared/promocion/promocion.component.html
1 | -<div class="modal-header bg-primary"> | |
1 | +<div class="modal-header bg-primary rounded-top"> | |
2 | 2 | <div class="col-12"> |
3 | 3 | <div class="row justify-content-between" *ngIf="articulosPromo.length"> |
4 | 4 | <div> |
... | ... | @@ -24,7 +24,7 @@ |
24 | 24 | </div> |
25 | 25 | </div> |
26 | 26 | </div> |
27 | -<div class="modal-body bg-primary" *ngIf="articulosPromo.length"> | |
27 | +<div class="modal-body bg-primary rounded-bottom" *ngIf="articulosPromo.length"> | |
28 | 28 | <div class="row"> |
29 | 29 | <div class="col-9"> |
30 | 30 | <p class="text-white"><small>¿TE GUSTARÍA LLEVAR ESTE ARTÍCULO</small></p> |
src/scss/styles-bootstrap.scss