Commit 3d313b7d2dd377f1f60de6b09949b23b8280b817
1 parent
aefffbc780
Exists in
master
and in
1 other branch
Arreglo en vista de sidebar.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/app/components/sidebar/sidebar.component.html
... | ... | @@ -6,10 +6,10 @@ |
6 | 6 | <i class="fa fa-shopping-cart" aria-hidden="true"></i> |
7 | 7 | </p> |
8 | 8 | |
9 | - <div class="overflow-auto overflow-scroll mb-2 w-100"> | |
9 | + <div class="overflow-scroll px-1 mb-2 w-100"> | |
10 | 10 | <!-- PRODUCTOS CARRITO --> |
11 | 11 | <div |
12 | - class="slide-in-bl my-2 bg-white border-0 rounded-sm" | |
12 | + class="my-2 bg-white border-0 rounded-sm" | |
13 | 13 | *ngFor="let producto of productosCarrito.slice().reverse(); let i = index"> |
14 | 14 | <img class="w-100 m-auto rounded-sm shadow" src="{{apiImagenes}}/imagenes/{{producto.imagenes[0].imagen}}"> |
15 | 15 | <div class="row m-0 p-0 px-1 py-1 shadow rounded-sm"> |