Commit 518aa41899f75ceb001b17ea331b040c2420723d
Exists in
master
Merge branch 'master' into 'master'
Master(mpuebla) See merge request !81
Showing
1 changed file
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 |