Commit 3155fcd2d72e2fdd62dd4b409235d6fe92c2190e

Authored by Benjamin Rodriguez
1 parent c5c1df3b3c
Exists in develop

borders rounded a modal promo

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
... ... @@ -41,7 +41,7 @@ $border-radius-sm: 0.5rem;
41 41 }
42 42  
43 43 .modal-promo > div {
44   - background-color: $primary !important;
  44 + // background-color: $primary !important;
45 45 border: none !important;
46 46 border-radius: 10rem;
47 47 margin-left: 10px !important;