added cosmetic changes

This commit is contained in:
Pramod Mahajan 2025-07-07 12:52:43 +05:30
parent 4f45a805e1
commit 287d116609
4 changed files with 4 additions and 7 deletions

View File

@ -71,8 +71,8 @@ const AboutProject = ({ data }) => {
</div>
{data && (
<div className="card mb-6">
<div class="card-header text-start">
<h6 class="card-action-title mb-0">
<div className="card-header text-start">
<h6 className="card-action-title mb-0">
{" "}
<i className="fa fa-building rounded-circle text-primary"></i>
<span className="ms-2">Project Profile</span>

View File

@ -50,7 +50,7 @@
{
"text": "Daily Expenses",
"available": true,
"link": "/activities/gallary"
"link": "/activities/reports"
}
]
},

View File

@ -366,7 +366,7 @@ const ImageGallery = () => {
const renderFilterCategory = (label, items, type) => (
<div className={`dropdown my-2 ${collapsedFilters[type] ? "collapsed" : ""}`}>
<div className="dropdown-header" onClick={() => toggleCollapse(type)}>
<div className="dropdown-header bg-label-primary" onClick={() => toggleCollapse(type)}>
<strong>{label}</strong>
<div className="header-controls">
{type === "dateRange" && (selectedFilters.startDate || selectedFilters.endDate) && (

View File

@ -194,9 +194,6 @@
transition: background 0.2s;
}
.dropdown-content label:hover {
background-color: #eef2ff;
}
.dropdown-content input[type="checkbox"] {
-webkit-appearance: none;