@designcrowd/fe-shared-lib 1.5.8 → 1.5.9-dbc-1
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/.eslintrc.js +36 -36
- package/.github/workflows/auto-merge.yml +52 -52
- package/.prettierrc.js +7 -7
- package/.storybook/main.ts +36 -36
- package/.storybook/preview-head-master.html +4 -4
- package/.storybook/preview-head-publish-master.html +4 -4
- package/.storybook/preview-head-publish.html +9 -9
- package/.storybook/preview-head.html +9 -9
- package/.storybook/preview.js +53 -53
- package/CLAUDE.md +70 -70
- package/Dockerfile +43 -43
- package/README.md +103 -103
- package/buildspec.yml +47 -47
- package/dist/css/tailwind-brandCrowd.css +2493 -0
- package/dist/css/tailwind-brandPage.css +2177 -0
- package/dist/css/tailwind-crazyDomains.css +2493 -0
- package/dist/css/tailwind-designCom.css +2493 -0
- package/dist/css/tailwind-designCrowd.css +2493 -0
- package/index.cjs +16 -16
- package/index.js +58 -58
- package/nodemon.translation.json +6 -6
- package/package.json +115 -115
- package/postcss.config.js +5 -5
- package/public/css/tailwind-brandCrowd.css +577 -479
- package/public/css/tailwind-brandPage.css +473 -400
- package/public/css/tailwind-crazyDomains.css +577 -479
- package/public/css/tailwind-designCom.css +577 -479
- package/public/css/tailwind-designCrowd.css +577 -479
- package/src/atoms/components/Button/Button.vue +341 -341
- package/src/atoms/components/Button/ButtonVariant.mixin.vue +126 -126
- package/src/atoms/components/Button/Buttons.stories.js +828 -828
- package/src/atoms/components/Button/ButtonsCrazyDomains.stories.js +117 -117
- package/src/atoms/components/Button/variants/ButtonAi.vue +63 -63
- package/src/atoms/components/Button/variants/ButtonDarkModePill.vue +52 -52
- package/src/atoms/components/Button/variants/ButtonFlat.vue +65 -65
- package/src/atoms/components/Button/variants/ButtonGray.vue +64 -64
- package/src/atoms/components/Button/variants/ButtonInfo.vue +51 -51
- package/src/atoms/components/Button/variants/ButtonInfoFilled.vue +63 -63
- package/src/atoms/components/Button/variants/ButtonNoBorder.vue +65 -65
- package/src/atoms/components/Button/variants/ButtonOutline.vue +62 -62
- package/src/atoms/components/Button/variants/ButtonOutlineNoHover.vue +62 -62
- package/src/atoms/components/Button/variants/ButtonOutlinePrimary.vue +53 -53
- package/src/atoms/components/Button/variants/ButtonOutlineSuccess.vue +54 -54
- package/src/atoms/components/Button/variants/ButtonPill.vue +52 -52
- package/src/atoms/components/Button/variants/ButtonPrimary.vue +69 -69
- package/src/atoms/components/Button/variants/ButtonPrimaryWithIcon.vue +68 -68
- package/src/atoms/components/Button/variants/ButtonSecondary.vue +51 -51
- package/src/atoms/components/Button/variants/ButtonSuccess.vue +55 -55
- package/src/atoms/components/Button/variants/ButtonWarning.vue +65 -65
- package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsOutline.vue +58 -58
- package/src/atoms/components/Button/variants/crazy-domains/ButtonCrazyDomainsPrimary.vue +38 -38
- package/src/atoms/components/ButtonGroup/ButtonGroup.stories.js +575 -575
- package/src/atoms/components/ButtonGroup/ButtonGroup.vue +200 -200
- package/src/atoms/components/Carousel/Carousel.fixtures.js +53 -53
- package/src/atoms/components/Carousel/Carousel.vue +352 -352
- package/src/atoms/components/Carousel/carousel.stories.js +530 -530
- package/src/atoms/components/Checkbox/Checkbox.mixin.js +57 -57
- package/src/atoms/components/Checkbox/Checkbox.stories.js +340 -340
- package/src/atoms/components/Checkbox/Checkbox.vue +84 -84
- package/src/atoms/components/Checktile/Checktile.stories.js +79 -79
- package/src/atoms/components/Checktile/Checktile.vue +73 -73
- package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.mixin.js +38 -38
- package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.stories.js +53 -53
- package/src/atoms/components/CollapsiblePanel/CollapsiblePanel.vue +33 -33
- package/src/atoms/components/ColorPicker/ColorPicker.stories.js +89 -89
- package/src/atoms/components/ColorPicker/ColorPicker.vue +95 -95
- package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.stories.js +41 -41
- package/src/atoms/components/CopyToClipboardText/CopyToClipboardText.vue +71 -71
- package/src/atoms/components/Dropdown/Dropdown.stories.js +140 -140
- package/src/atoms/components/Dropdown/Dropdown.vue +118 -118
- package/src/atoms/components/Dropdown/DropdownItem.vue +33 -33
- package/src/atoms/components/FormControl/FormControl.mixin.js +136 -136
- package/src/atoms/components/HelloBar/HelloBar.stories.js +195 -195
- package/src/atoms/components/HelloBar/HelloBar.vue +156 -156
- package/src/atoms/components/Icon/Icon.stories.js +401 -401
- package/src/atoms/components/Icon/Icon.vue +854 -850
- package/src/atoms/components/Icon/icons/add-page.vue +6 -6
- package/src/atoms/components/Icon/icons/ai.vue +6 -6
- package/src/atoms/components/Icon/icons/arrow-down.vue +6 -6
- package/src/atoms/components/Icon/icons/arrow-left.vue +7 -7
- package/src/atoms/components/Icon/icons/arrow-right.vue +7 -7
- package/src/atoms/components/Icon/icons/arrow-top-right.vue +6 -6
- package/src/atoms/components/Icon/icons/arrow-up-underline.vue +7 -7
- package/src/atoms/components/Icon/icons/arrow-up.vue +7 -7
- package/src/atoms/components/Icon/icons/attach.vue +6 -6
- package/src/atoms/components/Icon/icons/auth-facebook-white.vue +17 -17
- package/src/atoms/components/Icon/icons/auth-facebook.vue +24 -24
- package/src/atoms/components/Icon/icons/auth-google.vue +32 -32
- package/src/atoms/components/Icon/icons/background.vue +7 -7
- package/src/atoms/components/Icon/icons/badge.vue +7 -7
- package/src/atoms/components/Icon/icons/banner-centered.vue +6 -6
- package/src/atoms/components/Icon/icons/banner-left.vue +6 -6
- package/src/atoms/components/Icon/icons/banner.vue +7 -7
- package/src/atoms/components/Icon/icons/bc-mast.vue +7 -7
- package/src/atoms/components/Icon/icons/briefcase.vue +7 -7
- package/src/atoms/components/Icon/icons/brush.vue +6 -6
- package/src/atoms/components/Icon/icons/business-card-filled.vue +5 -5
- package/src/atoms/components/Icon/icons/business.vue +6 -6
- package/src/atoms/components/Icon/icons/calculator.vue +3 -3
- package/src/atoms/components/Icon/icons/calendar.vue +5 -5
- package/src/atoms/components/Icon/icons/callout-error.vue +6 -6
- package/src/atoms/components/Icon/icons/callout-info.vue +6 -6
- package/src/atoms/components/Icon/icons/callout-success.vue +8 -8
- package/src/atoms/components/Icon/icons/callout-warning.vue +6 -6
- package/src/atoms/components/Icon/icons/cap.vue +22 -22
- package/src/atoms/components/Icon/icons/card.vue +9 -9
- package/src/atoms/components/Icon/icons/cart-empty.vue +9 -9
- package/src/atoms/components/Icon/icons/check-thin.vue +7 -7
- package/src/atoms/components/Icon/icons/check.vue +3 -3
- package/src/atoms/components/Icon/icons/chevron-down.vue +7 -7
- package/src/atoms/components/Icon/icons/chevron-left.vue +7 -7
- package/src/atoms/components/Icon/icons/chevron-right-wide.vue +3 -3
- package/src/atoms/components/Icon/icons/chevron-right.vue +3 -3
- package/src/atoms/components/Icon/icons/chevron-up.vue +7 -7
- package/src/atoms/components/Icon/icons/clipboard-check.vue +6 -6
- package/src/atoms/components/Icon/icons/close.vue +6 -6
- package/src/atoms/components/Icon/icons/community.vue +5 -5
- package/src/atoms/components/Icon/icons/contact-message.vue +10 -10
- package/src/atoms/components/Icon/icons/content.vue +7 -7
- package/src/atoms/components/Icon/icons/copy.vue +10 -10
- package/src/atoms/components/Icon/icons/crazy-domains/filter.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/globe.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/home.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-facebook.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-google.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-instagram.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-twitter.vue +6 -6
- package/src/atoms/components/Icon/icons/crazy-domains/social-youtube.vue +6 -6
- package/src/atoms/components/Icon/icons/crop.vue +6 -6
- package/src/atoms/components/Icon/icons/delete.vue +8 -8
- package/src/atoms/components/Icon/icons/designs.vue +6 -6
- package/src/atoms/components/Icon/icons/desktop.vue +7 -7
- package/src/atoms/components/Icon/icons/donate.vue +6 -6
- package/src/atoms/components/Icon/icons/download.vue +5 -5
- package/src/atoms/components/Icon/icons/duplicate.vue +6 -6
- package/src/atoms/components/Icon/icons/edit-line.vue +10 -10
- package/src/atoms/components/Icon/icons/edit.vue +6 -6
- package/src/atoms/components/Icon/icons/ellipsis.vue +6 -6
- package/src/atoms/components/Icon/icons/envelope-email.vue +9 -9
- package/src/atoms/components/Icon/icons/error.vue +8 -8
- package/src/atoms/components/Icon/icons/eye-crossed.vue +7 -7
- package/src/atoms/components/Icon/icons/eye-open.vue +11 -11
- package/src/atoms/components/Icon/icons/fees.vue +6 -6
- package/src/atoms/components/Icon/icons/file.vue +7 -7
- package/src/atoms/components/Icon/icons/filter.vue +7 -7
- package/src/atoms/components/Icon/icons/filters.vue +6 -6
- package/src/atoms/components/Icon/icons/flag.vue +6 -6
- package/src/atoms/components/Icon/icons/flip-horizontal.vue +7 -7
- package/src/atoms/components/Icon/icons/flip-vertical.vue +7 -7
- package/src/atoms/components/Icon/icons/folder.vue +6 -6
- package/src/atoms/components/Icon/icons/footer-centered.vue +7 -7
- package/src/atoms/components/Icon/icons/footer-left.vue +7 -7
- package/src/atoms/components/Icon/icons/form-message.vue +6 -6
- package/src/atoms/components/Icon/icons/form.vue +5 -5
- package/src/atoms/components/Icon/icons/fullscreen-exit.vue +5 -5
- package/src/atoms/components/Icon/icons/fullscreen.vue +5 -5
- package/src/atoms/components/Icon/icons/globe.vue +6 -6
- package/src/atoms/components/Icon/icons/godaddy/logo.vue +5 -5
- package/src/atoms/components/Icon/icons/group.vue +8 -0
- package/src/atoms/components/Icon/icons/hamburger.vue +7 -7
- package/src/atoms/components/Icon/icons/home.vue +7 -7
- package/src/atoms/components/Icon/icons/icon-style-circle-bg.vue +22 -22
- package/src/atoms/components/Icon/icons/icon-style-no-bg.vue +16 -16
- package/src/atoms/components/Icon/icons/icon-style-square-bg.vue +22 -22
- package/src/atoms/components/Icon/icons/image-gallery-carousel.vue +7 -7
- package/src/atoms/components/Icon/icons/image-gallery-grid.vue +7 -7
- package/src/atoms/components/Icon/icons/image-gallery-masonry.vue +6 -6
- package/src/atoms/components/Icon/icons/images-gallery.vue +5 -5
- package/src/atoms/components/Icon/icons/images.vue +7 -7
- package/src/atoms/components/Icon/icons/info.vue +9 -9
- package/src/atoms/components/Icon/icons/jobs.vue +8 -8
- package/src/atoms/components/Icon/icons/layer-bring-front.vue +6 -6
- package/src/atoms/components/Icon/icons/layer-send-back.vue +6 -6
- package/src/atoms/components/Icon/icons/layer.vue +6 -6
- package/src/atoms/components/Icon/icons/layout/display-style-about-1.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-about-2.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-about-3.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-about-4.vue +32 -32
- package/src/atoms/components/Icon/icons/layout/display-style-about-5.vue +27 -27
- package/src/atoms/components/Icon/icons/layout/display-style-about-6.vue +27 -27
- package/src/atoms/components/Icon/icons/layout/display-style-banner-1.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-2.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-3.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-4.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-5.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-6.vue +27 -27
- package/src/atoms/components/Icon/icons/layout/display-style-banner-7.vue +27 -27
- package/src/atoms/components/Icon/icons/layout/display-style-banner-8.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-banner-9.vue +20 -20
- package/src/atoms/components/Icon/icons/layout/display-style-contact-1.vue +24 -24
- package/src/atoms/components/Icon/icons/layout/display-style-contact-2.vue +24 -24
- package/src/atoms/components/Icon/icons/layout/display-style-contact-4.vue +24 -24
- package/src/atoms/components/Icon/icons/layout/display-style-contact-5.vue +39 -39
- package/src/atoms/components/Icon/icons/layout/display-style-contact-6.vue +39 -39
- package/src/atoms/components/Icon/icons/layout/footer/display-style-1.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/footer/display-style-2.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-1.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-hamburger-display-style-2.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-1.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-2.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-3.vue +13 -13
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-4.vue +13 -13
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-5.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/desktop-tab-display-style-6.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-1.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-2.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/hamburger-display-style-no-logo-3.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-1.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-2.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-3.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/mobile-hamburger-display-style-4.vue +21 -21
- package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-1.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/mobile-tab-display-style-2.vue +17 -17
- package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-1.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-2.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/header/tab-display-style-no-logo-3.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-normal-text-center-small.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-bottom-small-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-bottom.vue +11 -11
- package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-circle.vue +10 -10
- package/src/atoms/components/Icon/icons/layout/layout-icon-center-normal-curved-text-top.vue +11 -11
- package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-justify-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-left-normal-text-left-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-left-small-text-left-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-justify-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-right-normal-text-right-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-right-small-text-right-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-center-small.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-top-normal-text-justify-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/layout-icon-top-small-text-center-normal.vue +7 -7
- package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-1.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-2.vue +10 -10
- package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-3.vue +10 -10
- package/src/atoms/components/Icon/icons/layout/nav/hamburger/display-style-4.vue +23 -23
- package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-1.vue +16 -16
- package/src/atoms/components/Icon/icons/layout/nav/tab/display-style-2.vue +7 -7
- package/src/atoms/components/Icon/icons/letterhead-filled.vue +5 -5
- package/src/atoms/components/Icon/icons/link.vue +6 -6
- package/src/atoms/components/Icon/icons/location.vue +6 -6
- package/src/atoms/components/Icon/icons/lock.vue +6 -6
- package/src/atoms/components/Icon/icons/mac-command.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/align-center.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/align-justify.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/align-left.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/align-right.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/animate.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/bold.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/custom-landscape.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/email-symbol.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/email.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/eraser.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/etsy.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/facebook.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/favicon.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/flyer.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/gift-certificate.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/globe.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/image.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/instagram.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/invitation.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/invoice.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/italic.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/link.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/linkedin.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/menu.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/pause.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/phone.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/pinterest.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/play.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/postcard.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/poster.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/profile.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/qrcode.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/snapchat.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/soundcloud.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/spacing.vue +18 -18
- package/src/atoms/components/Icon/icons/maker/strikethrough.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/t-shirt.vue +32 -32
- package/src/atoms/components/Icon/icons/maker/text-background-color.vue +12 -12
- package/src/atoms/components/Icon/icons/maker/text-color.vue +14 -14
- package/src/atoms/components/Icon/icons/maker/text.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/thankyou-card.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/tiktok.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/tumblr.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/twitch.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/twitter.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/underline.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/uppercase.vue +14 -14
- package/src/atoms/components/Icon/icons/maker/video.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/whatsapp.vue +7 -7
- package/src/atoms/components/Icon/icons/maker/youtube.vue +5 -5
- package/src/atoms/components/Icon/icons/maker/zoom.vue +5 -5
- package/src/atoms/components/Icon/icons/map.vue +6 -6
- package/src/atoms/components/Icon/icons/media.vue +3 -3
- package/src/atoms/components/Icon/icons/message.vue +6 -6
- package/src/atoms/components/Icon/icons/minus-circle-light.vue +7 -7
- package/src/atoms/components/Icon/icons/minus.vue +3 -3
- package/src/atoms/components/Icon/icons/mobile.vue +5 -5
- package/src/atoms/components/Icon/icons/mug.vue +29 -29
- package/src/atoms/components/Icon/icons/opacity.vue +6 -6
- package/src/atoms/components/Icon/icons/other.vue +7 -7
- package/src/atoms/components/Icon/icons/page-buttons.vue +8 -8
- package/src/atoms/components/Icon/icons/page-hamburger.vue +9 -9
- package/src/atoms/components/Icon/icons/page-tabs.vue +9 -9
- package/src/atoms/components/Icon/icons/pages.vue +6 -6
- package/src/atoms/components/Icon/icons/palette.vue +6 -6
- package/src/atoms/components/Icon/icons/pause.vue +5 -5
- package/src/atoms/components/Icon/icons/payment.vue +8 -8
- package/src/atoms/components/Icon/icons/payments-featured.vue +6 -6
- package/src/atoms/components/Icon/icons/payments-textonly.vue +8 -8
- package/src/atoms/components/Icon/icons/payments-thumbnail.vue +9 -9
- package/src/atoms/components/Icon/icons/pen-tool.vue +7 -7
- package/src/atoms/components/Icon/icons/phone.vue +6 -6
- package/src/atoms/components/Icon/icons/plus-circle-light.vue +8 -8
- package/src/atoms/components/Icon/icons/plus-circle.vue +7 -7
- package/src/atoms/components/Icon/icons/plus.vue +3 -3
- package/src/atoms/components/Icon/icons/poll.vue +3 -3
- package/src/atoms/components/Icon/icons/portfolio.vue +10 -10
- package/src/atoms/components/Icon/icons/preview.vue +6 -6
- package/src/atoms/components/Icon/icons/printing.vue +6 -6
- package/src/atoms/components/Icon/icons/processing.vue +5 -5
- package/src/atoms/components/Icon/icons/question.vue +11 -11
- package/src/atoms/components/Icon/icons/ratio-1-1.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-16-9.vue +1 -1
- package/src/atoms/components/Icon/icons/ratio-2-3.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-3-2.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-3-4.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-4-3.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-9-16.vue +3 -3
- package/src/atoms/components/Icon/icons/ratio-circle.vue +8 -8
- package/src/atoms/components/Icon/icons/ratio-original.vue +11 -11
- package/src/atoms/components/Icon/icons/redo.vue +6 -6
- package/src/atoms/components/Icon/icons/reload.vue +6 -6
- package/src/atoms/components/Icon/icons/reorderable.vue +5 -5
- package/src/atoms/components/Icon/icons/request-payment.vue +6 -6
- package/src/atoms/components/Icon/icons/reset.vue +6 -6
- package/src/atoms/components/Icon/icons/resize.vue +6 -6
- package/src/atoms/components/Icon/icons/search.vue +11 -11
- package/src/atoms/components/Icon/icons/secure.vue +7 -7
- package/src/atoms/components/Icon/icons/send.vue +12 -12
- package/src/atoms/components/Icon/icons/services.vue +7 -7
- package/src/atoms/components/Icon/icons/settings.vue +7 -7
- package/src/atoms/components/Icon/icons/shape.vue +5 -5
- package/src/atoms/components/Icon/icons/share.vue +8 -8
- package/src/atoms/components/Icon/icons/shield-tick.vue +6 -6
- package/src/atoms/components/Icon/icons/shop.vue +5 -5
- package/src/atoms/components/Icon/icons/sms.vue +5 -5
- package/src/atoms/components/Icon/icons/social-facebook-color.vue +9 -9
- package/src/atoms/components/Icon/icons/social-facebook.vue +5 -5
- package/src/atoms/components/Icon/icons/social-google.vue +5 -5
- package/src/atoms/components/Icon/icons/social-instagram-color.vue +24 -24
- package/src/atoms/components/Icon/icons/social-linkedin-color.vue +9 -9
- package/src/atoms/components/Icon/icons/social-share.vue +7 -7
- package/src/atoms/components/Icon/icons/social-twitter-color.vue +9 -9
- package/src/atoms/components/Icon/icons/star-filled.vue +6 -6
- package/src/atoms/components/Icon/icons/star-hollow.vue +6 -6
- package/src/atoms/components/Icon/icons/sticker.vue +28 -28
- package/src/atoms/components/Icon/icons/stop.vue +5 -5
- package/src/atoms/components/Icon/icons/styles.vue +5 -5
- package/src/atoms/components/Icon/icons/submit.vue +5 -5
- package/src/atoms/components/Icon/icons/templates.vue +7 -7
- package/src/atoms/components/Icon/icons/text-image-center.vue +6 -6
- package/src/atoms/components/Icon/icons/text-image-justified.vue +7 -7
- package/src/atoms/components/Icon/icons/text-image-left.vue +9 -9
- package/src/atoms/components/Icon/icons/text-image-only.vue +5 -5
- package/src/atoms/components/Icon/icons/text-image-right.vue +9 -9
- package/src/atoms/components/Icon/icons/text-image.vue +13 -13
- package/src/atoms/components/Icon/icons/time.vue +8 -8
- package/src/atoms/components/Icon/icons/tooltip-bottom.vue +5 -5
- package/src/atoms/components/Icon/icons/tooltip-left.vue +5 -5
- package/src/atoms/components/Icon/icons/tooltip-right.vue +5 -5
- package/src/atoms/components/Icon/icons/tooltip-top.vue +5 -5
- package/src/atoms/components/Icon/icons/undo.vue +6 -6
- package/src/atoms/components/Icon/icons/upgrade-alt.vue +7 -7
- package/src/atoms/components/Icon/icons/upgrade.vue +9 -9
- package/src/atoms/components/Icon/icons/upload-arrow.vue +5 -5
- package/src/atoms/components/Icon/icons/upload.vue +5 -5
- package/src/atoms/components/Icon/icons/user-accounts.vue +5 -5
- package/src/atoms/components/Icon/icons/user-headset.vue +50 -50
- package/src/atoms/components/Icon/icons/volume-muted.vue +5 -5
- package/src/atoms/components/Icon/icons/volume.vue +5 -5
- package/src/atoms/components/Icon/icons/watchlist-filled.vue +14 -14
- package/src/atoms/components/Icon/icons/watchlist-hollow-alt.vue +14 -14
- package/src/atoms/components/Icon/icons/watchlist-hollow.vue +6 -6
- package/src/atoms/components/Icon/icons/website-filled.vue +5 -5
- package/src/atoms/components/Icon/icons/website.vue +6 -6
- package/src/atoms/components/Icon/icons/wholesale.vue +6 -6
- package/src/atoms/components/Icon/icons/zoom-in.vue +5 -5
- package/src/atoms/components/Icon/icons/zoom-out.vue +5 -5
- package/src/atoms/components/Icon/icons/zoom.vue +11 -11
- package/src/atoms/components/Loader/Loader.vue +15 -15
- package/src/atoms/components/Masonry/Masonry.stories.js +48 -48
- package/src/atoms/components/Masonry/Masonry.vue +48 -48
- package/src/atoms/components/Masonry/fixtures.js +589 -589
- package/src/atoms/components/Modal/HashRouteModal.stories.js +68 -68
- package/src/atoms/components/Modal/HashRouteModal.vue +120 -120
- package/src/atoms/components/Modal/Modal.stories.js +293 -293
- package/src/atoms/components/Modal/Modal.vue +263 -263
- package/src/atoms/components/Notice/Notice.stories.js +174 -174
- package/src/atoms/components/Notice/Notice.vue +71 -71
- package/src/atoms/components/NumberStepper/NumberStepper.stories.js +55 -55
- package/src/atoms/components/NumberStepper/NumberStepper.vue +340 -340
- package/src/atoms/components/Picture/Picture.stories.js +90 -90
- package/src/atoms/components/Picture/Picture.vue +84 -84
- package/src/atoms/components/Picture/picture.fixtures.js +35 -35
- package/src/atoms/components/Pill/Pill.stories.js +20 -20
- package/src/atoms/components/Pill/Pill.vue +8 -8
- package/src/atoms/components/PillBar/PillBar.fixtures.js +941 -941
- package/src/atoms/components/PillBar/PillBar.stories.js +39 -39
- package/src/atoms/components/PillBar/PillBar.vue +62 -62
- package/src/atoms/components/Price/Price.fixtures.js +85 -85
- package/src/atoms/components/Price/Price.stories.js +291 -291
- package/src/atoms/components/Price/Price.vue +135 -135
- package/src/atoms/components/Price/i18n/price.de-DE.json +5 -5
- package/src/atoms/components/Price/i18n/price.es-ES.json +5 -5
- package/src/atoms/components/Price/i18n/price.fr-CA.json +5 -5
- package/src/atoms/components/Price/i18n/price.fr-FR.json +5 -5
- package/src/atoms/components/Price/i18n/price.json +5 -5
- package/src/atoms/components/Price/i18n/price.pt-BR.json +5 -5
- package/src/atoms/components/Price/i18n/price.pt-PT.json +5 -5
- package/src/atoms/components/PromoCard/PromoCard.stories.ts +263 -263
- package/src/atoms/components/PromoCard/PromoCard.vue +83 -83
- package/src/atoms/components/SearchBar/SearchBar.stories.js +21 -21
- package/src/atoms/components/SearchBar/SearchBar.vue +51 -51
- package/src/atoms/components/Select/Select.stories.js +142 -142
- package/src/atoms/components/Select/Select.vue +619 -619
- package/src/atoms/components/Select/pointerMixin.js +99 -99
- package/src/atoms/components/Select/selectMixin.js +356 -356
- package/src/atoms/components/SparkleIcon/SparkleIcon.stories.js +386 -386
- package/src/atoms/components/SparkleIcon/SparkleIcon.vue +136 -136
- package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-01.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-02.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-03.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-04.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-05.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-06.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-07.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/sparkle/state-08.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-01.svg +5 -5
- package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-02.svg +14 -14
- package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-03.svg +14 -14
- package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-04.svg +14 -14
- package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-05.svg +14 -14
- package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-06.svg +14 -14
- package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-07.svg +14 -14
- package/src/atoms/components/SparkleIcon/assets/animations/spinner/state-08.svg +14 -14
- package/src/atoms/components/SparkleIcon/assets/sparkle.svg +3 -3
- package/src/atoms/components/SparkleIcon/index.ts +3 -3
- package/src/atoms/components/SparkleIcon/sparkle-paths.ts +54 -54
- package/src/atoms/components/SparkleIcon/sparkle-with-spinner-paths.ts +61 -61
- package/src/atoms/components/StarRating/StarRating.stories.js +50 -50
- package/src/atoms/components/StarRating/StarRating.vue +84 -84
- package/src/atoms/components/TabMenu/TabMenu.stories.js +54 -54
- package/src/atoms/components/TabMenu/TabMenu.vue +44 -44
- package/src/atoms/components/TextCopyField/TextCopyField.stories.js +68 -68
- package/src/atoms/components/TextCopyField/TextCopyField.vue +75 -75
- package/src/atoms/components/TextInput/TextInput.stories.js +232 -232
- package/src/atoms/components/TextInput/TextInput.vue +161 -161
- package/src/atoms/components/Textarea/Textarea.stories.js +209 -209
- package/src/atoms/components/Textarea/Textarea.vue +112 -112
- package/src/atoms/components/Toggle/Toggle.stories.js +176 -176
- package/src/atoms/components/Toggle/Toggle.vue +69 -69
- package/src/atoms/components/Tooltip/Tooltip.stories.js +493 -493
- package/src/atoms/components/Tooltip/Tooltip.vue +196 -196
- package/src/atoms/components/design-com/Icon/Icon.stories.js +82 -82
- package/src/atoms/components/design-com/Icon/Icon.vue +157 -157
- package/src/atoms/components/design-com/Icon/icons/award.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/bulb.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/card.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/check-circle-light.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/chevron-down.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/chevron-left.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/chevron-right.vue +3 -3
- package/src/atoms/components/design-com/Icon/icons/chevron-up.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/diamond.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/download.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/file-empty.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/file.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/filter.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/font.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/headphones.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/heart.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/image.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/logo.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/minus-circle-light.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/plus-circle-light.vue +8 -8
- package/src/atoms/components/design-com/Icon/icons/question-circle-filled.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/search.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/star-filled.vue +6 -6
- package/src/atoms/components/design-com/Icon/icons/star-hollow.vue +6 -6
- package/src/atoms/components/design-com/Icon/icons/users.vue +7 -7
- package/src/atoms/constants/constants.ts +6 -6
- package/src/atoms/mixin/hash-router-mixin.js +68 -68
- package/src/atoms/thirdparty-components/VueMasonryWall/VueMasonryWall.vue +280 -280
- package/src/atoms/thirdparty-components/VueMasonryWall/maxBy.js +50 -50
- package/src/bundleTranslation.js +86 -86
- package/src/bundles/bundled-translations.de-DE.json +6 -6
- package/src/bundles/bundled-translations.es-ES.json +6 -6
- package/src/bundles/bundled-translations.fr-CA.json +6 -6
- package/src/bundles/bundled-translations.fr-FR.json +6 -6
- package/src/bundles/bundled-translations.json +6 -6
- package/src/bundles/bundled-translations.pt-BR.json +6 -6
- package/src/bundles/bundled-translations.pt-PT.json +6 -6
- package/src/css/tailwind.css +3 -3
- package/src/experiences/clients/brand-crowd-api.client.js +124 -119
- package/src/experiences/clients/brand-page-api.client.js +62 -62
- package/src/experiences/components/AuthFlow/Auth.fixtures.js +4 -4
- package/src/experiences/components/AuthFlow/Auth.stories.js +345 -345
- package/src/experiences/components/AuthFlow/AuthCrazyDomains.stories.js +60 -60
- package/src/experiences/components/AuthFlow/AuthLegal.vue +108 -108
- package/src/experiences/components/AuthFlow/AuthModal.vue +39 -39
- package/src/experiences/components/AuthFlow/ForgotPassword.vue +222 -222
- package/src/experiences/components/AuthFlow/ForgotPasswordModal.vue +68 -68
- package/src/experiences/components/AuthFlow/ResetPassword.vue +179 -179
- package/src/experiences/components/AuthFlow/ResetPasswordModal.vue +64 -64
- package/src/experiences/components/AuthFlow/ResetPasswordSuccessModal.vue +56 -56
- package/src/experiences/components/AuthFlow/SignIn.vue +465 -465
- package/src/experiences/components/AuthFlow/SignUp.vue +278 -278
- package/src/experiences/components/AuthFlow/SignUpModal.vue +90 -90
- package/src/experiences/components/AuthFlow/SocialSignIn.vue +177 -177
- package/src/experiences/components/AuthFlow/SocialSignInButton.vue +74 -74
- package/src/experiences/components/AuthFlow/SubmissionButton.vue +56 -56
- package/src/experiences/components/PaymentConfigList/PaymentConfig.mixin.js +118 -118
- package/src/experiences/components/PaymentConfigList/PaymentConfigDeleteConfigModal.vue +108 -108
- package/src/experiences/components/PaymentConfigList/PaymentConfigDropdown.vue +175 -175
- package/src/experiences/components/PaymentConfigList/PaymentConfigList.stories.js +234 -234
- package/src/experiences/components/PaymentConfigList/PaymentConfigList.vue +136 -136
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.de-DE.json +11 -11
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.es-ES.json +11 -11
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.fr-CA.json +11 -11
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.fr-FR.json +11 -11
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.json +11 -11
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.pt-BR.json +11 -11
- package/src/experiences/components/PaymentConfigList/i18n/shared-payment-config.pt-PT.json +11 -11
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageCard.vue +119 -119
- package/src/experiences/components/PublishBrandPageModal/PublishBrandPageModal.stories.js +262 -262
- package/src/experiences/components/PublishBrandPageModal/__fixtures__/data.js +25 -25
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.de-DE.json +24 -24
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.es-ES.json +24 -24
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-CA.json +24 -24
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-FR.json +24 -24
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.json +24 -24
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-BR.json +24 -24
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-PT.json +24 -24
- package/src/experiences/components/SellDomainNameList/SellDomainNameList.fixtures.js +32 -32
- package/src/experiences/components/SellDomainNameList/SellDomainNameList.vue +157 -157
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.de-DE.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.es-ES.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.fr-CA.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.fr-FR.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.pt-BR.json +7 -7
- package/src/experiences/components/SellDomainNameList/i18n/sell-domain-name-list.pt-PT.json +7 -7
- package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.stories.js +74 -74
- package/src/experiences/components/SellDomainNameListModal/SellDomainNameListModal.vue +128 -128
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.de-DE.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.es-ES.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.fr-CA.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.fr-FR.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.pt-BR.json +5 -5
- package/src/experiences/components/SellDomainNameListModal/i18n/sell-domain-name-list-modal.pt-PT.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/SellDomainNameModalApplication.vue +209 -209
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.de-DE.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.es-ES.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.fr-CA.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.fr-FR.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.pt-BR.json +5 -5
- package/src/experiences/components/SellDomainNameModalApplication/i18n/sell-domain-name-modal-application.pt-PT.json +5 -5
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.de-DE.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.es-ES.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.fr-CA.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.fr-FR.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.pt-BR.json +7 -7
- package/src/experiences/components/SellDomainNameSearch/i18n/sell-domain-name-search.pt-PT.json +7 -7
- package/src/experiences/components/SellDomainNameSearchResult/SellDomainNameListSearchResult.vue +167 -167
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.de-DE.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.es-ES.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.fr-CA.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.fr-FR.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.pt-BR.json +5 -5
- package/src/experiences/components/SellDomainNameSearchResult/i18n/sell-domain-name-list-search-result.pt-PT.json +5 -5
- package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.stories.js +38 -38
- package/src/experiences/components/SellDomainNameSearchWithResults/SellDomainNameSearchWithResults.vue +223 -214
- package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.stories.js +40 -40
- package/src/experiences/components/SellDomainNameWidget/SellDomainNameWidget.vue +155 -155
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.de-DE.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.es-ES.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.fr-CA.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.fr-FR.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.pt-BR.json +7 -7
- package/src/experiences/components/SellDomainNameWidget/i18n/sell-domain-name-widget.pt-PT.json +7 -7
- package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.stories.js +205 -205
- package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.vue +133 -133
- package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.stories.js +59 -59
- package/src/experiences/components/UploadYourLogoDropzone/UploadYourLogoDropzone.vue +285 -285
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.stories.js +37 -37
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessBrandColours.vue +338 -338
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoBusinessText.vue +146 -146
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoCropper.vue +473 -473
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoPreview.vue +103 -103
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadError.vue +75 -75
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadExitConfirmation.vue +55 -55
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadModal.vue +38 -38
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploader.vue +102 -102
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadingLoader.vue +22 -22
- package/src/experiences/components/UploadYourLogoOnBoarding/UploadYourLogoOnBoarding.vue +302 -302
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.de-DE.json +34 -34
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.es-ES.json +34 -34
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.fr-CA.json +34 -34
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.fr-FR.json +34 -34
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.json +35 -35
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.pt-BR.json +34 -34
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.pt-PT.json +34 -34
- package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.stories.js +82 -82
- package/src/experiences/components/UploadedLogoSearchResultCard/UploadedLogoSearchResultCard.vue +211 -211
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.de-DE.json +8 -8
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.es-ES.json +8 -8
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.fr-CA.json +8 -8
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.fr-FR.json +8 -8
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.json +8 -8
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.pt-BR.json +8 -8
- package/src/experiences/components/UploadedLogoSearchResultCard/i18n/upload-logo-search-result-card.pt-PT.json +8 -8
- package/src/experiences/constants/api.js +8 -8
- package/src/experiences/constants/error-constants.js +5 -5
- package/src/experiences/constants/event-constants.js +18 -18
- package/src/experiences/constants/partner-dictionary-constants.js +27 -27
- package/src/experiences/constants/rego-source-constants.js +3 -3
- package/src/experiences/constants/sell-domain-name-constants.js +4 -4
- package/src/experiences/helpers/email-validator.js +5 -5
- package/src/experiences/helpers/hex-diff.js +116 -116
- package/src/experiences/helpers/tracking.js +5 -5
- package/src/experiences/mixins/mediaQueryMixin.js +31 -31
- package/src/experiences/mixins/themeMixin.js +22 -22
- package/src/themes/base.js +20 -20
- package/src/themes/bc.js +95 -95
- package/src/themes/bp.js +21 -21
- package/src/themes/cd.js +94 -94
- package/src/themes/dc.js +84 -84
- package/src/themes/dcom.js +106 -106
- package/src/themes/themes.js +16 -16
- package/src/useSharedLibTranslate.js +127 -127
- package/src/viewports.js +51 -51
- package/stylelint.config.js +19 -19
- package/tailwind.build.js +83 -83
- package/tailwind.config.js +36 -36
- package/tailwind.themes.js +59 -59
- package/vite.config.ts +37 -37
|
@@ -491,40 +491,40 @@ video {
|
|
|
491
491
|
--tw-backdrop-opacity: ;
|
|
492
492
|
--tw-backdrop-saturate: ;
|
|
493
493
|
--tw-backdrop-sepia: ;
|
|
494
|
-
}
|
|
494
|
+
}
|
|
495
495
|
.theme-crazyDomains .tw-container {
|
|
496
496
|
width: 100%;
|
|
497
|
-
}
|
|
497
|
+
}
|
|
498
498
|
@media (min-width: 640px) {
|
|
499
499
|
|
|
500
500
|
.theme-crazyDomains .tw-container {
|
|
501
501
|
max-width: 640px;
|
|
502
502
|
}
|
|
503
|
-
}
|
|
503
|
+
}
|
|
504
504
|
@media (min-width: 768px) {
|
|
505
505
|
|
|
506
506
|
.theme-crazyDomains .tw-container {
|
|
507
507
|
max-width: 768px;
|
|
508
508
|
}
|
|
509
|
-
}
|
|
509
|
+
}
|
|
510
510
|
@media (min-width: 1024px) {
|
|
511
511
|
|
|
512
512
|
.theme-crazyDomains .tw-container {
|
|
513
513
|
max-width: 1024px;
|
|
514
514
|
}
|
|
515
|
-
}
|
|
515
|
+
}
|
|
516
516
|
@media (min-width: 1280px) {
|
|
517
517
|
|
|
518
518
|
.theme-crazyDomains .tw-container {
|
|
519
519
|
max-width: 1280px;
|
|
520
520
|
}
|
|
521
|
-
}
|
|
521
|
+
}
|
|
522
522
|
@media (min-width: 1536px) {
|
|
523
523
|
|
|
524
524
|
.theme-crazyDomains .tw-container {
|
|
525
525
|
max-width: 1536px;
|
|
526
526
|
}
|
|
527
|
-
}
|
|
527
|
+
}
|
|
528
528
|
.theme-crazyDomains .tw-sr-only {
|
|
529
529
|
position: absolute;
|
|
530
530
|
width: 1px;
|
|
@@ -535,1579 +535,1667 @@ video {
|
|
|
535
535
|
clip: rect(0, 0, 0, 0);
|
|
536
536
|
white-space: nowrap;
|
|
537
537
|
border-width: 0;
|
|
538
|
-
}
|
|
538
|
+
}
|
|
539
539
|
.theme-crazyDomains .tw-pointer-events-none {
|
|
540
540
|
pointer-events: none;
|
|
541
|
-
}
|
|
541
|
+
}
|
|
542
542
|
.theme-crazyDomains .tw-static {
|
|
543
543
|
position: static;
|
|
544
|
-
}
|
|
544
|
+
}
|
|
545
545
|
.theme-crazyDomains .tw-fixed {
|
|
546
546
|
position: fixed;
|
|
547
|
-
}
|
|
547
|
+
}
|
|
548
548
|
.theme-crazyDomains .tw-absolute {
|
|
549
549
|
position: absolute;
|
|
550
|
-
}
|
|
550
|
+
}
|
|
551
551
|
.theme-crazyDomains .tw-relative {
|
|
552
552
|
position: relative;
|
|
553
|
-
}
|
|
553
|
+
}
|
|
554
554
|
.theme-crazyDomains .tw--left-16 {
|
|
555
555
|
left: -4rem;
|
|
556
|
-
}
|
|
556
|
+
}
|
|
557
557
|
.theme-crazyDomains .tw--right-16 {
|
|
558
558
|
right: -4rem;
|
|
559
|
-
}
|
|
559
|
+
}
|
|
560
560
|
.theme-crazyDomains .tw-bottom-0 {
|
|
561
561
|
bottom: 0px;
|
|
562
|
-
}
|
|
562
|
+
}
|
|
563
563
|
.theme-crazyDomains .tw-bottom-full {
|
|
564
564
|
bottom: 100%;
|
|
565
|
-
}
|
|
565
|
+
}
|
|
566
566
|
.theme-crazyDomains .tw-left-0 {
|
|
567
567
|
left: 0px;
|
|
568
|
-
}
|
|
568
|
+
}
|
|
569
569
|
.theme-crazyDomains .tw-left-1\/2 {
|
|
570
570
|
left: 50%;
|
|
571
|
-
}
|
|
571
|
+
}
|
|
572
572
|
.theme-crazyDomains .tw-left-2 {
|
|
573
573
|
left: 0.5rem;
|
|
574
|
-
}
|
|
574
|
+
}
|
|
575
575
|
.theme-crazyDomains .tw-left-full {
|
|
576
576
|
left: 100%;
|
|
577
|
-
}
|
|
577
|
+
}
|
|
578
578
|
.theme-crazyDomains .tw-right-0 {
|
|
579
579
|
right: 0px;
|
|
580
|
-
}
|
|
580
|
+
}
|
|
581
581
|
.theme-crazyDomains .tw-right-2 {
|
|
582
582
|
right: 0.5rem;
|
|
583
|
-
}
|
|
583
|
+
}
|
|
584
584
|
.theme-crazyDomains .tw-right-full {
|
|
585
585
|
right: 100%;
|
|
586
|
-
}
|
|
586
|
+
}
|
|
587
587
|
.theme-crazyDomains .tw-top-0 {
|
|
588
588
|
top: 0px;
|
|
589
|
-
}
|
|
589
|
+
}
|
|
590
590
|
.theme-crazyDomains .tw-top-1\/2 {
|
|
591
591
|
top: 50%;
|
|
592
|
-
}
|
|
592
|
+
}
|
|
593
593
|
.theme-crazyDomains .tw-top-full {
|
|
594
594
|
top: 100%;
|
|
595
|
-
}
|
|
595
|
+
}
|
|
596
596
|
.theme-crazyDomains .tw-z-10 {
|
|
597
597
|
z-index: 10;
|
|
598
|
-
}
|
|
598
|
+
}
|
|
599
599
|
.theme-crazyDomains .tw-z-20 {
|
|
600
600
|
z-index: 20;
|
|
601
|
-
}
|
|
601
|
+
}
|
|
602
602
|
.theme-crazyDomains .tw-z-30 {
|
|
603
603
|
z-index: 30;
|
|
604
|
-
}
|
|
604
|
+
}
|
|
605
605
|
.theme-crazyDomains .tw-z-50 {
|
|
606
606
|
z-index: 50;
|
|
607
|
-
}
|
|
607
|
+
}
|
|
608
608
|
.theme-crazyDomains .tw-order-last {
|
|
609
609
|
order: 9999;
|
|
610
|
-
}
|
|
610
|
+
}
|
|
611
611
|
.theme-crazyDomains .tw-col-span-2 {
|
|
612
612
|
grid-column: span 2 / span 2;
|
|
613
|
-
}
|
|
613
|
+
}
|
|
614
614
|
.theme-crazyDomains .tw-m-0 {
|
|
615
615
|
margin: 0px;
|
|
616
|
-
}
|
|
616
|
+
}
|
|
617
617
|
.theme-crazyDomains .tw-m-3 {
|
|
618
618
|
margin: 0.75rem;
|
|
619
|
-
}
|
|
619
|
+
}
|
|
620
620
|
.theme-crazyDomains .tw-m-5 {
|
|
621
621
|
margin: 1.25rem;
|
|
622
|
-
}
|
|
622
|
+
}
|
|
623
623
|
.theme-crazyDomains .tw-m-auto {
|
|
624
624
|
margin: auto;
|
|
625
|
-
}
|
|
625
|
+
}
|
|
626
626
|
.theme-crazyDomains .tw-mx-2 {
|
|
627
627
|
margin-left: 0.5rem;
|
|
628
628
|
margin-right: 0.5rem;
|
|
629
|
-
}
|
|
629
|
+
}
|
|
630
630
|
.theme-crazyDomains .tw-mx-4 {
|
|
631
631
|
margin-left: 1rem;
|
|
632
632
|
margin-right: 1rem;
|
|
633
|
-
}
|
|
633
|
+
}
|
|
634
634
|
.theme-crazyDomains .tw-mx-8 {
|
|
635
635
|
margin-left: 2rem;
|
|
636
636
|
margin-right: 2rem;
|
|
637
|
-
}
|
|
637
|
+
}
|
|
638
638
|
.theme-crazyDomains .tw-mx-auto {
|
|
639
639
|
margin-left: auto;
|
|
640
640
|
margin-right: auto;
|
|
641
|
-
}
|
|
641
|
+
}
|
|
642
642
|
.theme-crazyDomains .tw-my-0 {
|
|
643
643
|
margin-top: 0px;
|
|
644
644
|
margin-bottom: 0px;
|
|
645
|
-
}
|
|
645
|
+
}
|
|
646
646
|
.theme-crazyDomains .tw-my-1 {
|
|
647
647
|
margin-top: 0.25rem;
|
|
648
648
|
margin-bottom: 0.25rem;
|
|
649
|
-
}
|
|
649
|
+
}
|
|
650
650
|
.theme-crazyDomains .tw-my-10 {
|
|
651
651
|
margin-top: 2.5rem;
|
|
652
652
|
margin-bottom: 2.5rem;
|
|
653
|
-
}
|
|
653
|
+
}
|
|
654
654
|
.theme-crazyDomains .tw-my-4 {
|
|
655
655
|
margin-top: 1rem;
|
|
656
656
|
margin-bottom: 1rem;
|
|
657
|
-
}
|
|
657
|
+
}
|
|
658
658
|
.theme-crazyDomains .tw-my-5 {
|
|
659
659
|
margin-top: 1.25rem;
|
|
660
660
|
margin-bottom: 1.25rem;
|
|
661
|
-
}
|
|
661
|
+
}
|
|
662
662
|
.theme-crazyDomains .tw-my-auto {
|
|
663
663
|
margin-top: auto;
|
|
664
664
|
margin-bottom: auto;
|
|
665
|
-
}
|
|
665
|
+
}
|
|
666
666
|
.theme-crazyDomains .tw--mb-1 {
|
|
667
667
|
margin-bottom: -0.25rem;
|
|
668
|
-
}
|
|
668
|
+
}
|
|
669
669
|
.theme-crazyDomains .tw--mb-1\.5 {
|
|
670
670
|
margin-bottom: -0.375rem;
|
|
671
|
-
}
|
|
671
|
+
}
|
|
672
672
|
.theme-crazyDomains .tw--ml-px {
|
|
673
673
|
margin-left: -1px;
|
|
674
|
-
}
|
|
674
|
+
}
|
|
675
675
|
.theme-crazyDomains .tw--mr-1 {
|
|
676
676
|
margin-right: -0.25rem;
|
|
677
|
-
}
|
|
677
|
+
}
|
|
678
678
|
.theme-crazyDomains .tw--mr-1\.5 {
|
|
679
679
|
margin-right: -0.375rem;
|
|
680
|
-
}
|
|
680
|
+
}
|
|
681
681
|
.theme-crazyDomains .tw--mt-px {
|
|
682
682
|
margin-top: -1px;
|
|
683
|
-
}
|
|
683
|
+
}
|
|
684
684
|
.theme-crazyDomains .tw-mb-0 {
|
|
685
685
|
margin-bottom: 0px;
|
|
686
|
-
}
|
|
686
|
+
}
|
|
687
|
+
.theme-crazyDomains .tw-mb-0\.5 {
|
|
688
|
+
margin-bottom: 0.125rem;
|
|
689
|
+
}
|
|
687
690
|
.theme-crazyDomains .tw-mb-1 {
|
|
688
691
|
margin-bottom: 0.25rem;
|
|
689
|
-
}
|
|
692
|
+
}
|
|
690
693
|
.theme-crazyDomains .tw-mb-10 {
|
|
691
694
|
margin-bottom: 2.5rem;
|
|
692
|
-
}
|
|
695
|
+
}
|
|
693
696
|
.theme-crazyDomains .tw-mb-2 {
|
|
694
697
|
margin-bottom: 0.5rem;
|
|
695
|
-
}
|
|
698
|
+
}
|
|
696
699
|
.theme-crazyDomains .tw-mb-3 {
|
|
697
700
|
margin-bottom: 0.75rem;
|
|
698
|
-
}
|
|
701
|
+
}
|
|
699
702
|
.theme-crazyDomains .tw-mb-4 {
|
|
700
703
|
margin-bottom: 1rem;
|
|
701
|
-
}
|
|
704
|
+
}
|
|
702
705
|
.theme-crazyDomains .tw-mb-6 {
|
|
703
706
|
margin-bottom: 1.5rem;
|
|
704
|
-
}
|
|
707
|
+
}
|
|
705
708
|
.theme-crazyDomains .tw-mb-8 {
|
|
706
709
|
margin-bottom: 2rem;
|
|
707
|
-
}
|
|
710
|
+
}
|
|
708
711
|
.theme-crazyDomains .tw-ml-0 {
|
|
709
712
|
margin-left: 0px;
|
|
710
|
-
}
|
|
713
|
+
}
|
|
711
714
|
.theme-crazyDomains .tw-ml-2 {
|
|
712
715
|
margin-left: 0.5rem;
|
|
713
|
-
}
|
|
716
|
+
}
|
|
714
717
|
.theme-crazyDomains .tw-ml-3 {
|
|
715
718
|
margin-left: 0.75rem;
|
|
716
|
-
}
|
|
719
|
+
}
|
|
717
720
|
.theme-crazyDomains .tw-ml-4 {
|
|
718
721
|
margin-left: 1rem;
|
|
719
|
-
}
|
|
720
|
-
.theme-crazyDomains .tw-ml-6 {
|
|
721
|
-
margin-left: 1.5rem;
|
|
722
|
-
}
|
|
722
|
+
}
|
|
723
723
|
.theme-crazyDomains .tw-ml-auto {
|
|
724
724
|
margin-left: auto;
|
|
725
|
-
}
|
|
725
|
+
}
|
|
726
726
|
.theme-crazyDomains .tw-mr-1 {
|
|
727
727
|
margin-right: 0.25rem;
|
|
728
|
-
}
|
|
728
|
+
}
|
|
729
729
|
.theme-crazyDomains .tw-mr-2 {
|
|
730
730
|
margin-right: 0.5rem;
|
|
731
|
-
}
|
|
731
|
+
}
|
|
732
732
|
.theme-crazyDomains .tw-mr-3 {
|
|
733
733
|
margin-right: 0.75rem;
|
|
734
|
-
}
|
|
734
|
+
}
|
|
735
735
|
.theme-crazyDomains .tw-mr-4 {
|
|
736
736
|
margin-right: 1rem;
|
|
737
|
-
}
|
|
737
|
+
}
|
|
738
738
|
.theme-crazyDomains .tw-mr-auto {
|
|
739
739
|
margin-right: auto;
|
|
740
|
-
}
|
|
740
|
+
}
|
|
741
741
|
.theme-crazyDomains .tw-mt-0 {
|
|
742
742
|
margin-top: 0px;
|
|
743
|
-
}
|
|
744
|
-
.theme-crazyDomains .tw-mt-0\.5 {
|
|
745
|
-
margin-top: 0.125rem;
|
|
746
|
-
}
|
|
743
|
+
}
|
|
747
744
|
.theme-crazyDomains .tw-mt-1 {
|
|
748
745
|
margin-top: 0.25rem;
|
|
749
|
-
}
|
|
746
|
+
}
|
|
750
747
|
.theme-crazyDomains .tw-mt-2 {
|
|
751
748
|
margin-top: 0.5rem;
|
|
752
|
-
}
|
|
749
|
+
}
|
|
753
750
|
.theme-crazyDomains .tw-mt-3 {
|
|
754
751
|
margin-top: 0.75rem;
|
|
755
|
-
}
|
|
752
|
+
}
|
|
756
753
|
.theme-crazyDomains .tw-mt-4 {
|
|
757
754
|
margin-top: 1rem;
|
|
758
|
-
}
|
|
755
|
+
}
|
|
756
|
+
.theme-crazyDomains .tw-mt-6 {
|
|
757
|
+
margin-top: 1.5rem;
|
|
758
|
+
}
|
|
759
759
|
.theme-crazyDomains .tw-mt-8 {
|
|
760
760
|
margin-top: 2rem;
|
|
761
|
-
}
|
|
761
|
+
}
|
|
762
762
|
.theme-crazyDomains .tw-box-border {
|
|
763
763
|
box-sizing: border-box;
|
|
764
|
-
}
|
|
764
|
+
}
|
|
765
765
|
.theme-crazyDomains .tw-box-content {
|
|
766
766
|
box-sizing: content-box;
|
|
767
|
-
}
|
|
767
|
+
}
|
|
768
|
+
.theme-crazyDomains .tw-line-clamp-1 {
|
|
769
|
+
overflow: hidden;
|
|
770
|
+
display: -webkit-box;
|
|
771
|
+
-webkit-box-orient: vertical;
|
|
772
|
+
-webkit-line-clamp: 1;
|
|
773
|
+
}
|
|
774
|
+
.theme-crazyDomains .tw-line-clamp-2 {
|
|
775
|
+
overflow: hidden;
|
|
776
|
+
display: -webkit-box;
|
|
777
|
+
-webkit-box-orient: vertical;
|
|
778
|
+
-webkit-line-clamp: 2;
|
|
779
|
+
}
|
|
780
|
+
.theme-crazyDomains .tw-line-clamp-3 {
|
|
781
|
+
overflow: hidden;
|
|
782
|
+
display: -webkit-box;
|
|
783
|
+
-webkit-box-orient: vertical;
|
|
784
|
+
-webkit-line-clamp: 3;
|
|
785
|
+
}
|
|
786
|
+
.theme-crazyDomains .tw-line-clamp-4 {
|
|
787
|
+
overflow: hidden;
|
|
788
|
+
display: -webkit-box;
|
|
789
|
+
-webkit-box-orient: vertical;
|
|
790
|
+
-webkit-line-clamp: 4;
|
|
791
|
+
}
|
|
792
|
+
.theme-crazyDomains .tw-line-clamp-5 {
|
|
793
|
+
overflow: hidden;
|
|
794
|
+
display: -webkit-box;
|
|
795
|
+
-webkit-box-orient: vertical;
|
|
796
|
+
-webkit-line-clamp: 5;
|
|
797
|
+
}
|
|
798
|
+
.theme-crazyDomains .tw-line-clamp-6 {
|
|
799
|
+
overflow: hidden;
|
|
800
|
+
display: -webkit-box;
|
|
801
|
+
-webkit-box-orient: vertical;
|
|
802
|
+
-webkit-line-clamp: 6;
|
|
803
|
+
}
|
|
804
|
+
.theme-crazyDomains .tw-line-clamp-none {
|
|
805
|
+
overflow: visible;
|
|
806
|
+
display: block;
|
|
807
|
+
-webkit-box-orient: horizontal;
|
|
808
|
+
-webkit-line-clamp: none;
|
|
809
|
+
}
|
|
768
810
|
.theme-crazyDomains .tw-block {
|
|
769
811
|
display: block;
|
|
770
|
-
}
|
|
812
|
+
}
|
|
771
813
|
.theme-crazyDomains .tw-inline-block {
|
|
772
814
|
display: inline-block;
|
|
773
|
-
}
|
|
815
|
+
}
|
|
774
816
|
.theme-crazyDomains .tw-inline {
|
|
775
817
|
display: inline;
|
|
776
|
-
}
|
|
818
|
+
}
|
|
777
819
|
.theme-crazyDomains .tw-flex {
|
|
778
820
|
display: flex;
|
|
779
|
-
}
|
|
821
|
+
}
|
|
780
822
|
.theme-crazyDomains .tw-inline-flex {
|
|
781
823
|
display: inline-flex;
|
|
782
|
-
}
|
|
824
|
+
}
|
|
783
825
|
.theme-crazyDomains .tw-grid {
|
|
784
826
|
display: grid;
|
|
785
|
-
}
|
|
827
|
+
}
|
|
786
828
|
.theme-crazyDomains .tw-hidden {
|
|
787
829
|
display: none;
|
|
788
|
-
}
|
|
830
|
+
}
|
|
789
831
|
.theme-crazyDomains .tw-h-0 {
|
|
790
832
|
height: 0px;
|
|
791
|
-
}
|
|
833
|
+
}
|
|
792
834
|
.theme-crazyDomains .tw-h-10 {
|
|
793
835
|
height: 2.5rem;
|
|
794
|
-
}
|
|
836
|
+
}
|
|
795
837
|
.theme-crazyDomains .tw-h-12 {
|
|
796
838
|
height: 3rem;
|
|
797
|
-
}
|
|
839
|
+
}
|
|
798
840
|
.theme-crazyDomains .tw-h-14 {
|
|
799
841
|
height: 3.5rem;
|
|
800
|
-
}
|
|
842
|
+
}
|
|
801
843
|
.theme-crazyDomains .tw-h-16 {
|
|
802
844
|
height: 4rem;
|
|
803
|
-
}
|
|
845
|
+
}
|
|
804
846
|
.theme-crazyDomains .tw-h-2 {
|
|
805
847
|
height: 0.5rem;
|
|
806
|
-
}
|
|
848
|
+
}
|
|
807
849
|
.theme-crazyDomains .tw-h-20 {
|
|
808
850
|
height: 5rem;
|
|
809
|
-
}
|
|
851
|
+
}
|
|
810
852
|
.theme-crazyDomains .tw-h-24 {
|
|
811
853
|
height: 6rem;
|
|
812
|
-
}
|
|
854
|
+
}
|
|
813
855
|
.theme-crazyDomains .tw-h-3 {
|
|
814
856
|
height: 0.75rem;
|
|
815
|
-
}
|
|
857
|
+
}
|
|
816
858
|
.theme-crazyDomains .tw-h-4 {
|
|
817
859
|
height: 1rem;
|
|
818
|
-
}
|
|
860
|
+
}
|
|
819
861
|
.theme-crazyDomains .tw-h-40 {
|
|
820
862
|
height: 10rem;
|
|
821
|
-
}
|
|
863
|
+
}
|
|
822
864
|
.theme-crazyDomains .tw-h-5 {
|
|
823
865
|
height: 1.25rem;
|
|
824
|
-
}
|
|
866
|
+
}
|
|
825
867
|
.theme-crazyDomains .tw-h-6 {
|
|
826
868
|
height: 1.5rem;
|
|
827
|
-
}
|
|
869
|
+
}
|
|
828
870
|
.theme-crazyDomains .tw-h-8 {
|
|
829
871
|
height: 2rem;
|
|
830
|
-
}
|
|
872
|
+
}
|
|
831
873
|
.theme-crazyDomains .tw-h-80 {
|
|
832
874
|
height: 20rem;
|
|
833
|
-
}
|
|
875
|
+
}
|
|
834
876
|
.theme-crazyDomains .tw-h-auto {
|
|
835
877
|
height: auto;
|
|
836
|
-
}
|
|
878
|
+
}
|
|
837
879
|
.theme-crazyDomains .tw-h-fit {
|
|
838
880
|
height: -moz-fit-content;
|
|
839
881
|
height: fit-content;
|
|
840
|
-
}
|
|
882
|
+
}
|
|
841
883
|
.theme-crazyDomains .tw-h-full {
|
|
842
884
|
height: 100%;
|
|
843
|
-
}
|
|
885
|
+
}
|
|
844
886
|
.theme-crazyDomains .tw-max-h-56 {
|
|
845
887
|
max-height: 14rem;
|
|
846
|
-
}
|
|
888
|
+
}
|
|
847
889
|
.theme-crazyDomains .tw-max-h-72 {
|
|
848
890
|
max-height: 18rem;
|
|
849
|
-
}
|
|
891
|
+
}
|
|
850
892
|
.theme-crazyDomains .tw-max-h-full {
|
|
851
893
|
max-height: 100%;
|
|
852
|
-
}
|
|
894
|
+
}
|
|
853
895
|
.theme-crazyDomains .tw-max-h-screen {
|
|
854
896
|
max-height: 100vh;
|
|
855
|
-
}
|
|
897
|
+
}
|
|
856
898
|
.theme-crazyDomains .tw-w-10 {
|
|
857
899
|
width: 2.5rem;
|
|
858
|
-
}
|
|
900
|
+
}
|
|
859
901
|
.theme-crazyDomains .tw-w-12 {
|
|
860
902
|
width: 3rem;
|
|
861
|
-
}
|
|
903
|
+
}
|
|
862
904
|
.theme-crazyDomains .tw-w-14 {
|
|
863
905
|
width: 3.5rem;
|
|
864
|
-
}
|
|
906
|
+
}
|
|
865
907
|
.theme-crazyDomains .tw-w-16 {
|
|
866
908
|
width: 4rem;
|
|
867
|
-
}
|
|
909
|
+
}
|
|
868
910
|
.theme-crazyDomains .tw-w-2 {
|
|
869
911
|
width: 0.5rem;
|
|
870
|
-
}
|
|
912
|
+
}
|
|
871
913
|
.theme-crazyDomains .tw-w-24 {
|
|
872
914
|
width: 6rem;
|
|
873
|
-
}
|
|
915
|
+
}
|
|
874
916
|
.theme-crazyDomains .tw-w-3 {
|
|
875
917
|
width: 0.75rem;
|
|
876
|
-
}
|
|
918
|
+
}
|
|
877
919
|
.theme-crazyDomains .tw-w-32 {
|
|
878
920
|
width: 8rem;
|
|
879
|
-
}
|
|
921
|
+
}
|
|
880
922
|
.theme-crazyDomains .tw-w-4 {
|
|
881
923
|
width: 1rem;
|
|
882
|
-
}
|
|
924
|
+
}
|
|
883
925
|
.theme-crazyDomains .tw-w-5 {
|
|
884
926
|
width: 1.25rem;
|
|
885
|
-
}
|
|
927
|
+
}
|
|
886
928
|
.theme-crazyDomains .tw-w-6 {
|
|
887
929
|
width: 1.5rem;
|
|
888
|
-
}
|
|
930
|
+
}
|
|
889
931
|
.theme-crazyDomains .tw-w-60 {
|
|
890
932
|
width: 15rem;
|
|
891
|
-
}
|
|
933
|
+
}
|
|
892
934
|
.theme-crazyDomains .tw-w-64 {
|
|
893
935
|
width: 16rem;
|
|
894
|
-
}
|
|
936
|
+
}
|
|
895
937
|
.theme-crazyDomains .tw-w-72 {
|
|
896
938
|
width: 18rem;
|
|
897
|
-
}
|
|
939
|
+
}
|
|
898
940
|
.theme-crazyDomains .tw-w-8 {
|
|
899
941
|
width: 2rem;
|
|
900
|
-
}
|
|
942
|
+
}
|
|
901
943
|
.theme-crazyDomains .tw-w-96 {
|
|
902
944
|
width: 24rem;
|
|
903
|
-
}
|
|
945
|
+
}
|
|
904
946
|
.theme-crazyDomains .tw-w-auto {
|
|
905
947
|
width: auto;
|
|
906
|
-
}
|
|
948
|
+
}
|
|
907
949
|
.theme-crazyDomains .tw-w-fit {
|
|
908
950
|
width: -moz-fit-content;
|
|
909
951
|
width: fit-content;
|
|
910
|
-
}
|
|
952
|
+
}
|
|
911
953
|
.theme-crazyDomains .tw-w-full {
|
|
912
954
|
width: 100%;
|
|
913
|
-
}
|
|
955
|
+
}
|
|
914
956
|
.theme-crazyDomains .tw-max-w-2xl {
|
|
915
957
|
max-width: 42rem;
|
|
916
|
-
}
|
|
958
|
+
}
|
|
917
959
|
.theme-crazyDomains .tw-max-w-full {
|
|
918
960
|
max-width: 100%;
|
|
919
|
-
}
|
|
961
|
+
}
|
|
920
962
|
.theme-crazyDomains .tw-max-w-md {
|
|
921
963
|
max-width: 28rem;
|
|
922
|
-
}
|
|
964
|
+
}
|
|
923
965
|
.theme-crazyDomains .tw-max-w-xl {
|
|
924
966
|
max-width: 36rem;
|
|
925
|
-
}
|
|
967
|
+
}
|
|
926
968
|
.theme-crazyDomains .tw-flex-auto {
|
|
927
969
|
flex: 1 1 auto;
|
|
928
|
-
}
|
|
970
|
+
}
|
|
929
971
|
.theme-crazyDomains .tw-flex-none {
|
|
930
972
|
flex: none;
|
|
931
|
-
}
|
|
973
|
+
}
|
|
974
|
+
.theme-crazyDomains .tw-flex-shrink-0 {
|
|
975
|
+
flex-shrink: 0;
|
|
976
|
+
}
|
|
932
977
|
.theme-crazyDomains .tw-grow {
|
|
933
978
|
flex-grow: 1;
|
|
934
|
-
}
|
|
979
|
+
}
|
|
935
980
|
.theme-crazyDomains .tw-origin-top-right {
|
|
936
981
|
transform-origin: top right;
|
|
937
|
-
}
|
|
982
|
+
}
|
|
938
983
|
.-tw-translate-x-px {
|
|
939
984
|
--tw-translate-x: -1px;
|
|
940
985
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
941
|
-
}
|
|
986
|
+
}
|
|
942
987
|
.theme-crazyDomains .tw--translate-x-2 {
|
|
943
988
|
--tw-translate-x: -0.5rem;
|
|
944
989
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
945
|
-
}
|
|
990
|
+
}
|
|
946
991
|
.theme-crazyDomains .tw--translate-x-3 {
|
|
947
992
|
--tw-translate-x: -0.75rem;
|
|
948
993
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
949
|
-
}
|
|
994
|
+
}
|
|
950
995
|
.theme-crazyDomains .tw--translate-x-4 {
|
|
951
996
|
--tw-translate-x: -1rem;
|
|
952
997
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
953
|
-
}
|
|
998
|
+
}
|
|
954
999
|
.theme-crazyDomains .tw--translate-y-1\/2 {
|
|
955
1000
|
--tw-translate-y: -50%;
|
|
956
1001
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
957
|
-
}
|
|
1002
|
+
}
|
|
958
1003
|
.theme-crazyDomains .tw--translate-y-2 {
|
|
959
1004
|
--tw-translate-y: -0.5rem;
|
|
960
1005
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
961
|
-
}
|
|
1006
|
+
}
|
|
962
1007
|
.theme-crazyDomains .tw-translate-x-12 {
|
|
963
1008
|
--tw-translate-x: 3rem;
|
|
964
1009
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
965
|
-
}
|
|
1010
|
+
}
|
|
966
1011
|
.theme-crazyDomains .tw-translate-x-20 {
|
|
967
1012
|
--tw-translate-x: 5rem;
|
|
968
1013
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
969
|
-
}
|
|
1014
|
+
}
|
|
970
1015
|
.theme-crazyDomains .tw-translate-x-4 {
|
|
971
1016
|
--tw-translate-x: 1rem;
|
|
972
1017
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
973
|
-
}
|
|
1018
|
+
}
|
|
974
1019
|
.theme-crazyDomains .tw-translate-x-5 {
|
|
975
1020
|
--tw-translate-x: 1.25rem;
|
|
976
1021
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
977
|
-
}
|
|
1022
|
+
}
|
|
978
1023
|
.theme-crazyDomains .tw-translate-x-6 {
|
|
979
1024
|
--tw-translate-x: 1.5rem;
|
|
980
1025
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
981
|
-
}
|
|
1026
|
+
}
|
|
982
1027
|
.theme-crazyDomains .tw-translate-x-8 {
|
|
983
1028
|
--tw-translate-x: 2rem;
|
|
984
1029
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
985
|
-
}
|
|
1030
|
+
}
|
|
986
1031
|
.theme-crazyDomains .tw-translate-y-1\/2 {
|
|
987
1032
|
--tw-translate-y: 50%;
|
|
988
1033
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
989
|
-
}
|
|
1034
|
+
}
|
|
990
1035
|
.theme-crazyDomains .tw-translate-y-2 {
|
|
991
1036
|
--tw-translate-y: 0.5rem;
|
|
992
1037
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
993
|
-
}
|
|
1038
|
+
}
|
|
994
1039
|
.theme-crazyDomains .tw-translate-y-2\.5 {
|
|
995
1040
|
--tw-translate-y: 0.625rem;
|
|
996
1041
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
997
|
-
}
|
|
1042
|
+
}
|
|
998
1043
|
.theme-crazyDomains .tw-translate-y-4 {
|
|
999
1044
|
--tw-translate-y: 1rem;
|
|
1000
1045
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1001
|
-
}
|
|
1046
|
+
}
|
|
1002
1047
|
.theme-crazyDomains .tw-scale-0 {
|
|
1003
1048
|
--tw-scale-x: 0;
|
|
1004
1049
|
--tw-scale-y: 0;
|
|
1005
1050
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1006
|
-
}
|
|
1051
|
+
}
|
|
1007
1052
|
.theme-crazyDomains .tw-scale-100 {
|
|
1008
1053
|
--tw-scale-x: 1;
|
|
1009
1054
|
--tw-scale-y: 1;
|
|
1010
1055
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1011
|
-
}
|
|
1056
|
+
}
|
|
1012
1057
|
.theme-crazyDomains .tw-transform {
|
|
1013
1058
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
1014
|
-
}
|
|
1059
|
+
}
|
|
1015
1060
|
@keyframes tw-spin {
|
|
1016
1061
|
|
|
1017
1062
|
to {
|
|
1018
1063
|
transform: rotate(360deg);
|
|
1019
1064
|
}
|
|
1020
|
-
}
|
|
1065
|
+
}
|
|
1021
1066
|
.theme-crazyDomains .tw-animate-spin {
|
|
1022
1067
|
animation: tw-spin 1s linear infinite;
|
|
1023
|
-
}
|
|
1068
|
+
}
|
|
1024
1069
|
.\!tw-cursor-not-allowed {
|
|
1025
1070
|
cursor: not-allowed !important;
|
|
1026
|
-
}
|
|
1071
|
+
}
|
|
1027
1072
|
.theme-crazyDomains .tw-cursor-not-allowed {
|
|
1028
1073
|
cursor: not-allowed;
|
|
1029
|
-
}
|
|
1074
|
+
}
|
|
1030
1075
|
.theme-crazyDomains .tw-cursor-pointer {
|
|
1031
1076
|
cursor: pointer;
|
|
1032
|
-
}
|
|
1077
|
+
}
|
|
1033
1078
|
.theme-crazyDomains .tw-cursor-text {
|
|
1034
1079
|
cursor: text;
|
|
1035
|
-
}
|
|
1080
|
+
}
|
|
1036
1081
|
.theme-crazyDomains .tw-cursor-wait {
|
|
1037
1082
|
cursor: wait;
|
|
1038
|
-
}
|
|
1083
|
+
}
|
|
1039
1084
|
.theme-crazyDomains .tw-select-none {
|
|
1040
1085
|
-webkit-user-select: none;
|
|
1041
1086
|
-moz-user-select: none;
|
|
1042
1087
|
user-select: none;
|
|
1043
|
-
}
|
|
1088
|
+
}
|
|
1044
1089
|
.theme-crazyDomains .tw-resize-none {
|
|
1045
1090
|
resize: none;
|
|
1046
|
-
}
|
|
1091
|
+
}
|
|
1047
1092
|
.theme-crazyDomains .tw-list-none {
|
|
1048
1093
|
list-style-type: none;
|
|
1049
|
-
}
|
|
1094
|
+
}
|
|
1050
1095
|
.theme-crazyDomains .tw-appearance-none {
|
|
1051
1096
|
-webkit-appearance: none;
|
|
1052
1097
|
-moz-appearance: none;
|
|
1053
1098
|
appearance: none;
|
|
1054
|
-
}
|
|
1099
|
+
}
|
|
1055
1100
|
.theme-crazyDomains .tw-grid-flow-row {
|
|
1056
1101
|
grid-auto-flow: row;
|
|
1057
|
-
}
|
|
1102
|
+
}
|
|
1058
1103
|
.theme-crazyDomains .tw-auto-rows-max {
|
|
1059
1104
|
grid-auto-rows: max-content;
|
|
1060
|
-
}
|
|
1105
|
+
}
|
|
1061
1106
|
.theme-crazyDomains .tw-grid-cols-1 {
|
|
1062
1107
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
1063
|
-
}
|
|
1108
|
+
}
|
|
1064
1109
|
.theme-crazyDomains .tw-grid-cols-3 {
|
|
1065
1110
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1066
|
-
}
|
|
1111
|
+
}
|
|
1067
1112
|
.theme-crazyDomains .tw-grid-cols-4 {
|
|
1068
1113
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
1069
|
-
}
|
|
1114
|
+
}
|
|
1070
1115
|
.theme-crazyDomains .tw-flex-row {
|
|
1071
1116
|
flex-direction: row;
|
|
1072
|
-
}
|
|
1117
|
+
}
|
|
1073
1118
|
.theme-crazyDomains .tw-flex-row-reverse {
|
|
1074
1119
|
flex-direction: row-reverse;
|
|
1075
|
-
}
|
|
1120
|
+
}
|
|
1076
1121
|
.theme-crazyDomains .tw-flex-col {
|
|
1077
1122
|
flex-direction: column;
|
|
1078
|
-
}
|
|
1123
|
+
}
|
|
1079
1124
|
.theme-crazyDomains .tw-flex-col-reverse {
|
|
1080
1125
|
flex-direction: column-reverse;
|
|
1081
|
-
}
|
|
1126
|
+
}
|
|
1082
1127
|
.theme-crazyDomains .tw-content-start {
|
|
1083
1128
|
align-content: flex-start;
|
|
1084
|
-
}
|
|
1129
|
+
}
|
|
1085
1130
|
.theme-crazyDomains .tw-items-start {
|
|
1086
1131
|
align-items: flex-start;
|
|
1087
|
-
}
|
|
1132
|
+
}
|
|
1088
1133
|
.theme-crazyDomains .tw-items-end {
|
|
1089
1134
|
align-items: flex-end;
|
|
1090
|
-
}
|
|
1135
|
+
}
|
|
1091
1136
|
.theme-crazyDomains .tw-items-center {
|
|
1092
1137
|
align-items: center;
|
|
1093
|
-
}
|
|
1138
|
+
}
|
|
1094
1139
|
.theme-crazyDomains .tw-items-stretch {
|
|
1095
1140
|
align-items: stretch;
|
|
1096
|
-
}
|
|
1141
|
+
}
|
|
1097
1142
|
.theme-crazyDomains .tw-justify-start {
|
|
1098
1143
|
justify-content: flex-start;
|
|
1099
|
-
}
|
|
1144
|
+
}
|
|
1100
1145
|
.theme-crazyDomains .tw-justify-end {
|
|
1101
1146
|
justify-content: flex-end;
|
|
1102
|
-
}
|
|
1147
|
+
}
|
|
1103
1148
|
.theme-crazyDomains .tw-justify-center {
|
|
1104
1149
|
justify-content: center;
|
|
1105
|
-
}
|
|
1150
|
+
}
|
|
1106
1151
|
.theme-crazyDomains .tw-justify-between {
|
|
1107
1152
|
justify-content: space-between;
|
|
1108
|
-
}
|
|
1153
|
+
}
|
|
1109
1154
|
.theme-crazyDomains .tw-gap-2 {
|
|
1110
1155
|
gap: 0.5rem;
|
|
1111
|
-
}
|
|
1156
|
+
}
|
|
1112
1157
|
.theme-crazyDomains .tw-gap-3 {
|
|
1113
1158
|
gap: 0.75rem;
|
|
1114
|
-
}
|
|
1159
|
+
}
|
|
1115
1160
|
.theme-crazyDomains .tw-gap-4 {
|
|
1116
1161
|
gap: 1rem;
|
|
1117
|
-
}
|
|
1162
|
+
}
|
|
1118
1163
|
.theme-crazyDomains .tw-self-center {
|
|
1119
1164
|
align-self: center;
|
|
1120
|
-
}
|
|
1165
|
+
}
|
|
1121
1166
|
.theme-crazyDomains .tw-overflow-hidden {
|
|
1122
1167
|
overflow: hidden;
|
|
1123
|
-
}
|
|
1168
|
+
}
|
|
1124
1169
|
.theme-crazyDomains .tw-overflow-visible {
|
|
1125
1170
|
overflow: visible;
|
|
1126
|
-
}
|
|
1171
|
+
}
|
|
1127
1172
|
.theme-crazyDomains .tw-overflow-scroll {
|
|
1128
1173
|
overflow: scroll;
|
|
1129
|
-
}
|
|
1174
|
+
}
|
|
1130
1175
|
.theme-crazyDomains .tw-overflow-x-auto {
|
|
1131
1176
|
overflow-x: auto;
|
|
1132
|
-
}
|
|
1177
|
+
}
|
|
1133
1178
|
.theme-crazyDomains .tw-overflow-y-auto {
|
|
1134
1179
|
overflow-y: auto;
|
|
1135
|
-
}
|
|
1180
|
+
}
|
|
1136
1181
|
.theme-crazyDomains .tw-overflow-x-hidden {
|
|
1137
1182
|
overflow-x: hidden;
|
|
1138
|
-
}
|
|
1183
|
+
}
|
|
1139
1184
|
.theme-crazyDomains .tw-overflow-y-hidden {
|
|
1140
1185
|
overflow-y: hidden;
|
|
1141
|
-
}
|
|
1186
|
+
}
|
|
1142
1187
|
.theme-crazyDomains .tw-truncate {
|
|
1143
1188
|
overflow: hidden;
|
|
1144
1189
|
text-overflow: ellipsis;
|
|
1145
1190
|
white-space: nowrap;
|
|
1146
|
-
}
|
|
1191
|
+
}
|
|
1192
|
+
.theme-crazyDomains .tw-text-ellipsis {
|
|
1193
|
+
text-overflow: ellipsis;
|
|
1194
|
+
}
|
|
1147
1195
|
.theme-crazyDomains .tw-whitespace-nowrap {
|
|
1148
1196
|
white-space: nowrap;
|
|
1149
|
-
}
|
|
1197
|
+
}
|
|
1150
1198
|
.theme-crazyDomains .tw-break-all {
|
|
1151
1199
|
word-break: break-all;
|
|
1152
|
-
}
|
|
1200
|
+
}
|
|
1153
1201
|
.theme-crazyDomains .tw-rounded {
|
|
1154
1202
|
border-radius: 0.25rem;
|
|
1155
|
-
}
|
|
1203
|
+
}
|
|
1156
1204
|
.theme-crazyDomains .tw-rounded-full {
|
|
1157
1205
|
border-radius: 9999px;
|
|
1158
|
-
}
|
|
1206
|
+
}
|
|
1159
1207
|
.theme-crazyDomains .tw-rounded-md {
|
|
1160
1208
|
border-radius: 0.375rem;
|
|
1161
|
-
}
|
|
1209
|
+
}
|
|
1162
1210
|
.theme-crazyDomains .tw-rounded-none {
|
|
1163
1211
|
border-radius: 0px;
|
|
1164
|
-
}
|
|
1212
|
+
}
|
|
1165
1213
|
.theme-crazyDomains .tw-rounded-sm {
|
|
1166
1214
|
border-radius: 0.125rem;
|
|
1167
|
-
}
|
|
1215
|
+
}
|
|
1168
1216
|
.\!tw-rounded-l-none {
|
|
1169
1217
|
border-top-left-radius: 0px !important;
|
|
1170
1218
|
border-bottom-left-radius: 0px !important;
|
|
1171
|
-
}
|
|
1219
|
+
}
|
|
1172
1220
|
.\!tw-rounded-r-none {
|
|
1173
1221
|
border-top-right-radius: 0px !important;
|
|
1174
1222
|
border-bottom-right-radius: 0px !important;
|
|
1175
|
-
}
|
|
1223
|
+
}
|
|
1176
1224
|
.theme-crazyDomains .tw-rounded-b {
|
|
1177
1225
|
border-bottom-right-radius: 0.25rem;
|
|
1178
1226
|
border-bottom-left-radius: 0.25rem;
|
|
1179
|
-
}
|
|
1227
|
+
}
|
|
1180
1228
|
.theme-crazyDomains .tw-rounded-l {
|
|
1181
1229
|
border-top-left-radius: 0.25rem;
|
|
1182
1230
|
border-bottom-left-radius: 0.25rem;
|
|
1183
|
-
}
|
|
1231
|
+
}
|
|
1184
1232
|
.theme-crazyDomains .tw-rounded-l-none {
|
|
1185
1233
|
border-top-left-radius: 0px;
|
|
1186
1234
|
border-bottom-left-radius: 0px;
|
|
1187
|
-
}
|
|
1235
|
+
}
|
|
1188
1236
|
.theme-crazyDomains .tw-rounded-r {
|
|
1189
1237
|
border-top-right-radius: 0.25rem;
|
|
1190
1238
|
border-bottom-right-radius: 0.25rem;
|
|
1191
|
-
}
|
|
1239
|
+
}
|
|
1192
1240
|
.theme-crazyDomains .tw-rounded-r-none {
|
|
1193
1241
|
border-top-right-radius: 0px;
|
|
1194
1242
|
border-bottom-right-radius: 0px;
|
|
1195
|
-
}
|
|
1243
|
+
}
|
|
1196
1244
|
.theme-crazyDomains .tw-border {
|
|
1197
1245
|
border-width: 1px;
|
|
1198
|
-
}
|
|
1246
|
+
}
|
|
1199
1247
|
.theme-crazyDomains .tw-border-0 {
|
|
1200
1248
|
border-width: 0px;
|
|
1201
|
-
}
|
|
1249
|
+
}
|
|
1202
1250
|
.theme-crazyDomains .tw-border-2 {
|
|
1203
1251
|
border-width: 2px;
|
|
1204
|
-
}
|
|
1252
|
+
}
|
|
1205
1253
|
.theme-crazyDomains .tw-border-b-0 {
|
|
1206
1254
|
border-bottom-width: 0px;
|
|
1207
|
-
}
|
|
1255
|
+
}
|
|
1208
1256
|
.theme-crazyDomains .tw-border-b-2 {
|
|
1209
1257
|
border-bottom-width: 2px;
|
|
1210
|
-
}
|
|
1258
|
+
}
|
|
1211
1259
|
.theme-crazyDomains .tw-border-b-4 {
|
|
1212
1260
|
border-bottom-width: 4px;
|
|
1213
|
-
}
|
|
1261
|
+
}
|
|
1214
1262
|
.theme-crazyDomains .tw-border-l {
|
|
1215
1263
|
border-left-width: 1px;
|
|
1216
|
-
}
|
|
1264
|
+
}
|
|
1217
1265
|
.theme-crazyDomains .tw-border-l-0 {
|
|
1218
1266
|
border-left-width: 0px;
|
|
1219
|
-
}
|
|
1267
|
+
}
|
|
1220
1268
|
.theme-crazyDomains .tw-border-r {
|
|
1221
1269
|
border-right-width: 1px;
|
|
1222
|
-
}
|
|
1270
|
+
}
|
|
1223
1271
|
.theme-crazyDomains .tw-border-r-0 {
|
|
1224
1272
|
border-right-width: 0px;
|
|
1225
|
-
}
|
|
1273
|
+
}
|
|
1226
1274
|
.theme-crazyDomains .tw-border-t {
|
|
1227
1275
|
border-top-width: 1px;
|
|
1228
|
-
}
|
|
1276
|
+
}
|
|
1229
1277
|
.theme-crazyDomains .tw-border-t-0 {
|
|
1230
1278
|
border-top-width: 0px;
|
|
1231
|
-
}
|
|
1279
|
+
}
|
|
1232
1280
|
.theme-crazyDomains .tw-border-t-2 {
|
|
1233
1281
|
border-top-width: 2px;
|
|
1234
|
-
}
|
|
1282
|
+
}
|
|
1235
1283
|
.theme-crazyDomains .tw-border-solid {
|
|
1236
1284
|
border-style: solid;
|
|
1237
|
-
}
|
|
1285
|
+
}
|
|
1238
1286
|
.theme-crazyDomains .tw-border-dashed {
|
|
1239
1287
|
border-style: dashed;
|
|
1240
|
-
}
|
|
1288
|
+
}
|
|
1241
1289
|
.theme-crazyDomains .tw-border-none {
|
|
1242
1290
|
border-style: none;
|
|
1243
|
-
}
|
|
1291
|
+
}
|
|
1244
1292
|
.theme-crazyDomains .tw-border-black\/10 {
|
|
1245
1293
|
border-color: rgb(0 0 0 / 0.1);
|
|
1246
|
-
}
|
|
1294
|
+
}
|
|
1247
1295
|
.theme-crazyDomains .tw-border-error-500 {
|
|
1248
1296
|
--tw-border-opacity: 1;
|
|
1249
1297
|
border-color: rgb(233 30 99 / var(--tw-border-opacity));
|
|
1250
|
-
}
|
|
1298
|
+
}
|
|
1251
1299
|
.theme-crazyDomains .tw-border-error-600 {
|
|
1252
1300
|
--tw-border-opacity: 1;
|
|
1253
1301
|
border-color: rgb(186 24 79 / var(--tw-border-opacity));
|
|
1254
|
-
}
|
|
1302
|
+
}
|
|
1255
1303
|
.theme-crazyDomains .tw-border-grayscale-100 {
|
|
1256
1304
|
--tw-border-opacity: 1;
|
|
1257
1305
|
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
1258
|
-
}
|
|
1306
|
+
}
|
|
1259
1307
|
.theme-crazyDomains .tw-border-grayscale-300 {
|
|
1260
1308
|
--tw-border-opacity: 1;
|
|
1261
1309
|
border-color: rgb(240 240 245 / var(--tw-border-opacity));
|
|
1262
|
-
}
|
|
1310
|
+
}
|
|
1263
1311
|
.theme-crazyDomains .tw-border-grayscale-400 {
|
|
1264
1312
|
--tw-border-opacity: 1;
|
|
1265
1313
|
border-color: rgb(235 238 243 / var(--tw-border-opacity));
|
|
1266
|
-
}
|
|
1314
|
+
}
|
|
1267
1315
|
.theme-crazyDomains .tw-border-grayscale-500 {
|
|
1268
1316
|
--tw-border-opacity: 1;
|
|
1269
1317
|
border-color: rgb(199 204 207 / var(--tw-border-opacity));
|
|
1270
|
-
}
|
|
1318
|
+
}
|
|
1271
1319
|
.theme-crazyDomains .tw-border-grayscale-600 {
|
|
1272
1320
|
--tw-border-opacity: 1;
|
|
1273
1321
|
border-color: rgb(102 111 115 / var(--tw-border-opacity));
|
|
1274
|
-
}
|
|
1322
|
+
}
|
|
1275
1323
|
.theme-crazyDomains .tw-border-info-300 {
|
|
1276
1324
|
--tw-border-opacity: 1;
|
|
1277
1325
|
border-color: rgb(102 199 245 / var(--tw-border-opacity));
|
|
1278
|
-
}
|
|
1326
|
+
}
|
|
1279
1327
|
.theme-crazyDomains .tw-border-info-500 {
|
|
1280
1328
|
--tw-border-opacity: 1;
|
|
1281
1329
|
border-color: rgb(0 161 239 / var(--tw-border-opacity));
|
|
1282
|
-
}
|
|
1330
|
+
}
|
|
1283
1331
|
.theme-crazyDomains .tw-border-primary-300 {
|
|
1284
1332
|
--tw-border-opacity: 1;
|
|
1285
1333
|
border-color: rgb(169 205 130 / var(--tw-border-opacity));
|
|
1286
|
-
}
|
|
1334
|
+
}
|
|
1287
1335
|
.theme-crazyDomains .tw-border-primary-400 {
|
|
1288
1336
|
--tw-border-opacity: 1;
|
|
1289
1337
|
border-color: rgb(140 189 89 / var(--tw-border-opacity));
|
|
1290
|
-
}
|
|
1338
|
+
}
|
|
1291
1339
|
.theme-crazyDomains .tw-border-primary-500 {
|
|
1292
1340
|
--tw-border-opacity: 1;
|
|
1293
1341
|
border-color: rgb(111 172 47 / var(--tw-border-opacity));
|
|
1294
|
-
}
|
|
1342
|
+
}
|
|
1295
1343
|
.theme-crazyDomains .tw-border-primary-600 {
|
|
1296
1344
|
--tw-border-opacity: 1;
|
|
1297
1345
|
border-color: rgb(89 138 38 / var(--tw-border-opacity));
|
|
1298
|
-
}
|
|
1346
|
+
}
|
|
1299
1347
|
.theme-crazyDomains .tw-border-secondary-200 {
|
|
1300
1348
|
--tw-border-opacity: 1;
|
|
1301
1349
|
border-color: rgb(182 182 182 / var(--tw-border-opacity));
|
|
1302
|
-
}
|
|
1350
|
+
}
|
|
1303
1351
|
.theme-crazyDomains .tw-border-secondary-300 {
|
|
1304
1352
|
--tw-border-opacity: 1;
|
|
1305
1353
|
border-color: rgb(145 145 145 / var(--tw-border-opacity));
|
|
1306
|
-
}
|
|
1354
|
+
}
|
|
1307
1355
|
.theme-crazyDomains .tw-border-secondary-500 {
|
|
1308
1356
|
--tw-border-opacity: 1;
|
|
1309
1357
|
border-color: rgb(72 72 72 / var(--tw-border-opacity));
|
|
1310
|
-
}
|
|
1358
|
+
}
|
|
1311
1359
|
.theme-crazyDomains .tw-border-success-400 {
|
|
1312
1360
|
--tw-border-opacity: 1;
|
|
1313
1361
|
border-color: rgb(140 189 89 / var(--tw-border-opacity));
|
|
1314
|
-
}
|
|
1362
|
+
}
|
|
1315
1363
|
.theme-crazyDomains .tw-border-success-500 {
|
|
1316
1364
|
--tw-border-opacity: 1;
|
|
1317
1365
|
border-color: rgb(111 172 47 / var(--tw-border-opacity));
|
|
1318
|
-
}
|
|
1366
|
+
}
|
|
1319
1367
|
.theme-crazyDomains .tw-border-success-600 {
|
|
1320
1368
|
--tw-border-opacity: 1;
|
|
1321
1369
|
border-color: rgb(89 138 38 / var(--tw-border-opacity));
|
|
1322
|
-
}
|
|
1370
|
+
}
|
|
1323
1371
|
.theme-crazyDomains .tw-border-warning-300 {
|
|
1324
1372
|
--tw-border-opacity: 1;
|
|
1325
1373
|
border-color: rgb(247 211 127 / var(--tw-border-opacity));
|
|
1326
|
-
}
|
|
1374
|
+
}
|
|
1327
1375
|
.theme-crazyDomains .tw-border-warning-500 {
|
|
1328
1376
|
--tw-border-opacity: 1;
|
|
1329
1377
|
border-color: rgb(242 181 41 / var(--tw-border-opacity));
|
|
1330
|
-
}
|
|
1378
|
+
}
|
|
1331
1379
|
.theme-crazyDomains .tw-border-warning-600 {
|
|
1332
1380
|
--tw-border-opacity: 1;
|
|
1333
1381
|
border-color: rgb(194 145 33 / var(--tw-border-opacity));
|
|
1334
|
-
}
|
|
1382
|
+
}
|
|
1335
1383
|
.theme-crazyDomains .tw-border-white {
|
|
1336
1384
|
--tw-border-opacity: 1;
|
|
1337
1385
|
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
1338
|
-
}
|
|
1386
|
+
}
|
|
1339
1387
|
.theme-crazyDomains .tw-bg-black {
|
|
1340
1388
|
--tw-bg-opacity: 1;
|
|
1341
1389
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
1342
|
-
}
|
|
1390
|
+
}
|
|
1343
1391
|
.theme-crazyDomains .tw-bg-error-100 {
|
|
1344
1392
|
--tw-bg-opacity: 1;
|
|
1345
1393
|
background-color: rgb(251 210 224 / var(--tw-bg-opacity));
|
|
1346
|
-
}
|
|
1394
|
+
}
|
|
1347
1395
|
.theme-crazyDomains .tw-bg-error-500 {
|
|
1348
1396
|
--tw-bg-opacity: 1;
|
|
1349
1397
|
background-color: rgb(233 30 99 / var(--tw-bg-opacity));
|
|
1350
|
-
}
|
|
1398
|
+
}
|
|
1351
1399
|
.theme-crazyDomains .tw-bg-grayscale-100 {
|
|
1352
1400
|
--tw-bg-opacity: 1;
|
|
1353
1401
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1354
|
-
}
|
|
1402
|
+
}
|
|
1355
1403
|
.theme-crazyDomains .tw-bg-grayscale-200 {
|
|
1356
1404
|
--tw-bg-opacity: 1;
|
|
1357
1405
|
background-color: rgb(247 247 250 / var(--tw-bg-opacity));
|
|
1358
|
-
}
|
|
1406
|
+
}
|
|
1359
1407
|
.theme-crazyDomains .tw-bg-grayscale-300 {
|
|
1360
1408
|
--tw-bg-opacity: 1;
|
|
1361
1409
|
background-color: rgb(240 240 245 / var(--tw-bg-opacity));
|
|
1362
|
-
}
|
|
1410
|
+
}
|
|
1363
1411
|
.theme-crazyDomains .tw-bg-grayscale-400 {
|
|
1364
1412
|
--tw-bg-opacity: 1;
|
|
1365
1413
|
background-color: rgb(235 238 243 / var(--tw-bg-opacity));
|
|
1366
|
-
}
|
|
1414
|
+
}
|
|
1367
1415
|
.theme-crazyDomains .tw-bg-grayscale-500 {
|
|
1368
1416
|
--tw-bg-opacity: 1;
|
|
1369
1417
|
background-color: rgb(199 204 207 / var(--tw-bg-opacity));
|
|
1370
|
-
}
|
|
1418
|
+
}
|
|
1371
1419
|
.theme-crazyDomains .tw-bg-info-100 {
|
|
1372
1420
|
--tw-bg-opacity: 1;
|
|
1373
1421
|
background-color: rgb(230 246 253 / var(--tw-bg-opacity));
|
|
1374
|
-
}
|
|
1422
|
+
}
|
|
1375
1423
|
.theme-crazyDomains .tw-bg-info-300 {
|
|
1376
1424
|
--tw-bg-opacity: 1;
|
|
1377
1425
|
background-color: rgb(102 199 245 / var(--tw-bg-opacity));
|
|
1378
|
-
}
|
|
1426
|
+
}
|
|
1379
1427
|
.theme-crazyDomains .tw-bg-info-400 {
|
|
1380
1428
|
--tw-bg-opacity: 1;
|
|
1381
1429
|
background-color: rgb(51 180 242 / var(--tw-bg-opacity));
|
|
1382
|
-
}
|
|
1430
|
+
}
|
|
1383
1431
|
.theme-crazyDomains .tw-bg-info-500 {
|
|
1384
1432
|
--tw-bg-opacity: 1;
|
|
1385
1433
|
background-color: rgb(0 161 239 / var(--tw-bg-opacity));
|
|
1386
|
-
}
|
|
1434
|
+
}
|
|
1387
1435
|
.theme-crazyDomains .tw-bg-info-600 {
|
|
1388
1436
|
--tw-bg-opacity: 1;
|
|
1389
1437
|
background-color: rgb(0 129 191 / var(--tw-bg-opacity));
|
|
1390
|
-
}
|
|
1438
|
+
}
|
|
1391
1439
|
.theme-crazyDomains .tw-bg-primary-300 {
|
|
1392
1440
|
--tw-bg-opacity: 1;
|
|
1393
1441
|
background-color: rgb(169 205 130 / var(--tw-bg-opacity));
|
|
1394
|
-
}
|
|
1442
|
+
}
|
|
1395
1443
|
.theme-crazyDomains .tw-bg-primary-400 {
|
|
1396
1444
|
--tw-bg-opacity: 1;
|
|
1397
1445
|
background-color: rgb(140 189 89 / var(--tw-bg-opacity));
|
|
1398
|
-
}
|
|
1446
|
+
}
|
|
1399
1447
|
.theme-crazyDomains .tw-bg-primary-500 {
|
|
1400
1448
|
--tw-bg-opacity: 1;
|
|
1401
1449
|
background-color: rgb(111 172 47 / var(--tw-bg-opacity));
|
|
1402
|
-
}
|
|
1450
|
+
}
|
|
1403
1451
|
.theme-crazyDomains .tw-bg-primary-600 {
|
|
1404
1452
|
--tw-bg-opacity: 1;
|
|
1405
1453
|
background-color: rgb(89 138 38 / var(--tw-bg-opacity));
|
|
1406
|
-
}
|
|
1454
|
+
}
|
|
1407
1455
|
.theme-crazyDomains .tw-bg-secondary-100 {
|
|
1408
1456
|
--tw-bg-opacity: 1;
|
|
1409
1457
|
background-color: rgb(218 218 218 / var(--tw-bg-opacity));
|
|
1410
|
-
}
|
|
1458
|
+
}
|
|
1411
1459
|
.theme-crazyDomains .tw-bg-secondary-300 {
|
|
1412
1460
|
--tw-bg-opacity: 1;
|
|
1413
1461
|
background-color: rgb(145 145 145 / var(--tw-bg-opacity));
|
|
1414
|
-
}
|
|
1462
|
+
}
|
|
1415
1463
|
.theme-crazyDomains .tw-bg-secondary-500 {
|
|
1416
1464
|
--tw-bg-opacity: 1;
|
|
1417
1465
|
background-color: rgb(72 72 72 / var(--tw-bg-opacity));
|
|
1418
|
-
}
|
|
1466
|
+
}
|
|
1419
1467
|
.theme-crazyDomains .tw-bg-success-100 {
|
|
1420
1468
|
--tw-bg-opacity: 1;
|
|
1421
1469
|
background-color: rgb(226 238 213 / var(--tw-bg-opacity));
|
|
1422
|
-
}
|
|
1470
|
+
}
|
|
1423
1471
|
.theme-crazyDomains .tw-bg-success-400 {
|
|
1424
1472
|
--tw-bg-opacity: 1;
|
|
1425
1473
|
background-color: rgb(140 189 89 / var(--tw-bg-opacity));
|
|
1426
|
-
}
|
|
1474
|
+
}
|
|
1427
1475
|
.theme-crazyDomains .tw-bg-success-500 {
|
|
1428
1476
|
--tw-bg-opacity: 1;
|
|
1429
1477
|
background-color: rgb(111 172 47 / var(--tw-bg-opacity));
|
|
1430
|
-
}
|
|
1478
|
+
}
|
|
1431
1479
|
.theme-crazyDomains .tw-bg-transparent {
|
|
1432
1480
|
background-color: transparent;
|
|
1433
|
-
}
|
|
1481
|
+
}
|
|
1434
1482
|
.theme-crazyDomains .tw-bg-warning-100 {
|
|
1435
1483
|
--tw-bg-opacity: 1;
|
|
1436
1484
|
background-color: rgb(252 240 212 / var(--tw-bg-opacity));
|
|
1437
|
-
}
|
|
1485
|
+
}
|
|
1438
1486
|
.theme-crazyDomains .tw-bg-warning-300 {
|
|
1439
1487
|
--tw-bg-opacity: 1;
|
|
1440
1488
|
background-color: rgb(247 211 127 / var(--tw-bg-opacity));
|
|
1441
|
-
}
|
|
1489
|
+
}
|
|
1442
1490
|
.theme-crazyDomains .tw-bg-warning-500 {
|
|
1443
1491
|
--tw-bg-opacity: 1;
|
|
1444
1492
|
background-color: rgb(242 181 41 / var(--tw-bg-opacity));
|
|
1445
|
-
}
|
|
1493
|
+
}
|
|
1446
1494
|
.theme-crazyDomains .tw-bg-warning-600 {
|
|
1447
1495
|
--tw-bg-opacity: 1;
|
|
1448
1496
|
background-color: rgb(194 145 33 / var(--tw-bg-opacity));
|
|
1449
|
-
}
|
|
1497
|
+
}
|
|
1450
1498
|
.theme-crazyDomains .tw-bg-white {
|
|
1451
1499
|
--tw-bg-opacity: 1;
|
|
1452
1500
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1453
|
-
}
|
|
1501
|
+
}
|
|
1454
1502
|
.theme-crazyDomains .tw-bg-opacity-75 {
|
|
1455
1503
|
--tw-bg-opacity: 0.75;
|
|
1456
|
-
}
|
|
1504
|
+
}
|
|
1457
1505
|
.theme-crazyDomains .tw-bg-opacity-80 {
|
|
1458
1506
|
--tw-bg-opacity: 0.8;
|
|
1459
|
-
}
|
|
1507
|
+
}
|
|
1460
1508
|
.theme-crazyDomains .tw-bg-gradient-to-t {
|
|
1461
1509
|
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1462
|
-
}
|
|
1510
|
+
}
|
|
1463
1511
|
.theme-crazyDomains .tw-from-\[\#d946ef\] {
|
|
1464
1512
|
--tw-gradient-from: #d946ef var(--tw-gradient-from-position);
|
|
1465
1513
|
--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
|
|
1466
1514
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1467
|
-
}
|
|
1515
|
+
}
|
|
1468
1516
|
.theme-crazyDomains .tw-to-\[\#8b5cf6\] {
|
|
1469
1517
|
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1470
|
-
}
|
|
1518
|
+
}
|
|
1471
1519
|
.theme-crazyDomains .tw-bg-no-repeat {
|
|
1472
1520
|
background-repeat: no-repeat;
|
|
1473
|
-
}
|
|
1521
|
+
}
|
|
1474
1522
|
.theme-crazyDomains .tw-fill-current {
|
|
1475
1523
|
fill: currentColor;
|
|
1476
|
-
}
|
|
1524
|
+
}
|
|
1477
1525
|
.theme-crazyDomains .tw-object-contain {
|
|
1478
1526
|
-o-object-fit: contain;
|
|
1479
1527
|
object-fit: contain;
|
|
1480
|
-
}
|
|
1528
|
+
}
|
|
1481
1529
|
.theme-crazyDomains .tw-object-cover {
|
|
1482
1530
|
-o-object-fit: cover;
|
|
1483
1531
|
object-fit: cover;
|
|
1484
|
-
}
|
|
1532
|
+
}
|
|
1485
1533
|
.theme-crazyDomains .tw-object-top {
|
|
1486
1534
|
-o-object-position: top;
|
|
1487
1535
|
object-position: top;
|
|
1488
|
-
}
|
|
1536
|
+
}
|
|
1489
1537
|
.\!tw-p-0 {
|
|
1490
1538
|
padding: 0px !important;
|
|
1491
|
-
}
|
|
1539
|
+
}
|
|
1492
1540
|
.\!tw-p-0\.5 {
|
|
1493
1541
|
padding: 0.125rem !important;
|
|
1494
|
-
}
|
|
1542
|
+
}
|
|
1495
1543
|
.\!tw-p-1 {
|
|
1496
1544
|
padding: 0.25rem !important;
|
|
1497
|
-
}
|
|
1545
|
+
}
|
|
1498
1546
|
.\!tw-p-1\.5 {
|
|
1499
1547
|
padding: 0.375rem !important;
|
|
1500
|
-
}
|
|
1548
|
+
}
|
|
1501
1549
|
.\!tw-p-10 {
|
|
1502
1550
|
padding: 2.5rem !important;
|
|
1503
|
-
}
|
|
1551
|
+
}
|
|
1504
1552
|
.\!tw-p-11 {
|
|
1505
1553
|
padding: 2.75rem !important;
|
|
1506
|
-
}
|
|
1554
|
+
}
|
|
1507
1555
|
.\!tw-p-12 {
|
|
1508
1556
|
padding: 3rem !important;
|
|
1509
|
-
}
|
|
1557
|
+
}
|
|
1510
1558
|
.\!tw-p-14 {
|
|
1511
1559
|
padding: 3.5rem !important;
|
|
1512
|
-
}
|
|
1560
|
+
}
|
|
1513
1561
|
.\!tw-p-16 {
|
|
1514
1562
|
padding: 4rem !important;
|
|
1515
|
-
}
|
|
1563
|
+
}
|
|
1516
1564
|
.\!tw-p-2 {
|
|
1517
1565
|
padding: 0.5rem !important;
|
|
1518
|
-
}
|
|
1566
|
+
}
|
|
1519
1567
|
.\!tw-p-2\.5 {
|
|
1520
1568
|
padding: 0.625rem !important;
|
|
1521
|
-
}
|
|
1569
|
+
}
|
|
1522
1570
|
.\!tw-p-20 {
|
|
1523
1571
|
padding: 5rem !important;
|
|
1524
|
-
}
|
|
1572
|
+
}
|
|
1525
1573
|
.\!tw-p-24 {
|
|
1526
1574
|
padding: 6rem !important;
|
|
1527
|
-
}
|
|
1575
|
+
}
|
|
1528
1576
|
.\!tw-p-28 {
|
|
1529
1577
|
padding: 7rem !important;
|
|
1530
|
-
}
|
|
1578
|
+
}
|
|
1531
1579
|
.\!tw-p-3 {
|
|
1532
1580
|
padding: 0.75rem !important;
|
|
1533
|
-
}
|
|
1581
|
+
}
|
|
1534
1582
|
.\!tw-p-3\.5 {
|
|
1535
1583
|
padding: 0.875rem !important;
|
|
1536
|
-
}
|
|
1584
|
+
}
|
|
1537
1585
|
.\!tw-p-32 {
|
|
1538
1586
|
padding: 8rem !important;
|
|
1539
|
-
}
|
|
1587
|
+
}
|
|
1540
1588
|
.\!tw-p-36 {
|
|
1541
1589
|
padding: 9rem !important;
|
|
1542
|
-
}
|
|
1590
|
+
}
|
|
1543
1591
|
.\!tw-p-4 {
|
|
1544
1592
|
padding: 1rem !important;
|
|
1545
|
-
}
|
|
1593
|
+
}
|
|
1546
1594
|
.\!tw-p-40 {
|
|
1547
1595
|
padding: 10rem !important;
|
|
1548
|
-
}
|
|
1596
|
+
}
|
|
1549
1597
|
.\!tw-p-44 {
|
|
1550
1598
|
padding: 11rem !important;
|
|
1551
|
-
}
|
|
1599
|
+
}
|
|
1552
1600
|
.\!tw-p-48 {
|
|
1553
1601
|
padding: 12rem !important;
|
|
1554
|
-
}
|
|
1602
|
+
}
|
|
1555
1603
|
.\!tw-p-5 {
|
|
1556
1604
|
padding: 1.25rem !important;
|
|
1557
|
-
}
|
|
1605
|
+
}
|
|
1558
1606
|
.\!tw-p-52 {
|
|
1559
1607
|
padding: 13rem !important;
|
|
1560
|
-
}
|
|
1608
|
+
}
|
|
1561
1609
|
.\!tw-p-56 {
|
|
1562
1610
|
padding: 14rem !important;
|
|
1563
|
-
}
|
|
1611
|
+
}
|
|
1564
1612
|
.\!tw-p-6 {
|
|
1565
1613
|
padding: 1.5rem !important;
|
|
1566
|
-
}
|
|
1614
|
+
}
|
|
1567
1615
|
.\!tw-p-60 {
|
|
1568
1616
|
padding: 15rem !important;
|
|
1569
|
-
}
|
|
1617
|
+
}
|
|
1570
1618
|
.\!tw-p-64 {
|
|
1571
1619
|
padding: 16rem !important;
|
|
1572
|
-
}
|
|
1620
|
+
}
|
|
1573
1621
|
.\!tw-p-7 {
|
|
1574
1622
|
padding: 1.75rem !important;
|
|
1575
|
-
}
|
|
1623
|
+
}
|
|
1576
1624
|
.\!tw-p-72 {
|
|
1577
1625
|
padding: 18rem !important;
|
|
1578
|
-
}
|
|
1626
|
+
}
|
|
1579
1627
|
.\!tw-p-8 {
|
|
1580
1628
|
padding: 2rem !important;
|
|
1581
|
-
}
|
|
1629
|
+
}
|
|
1582
1630
|
.\!tw-p-80 {
|
|
1583
1631
|
padding: 20rem !important;
|
|
1584
|
-
}
|
|
1632
|
+
}
|
|
1585
1633
|
.\!tw-p-9 {
|
|
1586
1634
|
padding: 2.25rem !important;
|
|
1587
|
-
}
|
|
1635
|
+
}
|
|
1588
1636
|
.\!tw-p-96 {
|
|
1589
1637
|
padding: 24rem !important;
|
|
1590
|
-
}
|
|
1638
|
+
}
|
|
1591
1639
|
.\!tw-p-px {
|
|
1592
1640
|
padding: 1px !important;
|
|
1593
|
-
}
|
|
1641
|
+
}
|
|
1594
1642
|
.theme-crazyDomains .tw-p-0 {
|
|
1595
1643
|
padding: 0px;
|
|
1596
|
-
}
|
|
1644
|
+
}
|
|
1597
1645
|
.theme-crazyDomains .tw-p-1 {
|
|
1598
1646
|
padding: 0.25rem;
|
|
1599
|
-
}
|
|
1647
|
+
}
|
|
1600
1648
|
.theme-crazyDomains .tw-p-2 {
|
|
1601
1649
|
padding: 0.5rem;
|
|
1602
|
-
}
|
|
1650
|
+
}
|
|
1603
1651
|
.theme-crazyDomains .tw-p-3 {
|
|
1604
1652
|
padding: 0.75rem;
|
|
1605
|
-
}
|
|
1653
|
+
}
|
|
1606
1654
|
.theme-crazyDomains .tw-p-4 {
|
|
1607
1655
|
padding: 1rem;
|
|
1608
|
-
}
|
|
1656
|
+
}
|
|
1657
|
+
.theme-crazyDomains .tw-p-5 {
|
|
1658
|
+
padding: 1.25rem;
|
|
1659
|
+
}
|
|
1609
1660
|
.theme-crazyDomains .tw-p-6 {
|
|
1610
1661
|
padding: 1.5rem;
|
|
1611
|
-
}
|
|
1662
|
+
}
|
|
1612
1663
|
.theme-crazyDomains .tw-p-8 {
|
|
1613
1664
|
padding: 2rem;
|
|
1614
|
-
}
|
|
1665
|
+
}
|
|
1615
1666
|
.theme-crazyDomains .tw-px-0 {
|
|
1616
1667
|
padding-left: 0px;
|
|
1617
1668
|
padding-right: 0px;
|
|
1618
|
-
}
|
|
1669
|
+
}
|
|
1619
1670
|
.theme-crazyDomains .tw-px-0\.5 {
|
|
1620
1671
|
padding-left: 0.125rem;
|
|
1621
1672
|
padding-right: 0.125rem;
|
|
1622
|
-
}
|
|
1673
|
+
}
|
|
1623
1674
|
.theme-crazyDomains .tw-px-2 {
|
|
1624
1675
|
padding-left: 0.5rem;
|
|
1625
1676
|
padding-right: 0.5rem;
|
|
1626
|
-
}
|
|
1677
|
+
}
|
|
1627
1678
|
.theme-crazyDomains .tw-px-20 {
|
|
1628
1679
|
padding-left: 5rem;
|
|
1629
1680
|
padding-right: 5rem;
|
|
1630
|
-
}
|
|
1681
|
+
}
|
|
1631
1682
|
.theme-crazyDomains .tw-px-3 {
|
|
1632
1683
|
padding-left: 0.75rem;
|
|
1633
1684
|
padding-right: 0.75rem;
|
|
1634
|
-
}
|
|
1685
|
+
}
|
|
1635
1686
|
.theme-crazyDomains .tw-px-4 {
|
|
1636
1687
|
padding-left: 1rem;
|
|
1637
1688
|
padding-right: 1rem;
|
|
1638
|
-
}
|
|
1689
|
+
}
|
|
1639
1690
|
.theme-crazyDomains .tw-px-5 {
|
|
1640
1691
|
padding-left: 1.25rem;
|
|
1641
1692
|
padding-right: 1.25rem;
|
|
1642
|
-
}
|
|
1693
|
+
}
|
|
1643
1694
|
.theme-crazyDomains .tw-px-6 {
|
|
1644
1695
|
padding-left: 1.5rem;
|
|
1645
1696
|
padding-right: 1.5rem;
|
|
1646
|
-
}
|
|
1697
|
+
}
|
|
1647
1698
|
.theme-crazyDomains .tw-px-8 {
|
|
1648
1699
|
padding-left: 2rem;
|
|
1649
1700
|
padding-right: 2rem;
|
|
1650
|
-
}
|
|
1701
|
+
}
|
|
1651
1702
|
.theme-crazyDomains .tw-px-px {
|
|
1652
1703
|
padding-left: 1px;
|
|
1653
1704
|
padding-right: 1px;
|
|
1654
|
-
}
|
|
1705
|
+
}
|
|
1655
1706
|
.theme-crazyDomains .tw-py-0 {
|
|
1656
1707
|
padding-top: 0px;
|
|
1657
1708
|
padding-bottom: 0px;
|
|
1658
|
-
}
|
|
1709
|
+
}
|
|
1659
1710
|
.theme-crazyDomains .tw-py-0\.5 {
|
|
1660
1711
|
padding-top: 0.125rem;
|
|
1661
1712
|
padding-bottom: 0.125rem;
|
|
1662
|
-
}
|
|
1713
|
+
}
|
|
1663
1714
|
.theme-crazyDomains .tw-py-1 {
|
|
1664
1715
|
padding-top: 0.25rem;
|
|
1665
1716
|
padding-bottom: 0.25rem;
|
|
1666
|
-
}
|
|
1717
|
+
}
|
|
1667
1718
|
.theme-crazyDomains .tw-py-1\.5 {
|
|
1668
1719
|
padding-top: 0.375rem;
|
|
1669
1720
|
padding-bottom: 0.375rem;
|
|
1670
|
-
}
|
|
1721
|
+
}
|
|
1671
1722
|
.theme-crazyDomains .tw-py-10 {
|
|
1672
1723
|
padding-top: 2.5rem;
|
|
1673
1724
|
padding-bottom: 2.5rem;
|
|
1674
|
-
}
|
|
1725
|
+
}
|
|
1675
1726
|
.theme-crazyDomains .tw-py-2 {
|
|
1676
1727
|
padding-top: 0.5rem;
|
|
1677
1728
|
padding-bottom: 0.5rem;
|
|
1678
|
-
}
|
|
1729
|
+
}
|
|
1679
1730
|
.theme-crazyDomains .tw-py-3 {
|
|
1680
1731
|
padding-top: 0.75rem;
|
|
1681
1732
|
padding-bottom: 0.75rem;
|
|
1682
|
-
}
|
|
1733
|
+
}
|
|
1683
1734
|
.theme-crazyDomains .tw-py-3\.5 {
|
|
1684
1735
|
padding-top: 0.875rem;
|
|
1685
1736
|
padding-bottom: 0.875rem;
|
|
1686
|
-
}
|
|
1737
|
+
}
|
|
1687
1738
|
.theme-crazyDomains .tw-py-4 {
|
|
1688
1739
|
padding-top: 1rem;
|
|
1689
1740
|
padding-bottom: 1rem;
|
|
1690
|
-
}
|
|
1741
|
+
}
|
|
1691
1742
|
.theme-crazyDomains .tw-py-5 {
|
|
1692
1743
|
padding-top: 1.25rem;
|
|
1693
1744
|
padding-bottom: 1.25rem;
|
|
1694
|
-
}
|
|
1745
|
+
}
|
|
1695
1746
|
.theme-crazyDomains .tw-py-8 {
|
|
1696
1747
|
padding-top: 2rem;
|
|
1697
1748
|
padding-bottom: 2rem;
|
|
1698
|
-
}
|
|
1749
|
+
}
|
|
1699
1750
|
.theme-crazyDomains .tw-pb-0 {
|
|
1700
1751
|
padding-bottom: 0px;
|
|
1701
|
-
}
|
|
1752
|
+
}
|
|
1702
1753
|
.theme-crazyDomains .tw-pb-16 {
|
|
1703
1754
|
padding-bottom: 4rem;
|
|
1704
|
-
}
|
|
1755
|
+
}
|
|
1705
1756
|
.theme-crazyDomains .tw-pb-24 {
|
|
1706
1757
|
padding-bottom: 6rem;
|
|
1707
|
-
}
|
|
1758
|
+
}
|
|
1708
1759
|
.theme-crazyDomains .tw-pb-8 {
|
|
1709
1760
|
padding-bottom: 2rem;
|
|
1710
|
-
}
|
|
1761
|
+
}
|
|
1711
1762
|
.theme-crazyDomains .tw-pl-0 {
|
|
1712
1763
|
padding-left: 0px;
|
|
1713
|
-
}
|
|
1764
|
+
}
|
|
1714
1765
|
.theme-crazyDomains .tw-pl-12 {
|
|
1715
1766
|
padding-left: 3rem;
|
|
1716
|
-
}
|
|
1767
|
+
}
|
|
1717
1768
|
.theme-crazyDomains .tw-pl-3 {
|
|
1718
1769
|
padding-left: 0.75rem;
|
|
1719
|
-
}
|
|
1770
|
+
}
|
|
1720
1771
|
.theme-crazyDomains .tw-pl-8 {
|
|
1721
1772
|
padding-left: 2rem;
|
|
1722
|
-
}
|
|
1773
|
+
}
|
|
1723
1774
|
.theme-crazyDomains .tw-pr-12 {
|
|
1724
1775
|
padding-right: 3rem;
|
|
1725
|
-
}
|
|
1776
|
+
}
|
|
1726
1777
|
.theme-crazyDomains .tw-pr-2 {
|
|
1727
1778
|
padding-right: 0.5rem;
|
|
1728
|
-
}
|
|
1779
|
+
}
|
|
1729
1780
|
.theme-crazyDomains .tw-pr-4 {
|
|
1730
1781
|
padding-right: 1rem;
|
|
1731
|
-
}
|
|
1782
|
+
}
|
|
1732
1783
|
.theme-crazyDomains .tw-pr-6 {
|
|
1733
1784
|
padding-right: 1.5rem;
|
|
1734
|
-
}
|
|
1785
|
+
}
|
|
1735
1786
|
.theme-crazyDomains .tw-pt-1 {
|
|
1736
1787
|
padding-top: 0.25rem;
|
|
1737
|
-
}
|
|
1788
|
+
}
|
|
1738
1789
|
.theme-crazyDomains .tw-pt-12 {
|
|
1739
1790
|
padding-top: 3rem;
|
|
1740
|
-
}
|
|
1791
|
+
}
|
|
1741
1792
|
.theme-crazyDomains .tw-pt-2 {
|
|
1742
1793
|
padding-top: 0.5rem;
|
|
1743
|
-
}
|
|
1794
|
+
}
|
|
1744
1795
|
.theme-crazyDomains .tw-pt-6 {
|
|
1745
1796
|
padding-top: 1.5rem;
|
|
1746
|
-
}
|
|
1797
|
+
}
|
|
1747
1798
|
.theme-crazyDomains .tw-text-left {
|
|
1748
1799
|
text-align: left;
|
|
1749
|
-
}
|
|
1800
|
+
}
|
|
1750
1801
|
.theme-crazyDomains .tw-text-center {
|
|
1751
1802
|
text-align: center;
|
|
1752
|
-
}
|
|
1803
|
+
}
|
|
1753
1804
|
.theme-crazyDomains .tw-align-top {
|
|
1754
1805
|
vertical-align: top;
|
|
1755
|
-
}
|
|
1806
|
+
}
|
|
1756
1807
|
.theme-crazyDomains .tw-align-middle {
|
|
1757
1808
|
vertical-align: middle;
|
|
1758
|
-
}
|
|
1809
|
+
}
|
|
1759
1810
|
.theme-crazyDomains .tw-font-sans {
|
|
1760
1811
|
font-family: Montserrat;
|
|
1761
|
-
}
|
|
1812
|
+
}
|
|
1762
1813
|
.theme-crazyDomains .tw-text-2xl {
|
|
1763
1814
|
font-size: 1.5rem;
|
|
1764
1815
|
line-height: 2rem;
|
|
1765
|
-
}
|
|
1816
|
+
}
|
|
1766
1817
|
.theme-crazyDomains .tw-text-4xl {
|
|
1767
1818
|
font-size: 2.25rem;
|
|
1768
1819
|
line-height: 2.5rem;
|
|
1769
|
-
}
|
|
1820
|
+
}
|
|
1770
1821
|
.theme-crazyDomains .tw-text-base {
|
|
1771
1822
|
font-size: 1rem;
|
|
1772
1823
|
line-height: 1.5rem;
|
|
1773
|
-
}
|
|
1824
|
+
}
|
|
1774
1825
|
.theme-crazyDomains .tw-text-lg {
|
|
1775
1826
|
font-size: 1.125rem;
|
|
1776
1827
|
line-height: 1.75rem;
|
|
1777
|
-
}
|
|
1828
|
+
}
|
|
1778
1829
|
.theme-crazyDomains .tw-text-sm {
|
|
1779
1830
|
font-size: 0.875rem;
|
|
1780
1831
|
line-height: 1.25rem;
|
|
1781
|
-
}
|
|
1832
|
+
}
|
|
1782
1833
|
.theme-crazyDomains .tw-text-xs {
|
|
1783
1834
|
font-size: 0.75rem;
|
|
1784
1835
|
line-height: 1rem;
|
|
1785
|
-
}
|
|
1836
|
+
}
|
|
1786
1837
|
.theme-crazyDomains .tw-font-bold {
|
|
1787
1838
|
font-weight: 700;
|
|
1788
|
-
}
|
|
1839
|
+
}
|
|
1789
1840
|
.theme-crazyDomains .tw-font-normal {
|
|
1790
1841
|
font-weight: 400;
|
|
1791
|
-
}
|
|
1842
|
+
}
|
|
1792
1843
|
.theme-crazyDomains .tw-font-semibold {
|
|
1793
1844
|
font-weight: 600;
|
|
1794
|
-
}
|
|
1845
|
+
}
|
|
1795
1846
|
.theme-crazyDomains .tw-uppercase {
|
|
1796
1847
|
text-transform: uppercase;
|
|
1797
|
-
}
|
|
1848
|
+
}
|
|
1798
1849
|
.theme-crazyDomains .tw-capitalize {
|
|
1799
1850
|
text-transform: capitalize;
|
|
1800
|
-
}
|
|
1851
|
+
}
|
|
1801
1852
|
.theme-crazyDomains .tw-leading-tight {
|
|
1802
1853
|
line-height: 1.25;
|
|
1803
|
-
}
|
|
1854
|
+
}
|
|
1804
1855
|
.theme-crazyDomains .tw-text-black {
|
|
1805
1856
|
--tw-text-opacity: 1;
|
|
1806
1857
|
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
1807
|
-
}
|
|
1858
|
+
}
|
|
1808
1859
|
.theme-crazyDomains .tw-text-error-500 {
|
|
1809
1860
|
--tw-text-opacity: 1;
|
|
1810
1861
|
color: rgb(233 30 99 / var(--tw-text-opacity));
|
|
1811
|
-
}
|
|
1862
|
+
}
|
|
1812
1863
|
.theme-crazyDomains .tw-text-error-700 {
|
|
1813
1864
|
--tw-text-opacity: 1;
|
|
1814
1865
|
color: rgb(140 18 59 / var(--tw-text-opacity));
|
|
1815
|
-
}
|
|
1866
|
+
}
|
|
1816
1867
|
.theme-crazyDomains .tw-text-grayscale-500 {
|
|
1817
1868
|
--tw-text-opacity: 1;
|
|
1818
1869
|
color: rgb(199 204 207 / var(--tw-text-opacity));
|
|
1819
|
-
}
|
|
1870
|
+
}
|
|
1820
1871
|
.theme-crazyDomains .tw-text-grayscale-600 {
|
|
1821
1872
|
--tw-text-opacity: 1;
|
|
1822
1873
|
color: rgb(102 111 115 / var(--tw-text-opacity));
|
|
1823
|
-
}
|
|
1874
|
+
}
|
|
1824
1875
|
.theme-crazyDomains .tw-text-grayscale-700 {
|
|
1825
1876
|
--tw-text-opacity: 1;
|
|
1826
1877
|
color: rgb(87 97 99 / var(--tw-text-opacity));
|
|
1827
|
-
}
|
|
1878
|
+
}
|
|
1828
1879
|
.theme-crazyDomains .tw-text-grayscale-800 {
|
|
1829
1880
|
--tw-text-opacity: 1;
|
|
1830
1881
|
color: rgb(79 89 92 / var(--tw-text-opacity));
|
|
1831
|
-
}
|
|
1882
|
+
}
|
|
1832
1883
|
.theme-crazyDomains .tw-text-info-300 {
|
|
1833
1884
|
--tw-text-opacity: 1;
|
|
1834
1885
|
color: rgb(102 199 245 / var(--tw-text-opacity));
|
|
1835
|
-
}
|
|
1886
|
+
}
|
|
1836
1887
|
.theme-crazyDomains .tw-text-info-500 {
|
|
1837
1888
|
--tw-text-opacity: 1;
|
|
1838
1889
|
color: rgb(0 161 239 / var(--tw-text-opacity));
|
|
1839
|
-
}
|
|
1890
|
+
}
|
|
1840
1891
|
.theme-crazyDomains .tw-text-primary-500 {
|
|
1841
1892
|
--tw-text-opacity: 1;
|
|
1842
1893
|
color: rgb(111 172 47 / var(--tw-text-opacity));
|
|
1843
|
-
}
|
|
1894
|
+
}
|
|
1844
1895
|
.theme-crazyDomains .tw-text-secondary-400 {
|
|
1845
1896
|
--tw-text-opacity: 1;
|
|
1846
1897
|
color: rgb(109 109 109 / var(--tw-text-opacity));
|
|
1847
|
-
}
|
|
1898
|
+
}
|
|
1848
1899
|
.theme-crazyDomains .tw-text-secondary-500 {
|
|
1849
1900
|
--tw-text-opacity: 1;
|
|
1850
1901
|
color: rgb(72 72 72 / var(--tw-text-opacity));
|
|
1851
|
-
}
|
|
1902
|
+
}
|
|
1852
1903
|
.theme-crazyDomains .tw-text-secondary-600 {
|
|
1853
1904
|
--tw-text-opacity: 1;
|
|
1854
1905
|
color: rgb(58 58 58 / var(--tw-text-opacity));
|
|
1855
|
-
}
|
|
1906
|
+
}
|
|
1856
1907
|
.theme-crazyDomains .tw-text-secondary-800 {
|
|
1857
1908
|
--tw-text-opacity: 1;
|
|
1858
1909
|
color: rgb(29 29 29 / var(--tw-text-opacity));
|
|
1859
|
-
}
|
|
1910
|
+
}
|
|
1860
1911
|
.theme-crazyDomains .tw-text-success-500 {
|
|
1861
1912
|
--tw-text-opacity: 1;
|
|
1862
1913
|
color: rgb(111 172 47 / var(--tw-text-opacity));
|
|
1863
|
-
}
|
|
1914
|
+
}
|
|
1864
1915
|
.theme-crazyDomains .tw-text-success-600 {
|
|
1865
1916
|
--tw-text-opacity: 1;
|
|
1866
1917
|
color: rgb(89 138 38 / var(--tw-text-opacity));
|
|
1867
|
-
}
|
|
1918
|
+
}
|
|
1868
1919
|
.theme-crazyDomains .tw-text-success-700 {
|
|
1869
1920
|
--tw-text-opacity: 1;
|
|
1870
1921
|
color: rgb(67 103 28 / var(--tw-text-opacity));
|
|
1871
|
-
}
|
|
1922
|
+
}
|
|
1872
1923
|
.theme-crazyDomains .tw-text-warning-700 {
|
|
1873
1924
|
--tw-text-opacity: 1;
|
|
1874
1925
|
color: rgb(145 109 25 / var(--tw-text-opacity));
|
|
1875
|
-
}
|
|
1926
|
+
}
|
|
1876
1927
|
.theme-crazyDomains .tw-text-white {
|
|
1877
1928
|
--tw-text-opacity: 1;
|
|
1878
1929
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1879
|
-
}
|
|
1930
|
+
}
|
|
1880
1931
|
.theme-crazyDomains .tw-underline {
|
|
1881
1932
|
text-decoration-line: underline;
|
|
1882
|
-
}
|
|
1933
|
+
}
|
|
1883
1934
|
.theme-crazyDomains .tw-no-underline {
|
|
1884
1935
|
text-decoration-line: none;
|
|
1885
|
-
}
|
|
1936
|
+
}
|
|
1886
1937
|
.theme-crazyDomains .tw-opacity-0 {
|
|
1887
1938
|
opacity: 0;
|
|
1888
|
-
}
|
|
1939
|
+
}
|
|
1889
1940
|
.theme-crazyDomains .tw-opacity-100 {
|
|
1890
1941
|
opacity: 1;
|
|
1891
|
-
}
|
|
1942
|
+
}
|
|
1892
1943
|
.theme-crazyDomains .tw-opacity-30 {
|
|
1893
1944
|
opacity: 0.3;
|
|
1894
|
-
}
|
|
1945
|
+
}
|
|
1895
1946
|
.theme-crazyDomains .tw-opacity-40 {
|
|
1896
1947
|
opacity: 0.4;
|
|
1897
|
-
}
|
|
1948
|
+
}
|
|
1898
1949
|
.theme-crazyDomains .tw-opacity-50 {
|
|
1899
1950
|
opacity: 0.5;
|
|
1900
|
-
}
|
|
1951
|
+
}
|
|
1901
1952
|
.\!tw-shadow-\[0_0_0_1px\] {
|
|
1902
1953
|
--tw-shadow: 0 0 0 1px !important;
|
|
1903
1954
|
--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color) !important;
|
|
1904
1955
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
1905
|
-
}
|
|
1956
|
+
}
|
|
1906
1957
|
.\!tw-shadow-\[0_0_0_2px\] {
|
|
1907
1958
|
--tw-shadow: 0 0 0 2px !important;
|
|
1908
1959
|
--tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color) !important;
|
|
1909
1960
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
1910
|
-
}
|
|
1961
|
+
}
|
|
1911
1962
|
.theme-crazyDomains .tw-shadow {
|
|
1912
1963
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1913
1964
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1914
1965
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1915
|
-
}
|
|
1966
|
+
}
|
|
1916
1967
|
.theme-crazyDomains .tw-shadow-inner {
|
|
1917
1968
|
--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
|
|
1918
1969
|
--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
|
|
1919
1970
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1920
|
-
}
|
|
1971
|
+
}
|
|
1921
1972
|
.theme-crazyDomains .tw-shadow-lg {
|
|
1922
1973
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1923
1974
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
1924
1975
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1925
|
-
}
|
|
1976
|
+
}
|
|
1926
1977
|
.theme-crazyDomains .tw-shadow-md {
|
|
1927
1978
|
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
1928
1979
|
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
|
1929
1980
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1930
|
-
}
|
|
1981
|
+
}
|
|
1931
1982
|
.theme-crazyDomains .tw-shadow-sm {
|
|
1932
1983
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1933
1984
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
1934
1985
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1935
|
-
}
|
|
1986
|
+
}
|
|
1936
1987
|
.theme-crazyDomains .tw-shadow-xl {
|
|
1937
1988
|
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
1938
1989
|
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
|
|
1939
1990
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1940
|
-
}
|
|
1991
|
+
}
|
|
1941
1992
|
.\!tw-shadow-info-500 {
|
|
1942
1993
|
--tw-shadow-color: #00A1EF !important;
|
|
1943
1994
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
1944
|
-
}
|
|
1995
|
+
}
|
|
1945
1996
|
.\!tw-shadow-secondary-200 {
|
|
1946
1997
|
--tw-shadow-color: #b6b6b6 !important;
|
|
1947
1998
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
1948
|
-
}
|
|
1999
|
+
}
|
|
1949
2000
|
.theme-crazyDomains .tw-outline-none {
|
|
1950
2001
|
outline: 2px solid transparent;
|
|
1951
2002
|
outline-offset: 2px;
|
|
1952
|
-
}
|
|
2003
|
+
}
|
|
1953
2004
|
.theme-crazyDomains .tw-ring-1 {
|
|
1954
2005
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
1955
2006
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
1956
2007
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
1957
|
-
}
|
|
2008
|
+
}
|
|
1958
2009
|
.theme-crazyDomains .tw-ring-black {
|
|
1959
2010
|
--tw-ring-opacity: 1;
|
|
1960
2011
|
--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
|
|
1961
|
-
}
|
|
2012
|
+
}
|
|
1962
2013
|
.theme-crazyDomains .tw-ring-opacity-5 {
|
|
1963
2014
|
--tw-ring-opacity: 0.05;
|
|
1964
|
-
}
|
|
2015
|
+
}
|
|
1965
2016
|
.theme-crazyDomains .tw-drop-shadow-sm {
|
|
1966
2017
|
--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
|
|
1967
2018
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1968
|
-
}
|
|
2019
|
+
}
|
|
1969
2020
|
.theme-crazyDomains .tw-transition-colors {
|
|
1970
2021
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1971
2022
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1972
2023
|
transition-duration: 150ms;
|
|
1973
|
-
}
|
|
2024
|
+
}
|
|
1974
2025
|
.theme-crazyDomains .tw-transition-shadow {
|
|
1975
2026
|
transition-property: box-shadow;
|
|
1976
2027
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1977
2028
|
transition-duration: 150ms;
|
|
1978
|
-
}
|
|
2029
|
+
}
|
|
1979
2030
|
.theme-crazyDomains .tw-transition-transform {
|
|
1980
2031
|
transition-property: transform;
|
|
1981
2032
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1982
2033
|
transition-duration: 150ms;
|
|
1983
|
-
}
|
|
2034
|
+
}
|
|
1984
2035
|
.theme-crazyDomains .tw-duration-200 {
|
|
1985
2036
|
transition-duration: 200ms;
|
|
1986
|
-
}
|
|
2037
|
+
}
|
|
1987
2038
|
.theme-crazyDomains .tw-duration-300 {
|
|
1988
2039
|
transition-duration: 300ms;
|
|
1989
|
-
}
|
|
2040
|
+
}
|
|
1990
2041
|
.theme-crazyDomains .tw-ease-in-out {
|
|
1991
2042
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1992
|
-
}
|
|
2043
|
+
}
|
|
1993
2044
|
.theme-crazyDomains .tw-ease-out {
|
|
1994
2045
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
1995
|
-
}
|
|
2046
|
+
}
|
|
2047
|
+
.theme-crazyDomains .hover\:tw-border-grayscale-400:hover {
|
|
1996
2048
|
--tw-border-opacity: 1;
|
|
1997
2049
|
border-color: rgb(235 238 243 / var(--tw-border-opacity));
|
|
1998
|
-
}
|
|
2050
|
+
}
|
|
2051
|
+
.theme-crazyDomains .hover\:tw-border-info-600:hover {
|
|
1999
2052
|
--tw-border-opacity: 1;
|
|
2000
2053
|
border-color: rgb(0 129 191 / var(--tw-border-opacity));
|
|
2001
|
-
}
|
|
2054
|
+
}
|
|
2055
|
+
.theme-crazyDomains .hover\:tw-border-primary-600:hover {
|
|
2002
2056
|
--tw-border-opacity: 1;
|
|
2003
2057
|
border-color: rgb(89 138 38 / var(--tw-border-opacity));
|
|
2004
|
-
}
|
|
2058
|
+
}
|
|
2059
|
+
.theme-crazyDomains .hover\:tw-border-primary-700:hover {
|
|
2005
2060
|
--tw-border-opacity: 1;
|
|
2006
2061
|
border-color: rgb(67 103 28 / var(--tw-border-opacity));
|
|
2007
|
-
}
|
|
2062
|
+
}
|
|
2063
|
+
.theme-crazyDomains .hover\:tw-border-secondary-700:hover {
|
|
2008
2064
|
--tw-border-opacity: 1;
|
|
2009
2065
|
border-color: rgb(43 43 43 / var(--tw-border-opacity));
|
|
2010
|
-
}
|
|
2066
|
+
}
|
|
2067
|
+
.theme-crazyDomains .hover\:tw-border-success-600:hover {
|
|
2011
2068
|
--tw-border-opacity: 1;
|
|
2012
2069
|
border-color: rgb(89 138 38 / var(--tw-border-opacity));
|
|
2013
|
-
}
|
|
2070
|
+
}
|
|
2071
|
+
.theme-crazyDomains .hover\:tw-border-warning-600:hover {
|
|
2014
2072
|
--tw-border-opacity: 1;
|
|
2015
2073
|
border-color: rgb(194 145 33 / var(--tw-border-opacity));
|
|
2016
|
-
}
|
|
2074
|
+
}
|
|
2075
|
+
.theme-crazyDomains .hover\:tw-bg-grayscale-200:hover {
|
|
2017
2076
|
--tw-bg-opacity: 1;
|
|
2018
2077
|
background-color: rgb(247 247 250 / var(--tw-bg-opacity));
|
|
2019
|
-
}
|
|
2078
|
+
}
|
|
2079
|
+
.theme-crazyDomains .hover\:tw-bg-grayscale-300:hover {
|
|
2020
2080
|
--tw-bg-opacity: 1;
|
|
2021
2081
|
background-color: rgb(240 240 245 / var(--tw-bg-opacity));
|
|
2022
|
-
}
|
|
2082
|
+
}
|
|
2083
|
+
.theme-crazyDomains .hover\:tw-bg-grayscale-400:hover {
|
|
2023
2084
|
--tw-bg-opacity: 1;
|
|
2024
2085
|
background-color: rgb(235 238 243 / var(--tw-bg-opacity));
|
|
2025
|
-
}
|
|
2086
|
+
}
|
|
2087
|
+
.theme-crazyDomains .hover\:tw-bg-info-100:hover {
|
|
2026
2088
|
--tw-bg-opacity: 1;
|
|
2027
2089
|
background-color: rgb(230 246 253 / var(--tw-bg-opacity));
|
|
2028
|
-
}
|
|
2090
|
+
}
|
|
2091
|
+
.theme-crazyDomains .hover\:tw-bg-info-400:hover {
|
|
2029
2092
|
--tw-bg-opacity: 1;
|
|
2030
2093
|
background-color: rgb(51 180 242 / var(--tw-bg-opacity));
|
|
2031
|
-
}
|
|
2094
|
+
}
|
|
2095
|
+
.theme-crazyDomains .hover\:tw-bg-info-600:hover {
|
|
2032
2096
|
--tw-bg-opacity: 1;
|
|
2033
2097
|
background-color: rgb(0 129 191 / var(--tw-bg-opacity));
|
|
2034
|
-
}
|
|
2098
|
+
}
|
|
2099
|
+
.theme-crazyDomains .hover\:tw-bg-primary-100:hover {
|
|
2035
2100
|
--tw-bg-opacity: 1;
|
|
2036
2101
|
background-color: rgb(226 238 213 / var(--tw-bg-opacity));
|
|
2037
|
-
}
|
|
2102
|
+
}
|
|
2103
|
+
.theme-crazyDomains .hover\:tw-bg-primary-400:hover {
|
|
2038
2104
|
--tw-bg-opacity: 1;
|
|
2039
2105
|
background-color: rgb(140 189 89 / var(--tw-bg-opacity));
|
|
2040
|
-
}
|
|
2106
|
+
}
|
|
2107
|
+
.theme-crazyDomains .hover\:tw-bg-primary-600:hover {
|
|
2041
2108
|
--tw-bg-opacity: 1;
|
|
2042
2109
|
background-color: rgb(89 138 38 / var(--tw-bg-opacity));
|
|
2043
|
-
}
|
|
2110
|
+
}
|
|
2111
|
+
.theme-crazyDomains .hover\:tw-bg-secondary-100:hover {
|
|
2044
2112
|
--tw-bg-opacity: 1;
|
|
2045
2113
|
background-color: rgb(218 218 218 / var(--tw-bg-opacity));
|
|
2046
|
-
}
|
|
2114
|
+
}
|
|
2115
|
+
.theme-crazyDomains .hover\:tw-bg-secondary-400:hover {
|
|
2047
2116
|
--tw-bg-opacity: 1;
|
|
2048
2117
|
background-color: rgb(109 109 109 / var(--tw-bg-opacity));
|
|
2049
|
-
}
|
|
2118
|
+
}
|
|
2119
|
+
.theme-crazyDomains .hover\:tw-bg-secondary-500:hover {
|
|
2050
2120
|
--tw-bg-opacity: 1;
|
|
2051
2121
|
background-color: rgb(72 72 72 / var(--tw-bg-opacity));
|
|
2052
|
-
}
|
|
2122
|
+
}
|
|
2123
|
+
.theme-crazyDomains .hover\:tw-bg-secondary-600:hover {
|
|
2053
2124
|
--tw-bg-opacity: 1;
|
|
2054
2125
|
background-color: rgb(58 58 58 / var(--tw-bg-opacity));
|
|
2055
|
-
}
|
|
2126
|
+
}
|
|
2127
|
+
.theme-crazyDomains .hover\:tw-bg-success-100:hover {
|
|
2056
2128
|
--tw-bg-opacity: 1;
|
|
2057
2129
|
background-color: rgb(226 238 213 / var(--tw-bg-opacity));
|
|
2058
|
-
}
|
|
2130
|
+
}
|
|
2131
|
+
.theme-crazyDomains .hover\:tw-bg-success-600:hover {
|
|
2059
2132
|
--tw-bg-opacity: 1;
|
|
2060
2133
|
background-color: rgb(89 138 38 / var(--tw-bg-opacity));
|
|
2061
|
-
}
|
|
2134
|
+
}
|
|
2135
|
+
.theme-crazyDomains .hover\:tw-bg-warning-600:hover {
|
|
2062
2136
|
--tw-bg-opacity: 1;
|
|
2063
2137
|
background-color: rgb(194 145 33 / var(--tw-bg-opacity));
|
|
2064
|
-
}
|
|
2138
|
+
}
|
|
2139
|
+
.theme-crazyDomains .hover\:tw-text-grayscale-800:hover {
|
|
2065
2140
|
--tw-text-opacity: 1;
|
|
2066
2141
|
color: rgb(79 89 92 / var(--tw-text-opacity));
|
|
2067
|
-
}
|
|
2142
|
+
}
|
|
2143
|
+
.theme-crazyDomains .hover\:tw-text-secondary-500:hover {
|
|
2068
2144
|
--tw-text-opacity: 1;
|
|
2069
2145
|
color: rgb(72 72 72 / var(--tw-text-opacity));
|
|
2070
|
-
}
|
|
2146
|
+
}
|
|
2147
|
+
.theme-crazyDomains .hover\:tw-text-success-600:hover {
|
|
2071
2148
|
--tw-text-opacity: 1;
|
|
2072
2149
|
color: rgb(89 138 38 / var(--tw-text-opacity));
|
|
2073
|
-
}
|
|
2150
|
+
}
|
|
2151
|
+
.theme-crazyDomains .hover\:tw-text-white:hover {
|
|
2074
2152
|
--tw-text-opacity: 1;
|
|
2075
2153
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2076
|
-
}
|
|
2154
|
+
}
|
|
2155
|
+
.theme-crazyDomains .hover\:tw-underline:hover {
|
|
2077
2156
|
text-decoration-line: underline;
|
|
2078
|
-
}
|
|
2157
|
+
}
|
|
2158
|
+
.theme-crazyDomains .hover\:tw-shadow-lg:hover {
|
|
2079
2159
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
2080
2160
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
2081
2161
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2082
|
-
}
|
|
2162
|
+
}
|
|
2163
|
+
.theme-crazyDomains .hover\:\!tw-shadow-info-500:hover {
|
|
2083
2164
|
--tw-shadow-color: #00A1EF !important;
|
|
2084
2165
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2085
|
-
}
|
|
2166
|
+
}
|
|
2167
|
+
.theme-crazyDomains .hover\:tw-brightness-\[0\.85\]:hover {
|
|
2086
2168
|
--tw-brightness: brightness(0.85);
|
|
2087
2169
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
2088
|
-
}
|
|
2170
|
+
}
|
|
2171
|
+
.theme-crazyDomains .focus\:tw-border-error-600:focus {
|
|
2089
2172
|
--tw-border-opacity: 1;
|
|
2090
2173
|
border-color: rgb(186 24 79 / var(--tw-border-opacity));
|
|
2091
|
-
}
|
|
2174
|
+
}
|
|
2175
|
+
.theme-crazyDomains .focus\:tw-border-grayscale-600:focus {
|
|
2092
2176
|
--tw-border-opacity: 1;
|
|
2093
2177
|
border-color: rgb(102 111 115 / var(--tw-border-opacity));
|
|
2094
|
-
}
|
|
2178
|
+
}
|
|
2179
|
+
.theme-crazyDomains .focus\:tw-border-grayscale-700:focus {
|
|
2095
2180
|
--tw-border-opacity: 1;
|
|
2096
2181
|
border-color: rgb(87 97 99 / var(--tw-border-opacity));
|
|
2097
|
-
}
|
|
2182
|
+
}
|
|
2183
|
+
.theme-crazyDomains .focus\:tw-border-success-600:focus {
|
|
2098
2184
|
--tw-border-opacity: 1;
|
|
2099
2185
|
border-color: rgb(89 138 38 / var(--tw-border-opacity));
|
|
2100
|
-
}
|
|
2186
|
+
}
|
|
2187
|
+
.theme-crazyDomains .focus\:tw-border-warning-600:focus {
|
|
2101
2188
|
--tw-border-opacity: 1;
|
|
2102
2189
|
border-color: rgb(194 145 33 / var(--tw-border-opacity));
|
|
2103
|
-
}
|
|
2190
|
+
}
|
|
2191
|
+
.theme-crazyDomains .focus\:tw-outline-none:focus {
|
|
2104
2192
|
outline: 2px solid transparent;
|
|
2105
2193
|
outline-offset: 2px;
|
|
2106
|
-
}
|
|
2194
|
+
}
|
|
2107
2195
|
.theme-crazyDomains .tw-group:hover .group-hover\:tw-text-info-500 {
|
|
2108
2196
|
--tw-text-opacity: 1;
|
|
2109
2197
|
color: rgb(0 161 239 / var(--tw-text-opacity));
|
|
2110
|
-
}
|
|
2198
|
+
}
|
|
2111
2199
|
@media (min-width: 640px) {
|
|
2112
2200
|
.theme-crazyDomains .sm\:tw-absolute {
|
|
2113
2201
|
position: absolute;
|
|
@@ -2131,6 +2219,9 @@ video {
|
|
|
2131
2219
|
.theme-crazyDomains .sm\:tw-mb-4 {
|
|
2132
2220
|
margin-bottom: 1rem;
|
|
2133
2221
|
}
|
|
2222
|
+
.theme-crazyDomains .sm\:tw-ml-2 {
|
|
2223
|
+
margin-left: 0.5rem;
|
|
2224
|
+
}
|
|
2134
2225
|
.theme-crazyDomains .sm\:tw-ml-4 {
|
|
2135
2226
|
margin-left: 1rem;
|
|
2136
2227
|
}
|
|
@@ -2167,6 +2258,9 @@ video {
|
|
|
2167
2258
|
.theme-crazyDomains .sm\:tw-flex-row {
|
|
2168
2259
|
flex-direction: row;
|
|
2169
2260
|
}
|
|
2261
|
+
.theme-crazyDomains .sm\:tw-items-center {
|
|
2262
|
+
align-items: center;
|
|
2263
|
+
}
|
|
2170
2264
|
.theme-crazyDomains .sm\:tw-rounded-md {
|
|
2171
2265
|
border-radius: 0.375rem;
|
|
2172
2266
|
}
|
|
@@ -2174,7 +2268,7 @@ video {
|
|
|
2174
2268
|
padding-left: 1rem;
|
|
2175
2269
|
padding-right: 1rem;
|
|
2176
2270
|
}
|
|
2177
|
-
}
|
|
2271
|
+
}
|
|
2178
2272
|
@media (min-width: 768px) {
|
|
2179
2273
|
.theme-crazyDomains .md\:tw-right-6 {
|
|
2180
2274
|
right: 1.5rem;
|
|
@@ -2293,6 +2387,10 @@ video {
|
|
|
2293
2387
|
.theme-crazyDomains .md\:tw-p-8 {
|
|
2294
2388
|
padding: 2rem;
|
|
2295
2389
|
}
|
|
2390
|
+
.theme-crazyDomains .md\:tw-px-12 {
|
|
2391
|
+
padding-left: 3rem;
|
|
2392
|
+
padding-right: 3rem;
|
|
2393
|
+
}
|
|
2296
2394
|
.theme-crazyDomains .md\:tw-px-4 {
|
|
2297
2395
|
padding-left: 1rem;
|
|
2298
2396
|
padding-right: 1rem;
|
|
@@ -2322,7 +2420,7 @@ video {
|
|
|
2322
2420
|
font-size: 0.75rem;
|
|
2323
2421
|
line-height: 1rem;
|
|
2324
2422
|
}
|
|
2325
|
-
}
|
|
2423
|
+
}
|
|
2326
2424
|
@media (min-width: 1024px) {
|
|
2327
2425
|
.theme-crazyDomains .lg\:tw-static {
|
|
2328
2426
|
position: static;
|
|
@@ -2371,4 +2469,4 @@ video {
|
|
|
2371
2469
|
.theme-crazyDomains .lg\:tw-pt-20 {
|
|
2372
2470
|
padding-top: 5rem;
|
|
2373
2471
|
}
|
|
2374
|
-
}
|
|
2472
|
+
}
|