From fd2b87e36b6a0a380d2c84fd983f09b9d6d23b0d Mon Sep 17 00:00:00 2001 From: Zak Timson Date: Tue, 6 Nov 2018 19:44:54 -0500 Subject: [PATCH] Cart styling --- src/app/store/cart/cart.component.html | 64 +++++++++++++------------- 1 file changed, 33 insertions(+), 31 deletions(-) diff --git a/src/app/store/cart/cart.component.html b/src/app/store/cart/cart.component.html index b8c0dc0..8b2920a 100644 --- a/src/app/store/cart/cart.component.html +++ b/src/app/store/cart/cart.component.html @@ -1,31 +1,33 @@ -
- - - - - - - - - - - - - - - - - - - - -
No.ItemQuantityCost
{{i + 1}} - {{item.item}} - {{item.quantity}}{{item.currency}} {{item.price | currency}} - -
-
-
-
\ No newline at end of file +
+
+ + + + + + + + + + + + + + + + + + + + +
No.ItemQuantityCost
{{i + 1}} + {{item.item}} + {{item.quantity}}{{item.currency}} {{item.price | currency}} + +
+
+
+
+