From 2f6aa9ce6c2fe05b6f42d10548b05f767305f4df Mon Sep 17 00:00:00 2001 From: mpuebla Date: Thu, 5 Sep 2019 11:00:37 -0300 Subject: [PATCH] =?UTF-8?q?Reducido=20el=20tama=C3=B1o=20de=20los=20cards?= =?UTF-8?q?=20que=20se=20muestran=20en=20el=20sidebar.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/components/master/master.component.html | 2 +- src/app/components/sidebar/sidebar.component.html | 129 ++++++++++++---------- src/styles.scss | 2 +- 3 files changed, 70 insertions(+), 63 deletions(-) diff --git a/src/app/components/master/master.component.html b/src/app/components/master/master.component.html index c4e74a3..f5a23bf 100644 --- a/src/app/components/master/master.component.html +++ b/src/app/components/master/master.component.html @@ -11,7 +11,7 @@ - + diff --git a/src/app/components/sidebar/sidebar.component.html b/src/app/components/sidebar/sidebar.component.html index 2c813ab..b57f6c7 100644 --- a/src/app/components/sidebar/sidebar.component.html +++ b/src/app/components/sidebar/sidebar.component.html @@ -1,92 +1,99 @@ -
+
-

+

Mi compra

-
- -
-
-

{{producto.DetArt}}

-
-
-

{{producto.PreVen | currency}}

-
-
- - -
+
+
+
+
+ +
+
+ +
- -
-
- -
- {{producto.cantidad}} + +
+
+ +
+ {{producto.cantidad}} +
+ +
+
+ + +
+ +
+ + +
+ +
-
- - -
- -
- - -
- +
+
+

{{producto.DetArt}}

+

{{producto.PreVen | currency}}

+
-
-
-
+
+
+

({{getCantidadProductos()}}) artículos

-

Total

-

{{getTotal() | currency}}

+

Total

+

{{getTotal() | currency}}

-
+