Commit bfc1d197c4c33c60346e45b693bae1ff040e4bbd
1 parent
c7551c32d2
Exists in
develop
Add
Clase btn effect en seleccion de promociones
Showing
1 changed file
with
3 additions
and
1 deletions
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"> |