diff --git a/Angular-UrbanBazaar/src/app/components/cart/cart.component.css b/Angular-UrbanBazaar/src/app/components/cart/cart.component.css index cb78379..c4a8184 100644 --- a/Angular-UrbanBazaar/src/app/components/cart/cart.component.css +++ b/Angular-UrbanBazaar/src/app/components/cart/cart.component.css @@ -29,6 +29,11 @@ h4,h6{ align-items: center; } +.CartButtons{ + border-radius: 15px; + border-color:antiquewhite ; + background-color: beige; +} /* .center .btn{ font-size: 14px !important; margin-top: 20px !important; diff --git a/Angular-UrbanBazaar/src/app/components/cart/cart.component.html b/Angular-UrbanBazaar/src/app/components/cart/cart.component.html index b5224d4..a5e713a 100644 --- a/Angular-UrbanBazaar/src/app/components/cart/cart.component.html +++ b/Angular-UrbanBazaar/src/app/components/cart/cart.component.html @@ -18,14 +18,14 @@ {{c.productname}} {{c.productprice}} - + - - - + + + Grand Total : Rs.{{grandTotal}} diff --git a/Angular-UrbanBazaar/src/app/components/home/home.component.css b/Angular-UrbanBazaar/src/app/components/home/home.component.css index c96090b..5133546 100644 --- a/Angular-UrbanBazaar/src/app/components/home/home.component.css +++ b/Angular-UrbanBazaar/src/app/components/home/home.component.css @@ -6,10 +6,11 @@ body { } .showCart{ - margin-left: 1250px; + position: fixed; + left: 1195px; + top: 61px; border-radius: 15px; padding: 10px; - margin-top: 5px; border-color: antiquewhite; } @@ -25,7 +26,7 @@ body { border-width: 1px; border-color:antiquewhite; text-align: center; - margin-top: 10px; + margin-top: 11px; font-family: Arial, Helvetica, sans-serif; border-radius: 12px; box-shadow: 0.5em;