From 7bfa9873ff62e6c5277297888cb0584bbd53b990 Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 6 Aug 2019 15:09:58 -0300 Subject: [PATCH] Cambio estilo --- src/app/sidebar/sidebar.component.html | 68 ++++++++++++++++------------------ src/styles.scss | 3 ++ 2 files changed, 35 insertions(+), 36 deletions(-) diff --git a/src/app/sidebar/sidebar.component.html b/src/app/sidebar/sidebar.component.html index e6ac233..2ecb1fb 100644 --- a/src/app/sidebar/sidebar.component.html +++ b/src/app/sidebar/sidebar.component.html @@ -1,46 +1,42 @@ -
-
+<
-

Mi compra

+

Mi compra

-
- ... -
-
-

Galleta oreo x 199 gs Chocolate

-

COD: 1234567

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

Galleta oreo x 199 gs Chocolate

+

COD: 1234567

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

(1) item

-

Total

-

{{5000 | currency}}

-
-
- -
-
- -
+
+
+
+

(1) item

+

Total

+

{{5000 | currency}}

+
+
+ +
-
\ No newline at end of file +
\ No newline at end of file diff --git a/src/styles.scss b/src/styles.scss index 049737a..4d9a380 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -9,3 +9,6 @@ body { filter: blur(8px); -webkit-filter: blur(8px); } +.blue-gradient{ + background: linear-gradient(0deg, rgba(40,112,175,1),rgb(252, 252, 252)); +} -- 1.9.1