From f9ea45223a20ee5831caa04b8748a94111b55156 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Wed, 29 Jan 2020 15:34:28 -0300 Subject: [PATCH] agrando totales y icono volver en footer --- src/app/modules/carrito/carrito.component.html | 6 +++--- .../seleccion-articulos/seleccion-articulos.component.html | 8 ++++---- src/app/shared/footer/footer.component.html | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/modules/carrito/carrito.component.html b/src/app/modules/carrito/carrito.component.html index 509d217..c79e96a 100644 --- a/src/app/modules/carrito/carrito.component.html +++ b/src/app/modules/carrito/carrito.component.html @@ -80,9 +80,9 @@
-
TOTAL
-
-

{{articuloService.subTotal | currency}}

+
TOTAL
+
+

{{articuloService.subTotal | currency}}

diff --git a/src/app/modules/seleccion-articulos/seleccion-articulos.component.html b/src/app/modules/seleccion-articulos/seleccion-articulos.component.html index fcf81dd..0ee273b 100644 --- a/src/app/modules/seleccion-articulos/seleccion-articulos.component.html +++ b/src/app/modules/seleccion-articulos/seleccion-articulos.component.html @@ -157,16 +157,16 @@
-
TOTAL
-
-

{{articuloService.subTotal | currency}}

+
TOTAL
+
+

{{articuloService.subTotal | currency}}

-- 1.9.1