Commit d36ba066381f73743fb48c1f88bf47c328134168
Exists in
develop
Merge branch 'develop' into 'develop'
Develop See merge request !37
Showing
2 changed files
Show diff stats
src/app/modules/carrito/carrito.component.html
... | ... | @@ -126,8 +126,8 @@ |
126 | 126 | <!-- TOTAL --> |
127 | 127 | <div class="row mx-3 mt-2 h-auto justify-content-end"> |
128 | 128 | <div class="col-auto align-self-center text-primary"><small>TOTAL</small></div> |
129 | - <div class="col-2 p-0 bg-primary d-none d-sm-block bg-total"> | |
130 | - <p class="text-center text-white mt-1 py-1">{{articuloService.subTotal | currency}}</p> | |
129 | + <div class="col-auto px-3 bg-primary badge-pill"> | |
130 | + <p class="text-center text-white py-1">{{articuloService.subTotal | currency}}</p> | |
131 | 131 | </div> |
132 | 132 | </div> |
133 | 133 | <!-- CONTINUAR --> |
src/app/modules/carrito/carrito.component.scss