????JFIF??x?x????'
| Server IP : 104.21.30.238 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /././home/./tempvsty/eaabusiness.com/custom/wp-content/plugins/extendify/src/Library/ |
Upload File : |
/* Adding CSS classes should be done with consideration and rarely */
@tailwind base;
@tailwind components;
@tailwind utilities;
.extendify-library button:not(:disabled) {
@apply cursor-pointer;
}
.extendify-library {
--tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: transparent;
--tw-ring-color: var(--ext-design-main, #2c39bd);
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
}
.extendify-library *,
.extendify-library *:after,
.extendify-library *:before {
/* no !important */
box-sizing: border-box;
border: 0 solid #e5e7eb;
}
.extendify-library.extendify-library-modal {
@apply fixed inset-0 z-high overflow-y-auto;
}
.extendify-library .components-toggle-group-control [role="presentation"] {
@apply bg-design-main;
}
/* Style contentType/pageType control in sidebar */
.ext-type-control .components-panel__body-title {
@apply -mx-5 my-0 bg-transparent p-1 px-5;
button {
@apply z-10 rounded border border-solid border-gray-300 shadow-none outline-none ring-design-main focus:ring;
&[aria-expanded="true"] {
@apply rounded-b-none border-b-0;
}
}
}