" expense and purchase , settings and payroll manage user first page "

23_12__sonali
sonali 2024-12-23 18:56:08 +05:30
parent ff36597ef7
commit f0bf773985
1 changed files with 9 additions and 3 deletions

View File

@ -37,6 +37,7 @@ body {
color: #000; color: #000;
box-shadow: none; box-shadow: none;
} }
.btn-primary { .btn-primary {
width: 100px; width: 100px;
@ -108,6 +109,7 @@ body {
padding: 10px 20px; padding: 10px 20px;
border-radius: 10px; border-radius: 10px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
box-shadow: 0px 0px 10px rgba(66, 71, 76, 0.08); box-shadow: 0px 0px 10px rgba(66, 71, 76, 0.08);
align-items: center; align-items: center;
@ -122,6 +124,7 @@ body {
color: #ffffff; /* Active link color */ color: #ffffff; /* Active link color */
background-color: #282e26; background-color: #282e26;
border-radius: 20px; border-radius: 20px;
padding: 10px 15px;
font-weight: bold; /* Bold text for active link */ font-weight: bold; /* Bold text for active link */
} }
.nav-list { .nav-list {
@ -142,7 +145,7 @@ body {
} }
.nav-link { .nav-link {
font-family: "Manrope"; font-family: "Manrope";
font-size: 18px !important; font-size: 16px !important;
color: #002300; color: #002300;
text-decoration: none; text-decoration: none;
@ -494,6 +497,7 @@ body {
} }
.search-container input { .search-container input {
width: 100%; width: 100%;
color: #000;
height: 50px; height: 50px;
background: #f4f4f4; background: #f4f4f4;
border-radius: 50px; border-radius: 50px;
@ -503,7 +507,7 @@ body {
box-sizing: border-box; box-sizing: border-box;
} }
.search-container input::placeholder { .search-container input::placeholder {
color: #ffffff; color: #282E26;
} }
.search-container input:focus { .search-container input:focus {
outline: none; outline: none;
@ -789,7 +793,8 @@ h3 {
.table-responsive th { .table-responsive th {
background-color: #f4f4f4; background-color: #282e26;
color: white;
} }
.table-responsives { .table-responsives {
border: 0.5px solid #f4f4f4; border: 0.5px solid #f4f4f4;
@ -858,6 +863,7 @@ h5 {
background-color: white; background-color: white;
border-radius: 0.5rem; border-radius: 0.5rem;
} }
.modal-header, .modal-header,
.modal-body, .modal-body,
.modal-footer { .modal-footer {