From 443b690c8285d8ea696224077aa0293b734bdc43 Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 6 Aug 2019 15:55:50 -0300 Subject: [PATCH] Cambio color y agregado Overflow --- src/app/sidebar/sidebar.component.html | 42 +++++++++++++++++----------------- src/styles.scss | 2 +- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/src/app/sidebar/sidebar.component.html b/src/app/sidebar/sidebar.component.html index 0a946bc..9ba264f 100644 --- a/src/app/sidebar/sidebar.component.html +++ b/src/app/sidebar/sidebar.component.html @@ -1,26 +1,27 @@

Mi compra

- -
- ... -
-
-

Galleta oreo x 199 gs Chocolate

-

COD: 1234567

-
-
- {{90 | currency}} +
+
+ ... +
+
+

Galleta oreo x 199 gs Chocolate

+

COD: 1234567

+
+
+ {{90 | currency}} +
-
-
-
- - -
- - - +
+
+ + +
+ + + +
@@ -38,5 +39,4 @@
-
-
\ No newline at end of file +
\ No newline at end of file diff --git a/src/styles.scss b/src/styles.scss index b9ba2c0..6a939b2 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -16,5 +16,5 @@ body { user-select: none; } .blue-gradient{ - background: linear-gradient(0deg, rgba(40,112,175,1),rgb(252, 252, 252)); + background: linear-gradient(0deg, rgb(20,56,68),rgb(252, 252, 252)); } -- 1.9.1