From 9a5ee5fdadce1c4b5e323211c47f955d2f1c9e1d Mon Sep 17 00:00:00 2001 From: Kiran Biradar Date: Mon, 12 Aug 2024 13:54:20 +0530 Subject: [PATCH] update company-d.css --- public/assets/css/company-d.css | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/public/assets/css/company-d.css b/public/assets/css/company-d.css index b8f3181..313b8fc 100644 --- a/public/assets/css/company-d.css +++ b/public/assets/css/company-d.css @@ -2,7 +2,7 @@ body { font-family: Arial, sans-serif; margin: 0; padding: 0; - background-color: #f4f4f4; + background-color: white; } .company-dashboard { @@ -12,13 +12,16 @@ body { /* Left Sidebar */ .sidebar-left { - width: 25%; - background-color: #333; - color: #fff; + width: 20%; + background-color: #f2f2f2; + color: black; padding: 20px; - position: fixed; + position: sticky; + top: 70px; height: 100%; overflow-y: auto; + border-radius: 20px; + margin: 10px; } .sidebar-left .profile { @@ -39,6 +42,8 @@ body { .sidebar-left nav ul { list-style: none; padding: 0; + display: flex; + flex-direction: column !important; } .sidebar-left nav ul li { @@ -46,7 +51,7 @@ body { } .sidebar-left nav ul li a { - color: #fff; + color: black; text-decoration: none; font-size: 18px; } @@ -57,7 +62,6 @@ body { /* Main Content Section */ .main-content { - margin-left: 25%; width: 75%; padding: 20px; } @@ -73,11 +77,10 @@ body { .dashboard-overview { display: flex; justify-content: space-between; - flex-wrap: wrap; } .overview-card { - width: 23%; + width: 20%; background-color: #007bff; color: #fff; padding: 20px;