Commit 13356a36c2b9d996768a0d9ab66877adacf992fb
1 parent
3513d0f327
Exists in
master
Arreglo en vista de sidebar.
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
src/app/components/sidebar/sidebar.component.html
... | ... | @@ -6,12 +6,12 @@ |
6 | 6 | <i class="fa fa-shopping-cart" aria-hidden="true"></i> |
7 | 7 | </p> |
8 | 8 | |
9 | - <div class="overflow-scroll px-1 mb-2 w-100"> | |
9 | + <div | |
10 | + class="overflow-scroll px-1 mb-1 w-100"> | |
10 | 11 | <!-- PRODUCTOS CARRITO --> |
11 | - <div class="row m-0"> | |
12 | - <div | |
13 | - class="col p-0 my-1 bg-white border-0 rounded-sm" | |
12 | + <div class="row m-0" | |
14 | 13 | *ngFor="let producto of productosCarrito"> |
14 | + <div class="col p-0 my-1 bg-white border-0 rounded-sm"> | |
15 | 15 | <div class="row m-0"> |
16 | 16 | <div class="col-6 pl-1 pr-0 my-auto"> |
17 | 17 | <img |