Commit f9ea45223a20ee5831caa04b8748a94111b55156
1 parent
cdc952c974
Exists in
develop
agrando totales y icono volver en footer
Showing
3 changed files
with
8 additions
and
8 deletions
Show diff stats
src/app/modules/carrito/carrito.component.html
| ... | ... | @@ -80,9 +80,9 @@ |
| 80 | 80 | </div> |
| 81 | 81 | <!-- TOTAL --> |
| 82 | 82 | <div class="row mx-3 mt-2 h-auto justify-content-end"> |
| 83 | - <div class="col-auto align-self-center text-primary"><small>TOTAL</small></div> | |
| 84 | - <div class="col-auto px-3 bg-primary badge-pill"> | |
| 85 | - <p class="text-center text-white py-1">{{articuloService.subTotal | currency}}</p> | |
| 83 | + <div class="col-auto font-weight-bold align-self-center text-primary py-2 h3">TOTAL</div> | |
| 84 | + <div class="col-auto align-self-center bg-primary badge-pill"> | |
| 85 | + <p class="text-center font-weight-bold text-white py-2 h3 px-2">{{articuloService.subTotal | currency}}</p> | |
| 86 | 86 | </div> |
| 87 | 87 | </div> |
| 88 | 88 | <!-- CONTINUAR --> |
src/app/modules/seleccion-articulos/seleccion-articulos.component.html
| ... | ... | @@ -157,16 +157,16 @@ |
| 157 | 157 | <div |
| 158 | 158 | class="col-auto mt-2 ml-auto h-20"> |
| 159 | 159 | <div class="row mx-0"> |
| 160 | - <div class="col-auto align-self-center text-primary">TOTAL</div> | |
| 161 | - <div class="col-auto bg-primary badge-pill"> | |
| 162 | - <p class="text-center text-white mt-1 py-1">{{articuloService.subTotal | currency}}</p> | |
| 160 | + <div class="col-auto font-weight-bold align-self-center text-primary py-2 h3">TOTAL</div> | |
| 161 | + <div class="col-auto align-self-center bg-primary badge-pill"> | |
| 162 | + <p class="text-center font-weight-bold text-white py-2 h3 px-2">{{articuloService.subTotal | currency}}</p> | |
| 163 | 163 | </div> |
| 164 | 164 | </div> |
| 165 | 165 | </div> |
| 166 | 166 | |
| 167 | 167 | <!-- VER CARRITO --> |
| 168 | 168 | <div |
| 169 | - class="col-auto px-0 mt-2 h-20" | |
| 169 | + class="col-auto px-0 mt-3 h-20" | |
| 170 | 170 | *ngIf="articuloService.carrito.length" |
| 171 | 171 | [ngClass]="{'ml-auto pb-3' : boxCarrito.classList.contains('media-pantalla')}"> |
| 172 | 172 | <div |
src/app/shared/footer/footer.component.html