From 47de05b71324b23c12a6a4176ebefeb3cabbbaa9 Mon Sep 17 00:00:00 2001 From: PURVA ATHNERE <93878803+purvathnere@users.noreply.github.com> Date: Wed, 5 Jun 2024 13:11:08 +0530 Subject: [PATCH 01/10] cart update and path related bug fix --- account/login-signup.html | 10 +++++----- css/header.css | 16 ++++++++++++++-- css/login-signup.css | 3 ++- header/header.html | 6 +++--- js/bootstrap.bundle.min.js | 16 +++++++++++++++- js/header_bluebg.js | 5 ----- js/searchIndexProducts.js | 6 +++++- pages/content-page.html | 30 +++++++++++++++--------------- plus/plus.js | 4 ++-- 9 files changed, 61 insertions(+), 35 deletions(-) diff --git a/account/login-signup.html b/account/login-signup.html index 8b15c3d8..ce7eba8b 100644 --- a/account/login-signup.html +++ b/account/login-signup.html @@ -34,9 +34,9 @@

Login

By continuing, you agree to Flipkart's - Terms of Use + Terms of Use and - Privacy Policy. + Privacy Policy.
@@ -50,7 +50,7 @@

Login

-
+

Looks like you're new here!

Sign up with your mobile number to get started

@@ -64,9 +64,9 @@

Looks like you're new here!

By continuing, you agree to Flipkart's - Terms of Use + Terms of Use and - Privacy Policy. + Privacy Policy.
diff --git a/css/header.css b/css/header.css index 740929d9..e96404e7 100644 --- a/css/header.css +++ b/css/header.css @@ -59,9 +59,21 @@ } #cartItems{ position: absolute; - top: -15px; - left: 3px; + top: -8px; + left: 4px; + padding: 0 5px; + border-radius: 50%; + background: red; + width: 18px; + height: 18px; + background-color: #ff6161; + border: 1px solid #fff; + line-height: 16px; + font-size: 12px; + color: #fff; + display: none; } + @media (max-width: 992px) { diff --git a/css/login-signup.css b/css/login-signup.css index 20a01024..64e5b44a 100644 --- a/css/login-signup.css +++ b/css/login-signup.css @@ -1,5 +1,5 @@ body { - background: #f1f3f6; + background: #f1f3f6; } #divB { @@ -121,6 +121,7 @@ body { @media screen and (max-width: 800px) { .signupin .leftpanal { width: 43vw; + padding: 5px; } .signupin .rightSignuppanal { width: 56vw; diff --git a/header/header.html b/header/header.html index 9d93c25b..1f381e95 100644 --- a/header/header.html +++ b/header/header.html @@ -12,14 +12,14 @@ - +