Commit d1c7b57df19cfca7a9f3d4cf671e016cf4fd2648
1 parent
e9a8dc27cd
Exists in
develop
a
Showing
1 changed file
with
6 additions
and
6 deletions
Show diff stats
src/app/shared/promocion/promocion.component.html
1 | -<!-- <div class="d-flex justify-content-center" | |
2 | - *ngIf="loading"> | |
3 | - <div class="spinner-border text-primary" role="status"> | |
4 | - <span class="sr-only">Loading...</span> | |
5 | - </div> | |
6 | -</div> --> | |
7 | 1 | <div class="modal-header bg-primary rounded-top pt-4 px-2" *ngIf="articulosPromo.length"> |
8 | 2 | <img |
9 | 3 | draggable="false" |
... | ... | @@ -51,6 +45,12 @@ |
51 | 45 | class="card-img-top img-fluid rounded-circle"> |
52 | 46 | </div> |
53 | 47 | </div> |
48 | + <div class="d-flex justify-content-center" | |
49 | + *ngIf="loading"> | |
50 | + <div class="spinner-border text-primary" role="status"> | |
51 | + <span class="sr-only">Loading...</span> | |
52 | + </div> | |
53 | +</div> | |
54 | 54 | <div |
55 | 55 | class="row mx-0 lista-promociones scroll-y-visible" |
56 | 56 | (scroll)="scrollEvent($event)"> |