From 6fa656848a44b099e521a3cf899665a716e1b3dd Mon Sep 17 00:00:00 2001 From: Nishant Kaushal <101548649+nishant0708@users.noreply.github.com> Date: Tue, 23 Jul 2024 01:09:43 +0530 Subject: [PATCH] updated --- src/pages/SignIn/index.js | 24 +++++++++--------- src/pages/SignIn/style.css | 50 ++++++++++++++++++++++++++++++++++++++ src/pages/SignUp/index.js | 16 ++++++------ 3 files changed, 70 insertions(+), 20 deletions(-) diff --git a/src/pages/SignIn/index.js b/src/pages/SignIn/index.js index 1d9ebd9..9761c12 100644 --- a/src/pages/SignIn/index.js +++ b/src/pages/SignIn/index.js @@ -185,7 +185,7 @@ const SignIn = () => { -

Sign In

+

Sign In

{ ,}} />
)} -
- +

-
+
-
-

OR

+
+

OR

-

+

Don't have an account?{' '} - Sign Up + Sign Up

diff --git a/src/pages/SignIn/style.css b/src/pages/SignIn/style.css index 77d6638..76710dc 100644 --- a/src/pages/SignIn/style.css +++ b/src/pages/SignIn/style.css @@ -5,8 +5,55 @@ .loginWrapper { padding: 75px 0px; background: #f1f1f1; + background: url('../../assets/images/bg.webp') !important; height: auto; } +.sign_in_but{ + background-color: #0b830b !important; + transition: 0.3s all ease-in-out !important; +} +.sign_in_but:hover{ + background-color: #016201 !important; +} +.or_contain{ + display: flex; + align-items: center; + justify-content: center; + font-size: 20px !important; + margin-top: 10px; +} +.signin_head{ + color: #016201 !important; +} +.or_contain p{ + font-size: 24px !important; +} +.forgot_pass{ + font-size: 24px !important; + color: #016201 !important; + font-weight: 400; + transition: 0.3s all ease-in-out; +} +.forgot_pass:hover{ +text-decoration: underline; + +} +.send_otp{ + color: #007bff !important; + font-size: 24px !important; + font-weight: 600; + transition: 0.3s all ease-in-out; + padding-bottom: 0px !important; +} +.send_otp:hover{ + text-decoration: underline; + +} + +.back_icon :hover{ + color: white !important; + background-color: transparent !important; +} .btn :hover{ color: white ; } @@ -86,6 +133,9 @@ form{ margin-right: 15px; } +.signin_link{ + font-weight: 600 !important; +} .loginWrapper{ height: 1000px; } diff --git a/src/pages/SignUp/index.js b/src/pages/SignUp/index.js index 304eae0..4383ae9 100644 --- a/src/pages/SignUp/index.js +++ b/src/pages/SignUp/index.js @@ -327,7 +327,7 @@ const SignUp = () => { -

SignUp

+

SignUp

{
{otpCount < OTP_LIMIT && ( -
+
{ {inputErrors.phoneNumber} )} - +

)} @@ -493,10 +493,10 @@ const SignUp = () => {
)} -
+