Commit 0f7b344baef7c959f2028792e48ade514098956a
1 parent
8af12c60e3
Exists in
master
and in
1 other branch
Agregado shadow.
Showing
2 changed files
with
4 additions
and
2 deletions
Show diff stats
src/app/components/busqueda-productos/busqueda-productos.component.html
| ... | ... | @@ -76,7 +76,9 @@ |
| 76 | 76 | <div |
| 77 | 77 | class="card-effect bg-white rounded-sm shadow border-0" |
| 78 | 78 | (click)="elegirProducto(producto)"> |
| 79 | - <img src="{{apiImagenes}}/imagenes/{{producto.imagenes[0].imagen}}" class="rounded-sm w-100 m-auto"> | |
| 79 | + <img | |
| 80 | + src="{{apiImagenes}}/imagenes/{{producto.imagenes[0].imagen}}" | |
| 81 | + class="rounded-sm shadow w-100 m-auto"> | |
| 80 | 82 | <div class="p-2"> |
| 81 | 83 | <p class="h6 min-h-40 text-left m-0"><small>{{producto.DET_LAR}}</small></p> |
| 82 | 84 | <div class="row m-0"> |
src/app/components/inicio/inicio.component.html
| ... | ... | @@ -122,7 +122,7 @@ |
| 122 | 122 | <!-- PRODUCTO A CARGAR --> |
| 123 | 123 | <div class="fade-in m-0" *ngIf="productoAcargar && !promoAcargar"> |
| 124 | 124 | <img |
| 125 | - class="card-img-top d-block w-75 mx-auto rounded-sm" | |
| 125 | + class="card-img-top d-block w-75 shadow mx-auto rounded-sm" | |
| 126 | 126 | src="{{apiImagenes}}/imagenes/{{productoAcargar.imagenes[0].imagen}}"> |
| 127 | 127 | |
| 128 | 128 | <div class="row justify-content-between m-3"> |