Commit 8f98ba4a3a3856cc29aacbfdbdb111d57d6eec17

Authored by Marcelo Puebla
1 parent a97eef8931

Agregados botones

Showing 1 changed file with 18 additions and 1 deletions   Show diff stats
src/app/modules/carrito/carrito.component.html
... ... @@ -76,7 +76,24 @@
76 76 </div>
77 77 </div>
78 78 </div>
79   -
  79 + <div class="row mx-3 mt-4 h-auto justify-content-end">
  80 + <div class="col-auto py-2 px-3 align-self-center btn-effect bg-primary badge-pill text-white">
  81 + <span>
  82 + <small class="pr-2">CONTINUAR</small>
  83 + <img class="icon-20" src="assets/img/ir.svg">
  84 + </span>
  85 + </div>
  86 + </div>
  87 + <div class="row mx-3 mt-2 h-auto justify-content-end">
  88 + <div
  89 + class="col-auto py-2 px-3 align-self-center btn-effect bg-primary badge-pill text-white"
  90 + [routerLink]="['/seleccion-articulos']">
  91 + <span>
  92 + <small class="pr-2">SEGUIR COMPRANDO</small>
  93 + <img class="icon-20" src="assets/img/ir.svg">
  94 + </span>
  95 + </div>
  96 + </div>
80 97 </div>
81 98  
82 99 </div>