@salla.sa/twilight-tailwind-theme 1.0.41 → 1.0.42
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/index.js +0 -12
- package/package.json +1 -1
- package/safe-list-css.txt +0 -1
- package/utilities.json +1 -1
package/index.js
CHANGED
|
@@ -2,19 +2,7 @@ module.exports = require('tailwindcss/plugin').withOptions(() => {
|
|
|
2
2
|
return function ({addUtilities}) {
|
|
3
3
|
addUtilities({
|
|
4
4
|
// TODO :: find if there are used and defined them here if its.
|
|
5
|
-
'.anime-item' : {},
|
|
6
5
|
'.text-md' : {},
|
|
7
|
-
'.items-top' : {},
|
|
8
|
-
'.error' : {},
|
|
9
|
-
'.search-box' : {},
|
|
10
|
-
'.spinner-loader-wrap': {},
|
|
11
|
-
// '.me-3' : {},
|
|
12
|
-
// '.ms-3' : {},
|
|
13
|
-
// '.pe-4' : {},
|
|
14
|
-
// '.ps-5' : {},
|
|
15
|
-
// '.space-s-3' : {},
|
|
16
|
-
// '.end-4' : {},
|
|
17
|
-
|
|
18
6
|
'.has-error' : {'@apply border-red-400 focus:border-red-500': {}},
|
|
19
7
|
'.rounded-icon' : {'@apply w-16 h-16 flex justify-center items-center rounded-full text-3xl': {}},
|
|
20
8
|
'.form-input' : {'@apply w-full h-10 transition-colors duration-300 focus:ring-transparent focus:border-primary dark:focus:border-primary sm:text-sm border-border-color dark:bg-gray-600 dark:border-gray-600 rounded-md': {}},
|
package/package.json
CHANGED
package/safe-list-css.txt
CHANGED
package/utilities.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{".s-has-error":{"@apply !border-red-500 !text-red-500":{}},".s-ltr":{"direction":"ltr"},".s-input":{"@apply appearance-none form-input":{}},".s-hidden":{"@apply hidden":{}},".s-block":{"@apply block":{}},".s-branches-title":{"@apply text-sm text-gray-600 mb-6":{}},".s-branches-input-wrap":{"@apply flex items-center":{}},".s-branches-input":{"@apply me-3 focus:ring-primary h-4 w-4 text-primary border-gray-300":{}},".s-branches-label":{"@apply flex items-center justify-between text-sm font-medium text-gray-700 flex-grow":{}},".s-branches-select":{"@apply w-full h-10 transition-colors duration-300 focus:ring-transparent focus:border-primary sm:text-sm border-gray-200 rounded-md appearance-none px-4":{}},".s-branches-space-v":{"@apply space-y-5":{}},".s-branches-sr-only":{"@apply sr-only":{}},".s-branches-is-closed":{"@apply opacity-50":{}},".s-branches-closed-badge":{"@apply text-red-400":{}},".s-branches-clickable":{"@apply cursor-pointer":{}},".s-branches-submit":{"@apply mt-6":{}},".s-branches-color-red":{"@apply text-red-400":{}},".s-branches-color-green":{"@apply text-green-500":{}},".s-branches-color-gray":{"@apply text-gray-400":{}},".s-button-host-tag":{"@apply pointer-events-none":{}},".s-button-btn":{"@apply btn pointer-events-auto whitespace-nowrap flex items-center justify-center transition duration-300 relative select-none border-solid":{}},".s-button-text":{"@apply transition-opacity duration-300":{}},".s-button-loader":{"@apply transition flex mx-2 justify-center items-center before:content-[''] before:inline-block before:w-4 before:h-4 before:border-solid before:border-2 before:border-t-primary before:border-l-primary before:border-b-gray-100 before:border-r-gray-100 before:animate-spin before:rounded-full":{}},".s-button-loader-after":{"@apply flex-row-reverse":{}},".s-button-loader-start":{"@apply absolute right-2":{}},".s-button-loader-end":{"@apply absolute left-2":{}},".s-button-loader-center":{"@apply absolute top-1/2 left-1/2 !-translate-x-1/2 !-translate-y-1/2 !m-0":{}},".s-button-hide":{"@apply opacity-0":{}},".s-button-wide":{"@apply w-full":{}},".s-button-primary":{"@apply btn-primary":{}},".s-button-danger":{"@apply btn-danger":{}},".s-button-outline-primary":{"@apply btn-outline-primary":{}},".s-button-outline":{"@apply btn-outline":{}},".s-infinite-scroll-wrapper":{"@apply text-center mt-4":{}},".s-infinite-scroll-last":{"@apply m-0 text-center":{}},".s-infinite-scroll-error":{"@apply m-0 text-center":{}},".s-localization-title":{"@apply text-base font-medium text-gray-900":{}},".s-localization-section":{"@apply mb-8":{}},".s-localization-section-inner":{"@apply space-y-4 mt-4":{}},".s-localization-item":{"@apply flex items-center":{}},".s-localization-input":{"@apply focus:ring-primary h-4 w-4 text-primary border-gray-300":{}},".s-localization-label":{"@apply ms-3 flex items-center justify-between text-sm font-medium text-gray-700 flex-grow cursor-pointer":{}},".s-localization-flag":{"@apply rounded-sm":{}},".s-localization-currency":{"@apply text-gray-400":{}},".s-login-sub-title":{"@apply text-sm text-gray-400 mb-2.5":{}},".s-login-main-btn":{"@apply flex justify-between items-center flex-1 min-w-0 mb-2.5 box-content relative rounded-md border border-border-color bg-white py-5 pe-4 ps-5 space-s-3 transition-all duration-300 hover:bg-gray-50":{}},".s-login-main-btn-icon":{"@apply bg-primary w-12 h-12 text-lg text-white rounded-icon flex-shrink-0":{}},".s-login-main-btn-text":{"@apply flex-1 font-bold p-3":{}},".s-login-main-btn-arrow":{"@apply text-primary text-xl":{}},".s-login-label":{"@apply block text-sm font-medium text-gray-700 mb-2":{}},".s-login-input":{"@apply s-input":{}},".s-login-otp-input":{"@apply s-input h-10 text-center":{}},".s-login-link":{"@apply text-sm text-primary block text-center mt-6":{}},".s-login-error-message":{"@apply s-has-error text-xs block h-7 pt-1":{}},".s-login-wrapper":{"@apply transition-all duration-300 ease-elastic":{}},".s-login-tab":{"@apply transition-all duration-500":{}},".s-login-active":{"@apply opacity-100 translate-x-0":{}},".s-login-unactive":{"@apply opacity-0 translate-x-3":{}},".s-modal-container":{"@apply fixed z-50 inset-0 overflow-hidden":{}},".s-modal-wrapper":{"@apply flex items-end justify-center min-h-screen text-center sm:block":{}},".s-modal-loader-wrap":{"@apply h-24 flex justify-center items-center":{}},".s-modal-loader":{"@apply transition flex mx-2 justify-center items-center before:content-[''] before:inline-block before:w-10 before:h-10 before:border-solid before:border-2 before:border-t-primary before:border-l-primary before:border-b-gray-100 before:border-r-gray-100 before:animate-spin before:rounded-full":{}},".s-modal-close":{"@apply absolute z-1 end-4 top-4 sm:end-5 sm:top-5 text-red-400 hover:text-red-500 transition border-none bg-transparent text-base cursor-pointer":{}},".s-modal-header":{"@apply flex sm:flex-col items-center":{}},".s-modal-header-inner":{"@apply mb-10 flex sm:block items-center":{}},".s-modal-header-content":{"@apply flex flex-col":{}},".s-modal-header-img":{"@apply max-w-[150px] mx-auto sm:mb-4":{}},".s-modal-icon":{"@apply me-2 sm:me-0 sm:mx-auto inline-flex items-center justify-center w-16 h-16 sm:h-20 sm:w-20 rounded-full sm:mb-4 text-2xl border border-solid border-border-color":{}},".s-modal-bg-normal":{"@apply bg-white":{}},".s-modal-bg-success":{"@apply bg-green-100":{}},".s-modal-bg-error":{"@apply bg-red-100":{}},".s-modal-bg-primary":{"@apply bg-primary text-white":{}},".s-modal-text-success":{"@apply text-green-600":{}},".s-modal-text-error":{"@apply text-red-600":{}},".s-modal-title":{"@apply sm:mb-2 text-lg leading-6 font-bold text-gray-900":{}},".s-modal-sub-title":{"@apply sm:mb-2 text-sm text-gray-500":{}},".s-modal-title-below":{"@apply order-10":{}},".s-modal-body-slot":{"@apply w-full":{}},".s-modal-body":{"@apply relative inline-block bg-white rounded-b-none sm:rounded-b-lg rounded-lg text-start shadow-xl transform transition-all sm:my-8 w-full ease-in duration-200 translate-y-4 sm:translate-y-0 sm:scale-95 overflow-x-hidden overflow-y-auto sm:max-h-[calc(100vh-4rem)]":{}},".s-modal-scroll-y":{"@apply md:scrollbar-thin scrollbar-thumb-gray-300 scrollbar-thumb-rounded-full scrollbar-track-rounded-full scrollbar-track-gray-100":{}},".s-modal-padding":{"@apply p-4 sm:p-8":{}},".s-modal-spacer":{"@apply inline-block h-screen":{}},".s-modal-align-middel":{"@apply align-middle":{}},".s-modal-align-top":{"@apply align-top":{}},".s-modal-align-bottom":{"@apply align-bottom":{}},".s-modal-overlay":{"@apply fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity ease-in duration-200":{}},".s-modal-overlay-leaving":{"@apply opacity-0":{}},".s-modal-entering":{"@apply ease-out duration-300 opacity-100 translate-y-0 sm:scale-100":{}},".s-modal-leaving":{"@apply opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95":{}},".s-modal-is-center":{"@apply sm:text-center":{}},".s-modal-xs":{"@apply sm:w-[380px]":{}},".s-modal-sm":{"@apply sm:w-[480px]":{}},".s-modal-md":{"@apply md:w-[768px]":{}},".s-modal-lg":{"@apply w-[992px]":{}},".s-modal-xl":{"@apply w-[1280px]":{}},".s-modal-full":{"@apply w-full h-full":{}},".s-offer-header":{"@apply bg-gray-bg px-5 md:px-10 pt-8 pb-2 -mx-8 -mt-8 mb-8":{}},".s-offer-title":{"@apply block text-red-400 text-lg":{}},".s-offer-subtitle":{"@apply text-2xl leading-6 font-bold mb-8":{}},".s-offer-body":{"@apply mt-8":{}},".s-offer-badge":{"@apply me-2.5 bg-gray-bg py-2.5 px-4 rounded-large inline-flex items-center text-gray-500 justify-center text-sm mb-2.5":{}},".s-offer-badge-icon":{"@apply font-medium me-1.5 text-md":{}},".s-offer-badge-text":{"@apply -translate-y-0.5":{}},".s-offer-product":{"@apply items-center rounded-md p-5 bg-white h-full justify-between overflow-hidden flex flex-col md:flex-row":{}},".s-offer-product-image":{"@apply relative overflow-hidden w-20 h-16 md:w-24 md:h-20 rounded-md":{}},".s-offer-product-img":{"@apply h-full w-full object-cover":{}},".s-offer-product-info":{"@apply flex-1 ps-5":{}},".s-offer-product-name":{"@apply flex flex-col justify-start items-baseline text-sm text-title-color leading-6 mb-1.5":{}},".s-offer-product-price":{"@apply w-full flex items-center mb-5 md:mb-0 space-s-1 text-primary font-bold text-sm":{}},".s-offer-product-old-price":{"@apply text-gray-400 line-through text-xs mx-1":{}},".s-offer-footer":{"@apply flex flex-col md:flex-row justify-between text-sm text-gray-400 mt-8":{}},".s-offer-expiry":{"@apply mb-5 md:mb-0":{}},".s-offer-remember-label":{"@apply ms-2 text-sm font-medium":{}},".s-offer-remember-input":{"@apply focus:ring-transparent h-6 w-6 text-primary border-border-color rounded-md":{}},".s-product-availability-subscribed":{"@apply w-full text-green-500 bg-gray-100 px-6 py-3 text-sm font-bold rounded-md flex items-center justify-center":{}},".s-product-availability-subs-icon":{"@apply font-bold mx-1.5":{}},".s-product-availability-body":{"@apply z-50 relative":{}},".s-product-availability-label":{"@apply block text-sm font-bold text-gray-700 text-start mb-2.5":{}},".s-product-availability-input":{"@apply form-input":{}},".s-product-availability-footer":{"@apply flex justify-between space-s-4":{}},".s-product-availability-footer-btn":{"@apply w-full":{}},".s-product-availability-error-msg":{"@apply s-has-error text-xs block h-7 pt-1":{}},".s-rating-wrapper":{"@apply mb-10 transition-all duration-300 ease-elastic":{}},".s-rating-footer":{"@apply relative flex justify-between items-center":{}},".s-rating-btn":{"@apply font-bold text-sm h-10 px-4 text-primary hover:text-primary-d duration-300 transition-all":{}},".s-rating-dots":{"@apply absolute left-1/2 -translate-x-1/2 flex justify-center text-center space-s-1.5 flex-1":{}},".s-rating-step-dot":{"@apply w-2.5 h-2.5 rounded-full transition-colors duration-300":{}},".s-rating-step":{"@apply transition-all duration-500":{}},".s-rating-active":{"@apply opacity-100 translate-x-0":{}},".s-rating-unactive":{"@apply opacity-0 translate-x-3":{}},".s-rating-hidden":{"@apply !hidden":{}},".s-rating-unvisiable":{"@apply opacity-0 pointer-events-none":{}},".s-rating-step-wrap":{"@apply relative pb-4 flex flex-col items-center":{}},".s-rating-product-details":{"@apply relative pb-4 flex flex-col flex-1":{}},".s-rating-rounded-icon":{"@apply w-28 h-28 border border-gray-200 rounded-full flex items-center justify-center mb-4 overflow-hidden":{}},".s-rating-title":{"@apply text-lg font-bold mb-4":{}},".s-rating-store-logo":{"@apply w-16 object-contain":{}},".s-rating-shipping-logo":{"@apply w-full h-full object-contain":{}},".s-rating-shipping-icon":{"@apply text-5xl text-primary":{}},".s-rating-comment":{"@apply form-input h-20 mb-2":{}},".s-rating-validation-msg":{"@apply absolute bottom-0 text-red-400 block w-full":{}},".s-rating-product":{"@apply flex space-s-5 mb-6 last:mb-0":{}},".s-rating-product-img":{"@apply w-18 h-14 object-cover rounded-md":{}},".s-rating-product-title":{"@apply leading-5 mb-1.5 font-bold md:text-sm":{}},".s-rating-thanks":{"@apply px-8 text-center transition-all duration-500":{}},".s-rating-icon":{"@apply w-20 h-20 text-4xl inline-flex justify-center items-center bg-gray-50 rounded-full text-primary":{}},".s-rating-thanks-title":{"@apply font-bold mt-4":{}},".s-rating-thanks-msg":{"@apply text-gray-400 text-sm mb-6":{}},".s-rating-thanks-btn":{"@apply btn btn-primary h-10 flex-none px-8":{}},".s-rating-thanks-time":{"@apply text-gray-400 block h-6 mt-3 text-sm":{}},".s-rating-btn-star":{"@apply btn px-1 text-gray-400":{}},".s-rating-btn-star-large":{"@apply text-2xl":{}},".s-rating-btn-star-small":{"@apply text-xl":{}},".s-rating-stars-company":{"@apply mb-5":{}},".s-rating-stars-product":{"@apply mb-1":{}},".s-rating-bg-gray":{"@apply bg-gray-200":{}},".s-rating-bg-primary":{"@apply bg-primary":{}},".s-rating-has-error":{"@apply has-error":{}},".s-search-button":{"@apply bg-gray-bg2 hover:bg-gray-150 dark:hover:bg-opacity-10 transition duration-300 mx-3 text-sm rounded-full w-9 h-9 font-bold":{}},".s-search-container":{"@apply search-box relative bg-white border border-border-color max-h-56":{}},".s-search-container-open":{"@apply rounded-b-sm max-h-100":{}},".s-search-input":{"@apply bg-transparent border-0 form-input w-full ps-10 pt-6 pb-7 rounded-tiny text-gray-600":{}},".s-search-icon":{"@apply flex justify-end items-center absolute top-4 start-4 text-md text-gray-400":{}},".s-search-spinner":{"@apply spinner-loader-wrap absolute top-1/2 transform -translate-y-1/2 start-4 w-4 h-4":{}},".s-search-spinner-loader":{"@apply block spinner-loader w-4 h-4 animate-spin border-2 border-gray-300 rounded-full":{}},".s-search-results":{"@apply m-auto max-h-96 overflow-y-auto bg-white rounded-b-tiny":{}},".s-search-no-results":{"@apply error p-4 text-sm text-gray-400 text-center":{}},".s-search-product":{"@apply h-full transition duration-500 bg-transparent justify-around overflow-hidden flex transition-colors duration-300 hover:bg-gray-bg2 px-4 xs:px-5 py-3 border-t border-gray-100":{}},".s-search-product-image-container":{"@apply relative overflow-hidden w-20 h-14 rounded-md":{}},".s-search-product-image":{"@apply h-full w-full object-cover":{}},".s-search-product-details":{"@apply flex-1 ps-4 xs:ps-5 pt-1":{}},".s-search-product-title":{"@apply flex flex-col justify-start items-baseline text-sm font-bold text-title-color leading-6 mb-2.5":{}},".s-search-product-price":{"@apply w-full flex justify-between items-center text-primary font-bold text-sm":{}},".s-tel-input-control":{"@apply s-input mb-4":{}},".s-tel-input-error-msg":{"@apply s-has-error text-xs block h-7 pt-1":{}},".s-verify-message":{"@apply text-xs mb-7 text-gray-400 text-center":{}},".s-verify-label":{"@apply block mb-4 text-center text-sm":{}},".s-verify-codes":{"@apply flex justify-between mb-5 space-s-2":{}},".s-verify-input":{"@apply font-bold appearance-none text-lg form-input h-10 rounded-md text-center":{}},".s-verify-footer":{"@apply text-center":{}},".s-verify-submit":{"@apply w-full mb-5":{}},".s-verify-resend-message":{"@apply text-gray-400":{}},".s-verify-timer":{"@apply text-gray-700 mx-1":{}},".s-verify-resend":{"@apply text-sm text-primary text-center":{}},".s-verify-back":{"@apply rounded-icon h-10 w-10 text-lg absolute -top-48 -start-3 text-gray-600 transition-colors bg-gray-50 hover:bg-gray-100":{}}}
|
|
1
|
+
{".s-has-error":{"@apply !border-red-500 !text-red-500":{}},".s-ltr":{"direction":"ltr"},".s-input":{"@apply appearance-none form-input":{}},".s-hidden":{"@apply hidden":{}},".s-block":{"@apply block":{}},".s-branches-title":{"@apply text-sm text-gray-600 mb-6":{}},".s-branches-input-wrap":{"@apply flex items-center":{}},".s-branches-input":{"@apply me-3 focus:ring-primary h-4 w-4 text-primary border-gray-300":{}},".s-branches-label":{"@apply flex items-center justify-between text-sm font-medium text-gray-700 flex-grow":{}},".s-branches-select":{"@apply w-full h-10 transition-colors duration-300 focus:ring-transparent focus:border-primary sm:text-sm border-gray-200 rounded-md appearance-none px-4":{}},".s-branches-space-v":{"@apply space-y-5":{}},".s-branches-sr-only":{"@apply sr-only":{}},".s-branches-is-closed":{"@apply opacity-50":{}},".s-branches-closed-badge":{"@apply text-red-400":{}},".s-branches-clickable":{"@apply cursor-pointer":{}},".s-branches-submit":{"@apply mt-6":{}},".s-branches-color-red":{"@apply text-red-400":{}},".s-branches-color-green":{"@apply text-green-500":{}},".s-branches-color-gray":{"@apply text-gray-400":{}},".s-button-host-tag":{"@apply pointer-events-none":{}},".s-button-btn":{"@apply btn pointer-events-auto whitespace-nowrap flex items-center justify-center transition duration-300 relative select-none border-solid":{}},".s-button-text":{"@apply transition-opacity duration-300":{}},".s-button-loader":{"@apply transition flex mx-2 justify-center items-center before:content-[''] before:inline-block before:w-4 before:h-4 before:border-solid before:border-2 before:border-t-primary before:border-l-primary before:border-b-gray-100 before:border-r-gray-100 before:animate-spin before:rounded-full":{}},".s-button-loader-after":{"@apply flex-row-reverse":{}},".s-button-loader-start":{"@apply absolute right-2":{}},".s-button-loader-end":{"@apply absolute left-2":{}},".s-button-loader-center":{"@apply absolute top-1/2 left-1/2 !-translate-x-1/2 !-translate-y-1/2 !m-0":{}},".s-button-hide":{"@apply opacity-0":{}},".s-button-wide":{"@apply w-full":{}},".s-button-primary":{"@apply btn-primary":{}},".s-button-danger":{"@apply btn-danger":{}},".s-button-outline-primary":{"@apply btn-outline-primary":{}},".s-button-outline":{"@apply btn-outline":{}},".s-infinite-scroll-wrapper":{"@apply text-center mt-4":{}},".s-infinite-scroll-last":{"@apply m-0 text-center":{}},".s-infinite-scroll-error":{"@apply m-0 text-center":{}},".s-localization-title":{"@apply text-base font-medium text-gray-900":{}},".s-localization-section":{"@apply mb-8":{}},".s-localization-section-inner":{"@apply space-y-4 mt-4":{}},".s-localization-item":{"@apply flex items-center":{}},".s-localization-input":{"@apply focus:ring-primary h-4 w-4 text-primary border-gray-300":{}},".s-localization-label":{"@apply ms-3 flex items-center justify-between text-sm font-medium text-gray-700 flex-grow cursor-pointer":{}},".s-localization-flag":{"@apply rounded-sm":{}},".s-localization-currency":{"@apply text-gray-400":{}},".s-login-sub-title":{"@apply text-sm text-gray-400 mb-2.5":{}},".s-login-main-btn":{"@apply flex justify-between items-center flex-1 min-w-0 mb-2.5 box-content relative rounded-md border border-border-color bg-white py-5 pe-4 ps-5 space-s-3 transition-all duration-300 hover:bg-gray-50":{}},".s-login-main-btn-icon":{"@apply bg-primary w-12 h-12 text-lg text-white rounded-icon flex-shrink-0":{}},".s-login-main-btn-text":{"@apply flex-1 font-bold p-3":{}},".s-login-main-btn-arrow":{"@apply text-primary text-xl":{}},".s-login-label":{"@apply block text-sm font-medium text-gray-700 mb-2":{}},".s-login-input":{"@apply s-input":{}},".s-login-otp-input":{"@apply s-input h-10 text-center":{}},".s-login-link":{"@apply text-sm text-primary block text-center mt-6":{}},".s-login-error-message":{"@apply s-has-error text-xs block h-7 pt-1":{}},".s-login-wrapper":{"@apply transition-all duration-300 ease-elastic":{}},".s-login-tab":{"@apply transition-all duration-500":{}},".s-login-active":{"@apply opacity-100 translate-x-0":{}},".s-login-unactive":{"@apply opacity-0 translate-x-3":{}},".s-modal-container":{"@apply fixed z-50 inset-0 overflow-hidden":{}},".s-modal-wrapper":{"@apply flex items-end justify-center min-h-screen text-center sm:block":{}},".s-modal-loader-wrap":{"@apply h-24 flex justify-center items-center":{}},".s-modal-loader":{"@apply transition flex mx-2 justify-center items-center before:content-[''] before:inline-block before:w-10 before:h-10 before:border-solid before:border-2 before:border-t-primary before:border-l-primary before:border-b-gray-100 before:border-r-gray-100 before:animate-spin before:rounded-full":{}},".s-modal-close":{"@apply absolute z-1 end-4 top-4 sm:end-5 sm:top-5 text-red-400 hover:text-red-500 transition border-none bg-transparent text-base cursor-pointer":{}},".s-modal-header":{"@apply flex sm:flex-col items-center":{}},".s-modal-header-inner":{"@apply mb-10 flex sm:block items-center":{}},".s-modal-header-content":{"@apply flex flex-col":{}},".s-modal-header-img":{"@apply max-w-[150px] mx-auto sm:mb-4":{}},".s-modal-icon":{"@apply me-2 sm:me-0 sm:mx-auto inline-flex items-center justify-center w-16 h-16 sm:h-20 sm:w-20 rounded-full sm:mb-4 text-2xl border border-solid border-border-color":{}},".s-modal-bg-normal":{"@apply bg-white":{}},".s-modal-bg-success":{"@apply bg-green-100":{}},".s-modal-bg-error":{"@apply bg-red-100":{}},".s-modal-bg-primary":{"@apply bg-primary text-white":{}},".s-modal-text-success":{"@apply text-green-600":{}},".s-modal-text-error":{"@apply text-red-600":{}},".s-modal-title":{"@apply sm:mb-2 text-lg leading-6 font-bold text-gray-900":{}},".s-modal-sub-title":{"@apply sm:mb-2 text-sm text-gray-500":{}},".s-modal-title-below":{"@apply order-10":{}},".s-modal-body-slot":{"@apply w-full":{}},".s-modal-body":{"@apply relative inline-block bg-white rounded-b-none sm:rounded-b-lg rounded-lg text-start shadow-xl transform transition-all sm:my-8 w-full ease-in duration-200 translate-y-4 sm:translate-y-0 sm:scale-95 overflow-x-hidden overflow-y-auto sm:max-h-[calc(100vh-4rem)]":{}},".s-modal-padding":{"@apply p-4 sm:p-8":{}},".s-modal-spacer":{"@apply inline-block h-screen":{}},".s-modal-align-middel":{"@apply align-middle":{}},".s-modal-align-top":{"@apply align-top":{}},".s-modal-align-bottom":{"@apply align-bottom":{}},".s-modal-overlay":{"@apply fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity ease-in duration-200":{}},".s-modal-overlay-leaving":{"@apply opacity-0":{}},".s-modal-entering":{"@apply ease-out duration-300 opacity-100 translate-y-0 sm:scale-100":{}},".s-modal-leaving":{"@apply opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95":{}},".s-modal-is-center":{"@apply sm:text-center":{}},".s-modal-xs":{"@apply sm:w-[380px]":{}},".s-modal-sm":{"@apply sm:w-[480px]":{}},".s-modal-md":{"@apply md:w-[768px]":{}},".s-modal-lg":{"@apply w-[992px]":{}},".s-modal-xl":{"@apply w-[1280px]":{}},".s-modal-full":{"@apply w-full h-full":{}},".s-offer-header":{"@apply bg-gray-bg px-5 md:px-10 pt-8 pb-2 -mx-8 -mt-8 mb-8":{}},".s-offer-title":{"@apply block text-red-400 text-lg":{}},".s-offer-subtitle":{"@apply text-2xl leading-6 font-bold mb-8":{}},".s-offer-body":{"@apply mt-8":{}},".s-offer-badge":{"@apply me-2.5 bg-gray-bg py-2.5 px-4 rounded-large inline-flex items-center text-gray-500 justify-center text-sm mb-2.5":{}},".s-offer-badge-icon":{"@apply font-medium me-1.5 text-md":{}},".s-offer-badge-text":{"@apply -translate-y-0.5":{}},".s-offer-product":{"@apply items-center rounded-md p-5 bg-white h-full justify-between overflow-hidden flex flex-col md:flex-row":{}},".s-offer-product-image":{"@apply relative overflow-hidden w-20 h-16 md:w-24 md:h-20 rounded-md":{}},".s-offer-product-img":{"@apply h-full w-full object-cover":{}},".s-offer-product-info":{"@apply flex-1 ps-5":{}},".s-offer-product-name":{"@apply flex flex-col justify-start items-baseline text-sm text-title-color leading-6 mb-1.5":{}},".s-offer-product-price":{"@apply w-full flex items-center mb-5 md:mb-0 space-s-1 text-primary font-bold text-sm":{}},".s-offer-product-old-price":{"@apply text-gray-400 line-through text-xs mx-1":{}},".s-offer-footer":{"@apply flex flex-col md:flex-row justify-between text-sm text-gray-400 mt-8":{}},".s-offer-expiry":{"@apply mb-5 md:mb-0":{}},".s-offer-remember-label":{"@apply ms-2 text-sm font-medium":{}},".s-offer-remember-input":{"@apply focus:ring-transparent h-6 w-6 text-primary border-border-color rounded-md":{}},".s-product-availability-subscribed":{"@apply w-full text-green-500 bg-gray-100 px-6 py-3 text-sm font-bold rounded-md flex items-center justify-center":{}},".s-product-availability-subs-icon":{"@apply font-bold mx-1.5":{}},".s-product-availability-body":{"@apply z-50 relative":{}},".s-product-availability-label":{"@apply block text-sm font-bold text-gray-700 text-start mb-2.5":{}},".s-product-availability-input":{"@apply form-input":{}},".s-product-availability-footer":{"@apply flex justify-between space-s-4":{}},".s-product-availability-footer-btn":{"@apply w-full":{}},".s-product-availability-error-msg":{"@apply s-has-error text-xs block h-7 pt-1":{}},".s-rating-wrapper":{"@apply mb-10 transition-all duration-300 ease-elastic":{}},".s-rating-footer":{"@apply relative flex justify-between items-center":{}},".s-rating-btn":{"@apply font-bold text-sm h-10 px-4 text-primary hover:text-primary-d duration-300 transition-all":{}},".s-rating-dots":{"@apply absolute left-1/2 -translate-x-1/2 flex justify-center text-center space-s-1.5 flex-1":{}},".s-rating-step-dot":{"@apply w-2.5 h-2.5 rounded-full transition-colors duration-300":{}},".s-rating-step":{"@apply transition-all duration-500":{}},".s-rating-active":{"@apply opacity-100 translate-x-0":{}},".s-rating-unactive":{"@apply opacity-0 translate-x-3":{}},".s-rating-hidden":{"@apply !hidden":{}},".s-rating-unvisiable":{"@apply opacity-0 pointer-events-none":{}},".s-rating-step-wrap":{"@apply relative pb-4 flex flex-col items-center":{}},".s-rating-product-details":{"@apply relative pb-4 flex flex-col flex-1":{}},".s-rating-rounded-icon":{"@apply w-28 h-28 border border-gray-200 rounded-full flex items-center justify-center mb-4 overflow-hidden":{}},".s-rating-title":{"@apply text-lg font-bold mb-4":{}},".s-rating-store-logo":{"@apply w-16 object-contain":{}},".s-rating-shipping-logo":{"@apply w-full h-full object-contain":{}},".s-rating-shipping-icon":{"@apply text-5xl text-primary":{}},".s-rating-comment":{"@apply form-input h-20 mb-2":{}},".s-rating-validation-msg":{"@apply absolute bottom-0 text-red-400 block w-full":{}},".s-rating-product":{"@apply flex space-s-5 mb-6 last:mb-0":{}},".s-rating-product-img":{"@apply w-18 h-14 object-cover rounded-md":{}},".s-rating-product-title":{"@apply leading-5 mb-1.5 font-bold md:text-sm":{}},".s-rating-thanks":{"@apply px-8 text-center transition-all duration-500":{}},".s-rating-icon":{"@apply w-20 h-20 text-4xl inline-flex justify-center items-center bg-gray-50 rounded-full text-primary":{}},".s-rating-thanks-title":{"@apply font-bold mt-4":{}},".s-rating-thanks-msg":{"@apply text-gray-400 text-sm mb-6":{}},".s-rating-thanks-btn":{"@apply btn btn-primary h-10 flex-none px-8":{}},".s-rating-thanks-time":{"@apply text-gray-400 block h-6 mt-3 text-sm":{}},".s-rating-btn-star":{"@apply btn px-1 text-gray-400":{}},".s-rating-btn-star-large":{"@apply text-2xl":{}},".s-rating-btn-star-small":{"@apply text-xl":{}},".s-rating-stars-company":{"@apply mb-5":{}},".s-rating-stars-product":{"@apply mb-1":{}},".s-rating-bg-gray":{"@apply bg-gray-200":{}},".s-rating-bg-primary":{"@apply bg-primary":{}},".s-rating-has-error":{"@apply has-error":{}},".s-search-button":{"@apply bg-gray-bg2 hover:bg-gray-150 dark:hover:bg-opacity-10 transition duration-300 mx-3 text-sm rounded-full w-9 h-9 font-bold":{}},".s-search-container":{"@apply relative bg-white border border-border-color max-h-56":{}},".s-search-container-open":{"@apply rounded-b-sm max-h-100":{}},".s-search-input":{"@apply bg-transparent border-0 form-input w-full ps-10 pt-6 pb-7 rounded-tiny text-gray-600":{}},".s-search-icon":{"@apply flex justify-end items-center absolute top-4 start-4 text-md text-gray-400":{}},".s-search-spinner":{"@apply absolute top-1/2 transform -translate-y-1/2 start-4 w-4 h-4":{}},".s-search-spinner-loader":{"@apply block spinner-loader w-4 h-4 animate-spin border-2 border-gray-300 rounded-full":{}},".s-search-results":{"@apply m-auto max-h-96 overflow-y-auto bg-white rounded-b-tiny":{}},".s-search-no-results":{"@apply p-4 text-sm text-gray-400 text-center":{}},".s-search-product":{"@apply h-full transition duration-500 bg-transparent justify-around overflow-hidden flex transition-colors duration-300 hover:bg-gray-bg2 px-4 xs:px-5 py-3 border-t border-gray-100":{}},".s-search-product-image-container":{"@apply relative overflow-hidden w-20 h-14 rounded-md":{}},".s-search-product-image":{"@apply h-full w-full object-cover":{}},".s-search-product-details":{"@apply flex-1 ps-4 xs:ps-5 pt-1":{}},".s-search-product-title":{"@apply flex flex-col justify-start items-baseline text-sm font-bold text-title-color leading-6 mb-2.5":{}},".s-search-product-price":{"@apply w-full flex justify-between items-center text-primary font-bold text-sm":{}},".s-tel-input-control":{"@apply s-input mb-4":{}},".s-tel-input-error-msg":{"@apply s-has-error text-xs block h-7 pt-1":{}},".s-verify-message":{"@apply text-xs mb-7 text-gray-400 text-center":{}},".s-verify-label":{"@apply block mb-4 text-center text-sm":{}},".s-verify-codes":{"@apply flex justify-between mb-5 space-s-2":{}},".s-verify-input":{"@apply font-bold appearance-none text-lg form-input h-10 rounded-md text-center":{}},".s-verify-footer":{"@apply text-center":{}},".s-verify-submit":{"@apply w-full mb-5":{}},".s-verify-resend-message":{"@apply text-gray-400":{}},".s-verify-timer":{"@apply text-gray-700 mx-1":{}},".s-verify-resend":{"@apply text-sm text-primary text-center":{}},".s-verify-back":{"@apply rounded-icon h-10 w-10 text-lg absolute -top-48 -start-3 text-gray-600 transition-colors bg-gray-50 hover:bg-gray-100":{}}}
|