chore: update icon styles and improve layout in ricerca-table component
This commit is contained in:
parent
f97533fab0
commit
6890ed64c7
2 changed files with 9 additions and 17 deletions
|
|
@ -746,22 +746,16 @@ export const PasswordSVG = (props: SVGProps<SVGSVGElement>) => (
|
|||
}}
|
||||
/>
|
||||
<path
|
||||
className="fill-[#333] dark:fill-foreground"
|
||||
d="M290.625 56.25c0-31.017-25.233-56.25-56.25-56.25H56.25C25.233 0 0 25.233 0 56.25c0 18.816 9.319 35.461 23.55 45.68-.038.398-.112.797-.112 1.195V243.75c0 7.753 6.309 14.063 14.062 14.063h46.875v23.438H60.938v9.375H229.687v-9.375H206.25v-23.438h46.875c7.753 0 14.063-6.309 14.063-14.063V103.125c0-.398-.075-.797-.113-1.195 14.231-10.219 23.55-26.864 23.55-45.68zm-93.75 225H93.75v-23.438h103.125v23.438zm56.25-32.812H37.5a4.693 4.693 0 0 1-4.688-4.688v-9.375h225v9.375a4.692 4.692 0 0 1-4.687 4.688zM257.813 225h-225V107.32c7.144 3.291 15.066 5.18 23.437 5.18h178.125c8.372 0 16.294-1.889 23.438-5.18V225zm-23.438-121.875H56.25c-25.847 0-46.875-21.028-46.875-46.875S30.403 9.375 56.25 9.375h178.125c25.847 0 46.875 21.028 46.875 46.875s-21.028 46.875-46.875 46.875z"
|
||||
style={{
|
||||
fill: "#333",
|
||||
}}
|
||||
/>
|
||||
<path
|
||||
className="fill-[#333] dark:fill-foreground"
|
||||
d="M103.125 42.188c0-15.511-12.614-28.125-28.125-28.125S46.875 26.677 46.875 42.188v4.688h-4.687v51.563h65.625V46.875h-4.688v-4.687zm-46.875 0c0-10.341 8.409-18.75 18.75-18.75s18.75 8.409 18.75 18.75v4.688h-37.5v-4.688zm42.188 46.875H51.563V56.25h46.875v32.813z"
|
||||
style={{
|
||||
fill: "#333",
|
||||
}}
|
||||
/>
|
||||
<path
|
||||
className="fill-[#333] dark:fill-foreground"
|
||||
d="M70.313 78.384v5.991h9.375v-5.991c2.789-1.627 4.688-4.617 4.688-8.072 0-5.17-4.205-9.375-9.375-9.375s-9.375 4.205-9.375 9.375c-.001 3.455 1.897 6.446 4.687 8.072zM157.012 44.892l-11.699 3.802V37.5h-9.375v11.194l-11.7-3.802-2.893 8.916 11.696 3.801-7.228 9.947 7.579 5.513 7.233-9.952 7.233 9.952 7.58-5.513-7.229-9.947 11.696-3.801zM203.887 44.892l-11.7 3.802V37.5h-9.375v11.194l-11.7-3.802-2.892 8.916 11.696 3.801-7.229 9.947 7.58 5.513 7.233-9.952 7.233 9.952 7.579-5.513-7.228-9.947 11.696-3.801zM250.762 44.892l-11.7 3.802V37.5h-9.375v11.194l-11.7-3.802-2.892 8.916 11.696 3.801-7.229 9.947 7.58 5.513 7.233-9.952 7.233 9.952 7.579-5.513-7.228-9.947 11.696-3.801zM70.313 154.688c-7.753 0-14.062 6.309-14.062 14.063s6.309 14.063 14.062 14.063 14.062-6.309 14.062-14.063-6.309-14.063-14.062-14.063zm0 18.75c-2.588 0-4.688-2.105-4.688-4.688s2.1-4.688 4.688-4.688S75 166.167 75 168.75s-2.1 4.688-4.687 4.688z"
|
||||
style={{
|
||||
fill: "#333",
|
||||
}}
|
||||
/>
|
||||
</svg>
|
||||
);
|
||||
|
|
@ -787,16 +781,16 @@ export const AlarmClockSVG = (props: SVGProps<SVGSVGElement>) => (
|
|||
fill="#FFB612"
|
||||
/>
|
||||
<path
|
||||
className="fill-[#262626] dark:fill-foreground"
|
||||
d="M231.148 382.78c40.78-62.725 102.025-110.544 172.45-134.653l13.888-4.759-5.444-13.629c-20.235-50.677-68.597-83.423-123.205-83.423-73.141 0-132.647 59.506-132.647 132.648 0 42.508 20.596 82.713 55.095 107.537l11.883 8.557 7.98-12.278zm-32.49-50.868c9.45-12.677 19.609-24.93 30.475-36.333a392.063 392.063 0 0 1 87.64-69.037l-13.983-24.176a420.1 420.1 0 0 0-93.875 73.946c-7.725 8.11-15.125 16.617-22.22 25.368-1.655-7.399-2.581-15-2.581-22.716 0-57.747 46.978-104.722 104.722-104.722 38.244 0 72.607 20.337 91.032 52.852-65.292 25.607-122.424 70.23-163.335 127.554-7.046-6.728-12.993-14.427-17.875-22.736z"
|
||||
fill="#262626"
|
||||
/>
|
||||
<path
|
||||
className="fill-[#262626] dark:fill-foreground"
|
||||
d="M812.446 565.204c0-165.53-134.673-300.202-300.202-300.202-165.534 0-300.202 134.673-300.202 300.202 0 83.113 33.966 158.431 88.727 212.844l-33.967 58.976c-19.28 33.469-7.793 76.434 25.607 95.763 10.786 6.245 22.758 9.436 34.894 9.436 6.065 0 12.173-.797 18.187-2.407 18.08-4.84 33.189-16.458 42.543-32.698l32.337-56.146a298.98 298.98 0 0 0 91.874 14.434c32.04 0 62.898-5.097 91.872-14.434l32.334 56.146c9.354 16.24 24.463 27.851 42.544 32.698a70.357 70.357 0 0 0 18.19 2.407c12.136 0 24.107-3.19 34.894-9.436 33.4-19.329 44.888-62.294 25.615-95.763l-33.97-58.98c54.757-54.413 88.723-129.73 88.723-212.84zm-575.7 0c0-145.453 118.043-264.63 258.315-271.922v65.71h26.62v-65.71c70.649 3.277 125.53 29.17 170.603 69.876l-47.882 49.013 20.31 19.745 49.295-50.429c40.707 45.072 66.882 103.444 70.16 166.924H711.1v27.645h73.065c-3.277 63.481-29.17 124.823-69.876 169.895l-49.013-48.236-19.745 20.134 46.75 49.208c-45.07 40.707-99.953 66.793-170.601 70.07v-72.675H495.06v72.676c-140.272-7.295-258.313-126.472-258.313-271.924zm101.52 347.634c-10.837 2.91-22.148 1.41-31.866-4.22-20.102-11.632-27.012-37.498-15.402-57.659l6.243-10.84c22.24 17.437 46.351 32.024 72.066 43.564l-5.47 9.5c-5.629 9.762-14.71 16.75-25.57 19.655zm45.034-53.45c-25.83-11.323-49.934-25.965-71.988-43.698l10.645-18.482a300.634 300.634 0 0 0 71.912 43.83l-10.57 18.35zm334.787 49.237c-9.709 5.618-21.033 7.118-31.867 4.213-10.867-2.911-19.942-9.893-25.566-19.656l-5.47-9.498a347.862 347.862 0 0 0 72.07-43.55l6.234 10.825c11.61 20.16 4.697 46.027-15.401 57.666zm-4.921-92.95c-22.018 17.694-46.146 32.37-71.976 43.71l-10.568-18.35a300.669 300.669 0 0 0 71.908-43.828l10.636 18.468z"
|
||||
fill="#262626"
|
||||
/>
|
||||
<path
|
||||
className="fill-[#262626] dark:fill-foreground"
|
||||
d="M735.65 146.317c-54.612 0-102.97 32.746-123.206 83.423l-5.44 13.63 13.887 4.758c70.422 24.108 131.666 71.928 172.45 134.653l7.983 12.278 11.877-8.557c34.498-24.83 55.096-65.028 55.096-107.537 0-73.143-59.505-132.648-132.648-132.648zm72.303 208.332c-40.907-57.324-98.04-101.947-163.334-127.554 18.421-32.515 52.783-52.852 91.031-52.852 57.747 0 104.722 46.975 104.722 104.722 0 8.198-1.075 16.256-2.938 24.088-7.422-9.237-15.194-18.208-23.323-26.74a420.063 420.063 0 0 0-93.881-73.946l-13.977 24.176a392.11 392.11 0 0 1 87.636 69.037c11.178 11.727 21.624 24.328 31.288 37.382-4.768 7.899-10.479 15.246-17.224 21.687zm-295.71-166.444c30.797 0 55.853-25.055 55.853-55.851s-25.056-55.852-55.852-55.852-55.852 25.055-55.852 55.852 25.055 55.851 55.852 55.851zm0-83.777c15.402 0 27.926 12.524 27.926 27.926s-12.524 27.925-27.925 27.925c-15.399 0-27.926-12.524-27.926-27.925s12.527-27.926 27.926-27.926zm0 530.59c38.494 0 69.815-31.32 69.815-69.814s-31.32-69.814-69.814-69.814c-38.497 0-69.815 31.32-69.815 69.814s31.318 69.815 69.815 69.815zm0-111.703c23.1 0 41.889 18.79 41.889 41.888 0 23.099-18.79 41.888-41.888 41.888-23.1 0-41.888-18.79-41.888-41.888-.002-23.098 18.789-41.888 41.888-41.888z"
|
||||
fill="#262626"
|
||||
/>
|
||||
</svg>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -82,16 +82,14 @@ const Row = ({
|
|||
>
|
||||
<CollapsibleTrigger className="flex w-full cursor-pointer items-center justify-between gap-4 px-3 sm:px-4">
|
||||
<div className="flex items-center gap-2 font-semibold">
|
||||
<Building className="size-6 fill-background" />
|
||||
<Building className="size-6 stroke-foreground" />
|
||||
|
||||
<span className="text-primary sm:text-lg">
|
||||
Affitto {servizio.tipologia}
|
||||
</span>
|
||||
<span className="sm:text-lg">Affitto {servizio.tipologia}</span>
|
||||
<span className="text-muted-foreground text-xs sm:text-sm">
|
||||
{`${servizio.created_at.toLocaleDateString("it")}`}
|
||||
</span>
|
||||
</div>
|
||||
<div className="float-end flex items-center justify-start pl-2 text-primary">
|
||||
<div className="float-end flex items-center justify-start pl-2">
|
||||
{isOpen ? <ChevronUp /> : <ChevronDown />}
|
||||
</div>
|
||||
</CollapsibleTrigger>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue