eleven-solutions-common-website-unique-web 21.0.12 → 21.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -424,7 +424,7 @@ const Users = ({ url }: UsersProps) => {
|
|
424
424
|
</div>
|
425
425
|
<div className="inset-0 bg-gray-800 bg-opacity-50 z-50 transition-opacity duration-300">
|
426
426
|
<div
|
427
|
-
className={`fixed top-0 right-0 h-full w-[
|
427
|
+
className={`fixed top-0 right-0 h-full w-[300px] md:w-[500px] bg-white p-4 rounded-md shadow-lg transform transition-transform duration-500 ease-in-out
|
428
428
|
${filterModal ? "translate-x-0" : "translate-x-full"}`}
|
429
429
|
>
|
430
430
|
<h1 className="text-2xl md:text-3xl font-bold text-blue-600 mb-4 md:mb-6">
|