Commit 5b653cdb33b90e02392facdc4fe567fd918abfb5
1 parent
097f9891f8
Exists in
develop
Change
Boton ir al carrito
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/modules/seleccion-articulos/seleccion-articulos.component.html
... | ... | @@ -223,7 +223,6 @@ |
223 | 223 | class="btn-effect col-auto px-0 align-self-center bg-white" |
224 | 224 | [routerLink]="['/carrito']"> |
225 | 225 | <div class="row mx-0 bg-light"> |
226 | - <div class="col-auto align-self-center text-primary d-none d-sm-block">VER CARRITO</div> | |
227 | 226 | <div class="col-auto p-0 bg-primary"> |
228 | 227 | <img |
229 | 228 | draggable="false" |
... | ... | @@ -232,6 +231,7 @@ |
232 | 231 | class="p-2 icon-40" |
233 | 232 | src="assets/img/carrito.svg"> |
234 | 233 | </div> |
234 | + <div class="col-auto align-self-center text-primary d-none d-sm-block">IR AL CARRITO</div> | |
235 | 235 | </div> |
236 | 236 | </div> |
237 | 237 | </div> |