Commit afcc5d9b89f15b75aa287d0d3ea5a14de116acfc

Authored by Marcelo Puebla
1 parent eaf216e311
Exists in master

Espacio.

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)">