Commit bade521500d539a38fadc3862c5719038c67353d
1 parent
314c9dbe12
Exists in
develop
aumento tamaño del total en carrito
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/modules/carrito/carrito.component.html
| ... | ... | @@ -124,7 +124,7 @@ |
| 124 | 124 | <!-- TOTAL --> |
| 125 | 125 | <div class="row mx-3 mt-2 h-auto justify-content-end"> |
| 126 | 126 | <div class="col-auto align-self-center text-primary"><small>TOTAL</small></div> |
| 127 | - <div class="col-auto p-0 bg-primary d-none d-sm-block bg-total"> | |
| 127 | + <div class="col-2 p-0 bg-primary d-none d-sm-block bg-total"> | |
| 128 | 128 | <p class="text-center text-white mt-1 py-1">{{articuloService.subTotal | currency}}</p> |
| 129 | 129 | </div> |
| 130 | 130 | </div> |