From f0bf773985b4ea533435d0444b658b3fcbf1e149 Mon Sep 17 00:00:00 2001 From: sonali Date: Mon, 23 Dec 2024 18:56:08 +0530 Subject: [PATCH] " expense and purchase , settings and payroll manage user first page " --- src/assets/css/App.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/assets/css/App.css b/src/assets/css/App.css index c89fe4c..b2db589 100644 --- a/src/assets/css/App.css +++ b/src/assets/css/App.css @@ -37,6 +37,7 @@ body { color: #000; box-shadow: none; } + .btn-primary { width: 100px; @@ -108,6 +109,7 @@ body { padding: 10px 20px; border-radius: 10px; display: flex; + justify-content: space-between; box-shadow: 0px 0px 10px rgba(66, 71, 76, 0.08); align-items: center; @@ -122,6 +124,7 @@ body { color: #ffffff; /* Active link color */ background-color: #282e26; border-radius: 20px; + padding: 10px 15px; font-weight: bold; /* Bold text for active link */ } .nav-list { @@ -142,7 +145,7 @@ body { } .nav-link { font-family: "Manrope"; - font-size: 18px !important; + font-size: 16px !important; color: #002300; text-decoration: none; @@ -494,6 +497,7 @@ body { } .search-container input { width: 100%; + color: #000; height: 50px; background: #f4f4f4; border-radius: 50px; @@ -503,7 +507,7 @@ body { box-sizing: border-box; } .search-container input::placeholder { - color: #ffffff; + color: #282E26; } .search-container input:focus { outline: none; @@ -789,7 +793,8 @@ h3 { .table-responsive th { - background-color: #f4f4f4; + background-color: #282e26; + color: white; } .table-responsives { border: 0.5px solid #f4f4f4; @@ -858,6 +863,7 @@ h5 { background-color: white; border-radius: 0.5rem; } + .modal-header, .modal-body, .modal-footer {