From 0b4af2caa2264691fd6fbbe5daaf846a26aadb92 Mon Sep 17 00:00:00 2001 From: Adithya Ajith <4adhi007@gmail.com> Date: Fri, 9 Dec 2022 18:24:33 +0530 Subject: [PATCH 1/2] nav color added --- src/components/Navbar/Navbar.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Navbar/Navbar.css b/src/components/Navbar/Navbar.css index c0ef84b..5b1bc2d 100644 --- a/src/components/Navbar/Navbar.css +++ b/src/components/Navbar/Navbar.css @@ -2,7 +2,7 @@ .navbar_1 { height: 90px; - background-color: #ffffff; + /* background-color: #ffffff; */ display: flex; align-items: center; justify-content: center; @@ -12,6 +12,8 @@ z-index: 999; width: 100%; position: fixed; + background: linear-gradient(180deg,rgba(9,76,131,.75),#21b8cb),#efffec; + } .nav__desktop { From 75f749e6cc2268344eff5363d589a77a74358816 Mon Sep 17 00:00:00 2001 From: Adithya Ajith <4adhi007@gmail.com> Date: Fri, 9 Dec 2022 18:37:27 +0530 Subject: [PATCH 2/2] minor changes --- src/components/Editprofileform/Editprofileform.js | 2 +- src/components/Navbar/Navbar.css | 4 ++-- src/pages/Dashboard/Dashboard.css | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Editprofileform/Editprofileform.js b/src/components/Editprofileform/Editprofileform.js index 171c078..f56edc7 100644 --- a/src/components/Editprofileform/Editprofileform.js +++ b/src/components/Editprofileform/Editprofileform.js @@ -26,7 +26,7 @@ export class Editprofileform extends Component { }; handleSubmit = (e) => { - e.preventDefault(); + // e.preventDefault(); console.log(this.state); let form_data = new FormData(); form_data.append('user_image', this.state.user_image, this.state.user_image.name); diff --git a/src/components/Navbar/Navbar.css b/src/components/Navbar/Navbar.css index 5b1bc2d..ace5765 100644 --- a/src/components/Navbar/Navbar.css +++ b/src/components/Navbar/Navbar.css @@ -2,7 +2,7 @@ .navbar_1 { height: 90px; - /* background-color: #ffffff; */ + background-color: #ffffff; display: flex; align-items: center; justify-content: center; @@ -12,7 +12,7 @@ z-index: 999; width: 100%; position: fixed; - background: linear-gradient(180deg,rgba(9,76,131,.75),#21b8cb),#efffec; + /* background: linear-gradient(180deg,rgba(9,76,131,.75),#21b8cb),#efffec; */ } diff --git a/src/pages/Dashboard/Dashboard.css b/src/pages/Dashboard/Dashboard.css index 6264fe9..1155b23 100644 --- a/src/pages/Dashboard/Dashboard.css +++ b/src/pages/Dashboard/Dashboard.css @@ -146,12 +146,12 @@ background: linear-gradient(45deg, rgba(16,115,149,0.8608485630580357) 95%, rgba } .profile_name{ display: flex; - color: #ffff; + color: darkblue; gap: 2rem; padding: 2px; margin-top: 2rem; border-radius: 10px; - background-color: #002B5B; + /* background-color: #002B5B; */ } .each_detail_profile{ display: flex;