From 33e04e27ed69ae49310915fc9e085f624f4f27c5 Mon Sep 17 00:00:00 2001 From: ramith-kulal Date: Wed, 21 Feb 2024 13:37:15 +0530 Subject: [PATCH] Fixed the submit --- src/Components/CartItems/CartItems.css | 46 ++++++++++++++++---------- 1 file changed, 28 insertions(+), 18 deletions(-) diff --git a/src/Components/CartItems/CartItems.css b/src/Components/CartItems/CartItems.css index 535620e..aad1b60 100644 --- a/src/Components/CartItems/CartItems.css +++ b/src/Components/CartItems/CartItems.css @@ -83,35 +83,45 @@ button{ color: white; } - -.cartitems-promocode{ +.cartitems-promocode { flex: 1; font-size: 16px; - font-weight: 500; -} -.cartitems-promocode p{ + font-weight: 500; + } + + .cartitems-promocode p { color: #555; -} -.cartitems-promobox{ - width: 504px; + } + + .cartitems-promobox { + width: 100%; margin-top: 15px; - padding-left: 20px; - height: 58px; + padding: 0 20px; + display: flex; + align-items: center; background: #eaeaea; -} -.cartitems-promobox input{ + border-radius: 8px; + } + + .cartitems-promobox input { + flex: 1; border: none; outline: none; background: transparent; font-size: 16px; - width: 330px; + padding: 10px; + border-radius: 8px; + margin-right: 10px; + } + + .cartitems-promobox button { + width: 150px; height: 50px; -} -.cartitems-promobox button{ - width: 170px; - height: 58px; font-size: 16px; background: black; color: white; + border: none; + border-radius: 8px; cursor: pointer; -} \ No newline at end of file + } + \ No newline at end of file