Commit 0f314b0cc7a02031bb876224851dc852f3e509ac
Exists in
develop
Merge branch 'master' into 'develop'
Master(benjamin) See merge request !34
Showing
1 changed file
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> |