added cosmetic changes
This commit is contained in:
parent
4f45a805e1
commit
287d116609
@ -71,8 +71,8 @@ const AboutProject = ({ data }) => {
|
|||||||
</div>
|
</div>
|
||||||
{data && (
|
{data && (
|
||||||
<div className="card mb-6">
|
<div className="card mb-6">
|
||||||
<div class="card-header text-start">
|
<div className="card-header text-start">
|
||||||
<h6 class="card-action-title mb-0">
|
<h6 className="card-action-title mb-0">
|
||||||
{" "}
|
{" "}
|
||||||
<i className="fa fa-building rounded-circle text-primary"></i>
|
<i className="fa fa-building rounded-circle text-primary"></i>
|
||||||
<span className="ms-2">Project Profile</span>
|
<span className="ms-2">Project Profile</span>
|
||||||
|
|||||||
@ -50,7 +50,7 @@
|
|||||||
{
|
{
|
||||||
"text": "Daily Expenses",
|
"text": "Daily Expenses",
|
||||||
"available": true,
|
"available": true,
|
||||||
"link": "/activities/gallary"
|
"link": "/activities/reports"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@ -366,7 +366,7 @@ const ImageGallery = () => {
|
|||||||
|
|
||||||
const renderFilterCategory = (label, items, type) => (
|
const renderFilterCategory = (label, items, type) => (
|
||||||
<div className={`dropdown my-2 ${collapsedFilters[type] ? "collapsed" : ""}`}>
|
<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>
|
<strong>{label}</strong>
|
||||||
<div className="header-controls">
|
<div className="header-controls">
|
||||||
{type === "dateRange" && (selectedFilters.startDate || selectedFilters.endDate) && (
|
{type === "dateRange" && (selectedFilters.startDate || selectedFilters.endDate) && (
|
||||||
|
|||||||
@ -194,9 +194,6 @@
|
|||||||
transition: background 0.2s;
|
transition: background 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-content label:hover {
|
|
||||||
background-color: #eef2ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dropdown-content input[type="checkbox"] {
|
.dropdown-content input[type="checkbox"] {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user