Commit de7ca7257b730dc6fa1f41a38b9bb855b4d47dc0
1 parent
b5b898acf9
Exists in
master
and in
1 other branch
Cambio en vistas.
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
src/app/components/confirmacion-carrito/confirmacion-carrito.component.html
| ... | ... | @@ -21,7 +21,7 @@ |
| 21 | 21 | |
| 22 | 22 | <!-- TEXTO DE IZQUIERDA --> |
| 23 | 23 | <div class="row mx-2 mt-4 text-white"> |
| 24 | - <div class="col-sm-2 my-auto"> | |
| 24 | + <div class="col-sm-auto my-auto"> | |
| 25 | 25 | <p class="h2">Mi Compra |
| 26 | 26 | <i class="fa fa-shopping-cart "></i> |
| 27 | 27 | </p> |
| ... | ... | @@ -38,7 +38,9 @@ |
| 38 | 38 | <div class="row ml-4 pr-3 vh-70 overflow-scroll text-dark"> |
| 39 | 39 | <div class="col-4 p-2" *ngFor="let producto of productos"> |
| 40 | 40 | <div class="bg-white rounded-sm shadow border-0"> |
| 41 | - <img src="{{apiUrl}}/imagenes/{{producto.imagenes[0].imagen}}" class="rounded-sm w-100 m-auto"> | |
| 41 | + <img | |
| 42 | + src="{{apiUrl}}/imagenes/{{producto.imagenes[0].imagen}}" | |
| 43 | + class="shadow rounded-sm w-100 m-auto"> | |
| 42 | 44 | <div class="p-2"> |
| 43 | 45 | <p class="h6 text-left m-0">{{producto.DetArt}}</p> |
| 44 | 46 | <div class="row justify-content-between m-0"> |