Commit 8b9f12f433832a8e2a1ff5ac28d60bcfe66d8599
1 parent
881e13f65b
Exists in
master
Agregada animacion.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/components/busqueda-productos/busqueda-productos.component.html
| ... | ... | @@ -110,7 +110,7 @@ |
| 110 | 110 | <p class="text-right m-0 h6">{{producto.PreVen | currency}}</p> |
| 111 | 111 | </div> |
| 112 | 112 | </div> |
| 113 | - <div *ngIf="producto.showCargarProducto" class="row mt-2"> | |
| 113 | + <div *ngIf="producto.showCargarProducto" class="row mt-2 fade-bottom"> | |
| 114 | 114 | <div class="col-sm-12"> |
| 115 | 115 | <button |
| 116 | 116 | type="button" |