From 3155fcd2d72e2fdd62dd4b409235d6fe92c2190e Mon Sep 17 00:00:00 2001 From: Benjamin Date: Tue, 21 Jan 2020 10:06:45 -0300 Subject: [PATCH] borders rounded a modal promo --- src/app/modules/admin/admin.component.ts | 12 ++++++------ src/app/shared/promocion/promocion.component.html | 4 ++-- src/scss/styles-bootstrap.scss | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/modules/admin/admin.component.ts b/src/app/modules/admin/admin.component.ts index 7ad2215..8ab1b52 100644 --- a/src/app/modules/admin/admin.component.ts +++ b/src/app/modules/admin/admin.component.ts @@ -15,16 +15,16 @@ export class AdminComponent implements OnInit { ) { } ngOnInit() { - this.startTimeOutInactividad(); + // this.startTimeOutInactividad(); } @HostListener('document:click', ['$event']) - documentClick(event: MouseEvent) { - if (event) { - this.restartTimer(); - } - } + // documentClick(event: MouseEvent) { + // if (event) { + // this.restartTimer(); + // } + // } restartTimer() { clearTimeout(this.timerReposo); diff --git a/src/app/shared/promocion/promocion.component.html b/src/app/shared/promocion/promocion.component.html index 8c5b9c8..36b226c 100644 --- a/src/app/shared/promocion/promocion.component.html +++ b/src/app/shared/promocion/promocion.component.html @@ -1,4 +1,4 @@ -