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)); +}