Commit afcc5d9b89f15b75aa287d0d3ea5a14de116acfc
1 parent
eaf216e311
Exists in
master
and in
1 other branch
Espacio.
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
src/app/components/sidebar/sidebar.component.html
| ... | ... | @@ -24,6 +24,7 @@ |
| 24 | 24 | |
| 25 | 25 | <!-- BOTONES --> |
| 26 | 26 | <div class="row m-0 d-flex justify-content-between"> |
| 27 | + | |
| 27 | 28 | <!-- SUMAR - RESTAR CANTIDAD --> |
| 28 | 29 | <div class="col-auto px-1 my-2"> |
| 29 | 30 | <div class="btn-group-sm btn-group float-left my-auto" role="group"> |
| ... | ... | @@ -38,6 +39,7 @@ |
| 38 | 39 | </button> |
| 39 | 40 | </div> |
| 40 | 41 | </div> |
| 42 | + | |
| 41 | 43 | <!-- PERSONALIZAR --> |
| 42 | 44 | <div class="col-auto px-1 my-2"> |
| 43 | 45 | <button |
| ... | ... | @@ -48,6 +50,7 @@ |
| 48 | 50 | <i class="fa fa-hand-o-up" aria-hidden="true"></i> |
| 49 | 51 | </button> |
| 50 | 52 | </div> |
| 53 | + | |
| 51 | 54 | <!-- BORRAR --> |
| 52 | 55 | <div class="col-auto px-1 my-2"> |
| 53 | 56 | <button type="button" class="btn btn-secondary btn-sm my-auto" (click)="deleteProducto(i)"> |