" 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;
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 {