Commit d7e47a0c9a5822285d76e020e21e18f7b3557311
Exists in
develop
Merge branch 'develop' into 'develop'
Fix - Add See merge request !49
Showing
3 changed files
Show diff stats
src/app/shared/promocion/promocion.component.html
... | ... | @@ -43,7 +43,9 @@ |
43 | 43 | (scroll)="scrollEvent($event)"> |
44 | 44 | <div class="col-12"> |
45 | 45 | <div *ngFor="let promo of promociones"> |
46 | - <div class="mx-0 mb-2 bg-white badge-pill text-primary" (click)="selectPromo(promo)"> | |
46 | + <div | |
47 | + class="mx-0 mb-2 btn-effect bg-white badge-pill text-primary" | |
48 | + (click)="selectPromo(promo)"> | |
47 | 49 | <div class="d-flex"> |
48 | 50 | <p class="text-truncate mr-auto my-auto"><small>{{promo.DetArt}}</small></p> |
49 | 51 | <p class="font-weight-bold my-auto pr-2"> |
src/app/shared/sinonimo/sinonimo.component.html
src/app/shared/sinonimo/sinonimo.component.ts