@designcrowd/fe-shared-lib 1.5.36 → 1.6.0-eng-4039
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/.github/workflows/claude.yml +72 -72
- 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 +4 -4
- package/.storybook/preview-head.html +4 -4
- package/.storybook/preview.js +53 -53
- package/CLAUDE.md +94 -94
- package/Dockerfile +43 -43
- package/README.md +103 -103
- package/buildspec.yml +47 -47
- package/index.cjs +16 -16
- package/index.js +60 -62
- package/nodemon.translation.json +6 -6
- package/package.json +115 -115
- package/postcss.config.js +5 -5
- package/public/css/tailwind-brandCrowd.css +539 -523
- package/public/css/tailwind-brandPage.css +452 -420
- package/public/css/tailwind-crazyDomains.css +539 -523
- package/public/css/tailwind-designCom.css +539 -523
- package/public/css/tailwind-designCrowd.css +539 -523
- 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 +384 -352
- package/src/atoms/components/Carousel/carousel.stories.js +652 -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 +123 -123
- 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 +408 -408
- package/src/atoms/components/Icon/Icon.vue +924 -928
- 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/annotate-heart.vue +7 -7
- 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/award.vue +7 -7
- 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/bezier-curve-outline.vue +7 -7
- package/src/atoms/components/Icon/icons/bezier-curve.vue +7 -7
- package/src/atoms/components/Icon/icons/briefcase.vue +7 -7
- package/src/atoms/components/Icon/icons/browser.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-vertical.vue +7 -7
- 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/crown-alt.vue +5 -5
- package/src/atoms/components/Icon/icons/crown.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/digital-business-card-filled.vue +8 -8
- 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-empty.vue +7 -7
- 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/font.vue +7 -7
- 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 +6 -6
- package/src/atoms/components/Icon/icons/hamburger.vue +7 -7
- package/src/atoms/components/Icon/icons/headphones.vue +7 -7
- package/src/atoms/components/Icon/icons/home-outline.vue +6 -6
- 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/image.vue +7 -7
- 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/lightning.vue +7 -7
- package/src/atoms/components/Icon/icons/link-in-bio-filled.vue +8 -8
- 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/logo.vue +7 -7
- 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-blank.vue +6 -6
- 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-outline.vue +7 -7
- 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-outline.vue +7 -7
- package/src/atoms/components/Icon/icons/pen-sparkle.vue +17 -17
- package/src/atoms/components/Icon/icons/pen-tool.vue +7 -7
- package/src/atoms/components/Icon/icons/pen.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/premium-content.vue +8 -8
- 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-alt.vue +20 -20
- 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 +9 -9
- 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/sparkle-square.vue +22 -22
- 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/websites/upgrade-to-add-page.vue +50 -50
- package/src/atoms/components/Icon/icons/websites/upgrade-to-contact-form.vue +82 -82
- package/src/atoms/components/Icon/icons/websites/upgrade-to-google-ad.vue +92 -92
- package/src/atoms/components/Icon/icons/websites/upgrade-to-maps.vue +40 -40
- package/src/atoms/components/Icon/icons/websites/upgrade-to-publish.vue +107 -107
- package/src/atoms/components/Icon/icons/websites/upgrade-to-remove-watermark.vue +74 -74
- package/src/atoms/components/Icon/icons/websites/upgrade-to-videos.vue +16 -16
- 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 +313 -313
- 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 +94 -94
- package/src/atoms/components/design-com/Icon/Icon.vue +181 -181
- package/src/atoms/components/design-com/Icon/icons/ai.vue +5 -5
- package/src/atoms/components/design-com/Icon/icons/award.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/badge.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/briefcase.vue +6 -6
- package/src/atoms/components/design-com/Icon/icons/browser.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/bulb.vue +7 -7
- package/src/atoms/components/design-com/Icon/icons/card-vertical.vue +8 -8
- package/src/atoms/components/design-com/Icon/icons/card.vue +6 -6
- 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/folder.vue +5 -5
- 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/lightning.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/printing.vue +5 -5
- 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/shield-tick.vue +5 -5
- 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 +8 -52
- package/src/bundles/bundled-translations.es-ES.json +8 -52
- package/src/bundles/bundled-translations.fr-CA.json +8 -52
- package/src/bundles/bundled-translations.fr-FR.json +8 -52
- package/src/bundles/bundled-translations.json +8 -52
- package/src/bundles/bundled-translations.pt-BR.json +8 -52
- package/src/bundles/bundled-translations.pt-PT.json +8 -52
- package/src/css/tailwind.css +3 -3
- package/src/experiences/clients/brand-crowd-api.client.js +124 -142
- 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 +472 -472
- 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 +26 -26
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.es-ES.json +26 -26
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-CA.json +26 -26
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.fr-FR.json +26 -26
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.json +26 -26
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-BR.json +26 -26
- package/src/experiences/components/PublishBrandPageModal/i18n/publish-brand-page-modal.pt-PT.json +26 -26
- 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 +222 -222
- 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 -223
- 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/SideNavigationPanel/MenuCta.vue +62 -62
- package/src/experiences/components/SideNavigationPanel/MenuItem.vue +40 -40
- package/src/experiences/components/SideNavigationPanel/SideNavigationPanel.stories.js +219 -219
- package/src/experiences/components/SideNavigationPanel/SideNavigationPanel.vue +48 -48
- package/src/experiences/components/SideNavigationPanel/types.ts +7 -7
- package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.stories.js +205 -254
- package/src/experiences/components/UploadYourLogoApplication/UploadYourLogoApplication.vue +133 -163
- 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 -109
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoUploadingLoader.vue +22 -39
- package/src/experiences/components/UploadYourLogoOnBoarding/UploadYourLogoOnBoarding.vue +302 -363
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.de-DE.json +34 -37
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.es-ES.json +34 -37
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.fr-CA.json +34 -37
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.fr-FR.json +34 -37
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.json +35 -37
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.pt-BR.json +34 -37
- package/src/experiences/components/UploadYourLogoOnBoarding/i18n/upload-your-logo.pt-PT.json +34 -37
- 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/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.stories.js +181 -181
- package/src/experiences/components/WebsitesContextualUpgradeModal/WebsiteContextualUpgradeModal.vue +203 -203
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.de-DE.json +42 -42
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.es-ES.json +42 -42
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.fr-CA.json +42 -42
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.fr-FR.json +42 -42
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.json +42 -42
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.pt-BR.json +42 -42
- package/src/experiences/components/WebsitesContextualUpgradeModal/i18n/website-contextual-upgrade-modal.pt-PT.json +42 -42
- package/src/experiences/constants/api.js +8 -9
- 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/experiences/models/websiteContextualModel.ts +11 -11
- 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 +131 -131
- 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
- package/dist/css/tailwind-brandCrowd.css +0 -2557
- package/dist/css/tailwind-brandPage.css +0 -2241
- package/dist/css/tailwind-crazyDomains.css +0 -2557
- package/dist/css/tailwind-designCom.css +0 -2557
- package/dist/css/tailwind-designCrowd.css +0 -2557
- package/docs/plans/DY-957-plan-phase-2-fe-shared-lib.md +0 -382
- package/src/atoms/components/AiPoweredLoader/AiPoweredLoader.stories.js +0 -364
- package/src/atoms/components/AiPoweredLoader/AiPoweredLoader.vue +0 -296
- package/src/atoms/components/Icon/icons/history.vue +0 -12
- package/src/atoms/components/Icon/icons/save.vue +0 -6
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoKeywords.stories.js +0 -65
- package/src/experiences/components/UploadYourLogoOnBoarding/LogoKeywords.vue +0 -156
|
@@ -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-brandCrowd .tw-container {
|
|
496
496
|
width: 100%;
|
|
497
|
-
}
|
|
497
|
+
}
|
|
498
498
|
@media (min-width: 640px) {
|
|
499
499
|
|
|
500
500
|
.theme-brandCrowd .tw-container {
|
|
501
501
|
max-width: 640px;
|
|
502
502
|
}
|
|
503
|
-
}
|
|
503
|
+
}
|
|
504
504
|
@media (min-width: 768px) {
|
|
505
505
|
|
|
506
506
|
.theme-brandCrowd .tw-container {
|
|
507
507
|
max-width: 768px;
|
|
508
508
|
}
|
|
509
|
-
}
|
|
509
|
+
}
|
|
510
510
|
@media (min-width: 1024px) {
|
|
511
511
|
|
|
512
512
|
.theme-brandCrowd .tw-container {
|
|
513
513
|
max-width: 1024px;
|
|
514
514
|
}
|
|
515
|
-
}
|
|
515
|
+
}
|
|
516
516
|
@media (min-width: 1280px) {
|
|
517
517
|
|
|
518
518
|
.theme-brandCrowd .tw-container {
|
|
519
519
|
max-width: 1280px;
|
|
520
520
|
}
|
|
521
|
-
}
|
|
521
|
+
}
|
|
522
522
|
@media (min-width: 1536px) {
|
|
523
523
|
|
|
524
524
|
.theme-brandCrowd .tw-container {
|
|
525
525
|
max-width: 1536px;
|
|
526
526
|
}
|
|
527
|
-
}
|
|
527
|
+
}
|
|
528
528
|
.theme-brandCrowd .tw-sr-only {
|
|
529
529
|
position: absolute;
|
|
530
530
|
width: 1px;
|
|
@@ -535,1667 +535,1665 @@ video {
|
|
|
535
535
|
clip: rect(0, 0, 0, 0);
|
|
536
536
|
white-space: nowrap;
|
|
537
537
|
border-width: 0;
|
|
538
|
-
}
|
|
538
|
+
}
|
|
539
539
|
.theme-brandCrowd .tw-pointer-events-none {
|
|
540
540
|
pointer-events: none;
|
|
541
|
-
}
|
|
541
|
+
}
|
|
542
542
|
.theme-brandCrowd .tw-static {
|
|
543
543
|
position: static;
|
|
544
|
-
}
|
|
544
|
+
}
|
|
545
545
|
.theme-brandCrowd .tw-fixed {
|
|
546
546
|
position: fixed;
|
|
547
|
-
}
|
|
547
|
+
}
|
|
548
548
|
.theme-brandCrowd .tw-absolute {
|
|
549
549
|
position: absolute;
|
|
550
|
-
}
|
|
550
|
+
}
|
|
551
551
|
.theme-brandCrowd .tw-relative {
|
|
552
552
|
position: relative;
|
|
553
|
-
}
|
|
553
|
+
}
|
|
554
554
|
.theme-brandCrowd .tw--left-16 {
|
|
555
555
|
left: -4rem;
|
|
556
|
-
}
|
|
556
|
+
}
|
|
557
557
|
.theme-brandCrowd .tw--right-16 {
|
|
558
558
|
right: -4rem;
|
|
559
|
-
}
|
|
559
|
+
}
|
|
560
560
|
.theme-brandCrowd .tw-bottom-0 {
|
|
561
561
|
bottom: 0px;
|
|
562
|
-
}
|
|
562
|
+
}
|
|
563
563
|
.theme-brandCrowd .tw-bottom-full {
|
|
564
564
|
bottom: 100%;
|
|
565
|
-
}
|
|
565
|
+
}
|
|
566
566
|
.theme-brandCrowd .tw-left-0 {
|
|
567
567
|
left: 0px;
|
|
568
|
-
}
|
|
568
|
+
}
|
|
569
569
|
.theme-brandCrowd .tw-left-1\/2 {
|
|
570
570
|
left: 50%;
|
|
571
|
-
}
|
|
571
|
+
}
|
|
572
572
|
.theme-brandCrowd .tw-left-2 {
|
|
573
573
|
left: 0.5rem;
|
|
574
|
-
}
|
|
574
|
+
}
|
|
575
575
|
.theme-brandCrowd .tw-left-full {
|
|
576
576
|
left: 100%;
|
|
577
|
-
}
|
|
577
|
+
}
|
|
578
578
|
.theme-brandCrowd .tw-right-0 {
|
|
579
579
|
right: 0px;
|
|
580
|
-
}
|
|
580
|
+
}
|
|
581
581
|
.theme-brandCrowd .tw-right-2 {
|
|
582
582
|
right: 0.5rem;
|
|
583
|
-
}
|
|
583
|
+
}
|
|
584
584
|
.theme-brandCrowd .tw-right-full {
|
|
585
585
|
right: 100%;
|
|
586
|
-
}
|
|
586
|
+
}
|
|
587
587
|
.theme-brandCrowd .tw-top-0 {
|
|
588
588
|
top: 0px;
|
|
589
|
-
}
|
|
589
|
+
}
|
|
590
590
|
.theme-brandCrowd .tw-top-1\/2 {
|
|
591
591
|
top: 50%;
|
|
592
|
-
}
|
|
592
|
+
}
|
|
593
593
|
.theme-brandCrowd .tw-top-full {
|
|
594
594
|
top: 100%;
|
|
595
|
-
}
|
|
595
|
+
}
|
|
596
596
|
.theme-brandCrowd .tw-z-10 {
|
|
597
597
|
z-index: 10;
|
|
598
|
-
}
|
|
598
|
+
}
|
|
599
599
|
.theme-brandCrowd .tw-z-20 {
|
|
600
600
|
z-index: 20;
|
|
601
|
-
}
|
|
601
|
+
}
|
|
602
602
|
.theme-brandCrowd .tw-z-30 {
|
|
603
603
|
z-index: 30;
|
|
604
|
-
}
|
|
604
|
+
}
|
|
605
605
|
.theme-brandCrowd .tw-z-50 {
|
|
606
606
|
z-index: 50;
|
|
607
|
-
}
|
|
607
|
+
}
|
|
608
608
|
.theme-brandCrowd .tw-order-last {
|
|
609
609
|
order: 9999;
|
|
610
|
-
}
|
|
610
|
+
}
|
|
611
611
|
.theme-brandCrowd .tw-col-span-2 {
|
|
612
612
|
grid-column: span 2 / span 2;
|
|
613
|
-
}
|
|
613
|
+
}
|
|
614
614
|
.theme-brandCrowd .tw-m-0 {
|
|
615
615
|
margin: 0px;
|
|
616
|
-
}
|
|
616
|
+
}
|
|
617
617
|
.theme-brandCrowd .tw-m-3 {
|
|
618
618
|
margin: 0.75rem;
|
|
619
|
-
}
|
|
619
|
+
}
|
|
620
|
+
.theme-brandCrowd .tw-m-4 {
|
|
621
|
+
margin: 1rem;
|
|
622
|
+
}
|
|
620
623
|
.theme-brandCrowd .tw-m-5 {
|
|
621
624
|
margin: 1.25rem;
|
|
622
|
-
}
|
|
625
|
+
}
|
|
623
626
|
.theme-brandCrowd .tw-m-auto {
|
|
624
627
|
margin: auto;
|
|
625
|
-
}
|
|
628
|
+
}
|
|
626
629
|
.theme-brandCrowd .tw-mx-2 {
|
|
627
630
|
margin-left: 0.5rem;
|
|
628
631
|
margin-right: 0.5rem;
|
|
629
|
-
}
|
|
632
|
+
}
|
|
630
633
|
.theme-brandCrowd .tw-mx-4 {
|
|
631
634
|
margin-left: 1rem;
|
|
632
635
|
margin-right: 1rem;
|
|
633
|
-
}
|
|
636
|
+
}
|
|
634
637
|
.theme-brandCrowd .tw-mx-8 {
|
|
635
638
|
margin-left: 2rem;
|
|
636
639
|
margin-right: 2rem;
|
|
637
|
-
}
|
|
640
|
+
}
|
|
638
641
|
.theme-brandCrowd .tw-mx-auto {
|
|
639
642
|
margin-left: auto;
|
|
640
643
|
margin-right: auto;
|
|
641
|
-
}
|
|
644
|
+
}
|
|
642
645
|
.theme-brandCrowd .tw-my-0 {
|
|
643
646
|
margin-top: 0px;
|
|
644
647
|
margin-bottom: 0px;
|
|
645
|
-
}
|
|
648
|
+
}
|
|
646
649
|
.theme-brandCrowd .tw-my-1 {
|
|
647
650
|
margin-top: 0.25rem;
|
|
648
651
|
margin-bottom: 0.25rem;
|
|
649
|
-
}
|
|
652
|
+
}
|
|
650
653
|
.theme-brandCrowd .tw-my-10 {
|
|
651
654
|
margin-top: 2.5rem;
|
|
652
655
|
margin-bottom: 2.5rem;
|
|
653
|
-
}
|
|
656
|
+
}
|
|
654
657
|
.theme-brandCrowd .tw-my-4 {
|
|
655
658
|
margin-top: 1rem;
|
|
656
659
|
margin-bottom: 1rem;
|
|
657
|
-
}
|
|
660
|
+
}
|
|
658
661
|
.theme-brandCrowd .tw-my-5 {
|
|
659
662
|
margin-top: 1.25rem;
|
|
660
663
|
margin-bottom: 1.25rem;
|
|
661
|
-
}
|
|
664
|
+
}
|
|
662
665
|
.theme-brandCrowd .tw-my-auto {
|
|
663
666
|
margin-top: auto;
|
|
664
667
|
margin-bottom: auto;
|
|
665
|
-
}
|
|
668
|
+
}
|
|
666
669
|
.theme-brandCrowd .tw--mb-1 {
|
|
667
670
|
margin-bottom: -0.25rem;
|
|
668
|
-
}
|
|
671
|
+
}
|
|
669
672
|
.theme-brandCrowd .tw--mb-1\.5 {
|
|
670
673
|
margin-bottom: -0.375rem;
|
|
671
|
-
}
|
|
674
|
+
}
|
|
672
675
|
.theme-brandCrowd .tw--ml-px {
|
|
673
676
|
margin-left: -1px;
|
|
674
|
-
}
|
|
677
|
+
}
|
|
675
678
|
.theme-brandCrowd .tw--mr-1 {
|
|
676
679
|
margin-right: -0.25rem;
|
|
677
|
-
}
|
|
680
|
+
}
|
|
678
681
|
.theme-brandCrowd .tw--mr-1\.5 {
|
|
679
682
|
margin-right: -0.375rem;
|
|
680
|
-
}
|
|
683
|
+
}
|
|
681
684
|
.theme-brandCrowd .tw--mt-px {
|
|
682
685
|
margin-top: -1px;
|
|
683
|
-
}
|
|
686
|
+
}
|
|
684
687
|
.theme-brandCrowd .tw-mb-0 {
|
|
685
688
|
margin-bottom: 0px;
|
|
686
|
-
}
|
|
689
|
+
}
|
|
687
690
|
.theme-brandCrowd .tw-mb-0\.5 {
|
|
688
691
|
margin-bottom: 0.125rem;
|
|
689
|
-
}
|
|
692
|
+
}
|
|
690
693
|
.theme-brandCrowd .tw-mb-1 {
|
|
691
694
|
margin-bottom: 0.25rem;
|
|
692
|
-
}
|
|
695
|
+
}
|
|
693
696
|
.theme-brandCrowd .tw-mb-10 {
|
|
694
697
|
margin-bottom: 2.5rem;
|
|
695
|
-
}
|
|
698
|
+
}
|
|
696
699
|
.theme-brandCrowd .tw-mb-2 {
|
|
697
700
|
margin-bottom: 0.5rem;
|
|
698
|
-
}
|
|
701
|
+
}
|
|
699
702
|
.theme-brandCrowd .tw-mb-3 {
|
|
700
703
|
margin-bottom: 0.75rem;
|
|
701
|
-
}
|
|
704
|
+
}
|
|
702
705
|
.theme-brandCrowd .tw-mb-4 {
|
|
703
706
|
margin-bottom: 1rem;
|
|
704
|
-
}
|
|
707
|
+
}
|
|
705
708
|
.theme-brandCrowd .tw-mb-6 {
|
|
706
709
|
margin-bottom: 1.5rem;
|
|
707
|
-
}
|
|
710
|
+
}
|
|
708
711
|
.theme-brandCrowd .tw-mb-8 {
|
|
709
712
|
margin-bottom: 2rem;
|
|
710
|
-
}
|
|
713
|
+
}
|
|
711
714
|
.theme-brandCrowd .tw-ml-0 {
|
|
712
715
|
margin-left: 0px;
|
|
713
|
-
}
|
|
716
|
+
}
|
|
714
717
|
.theme-brandCrowd .tw-ml-2 {
|
|
715
718
|
margin-left: 0.5rem;
|
|
716
|
-
}
|
|
719
|
+
}
|
|
717
720
|
.theme-brandCrowd .tw-ml-3 {
|
|
718
721
|
margin-left: 0.75rem;
|
|
719
|
-
}
|
|
722
|
+
}
|
|
720
723
|
.theme-brandCrowd .tw-ml-4 {
|
|
721
724
|
margin-left: 1rem;
|
|
722
|
-
}
|
|
725
|
+
}
|
|
723
726
|
.theme-brandCrowd .tw-ml-auto {
|
|
724
727
|
margin-left: auto;
|
|
725
|
-
}
|
|
728
|
+
}
|
|
726
729
|
.theme-brandCrowd .tw-mr-1 {
|
|
727
730
|
margin-right: 0.25rem;
|
|
728
|
-
}
|
|
731
|
+
}
|
|
729
732
|
.theme-brandCrowd .tw-mr-2 {
|
|
730
733
|
margin-right: 0.5rem;
|
|
731
|
-
}
|
|
734
|
+
}
|
|
732
735
|
.theme-brandCrowd .tw-mr-3 {
|
|
733
736
|
margin-right: 0.75rem;
|
|
734
|
-
}
|
|
737
|
+
}
|
|
735
738
|
.theme-brandCrowd .tw-mr-4 {
|
|
736
739
|
margin-right: 1rem;
|
|
737
|
-
}
|
|
740
|
+
}
|
|
738
741
|
.theme-brandCrowd .tw-mr-auto {
|
|
739
742
|
margin-right: auto;
|
|
740
|
-
}
|
|
743
|
+
}
|
|
741
744
|
.theme-brandCrowd .tw-mt-0 {
|
|
742
745
|
margin-top: 0px;
|
|
743
|
-
}
|
|
746
|
+
}
|
|
744
747
|
.theme-brandCrowd .tw-mt-1 {
|
|
745
748
|
margin-top: 0.25rem;
|
|
746
|
-
}
|
|
749
|
+
}
|
|
747
750
|
.theme-brandCrowd .tw-mt-2 {
|
|
748
751
|
margin-top: 0.5rem;
|
|
749
|
-
}
|
|
752
|
+
}
|
|
750
753
|
.theme-brandCrowd .tw-mt-3 {
|
|
751
754
|
margin-top: 0.75rem;
|
|
752
|
-
}
|
|
755
|
+
}
|
|
753
756
|
.theme-brandCrowd .tw-mt-4 {
|
|
754
757
|
margin-top: 1rem;
|
|
755
|
-
}
|
|
758
|
+
}
|
|
756
759
|
.theme-brandCrowd .tw-mt-6 {
|
|
757
760
|
margin-top: 1.5rem;
|
|
758
|
-
}
|
|
761
|
+
}
|
|
759
762
|
.theme-brandCrowd .tw-mt-8 {
|
|
760
763
|
margin-top: 2rem;
|
|
761
|
-
}
|
|
764
|
+
}
|
|
762
765
|
.theme-brandCrowd .tw-box-border {
|
|
763
766
|
box-sizing: border-box;
|
|
764
|
-
}
|
|
767
|
+
}
|
|
765
768
|
.theme-brandCrowd .tw-box-content {
|
|
766
769
|
box-sizing: content-box;
|
|
767
|
-
}
|
|
770
|
+
}
|
|
768
771
|
.theme-brandCrowd .tw-line-clamp-1 {
|
|
769
772
|
overflow: hidden;
|
|
770
773
|
display: -webkit-box;
|
|
771
774
|
-webkit-box-orient: vertical;
|
|
772
775
|
-webkit-line-clamp: 1;
|
|
773
|
-
}
|
|
776
|
+
}
|
|
774
777
|
.theme-brandCrowd .tw-line-clamp-2 {
|
|
775
778
|
overflow: hidden;
|
|
776
779
|
display: -webkit-box;
|
|
777
780
|
-webkit-box-orient: vertical;
|
|
778
781
|
-webkit-line-clamp: 2;
|
|
779
|
-
}
|
|
782
|
+
}
|
|
780
783
|
.theme-brandCrowd .tw-line-clamp-3 {
|
|
781
784
|
overflow: hidden;
|
|
782
785
|
display: -webkit-box;
|
|
783
786
|
-webkit-box-orient: vertical;
|
|
784
787
|
-webkit-line-clamp: 3;
|
|
785
|
-
}
|
|
788
|
+
}
|
|
786
789
|
.theme-brandCrowd .tw-line-clamp-4 {
|
|
787
790
|
overflow: hidden;
|
|
788
791
|
display: -webkit-box;
|
|
789
792
|
-webkit-box-orient: vertical;
|
|
790
793
|
-webkit-line-clamp: 4;
|
|
791
|
-
}
|
|
794
|
+
}
|
|
792
795
|
.theme-brandCrowd .tw-line-clamp-5 {
|
|
793
796
|
overflow: hidden;
|
|
794
797
|
display: -webkit-box;
|
|
795
798
|
-webkit-box-orient: vertical;
|
|
796
799
|
-webkit-line-clamp: 5;
|
|
797
|
-
}
|
|
800
|
+
}
|
|
798
801
|
.theme-brandCrowd .tw-line-clamp-6 {
|
|
799
802
|
overflow: hidden;
|
|
800
803
|
display: -webkit-box;
|
|
801
804
|
-webkit-box-orient: vertical;
|
|
802
805
|
-webkit-line-clamp: 6;
|
|
803
|
-
}
|
|
806
|
+
}
|
|
804
807
|
.theme-brandCrowd .tw-line-clamp-none {
|
|
805
808
|
overflow: visible;
|
|
806
809
|
display: block;
|
|
807
810
|
-webkit-box-orient: horizontal;
|
|
808
811
|
-webkit-line-clamp: none;
|
|
809
|
-
}
|
|
812
|
+
}
|
|
810
813
|
.theme-brandCrowd .tw-block {
|
|
811
814
|
display: block;
|
|
812
|
-
}
|
|
815
|
+
}
|
|
813
816
|
.theme-brandCrowd .tw-inline-block {
|
|
814
817
|
display: inline-block;
|
|
815
|
-
}
|
|
818
|
+
}
|
|
816
819
|
.theme-brandCrowd .tw-inline {
|
|
817
820
|
display: inline;
|
|
818
|
-
}
|
|
821
|
+
}
|
|
819
822
|
.theme-brandCrowd .tw-flex {
|
|
820
823
|
display: flex;
|
|
821
|
-
}
|
|
824
|
+
}
|
|
822
825
|
.theme-brandCrowd .tw-inline-flex {
|
|
823
826
|
display: inline-flex;
|
|
824
|
-
}
|
|
827
|
+
}
|
|
825
828
|
.theme-brandCrowd .tw-grid {
|
|
826
829
|
display: grid;
|
|
827
|
-
}
|
|
830
|
+
}
|
|
828
831
|
.theme-brandCrowd .tw-hidden {
|
|
829
832
|
display: none;
|
|
830
|
-
}
|
|
833
|
+
}
|
|
831
834
|
.theme-brandCrowd .tw-h-0 {
|
|
832
835
|
height: 0px;
|
|
833
|
-
}
|
|
836
|
+
}
|
|
834
837
|
.theme-brandCrowd .tw-h-10 {
|
|
835
838
|
height: 2.5rem;
|
|
836
|
-
}
|
|
839
|
+
}
|
|
837
840
|
.theme-brandCrowd .tw-h-12 {
|
|
838
841
|
height: 3rem;
|
|
839
|
-
}
|
|
842
|
+
}
|
|
840
843
|
.theme-brandCrowd .tw-h-14 {
|
|
841
844
|
height: 3.5rem;
|
|
842
|
-
}
|
|
845
|
+
}
|
|
843
846
|
.theme-brandCrowd .tw-h-16 {
|
|
844
847
|
height: 4rem;
|
|
845
|
-
}
|
|
848
|
+
}
|
|
846
849
|
.theme-brandCrowd .tw-h-2 {
|
|
847
850
|
height: 0.5rem;
|
|
848
|
-
}
|
|
851
|
+
}
|
|
849
852
|
.theme-brandCrowd .tw-h-20 {
|
|
850
853
|
height: 5rem;
|
|
851
|
-
}
|
|
854
|
+
}
|
|
852
855
|
.theme-brandCrowd .tw-h-24 {
|
|
853
856
|
height: 6rem;
|
|
854
|
-
}
|
|
857
|
+
}
|
|
855
858
|
.theme-brandCrowd .tw-h-3 {
|
|
856
859
|
height: 0.75rem;
|
|
857
|
-
}
|
|
860
|
+
}
|
|
858
861
|
.theme-brandCrowd .tw-h-4 {
|
|
859
862
|
height: 1rem;
|
|
860
|
-
}
|
|
863
|
+
}
|
|
861
864
|
.theme-brandCrowd .tw-h-40 {
|
|
862
865
|
height: 10rem;
|
|
863
|
-
}
|
|
866
|
+
}
|
|
864
867
|
.theme-brandCrowd .tw-h-5 {
|
|
865
868
|
height: 1.25rem;
|
|
866
|
-
}
|
|
869
|
+
}
|
|
867
870
|
.theme-brandCrowd .tw-h-6 {
|
|
868
871
|
height: 1.5rem;
|
|
869
|
-
}
|
|
872
|
+
}
|
|
870
873
|
.theme-brandCrowd .tw-h-8 {
|
|
871
874
|
height: 2rem;
|
|
872
|
-
}
|
|
875
|
+
}
|
|
873
876
|
.theme-brandCrowd .tw-h-80 {
|
|
874
877
|
height: 20rem;
|
|
875
|
-
}
|
|
878
|
+
}
|
|
876
879
|
.theme-brandCrowd .tw-h-auto {
|
|
877
880
|
height: auto;
|
|
878
|
-
}
|
|
881
|
+
}
|
|
879
882
|
.theme-brandCrowd .tw-h-fit {
|
|
880
883
|
height: -moz-fit-content;
|
|
881
884
|
height: fit-content;
|
|
882
|
-
}
|
|
885
|
+
}
|
|
883
886
|
.theme-brandCrowd .tw-h-full {
|
|
884
887
|
height: 100%;
|
|
885
|
-
}
|
|
888
|
+
}
|
|
886
889
|
.theme-brandCrowd .tw-max-h-56 {
|
|
887
890
|
max-height: 14rem;
|
|
888
|
-
}
|
|
891
|
+
}
|
|
889
892
|
.theme-brandCrowd .tw-max-h-72 {
|
|
890
893
|
max-height: 18rem;
|
|
891
|
-
}
|
|
894
|
+
}
|
|
892
895
|
.theme-brandCrowd .tw-max-h-full {
|
|
893
896
|
max-height: 100%;
|
|
894
|
-
}
|
|
897
|
+
}
|
|
895
898
|
.theme-brandCrowd .tw-max-h-screen {
|
|
896
899
|
max-height: 100vh;
|
|
897
|
-
}
|
|
900
|
+
}
|
|
898
901
|
.theme-brandCrowd .tw-w-10 {
|
|
899
902
|
width: 2.5rem;
|
|
900
|
-
}
|
|
903
|
+
}
|
|
901
904
|
.theme-brandCrowd .tw-w-12 {
|
|
902
905
|
width: 3rem;
|
|
903
|
-
}
|
|
906
|
+
}
|
|
904
907
|
.theme-brandCrowd .tw-w-14 {
|
|
905
908
|
width: 3.5rem;
|
|
906
|
-
}
|
|
909
|
+
}
|
|
907
910
|
.theme-brandCrowd .tw-w-16 {
|
|
908
911
|
width: 4rem;
|
|
909
|
-
}
|
|
912
|
+
}
|
|
910
913
|
.theme-brandCrowd .tw-w-2 {
|
|
911
914
|
width: 0.5rem;
|
|
912
|
-
}
|
|
915
|
+
}
|
|
913
916
|
.theme-brandCrowd .tw-w-24 {
|
|
914
917
|
width: 6rem;
|
|
915
|
-
}
|
|
918
|
+
}
|
|
916
919
|
.theme-brandCrowd .tw-w-3 {
|
|
917
920
|
width: 0.75rem;
|
|
918
|
-
}
|
|
921
|
+
}
|
|
919
922
|
.theme-brandCrowd .tw-w-32 {
|
|
920
923
|
width: 8rem;
|
|
921
|
-
}
|
|
924
|
+
}
|
|
922
925
|
.theme-brandCrowd .tw-w-4 {
|
|
923
926
|
width: 1rem;
|
|
924
|
-
}
|
|
927
|
+
}
|
|
925
928
|
.theme-brandCrowd .tw-w-5 {
|
|
926
929
|
width: 1.25rem;
|
|
927
|
-
}
|
|
930
|
+
}
|
|
928
931
|
.theme-brandCrowd .tw-w-6 {
|
|
929
932
|
width: 1.5rem;
|
|
930
|
-
}
|
|
933
|
+
}
|
|
931
934
|
.theme-brandCrowd .tw-w-60 {
|
|
932
935
|
width: 15rem;
|
|
933
|
-
}
|
|
936
|
+
}
|
|
934
937
|
.theme-brandCrowd .tw-w-64 {
|
|
935
938
|
width: 16rem;
|
|
936
|
-
}
|
|
939
|
+
}
|
|
937
940
|
.theme-brandCrowd .tw-w-72 {
|
|
938
941
|
width: 18rem;
|
|
939
|
-
}
|
|
942
|
+
}
|
|
940
943
|
.theme-brandCrowd .tw-w-8 {
|
|
941
944
|
width: 2rem;
|
|
942
|
-
}
|
|
945
|
+
}
|
|
943
946
|
.theme-brandCrowd .tw-w-96 {
|
|
944
947
|
width: 24rem;
|
|
945
|
-
}
|
|
948
|
+
}
|
|
949
|
+
.theme-brandCrowd .tw-w-\[14rem\] {
|
|
950
|
+
width: 14rem;
|
|
951
|
+
}
|
|
946
952
|
.theme-brandCrowd .tw-w-auto {
|
|
947
953
|
width: auto;
|
|
948
|
-
}
|
|
954
|
+
}
|
|
949
955
|
.theme-brandCrowd .tw-w-fit {
|
|
950
956
|
width: -moz-fit-content;
|
|
951
957
|
width: fit-content;
|
|
952
|
-
}
|
|
958
|
+
}
|
|
953
959
|
.theme-brandCrowd .tw-w-full {
|
|
954
960
|
width: 100%;
|
|
955
|
-
}
|
|
961
|
+
}
|
|
956
962
|
.theme-brandCrowd .tw-max-w-2xl {
|
|
957
963
|
max-width: 42rem;
|
|
958
|
-
}
|
|
964
|
+
}
|
|
965
|
+
.theme-brandCrowd .tw-max-w-3xl {
|
|
966
|
+
max-width: 48rem;
|
|
967
|
+
}
|
|
959
968
|
.theme-brandCrowd .tw-max-w-full {
|
|
960
969
|
max-width: 100%;
|
|
961
|
-
}
|
|
970
|
+
}
|
|
962
971
|
.theme-brandCrowd .tw-max-w-md {
|
|
963
972
|
max-width: 28rem;
|
|
964
|
-
}
|
|
973
|
+
}
|
|
965
974
|
.theme-brandCrowd .tw-max-w-xl {
|
|
966
975
|
max-width: 36rem;
|
|
967
|
-
}
|
|
976
|
+
}
|
|
968
977
|
.theme-brandCrowd .tw-flex-auto {
|
|
969
978
|
flex: 1 1 auto;
|
|
970
|
-
}
|
|
979
|
+
}
|
|
971
980
|
.theme-brandCrowd .tw-flex-none {
|
|
972
981
|
flex: none;
|
|
973
|
-
}
|
|
982
|
+
}
|
|
974
983
|
.theme-brandCrowd .tw-flex-shrink-0 {
|
|
975
984
|
flex-shrink: 0;
|
|
976
|
-
}
|
|
985
|
+
}
|
|
977
986
|
.theme-brandCrowd .tw-grow {
|
|
978
987
|
flex-grow: 1;
|
|
979
|
-
}
|
|
988
|
+
}
|
|
980
989
|
.theme-brandCrowd .tw-origin-top-right {
|
|
981
990
|
transform-origin: top right;
|
|
982
|
-
}
|
|
991
|
+
}
|
|
983
992
|
.-tw-translate-x-px {
|
|
984
993
|
--tw-translate-x: -1px;
|
|
985
994
|
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));
|
|
986
|
-
}
|
|
995
|
+
}
|
|
987
996
|
.theme-brandCrowd .tw--translate-x-2 {
|
|
988
997
|
--tw-translate-x: -0.5rem;
|
|
989
998
|
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));
|
|
990
|
-
}
|
|
999
|
+
}
|
|
991
1000
|
.theme-brandCrowd .tw--translate-x-3 {
|
|
992
1001
|
--tw-translate-x: -0.75rem;
|
|
993
1002
|
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));
|
|
994
|
-
}
|
|
1003
|
+
}
|
|
995
1004
|
.theme-brandCrowd .tw--translate-x-4 {
|
|
996
1005
|
--tw-translate-x: -1rem;
|
|
997
1006
|
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));
|
|
998
|
-
}
|
|
1007
|
+
}
|
|
999
1008
|
.theme-brandCrowd .tw--translate-y-1\/2 {
|
|
1000
1009
|
--tw-translate-y: -50%;
|
|
1001
1010
|
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));
|
|
1002
|
-
}
|
|
1011
|
+
}
|
|
1003
1012
|
.theme-brandCrowd .tw--translate-y-2 {
|
|
1004
1013
|
--tw-translate-y: -0.5rem;
|
|
1005
1014
|
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
|
-
}
|
|
1015
|
+
}
|
|
1007
1016
|
.theme-brandCrowd .tw-translate-x-12 {
|
|
1008
1017
|
--tw-translate-x: 3rem;
|
|
1009
1018
|
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));
|
|
1010
|
-
}
|
|
1019
|
+
}
|
|
1011
1020
|
.theme-brandCrowd .tw-translate-x-20 {
|
|
1012
1021
|
--tw-translate-x: 5rem;
|
|
1013
1022
|
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
|
-
}
|
|
1023
|
+
}
|
|
1015
1024
|
.theme-brandCrowd .tw-translate-x-4 {
|
|
1016
1025
|
--tw-translate-x: 1rem;
|
|
1017
1026
|
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));
|
|
1018
|
-
}
|
|
1027
|
+
}
|
|
1019
1028
|
.theme-brandCrowd .tw-translate-x-5 {
|
|
1020
1029
|
--tw-translate-x: 1.25rem;
|
|
1021
1030
|
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));
|
|
1022
|
-
}
|
|
1031
|
+
}
|
|
1023
1032
|
.theme-brandCrowd .tw-translate-x-6 {
|
|
1024
1033
|
--tw-translate-x: 1.5rem;
|
|
1025
1034
|
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));
|
|
1026
|
-
}
|
|
1035
|
+
}
|
|
1027
1036
|
.theme-brandCrowd .tw-translate-x-8 {
|
|
1028
1037
|
--tw-translate-x: 2rem;
|
|
1029
1038
|
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));
|
|
1030
|
-
}
|
|
1039
|
+
}
|
|
1031
1040
|
.theme-brandCrowd .tw-translate-y-1\/2 {
|
|
1032
1041
|
--tw-translate-y: 50%;
|
|
1033
1042
|
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));
|
|
1034
|
-
}
|
|
1043
|
+
}
|
|
1035
1044
|
.theme-brandCrowd .tw-translate-y-2 {
|
|
1036
1045
|
--tw-translate-y: 0.5rem;
|
|
1037
1046
|
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));
|
|
1038
|
-
}
|
|
1047
|
+
}
|
|
1039
1048
|
.theme-brandCrowd .tw-translate-y-2\.5 {
|
|
1040
1049
|
--tw-translate-y: 0.625rem;
|
|
1041
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));
|
|
1042
|
-
}
|
|
1051
|
+
}
|
|
1043
1052
|
.theme-brandCrowd .tw-translate-y-4 {
|
|
1044
1053
|
--tw-translate-y: 1rem;
|
|
1045
1054
|
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));
|
|
1046
|
-
}
|
|
1055
|
+
}
|
|
1047
1056
|
.theme-brandCrowd .tw-scale-0 {
|
|
1048
1057
|
--tw-scale-x: 0;
|
|
1049
1058
|
--tw-scale-y: 0;
|
|
1050
1059
|
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));
|
|
1051
|
-
}
|
|
1060
|
+
}
|
|
1052
1061
|
.theme-brandCrowd .tw-scale-100 {
|
|
1053
1062
|
--tw-scale-x: 1;
|
|
1054
1063
|
--tw-scale-y: 1;
|
|
1055
1064
|
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));
|
|
1056
|
-
}
|
|
1065
|
+
}
|
|
1057
1066
|
.theme-brandCrowd .tw-transform {
|
|
1058
1067
|
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));
|
|
1059
|
-
}
|
|
1068
|
+
}
|
|
1060
1069
|
@keyframes tw-spin {
|
|
1061
1070
|
|
|
1062
1071
|
to {
|
|
1063
1072
|
transform: rotate(360deg);
|
|
1064
1073
|
}
|
|
1065
|
-
}
|
|
1074
|
+
}
|
|
1066
1075
|
.theme-brandCrowd .tw-animate-spin {
|
|
1067
1076
|
animation: tw-spin 1s linear infinite;
|
|
1068
|
-
}
|
|
1077
|
+
}
|
|
1069
1078
|
.\!tw-cursor-not-allowed {
|
|
1070
1079
|
cursor: not-allowed !important;
|
|
1071
|
-
}
|
|
1080
|
+
}
|
|
1072
1081
|
.theme-brandCrowd .tw-cursor-not-allowed {
|
|
1073
1082
|
cursor: not-allowed;
|
|
1074
|
-
}
|
|
1083
|
+
}
|
|
1075
1084
|
.theme-brandCrowd .tw-cursor-pointer {
|
|
1076
1085
|
cursor: pointer;
|
|
1077
|
-
}
|
|
1086
|
+
}
|
|
1078
1087
|
.theme-brandCrowd .tw-cursor-text {
|
|
1079
1088
|
cursor: text;
|
|
1080
|
-
}
|
|
1089
|
+
}
|
|
1081
1090
|
.theme-brandCrowd .tw-cursor-wait {
|
|
1082
1091
|
cursor: wait;
|
|
1083
|
-
}
|
|
1092
|
+
}
|
|
1084
1093
|
.theme-brandCrowd .tw-select-none {
|
|
1085
1094
|
-webkit-user-select: none;
|
|
1086
1095
|
-moz-user-select: none;
|
|
1087
1096
|
user-select: none;
|
|
1088
|
-
}
|
|
1097
|
+
}
|
|
1089
1098
|
.theme-brandCrowd .tw-resize-none {
|
|
1090
1099
|
resize: none;
|
|
1091
|
-
}
|
|
1100
|
+
}
|
|
1092
1101
|
.theme-brandCrowd .tw-list-none {
|
|
1093
1102
|
list-style-type: none;
|
|
1094
|
-
}
|
|
1103
|
+
}
|
|
1095
1104
|
.theme-brandCrowd .tw-appearance-none {
|
|
1096
1105
|
-webkit-appearance: none;
|
|
1097
1106
|
-moz-appearance: none;
|
|
1098
1107
|
appearance: none;
|
|
1099
|
-
}
|
|
1108
|
+
}
|
|
1100
1109
|
.theme-brandCrowd .tw-grid-flow-row {
|
|
1101
1110
|
grid-auto-flow: row;
|
|
1102
|
-
}
|
|
1111
|
+
}
|
|
1103
1112
|
.theme-brandCrowd .tw-auto-rows-max {
|
|
1104
1113
|
grid-auto-rows: max-content;
|
|
1105
|
-
}
|
|
1114
|
+
}
|
|
1106
1115
|
.theme-brandCrowd .tw-grid-cols-1 {
|
|
1107
1116
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
1108
|
-
}
|
|
1117
|
+
}
|
|
1109
1118
|
.theme-brandCrowd .tw-grid-cols-3 {
|
|
1110
1119
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1111
|
-
}
|
|
1120
|
+
}
|
|
1112
1121
|
.theme-brandCrowd .tw-grid-cols-4 {
|
|
1113
1122
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
1114
|
-
}
|
|
1123
|
+
}
|
|
1115
1124
|
.theme-brandCrowd .tw-flex-row {
|
|
1116
1125
|
flex-direction: row;
|
|
1117
|
-
}
|
|
1126
|
+
}
|
|
1118
1127
|
.theme-brandCrowd .tw-flex-row-reverse {
|
|
1119
1128
|
flex-direction: row-reverse;
|
|
1120
|
-
}
|
|
1129
|
+
}
|
|
1121
1130
|
.theme-brandCrowd .tw-flex-col {
|
|
1122
1131
|
flex-direction: column;
|
|
1123
|
-
}
|
|
1132
|
+
}
|
|
1124
1133
|
.theme-brandCrowd .tw-flex-col-reverse {
|
|
1125
1134
|
flex-direction: column-reverse;
|
|
1126
|
-
}
|
|
1135
|
+
}
|
|
1127
1136
|
.theme-brandCrowd .tw-content-start {
|
|
1128
1137
|
align-content: flex-start;
|
|
1129
|
-
}
|
|
1138
|
+
}
|
|
1130
1139
|
.theme-brandCrowd .tw-items-start {
|
|
1131
1140
|
align-items: flex-start;
|
|
1132
|
-
}
|
|
1141
|
+
}
|
|
1133
1142
|
.theme-brandCrowd .tw-items-end {
|
|
1134
1143
|
align-items: flex-end;
|
|
1135
|
-
}
|
|
1144
|
+
}
|
|
1136
1145
|
.theme-brandCrowd .tw-items-center {
|
|
1137
1146
|
align-items: center;
|
|
1138
|
-
}
|
|
1147
|
+
}
|
|
1139
1148
|
.theme-brandCrowd .tw-items-stretch {
|
|
1140
1149
|
align-items: stretch;
|
|
1141
|
-
}
|
|
1150
|
+
}
|
|
1142
1151
|
.theme-brandCrowd .tw-justify-start {
|
|
1143
1152
|
justify-content: flex-start;
|
|
1144
|
-
}
|
|
1153
|
+
}
|
|
1145
1154
|
.theme-brandCrowd .tw-justify-end {
|
|
1146
1155
|
justify-content: flex-end;
|
|
1147
|
-
}
|
|
1156
|
+
}
|
|
1148
1157
|
.theme-brandCrowd .tw-justify-center {
|
|
1149
1158
|
justify-content: center;
|
|
1150
|
-
}
|
|
1159
|
+
}
|
|
1151
1160
|
.theme-brandCrowd .tw-justify-between {
|
|
1152
1161
|
justify-content: space-between;
|
|
1153
|
-
}
|
|
1162
|
+
}
|
|
1154
1163
|
.theme-brandCrowd .tw-gap-2 {
|
|
1155
1164
|
gap: 0.5rem;
|
|
1156
|
-
}
|
|
1165
|
+
}
|
|
1157
1166
|
.theme-brandCrowd .tw-gap-3 {
|
|
1158
1167
|
gap: 0.75rem;
|
|
1159
|
-
}
|
|
1168
|
+
}
|
|
1160
1169
|
.theme-brandCrowd .tw-gap-4 {
|
|
1161
1170
|
gap: 1rem;
|
|
1162
|
-
}
|
|
1171
|
+
}
|
|
1163
1172
|
.theme-brandCrowd .tw-self-center {
|
|
1164
1173
|
align-self: center;
|
|
1165
|
-
}
|
|
1174
|
+
}
|
|
1166
1175
|
.theme-brandCrowd .tw-overflow-hidden {
|
|
1167
1176
|
overflow: hidden;
|
|
1168
|
-
}
|
|
1177
|
+
}
|
|
1169
1178
|
.theme-brandCrowd .tw-overflow-visible {
|
|
1170
1179
|
overflow: visible;
|
|
1171
|
-
}
|
|
1180
|
+
}
|
|
1172
1181
|
.theme-brandCrowd .tw-overflow-scroll {
|
|
1173
1182
|
overflow: scroll;
|
|
1174
|
-
}
|
|
1183
|
+
}
|
|
1175
1184
|
.theme-brandCrowd .tw-overflow-x-auto {
|
|
1176
1185
|
overflow-x: auto;
|
|
1177
|
-
}
|
|
1186
|
+
}
|
|
1178
1187
|
.theme-brandCrowd .tw-overflow-y-auto {
|
|
1179
1188
|
overflow-y: auto;
|
|
1180
|
-
}
|
|
1189
|
+
}
|
|
1181
1190
|
.theme-brandCrowd .tw-overflow-x-hidden {
|
|
1182
1191
|
overflow-x: hidden;
|
|
1183
|
-
}
|
|
1192
|
+
}
|
|
1184
1193
|
.theme-brandCrowd .tw-overflow-y-hidden {
|
|
1185
1194
|
overflow-y: hidden;
|
|
1186
|
-
}
|
|
1195
|
+
}
|
|
1187
1196
|
.theme-brandCrowd .tw-truncate {
|
|
1188
1197
|
overflow: hidden;
|
|
1189
1198
|
text-overflow: ellipsis;
|
|
1190
1199
|
white-space: nowrap;
|
|
1191
|
-
}
|
|
1200
|
+
}
|
|
1192
1201
|
.theme-brandCrowd .tw-text-ellipsis {
|
|
1193
1202
|
text-overflow: ellipsis;
|
|
1194
|
-
}
|
|
1203
|
+
}
|
|
1195
1204
|
.theme-brandCrowd .tw-whitespace-nowrap {
|
|
1196
1205
|
white-space: nowrap;
|
|
1197
|
-
}
|
|
1206
|
+
}
|
|
1198
1207
|
.theme-brandCrowd .tw-break-all {
|
|
1199
1208
|
word-break: break-all;
|
|
1200
|
-
}
|
|
1209
|
+
}
|
|
1201
1210
|
.theme-brandCrowd .tw-rounded {
|
|
1202
1211
|
border-radius: 0.25rem;
|
|
1203
|
-
}
|
|
1212
|
+
}
|
|
1204
1213
|
.theme-brandCrowd .tw-rounded-full {
|
|
1205
1214
|
border-radius: 9999px;
|
|
1206
|
-
}
|
|
1215
|
+
}
|
|
1216
|
+
.theme-brandCrowd .tw-rounded-lg {
|
|
1217
|
+
border-radius: 0.5rem;
|
|
1218
|
+
}
|
|
1207
1219
|
.theme-brandCrowd .tw-rounded-md {
|
|
1208
1220
|
border-radius: 0.375rem;
|
|
1209
|
-
}
|
|
1221
|
+
}
|
|
1210
1222
|
.theme-brandCrowd .tw-rounded-none {
|
|
1211
1223
|
border-radius: 0px;
|
|
1212
|
-
}
|
|
1224
|
+
}
|
|
1213
1225
|
.theme-brandCrowd .tw-rounded-sm {
|
|
1214
1226
|
border-radius: 0.125rem;
|
|
1215
|
-
}
|
|
1227
|
+
}
|
|
1216
1228
|
.\!tw-rounded-l-none {
|
|
1217
1229
|
border-top-left-radius: 0px !important;
|
|
1218
1230
|
border-bottom-left-radius: 0px !important;
|
|
1219
|
-
}
|
|
1231
|
+
}
|
|
1220
1232
|
.\!tw-rounded-r-none {
|
|
1221
1233
|
border-top-right-radius: 0px !important;
|
|
1222
1234
|
border-bottom-right-radius: 0px !important;
|
|
1223
|
-
}
|
|
1235
|
+
}
|
|
1224
1236
|
.theme-brandCrowd .tw-rounded-b {
|
|
1225
1237
|
border-bottom-right-radius: 0.25rem;
|
|
1226
1238
|
border-bottom-left-radius: 0.25rem;
|
|
1227
|
-
}
|
|
1239
|
+
}
|
|
1228
1240
|
.theme-brandCrowd .tw-rounded-l {
|
|
1229
1241
|
border-top-left-radius: 0.25rem;
|
|
1230
1242
|
border-bottom-left-radius: 0.25rem;
|
|
1231
|
-
}
|
|
1243
|
+
}
|
|
1232
1244
|
.theme-brandCrowd .tw-rounded-l-none {
|
|
1233
1245
|
border-top-left-radius: 0px;
|
|
1234
1246
|
border-bottom-left-radius: 0px;
|
|
1235
|
-
}
|
|
1247
|
+
}
|
|
1236
1248
|
.theme-brandCrowd .tw-rounded-r {
|
|
1237
1249
|
border-top-right-radius: 0.25rem;
|
|
1238
1250
|
border-bottom-right-radius: 0.25rem;
|
|
1239
|
-
}
|
|
1251
|
+
}
|
|
1240
1252
|
.theme-brandCrowd .tw-rounded-r-none {
|
|
1241
1253
|
border-top-right-radius: 0px;
|
|
1242
1254
|
border-bottom-right-radius: 0px;
|
|
1243
|
-
}
|
|
1255
|
+
}
|
|
1244
1256
|
.theme-brandCrowd .tw-border {
|
|
1245
1257
|
border-width: 1px;
|
|
1246
|
-
}
|
|
1258
|
+
}
|
|
1247
1259
|
.theme-brandCrowd .tw-border-0 {
|
|
1248
1260
|
border-width: 0px;
|
|
1249
|
-
}
|
|
1261
|
+
}
|
|
1250
1262
|
.theme-brandCrowd .tw-border-2 {
|
|
1251
1263
|
border-width: 2px;
|
|
1252
|
-
}
|
|
1264
|
+
}
|
|
1253
1265
|
.theme-brandCrowd .tw-border-b-0 {
|
|
1254
1266
|
border-bottom-width: 0px;
|
|
1255
|
-
}
|
|
1267
|
+
}
|
|
1256
1268
|
.theme-brandCrowd .tw-border-b-2 {
|
|
1257
1269
|
border-bottom-width: 2px;
|
|
1258
|
-
}
|
|
1270
|
+
}
|
|
1259
1271
|
.theme-brandCrowd .tw-border-b-4 {
|
|
1260
1272
|
border-bottom-width: 4px;
|
|
1261
|
-
}
|
|
1273
|
+
}
|
|
1262
1274
|
.theme-brandCrowd .tw-border-l {
|
|
1263
1275
|
border-left-width: 1px;
|
|
1264
|
-
}
|
|
1276
|
+
}
|
|
1265
1277
|
.theme-brandCrowd .tw-border-l-0 {
|
|
1266
1278
|
border-left-width: 0px;
|
|
1267
|
-
}
|
|
1279
|
+
}
|
|
1268
1280
|
.theme-brandCrowd .tw-border-r {
|
|
1269
1281
|
border-right-width: 1px;
|
|
1270
|
-
}
|
|
1282
|
+
}
|
|
1271
1283
|
.theme-brandCrowd .tw-border-r-0 {
|
|
1272
1284
|
border-right-width: 0px;
|
|
1273
|
-
}
|
|
1285
|
+
}
|
|
1274
1286
|
.theme-brandCrowd .tw-border-t {
|
|
1275
1287
|
border-top-width: 1px;
|
|
1276
|
-
}
|
|
1288
|
+
}
|
|
1277
1289
|
.theme-brandCrowd .tw-border-t-0 {
|
|
1278
1290
|
border-top-width: 0px;
|
|
1279
|
-
}
|
|
1291
|
+
}
|
|
1280
1292
|
.theme-brandCrowd .tw-border-t-2 {
|
|
1281
1293
|
border-top-width: 2px;
|
|
1282
|
-
}
|
|
1294
|
+
}
|
|
1283
1295
|
.theme-brandCrowd .tw-border-solid {
|
|
1284
1296
|
border-style: solid;
|
|
1285
|
-
}
|
|
1297
|
+
}
|
|
1286
1298
|
.theme-brandCrowd .tw-border-dashed {
|
|
1287
1299
|
border-style: dashed;
|
|
1288
|
-
}
|
|
1300
|
+
}
|
|
1289
1301
|
.theme-brandCrowd .tw-border-none {
|
|
1290
1302
|
border-style: none;
|
|
1291
|
-
}
|
|
1303
|
+
}
|
|
1292
1304
|
.theme-brandCrowd .tw-border-black\/10 {
|
|
1293
1305
|
border-color: rgb(0 0 0 / 0.1);
|
|
1294
|
-
}
|
|
1306
|
+
}
|
|
1295
1307
|
.theme-brandCrowd .tw-border-error-500 {
|
|
1296
1308
|
--tw-border-opacity: 1;
|
|
1297
1309
|
border-color: rgb(242 27 63 / var(--tw-border-opacity));
|
|
1298
|
-
}
|
|
1310
|
+
}
|
|
1299
1311
|
.theme-brandCrowd .tw-border-error-600 {
|
|
1300
1312
|
--tw-border-opacity: 1;
|
|
1301
1313
|
border-color: rgb(194 22 50 / var(--tw-border-opacity));
|
|
1302
|
-
}
|
|
1314
|
+
}
|
|
1303
1315
|
.theme-brandCrowd .tw-border-grayscale-100 {
|
|
1304
1316
|
--tw-border-opacity: 1;
|
|
1305
1317
|
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
1306
|
-
}
|
|
1318
|
+
}
|
|
1307
1319
|
.theme-brandCrowd .tw-border-grayscale-300 {
|
|
1308
1320
|
--tw-border-opacity: 1;
|
|
1309
1321
|
border-color: rgb(239 239 239 / var(--tw-border-opacity));
|
|
1310
|
-
}
|
|
1322
|
+
}
|
|
1311
1323
|
.theme-brandCrowd .tw-border-grayscale-400 {
|
|
1312
1324
|
--tw-border-opacity: 1;
|
|
1313
1325
|
border-color: rgb(230 230 230 / var(--tw-border-opacity));
|
|
1314
|
-
}
|
|
1326
|
+
}
|
|
1315
1327
|
.theme-brandCrowd .tw-border-grayscale-500 {
|
|
1316
1328
|
--tw-border-opacity: 1;
|
|
1317
1329
|
border-color: rgb(208 208 208 / var(--tw-border-opacity));
|
|
1318
|
-
}
|
|
1330
|
+
}
|
|
1319
1331
|
.theme-brandCrowd .tw-border-grayscale-600 {
|
|
1320
1332
|
--tw-border-opacity: 1;
|
|
1321
1333
|
border-color: rgb(94 94 94 / var(--tw-border-opacity));
|
|
1322
|
-
}
|
|
1334
|
+
}
|
|
1335
|
+
.theme-brandCrowd .tw-border-grayscale-700 {
|
|
1336
|
+
--tw-border-opacity: 1;
|
|
1337
|
+
border-color: rgb(43 43 43 / var(--tw-border-opacity));
|
|
1338
|
+
}
|
|
1323
1339
|
.theme-brandCrowd .tw-border-info-300 {
|
|
1324
1340
|
--tw-border-opacity: 1;
|
|
1325
1341
|
border-color: rgb(102 193 231 / var(--tw-border-opacity));
|
|
1326
|
-
}
|
|
1342
|
+
}
|
|
1327
1343
|
.theme-brandCrowd .tw-border-info-500 {
|
|
1328
1344
|
--tw-border-opacity: 1;
|
|
1329
1345
|
border-color: rgb(0 151 215 / var(--tw-border-opacity));
|
|
1330
|
-
}
|
|
1346
|
+
}
|
|
1331
1347
|
.theme-brandCrowd .tw-border-primary-300 {
|
|
1332
1348
|
--tw-border-opacity: 1;
|
|
1333
1349
|
border-color: rgb(247 118 140 / var(--tw-border-opacity));
|
|
1334
|
-
}
|
|
1350
|
+
}
|
|
1335
1351
|
.theme-brandCrowd .tw-border-primary-400 {
|
|
1336
1352
|
--tw-border-opacity: 1;
|
|
1337
1353
|
border-color: rgb(245 73 101 / var(--tw-border-opacity));
|
|
1338
|
-
}
|
|
1354
|
+
}
|
|
1339
1355
|
.theme-brandCrowd .tw-border-primary-500 {
|
|
1340
1356
|
--tw-border-opacity: 1;
|
|
1341
1357
|
border-color: rgb(242 27 63 / var(--tw-border-opacity));
|
|
1342
|
-
}
|
|
1358
|
+
}
|
|
1343
1359
|
.theme-brandCrowd .tw-border-primary-600 {
|
|
1344
1360
|
--tw-border-opacity: 1;
|
|
1345
1361
|
border-color: rgb(194 22 50 / var(--tw-border-opacity));
|
|
1346
|
-
}
|
|
1362
|
+
}
|
|
1347
1363
|
.theme-brandCrowd .tw-border-secondary-200 {
|
|
1348
1364
|
--tw-border-opacity: 1;
|
|
1349
1365
|
border-color: rgb(189 189 189 / var(--tw-border-opacity));
|
|
1350
|
-
}
|
|
1366
|
+
}
|
|
1351
1367
|
.theme-brandCrowd .tw-border-secondary-300 {
|
|
1352
1368
|
--tw-border-opacity: 1;
|
|
1353
1369
|
border-color: rgb(155 155 155 / var(--tw-border-opacity));
|
|
1354
|
-
}
|
|
1370
|
+
}
|
|
1355
1371
|
.theme-brandCrowd .tw-border-secondary-500 {
|
|
1356
1372
|
--tw-border-opacity: 1;
|
|
1357
1373
|
border-color: rgb(89 89 89 / var(--tw-border-opacity));
|
|
1358
|
-
}
|
|
1374
|
+
}
|
|
1359
1375
|
.theme-brandCrowd .tw-border-success-400 {
|
|
1360
1376
|
--tw-border-opacity: 1;
|
|
1361
1377
|
border-color: rgb(80 185 64 / var(--tw-border-opacity));
|
|
1362
|
-
}
|
|
1378
|
+
}
|
|
1363
1379
|
.theme-brandCrowd .tw-border-success-500 {
|
|
1364
1380
|
--tw-border-opacity: 1;
|
|
1365
1381
|
border-color: rgb(36 168 16 / var(--tw-border-opacity));
|
|
1366
|
-
}
|
|
1382
|
+
}
|
|
1367
1383
|
.theme-brandCrowd .tw-border-success-600 {
|
|
1368
1384
|
--tw-border-opacity: 1;
|
|
1369
1385
|
border-color: rgb(29 134 13 / var(--tw-border-opacity));
|
|
1370
|
-
}
|
|
1386
|
+
}
|
|
1371
1387
|
.theme-brandCrowd .tw-border-warning-300 {
|
|
1372
1388
|
--tw-border-opacity: 1;
|
|
1373
1389
|
border-color: rgb(248 207 128 / var(--tw-border-opacity));
|
|
1374
|
-
}
|
|
1390
|
+
}
|
|
1375
1391
|
.theme-brandCrowd .tw-border-warning-500 {
|
|
1376
1392
|
--tw-border-opacity: 1;
|
|
1377
1393
|
border-color: rgb(243 175 43 / var(--tw-border-opacity));
|
|
1378
|
-
}
|
|
1394
|
+
}
|
|
1379
1395
|
.theme-brandCrowd .tw-border-warning-600 {
|
|
1380
1396
|
--tw-border-opacity: 1;
|
|
1381
1397
|
border-color: rgb(194 140 34 / var(--tw-border-opacity));
|
|
1382
|
-
}
|
|
1398
|
+
}
|
|
1383
1399
|
.theme-brandCrowd .tw-border-white {
|
|
1384
1400
|
--tw-border-opacity: 1;
|
|
1385
1401
|
border-color: rgb(255 255 255 / var(--tw-border-opacity));
|
|
1386
|
-
}
|
|
1402
|
+
}
|
|
1387
1403
|
.theme-brandCrowd .tw-bg-black {
|
|
1388
1404
|
--tw-bg-opacity: 1;
|
|
1389
1405
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
1390
|
-
}
|
|
1406
|
+
}
|
|
1391
1407
|
.theme-brandCrowd .tw-bg-error-100 {
|
|
1392
1408
|
--tw-bg-opacity: 1;
|
|
1393
1409
|
background-color: rgb(252 209 217 / var(--tw-bg-opacity));
|
|
1394
|
-
}
|
|
1410
|
+
}
|
|
1395
1411
|
.theme-brandCrowd .tw-bg-error-500 {
|
|
1396
1412
|
--tw-bg-opacity: 1;
|
|
1397
1413
|
background-color: rgb(242 27 63 / var(--tw-bg-opacity));
|
|
1398
|
-
}
|
|
1414
|
+
}
|
|
1399
1415
|
.theme-brandCrowd .tw-bg-grayscale-100 {
|
|
1400
1416
|
--tw-bg-opacity: 1;
|
|
1401
1417
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1402
|
-
}
|
|
1418
|
+
}
|
|
1403
1419
|
.theme-brandCrowd .tw-bg-grayscale-200 {
|
|
1404
1420
|
--tw-bg-opacity: 1;
|
|
1405
1421
|
background-color: rgb(244 244 244 / var(--tw-bg-opacity));
|
|
1406
|
-
}
|
|
1422
|
+
}
|
|
1407
1423
|
.theme-brandCrowd .tw-bg-grayscale-300 {
|
|
1408
1424
|
--tw-bg-opacity: 1;
|
|
1409
1425
|
background-color: rgb(239 239 239 / var(--tw-bg-opacity));
|
|
1410
|
-
}
|
|
1426
|
+
}
|
|
1411
1427
|
.theme-brandCrowd .tw-bg-grayscale-400 {
|
|
1412
1428
|
--tw-bg-opacity: 1;
|
|
1413
1429
|
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
1414
|
-
}
|
|
1430
|
+
}
|
|
1415
1431
|
.theme-brandCrowd .tw-bg-grayscale-500 {
|
|
1416
1432
|
--tw-bg-opacity: 1;
|
|
1417
1433
|
background-color: rgb(208 208 208 / var(--tw-bg-opacity));
|
|
1418
|
-
}
|
|
1434
|
+
}
|
|
1419
1435
|
.theme-brandCrowd .tw-bg-info-100 {
|
|
1420
1436
|
--tw-bg-opacity: 1;
|
|
1421
1437
|
background-color: rgb(204 234 247 / var(--tw-bg-opacity));
|
|
1422
|
-
}
|
|
1438
|
+
}
|
|
1423
1439
|
.theme-brandCrowd .tw-bg-info-300 {
|
|
1424
1440
|
--tw-bg-opacity: 1;
|
|
1425
1441
|
background-color: rgb(102 193 231 / var(--tw-bg-opacity));
|
|
1426
|
-
}
|
|
1442
|
+
}
|
|
1427
1443
|
.theme-brandCrowd .tw-bg-info-400 {
|
|
1428
1444
|
--tw-bg-opacity: 1;
|
|
1429
1445
|
background-color: rgb(51 172 223 / var(--tw-bg-opacity));
|
|
1430
|
-
}
|
|
1446
|
+
}
|
|
1431
1447
|
.theme-brandCrowd .tw-bg-info-500 {
|
|
1432
1448
|
--tw-bg-opacity: 1;
|
|
1433
1449
|
background-color: rgb(0 151 215 / var(--tw-bg-opacity));
|
|
1434
|
-
}
|
|
1450
|
+
}
|
|
1435
1451
|
.theme-brandCrowd .tw-bg-info-600 {
|
|
1436
1452
|
--tw-bg-opacity: 1;
|
|
1437
1453
|
background-color: rgb(0 121 172 / var(--tw-bg-opacity));
|
|
1438
|
-
}
|
|
1454
|
+
}
|
|
1439
1455
|
.theme-brandCrowd .tw-bg-primary-300 {
|
|
1440
1456
|
--tw-bg-opacity: 1;
|
|
1441
1457
|
background-color: rgb(247 118 140 / var(--tw-bg-opacity));
|
|
1442
|
-
}
|
|
1458
|
+
}
|
|
1443
1459
|
.theme-brandCrowd .tw-bg-primary-400 {
|
|
1444
1460
|
--tw-bg-opacity: 1;
|
|
1445
1461
|
background-color: rgb(245 73 101 / var(--tw-bg-opacity));
|
|
1446
|
-
}
|
|
1462
|
+
}
|
|
1447
1463
|
.theme-brandCrowd .tw-bg-primary-500 {
|
|
1448
1464
|
--tw-bg-opacity: 1;
|
|
1449
1465
|
background-color: rgb(242 27 63 / var(--tw-bg-opacity));
|
|
1450
|
-
}
|
|
1466
|
+
}
|
|
1451
1467
|
.theme-brandCrowd .tw-bg-primary-600 {
|
|
1452
1468
|
--tw-bg-opacity: 1;
|
|
1453
1469
|
background-color: rgb(194 22 50 / var(--tw-bg-opacity));
|
|
1454
|
-
}
|
|
1470
|
+
}
|
|
1455
1471
|
.theme-brandCrowd .tw-bg-secondary-100 {
|
|
1456
1472
|
--tw-bg-opacity: 1;
|
|
1457
1473
|
background-color: rgb(222 222 222 / var(--tw-bg-opacity));
|
|
1458
|
-
}
|
|
1474
|
+
}
|
|
1459
1475
|
.theme-brandCrowd .tw-bg-secondary-300 {
|
|
1460
1476
|
--tw-bg-opacity: 1;
|
|
1461
1477
|
background-color: rgb(155 155 155 / var(--tw-bg-opacity));
|
|
1462
|
-
}
|
|
1478
|
+
}
|
|
1463
1479
|
.theme-brandCrowd .tw-bg-secondary-500 {
|
|
1464
1480
|
--tw-bg-opacity: 1;
|
|
1465
1481
|
background-color: rgb(89 89 89 / var(--tw-bg-opacity));
|
|
1466
|
-
}
|
|
1482
|
+
}
|
|
1467
1483
|
.theme-brandCrowd .tw-bg-success-100 {
|
|
1468
1484
|
--tw-bg-opacity: 1;
|
|
1469
1485
|
background-color: rgb(211 238 207 / var(--tw-bg-opacity));
|
|
1470
|
-
}
|
|
1486
|
+
}
|
|
1471
1487
|
.theme-brandCrowd .tw-bg-success-400 {
|
|
1472
1488
|
--tw-bg-opacity: 1;
|
|
1473
1489
|
background-color: rgb(80 185 64 / var(--tw-bg-opacity));
|
|
1474
|
-
}
|
|
1490
|
+
}
|
|
1475
1491
|
.theme-brandCrowd .tw-bg-success-500 {
|
|
1476
1492
|
--tw-bg-opacity: 1;
|
|
1477
1493
|
background-color: rgb(36 168 16 / var(--tw-bg-opacity));
|
|
1478
|
-
}
|
|
1494
|
+
}
|
|
1479
1495
|
.theme-brandCrowd .tw-bg-transparent {
|
|
1480
1496
|
background-color: transparent;
|
|
1481
|
-
}
|
|
1497
|
+
}
|
|
1482
1498
|
.theme-brandCrowd .tw-bg-warning-100 {
|
|
1483
1499
|
--tw-bg-opacity: 1;
|
|
1484
1500
|
background-color: rgb(253 239 213 / var(--tw-bg-opacity));
|
|
1485
|
-
}
|
|
1501
|
+
}
|
|
1486
1502
|
.theme-brandCrowd .tw-bg-warning-300 {
|
|
1487
1503
|
--tw-bg-opacity: 1;
|
|
1488
1504
|
background-color: rgb(248 207 128 / var(--tw-bg-opacity));
|
|
1489
|
-
}
|
|
1505
|
+
}
|
|
1490
1506
|
.theme-brandCrowd .tw-bg-warning-500 {
|
|
1491
1507
|
--tw-bg-opacity: 1;
|
|
1492
1508
|
background-color: rgb(243 175 43 / var(--tw-bg-opacity));
|
|
1493
|
-
}
|
|
1509
|
+
}
|
|
1494
1510
|
.theme-brandCrowd .tw-bg-warning-600 {
|
|
1495
1511
|
--tw-bg-opacity: 1;
|
|
1496
1512
|
background-color: rgb(194 140 34 / var(--tw-bg-opacity));
|
|
1497
|
-
}
|
|
1513
|
+
}
|
|
1498
1514
|
.theme-brandCrowd .tw-bg-white {
|
|
1499
1515
|
--tw-bg-opacity: 1;
|
|
1500
1516
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1501
|
-
}
|
|
1517
|
+
}
|
|
1502
1518
|
.theme-brandCrowd .tw-bg-opacity-75 {
|
|
1503
1519
|
--tw-bg-opacity: 0.75;
|
|
1504
|
-
}
|
|
1520
|
+
}
|
|
1505
1521
|
.theme-brandCrowd .tw-bg-opacity-80 {
|
|
1506
1522
|
--tw-bg-opacity: 0.8;
|
|
1507
|
-
}
|
|
1523
|
+
}
|
|
1508
1524
|
.theme-brandCrowd .tw-bg-gradient-to-t {
|
|
1509
1525
|
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
|
1510
|
-
}
|
|
1526
|
+
}
|
|
1511
1527
|
.theme-brandCrowd .tw-from-\[\#d946ef\] {
|
|
1512
1528
|
--tw-gradient-from: #d946ef var(--tw-gradient-from-position);
|
|
1513
1529
|
--tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
|
|
1514
1530
|
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
|
1515
|
-
}
|
|
1531
|
+
}
|
|
1516
1532
|
.theme-brandCrowd .tw-to-\[\#8b5cf6\] {
|
|
1517
1533
|
--tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
|
|
1518
|
-
}
|
|
1534
|
+
}
|
|
1519
1535
|
.theme-brandCrowd .tw-bg-no-repeat {
|
|
1520
1536
|
background-repeat: no-repeat;
|
|
1521
|
-
}
|
|
1537
|
+
}
|
|
1522
1538
|
.theme-brandCrowd .tw-fill-current {
|
|
1523
1539
|
fill: currentColor;
|
|
1524
|
-
}
|
|
1540
|
+
}
|
|
1525
1541
|
.theme-brandCrowd .tw-object-contain {
|
|
1526
1542
|
-o-object-fit: contain;
|
|
1527
1543
|
object-fit: contain;
|
|
1528
|
-
}
|
|
1544
|
+
}
|
|
1529
1545
|
.theme-brandCrowd .tw-object-cover {
|
|
1530
1546
|
-o-object-fit: cover;
|
|
1531
1547
|
object-fit: cover;
|
|
1532
|
-
}
|
|
1548
|
+
}
|
|
1533
1549
|
.theme-brandCrowd .tw-object-top {
|
|
1534
1550
|
-o-object-position: top;
|
|
1535
1551
|
object-position: top;
|
|
1536
|
-
}
|
|
1552
|
+
}
|
|
1537
1553
|
.\!tw-p-0 {
|
|
1538
1554
|
padding: 0px !important;
|
|
1539
|
-
}
|
|
1555
|
+
}
|
|
1540
1556
|
.\!tw-p-0\.5 {
|
|
1541
1557
|
padding: 0.125rem !important;
|
|
1542
|
-
}
|
|
1558
|
+
}
|
|
1543
1559
|
.\!tw-p-1 {
|
|
1544
1560
|
padding: 0.25rem !important;
|
|
1545
|
-
}
|
|
1561
|
+
}
|
|
1546
1562
|
.\!tw-p-1\.5 {
|
|
1547
1563
|
padding: 0.375rem !important;
|
|
1548
|
-
}
|
|
1564
|
+
}
|
|
1549
1565
|
.\!tw-p-10 {
|
|
1550
1566
|
padding: 2.5rem !important;
|
|
1551
|
-
}
|
|
1567
|
+
}
|
|
1552
1568
|
.\!tw-p-11 {
|
|
1553
1569
|
padding: 2.75rem !important;
|
|
1554
|
-
}
|
|
1570
|
+
}
|
|
1555
1571
|
.\!tw-p-12 {
|
|
1556
1572
|
padding: 3rem !important;
|
|
1557
|
-
}
|
|
1573
|
+
}
|
|
1558
1574
|
.\!tw-p-14 {
|
|
1559
1575
|
padding: 3.5rem !important;
|
|
1560
|
-
}
|
|
1576
|
+
}
|
|
1561
1577
|
.\!tw-p-16 {
|
|
1562
1578
|
padding: 4rem !important;
|
|
1563
|
-
}
|
|
1579
|
+
}
|
|
1564
1580
|
.\!tw-p-2 {
|
|
1565
1581
|
padding: 0.5rem !important;
|
|
1566
|
-
}
|
|
1582
|
+
}
|
|
1567
1583
|
.\!tw-p-2\.5 {
|
|
1568
1584
|
padding: 0.625rem !important;
|
|
1569
|
-
}
|
|
1585
|
+
}
|
|
1570
1586
|
.\!tw-p-20 {
|
|
1571
1587
|
padding: 5rem !important;
|
|
1572
|
-
}
|
|
1588
|
+
}
|
|
1573
1589
|
.\!tw-p-24 {
|
|
1574
1590
|
padding: 6rem !important;
|
|
1575
|
-
}
|
|
1591
|
+
}
|
|
1576
1592
|
.\!tw-p-28 {
|
|
1577
1593
|
padding: 7rem !important;
|
|
1578
|
-
}
|
|
1594
|
+
}
|
|
1579
1595
|
.\!tw-p-3 {
|
|
1580
1596
|
padding: 0.75rem !important;
|
|
1581
|
-
}
|
|
1597
|
+
}
|
|
1582
1598
|
.\!tw-p-3\.5 {
|
|
1583
1599
|
padding: 0.875rem !important;
|
|
1584
|
-
}
|
|
1600
|
+
}
|
|
1585
1601
|
.\!tw-p-32 {
|
|
1586
1602
|
padding: 8rem !important;
|
|
1587
|
-
}
|
|
1603
|
+
}
|
|
1588
1604
|
.\!tw-p-36 {
|
|
1589
1605
|
padding: 9rem !important;
|
|
1590
|
-
}
|
|
1606
|
+
}
|
|
1591
1607
|
.\!tw-p-4 {
|
|
1592
1608
|
padding: 1rem !important;
|
|
1593
|
-
}
|
|
1609
|
+
}
|
|
1594
1610
|
.\!tw-p-40 {
|
|
1595
1611
|
padding: 10rem !important;
|
|
1596
|
-
}
|
|
1612
|
+
}
|
|
1597
1613
|
.\!tw-p-44 {
|
|
1598
1614
|
padding: 11rem !important;
|
|
1599
|
-
}
|
|
1615
|
+
}
|
|
1600
1616
|
.\!tw-p-48 {
|
|
1601
1617
|
padding: 12rem !important;
|
|
1602
|
-
}
|
|
1618
|
+
}
|
|
1603
1619
|
.\!tw-p-5 {
|
|
1604
1620
|
padding: 1.25rem !important;
|
|
1605
|
-
}
|
|
1621
|
+
}
|
|
1606
1622
|
.\!tw-p-52 {
|
|
1607
1623
|
padding: 13rem !important;
|
|
1608
|
-
}
|
|
1624
|
+
}
|
|
1609
1625
|
.\!tw-p-56 {
|
|
1610
1626
|
padding: 14rem !important;
|
|
1611
|
-
}
|
|
1627
|
+
}
|
|
1612
1628
|
.\!tw-p-6 {
|
|
1613
1629
|
padding: 1.5rem !important;
|
|
1614
|
-
}
|
|
1630
|
+
}
|
|
1615
1631
|
.\!tw-p-60 {
|
|
1616
1632
|
padding: 15rem !important;
|
|
1617
|
-
}
|
|
1633
|
+
}
|
|
1618
1634
|
.\!tw-p-64 {
|
|
1619
1635
|
padding: 16rem !important;
|
|
1620
|
-
}
|
|
1636
|
+
}
|
|
1621
1637
|
.\!tw-p-7 {
|
|
1622
1638
|
padding: 1.75rem !important;
|
|
1623
|
-
}
|
|
1639
|
+
}
|
|
1624
1640
|
.\!tw-p-72 {
|
|
1625
1641
|
padding: 18rem !important;
|
|
1626
|
-
}
|
|
1642
|
+
}
|
|
1627
1643
|
.\!tw-p-8 {
|
|
1628
1644
|
padding: 2rem !important;
|
|
1629
|
-
}
|
|
1645
|
+
}
|
|
1630
1646
|
.\!tw-p-80 {
|
|
1631
1647
|
padding: 20rem !important;
|
|
1632
|
-
}
|
|
1648
|
+
}
|
|
1633
1649
|
.\!tw-p-9 {
|
|
1634
1650
|
padding: 2.25rem !important;
|
|
1635
|
-
}
|
|
1651
|
+
}
|
|
1636
1652
|
.\!tw-p-96 {
|
|
1637
1653
|
padding: 24rem !important;
|
|
1638
|
-
}
|
|
1654
|
+
}
|
|
1639
1655
|
.\!tw-p-px {
|
|
1640
1656
|
padding: 1px !important;
|
|
1641
|
-
}
|
|
1657
|
+
}
|
|
1642
1658
|
.theme-brandCrowd .tw-p-0 {
|
|
1643
1659
|
padding: 0px;
|
|
1644
|
-
}
|
|
1660
|
+
}
|
|
1645
1661
|
.theme-brandCrowd .tw-p-1 {
|
|
1646
1662
|
padding: 0.25rem;
|
|
1647
|
-
}
|
|
1663
|
+
}
|
|
1648
1664
|
.theme-brandCrowd .tw-p-2 {
|
|
1649
1665
|
padding: 0.5rem;
|
|
1650
|
-
}
|
|
1666
|
+
}
|
|
1651
1667
|
.theme-brandCrowd .tw-p-3 {
|
|
1652
1668
|
padding: 0.75rem;
|
|
1653
|
-
}
|
|
1669
|
+
}
|
|
1654
1670
|
.theme-brandCrowd .tw-p-4 {
|
|
1655
1671
|
padding: 1rem;
|
|
1656
|
-
}
|
|
1672
|
+
}
|
|
1657
1673
|
.theme-brandCrowd .tw-p-5 {
|
|
1658
1674
|
padding: 1.25rem;
|
|
1659
|
-
}
|
|
1675
|
+
}
|
|
1660
1676
|
.theme-brandCrowd .tw-p-6 {
|
|
1661
1677
|
padding: 1.5rem;
|
|
1662
|
-
}
|
|
1678
|
+
}
|
|
1663
1679
|
.theme-brandCrowd .tw-p-8 {
|
|
1664
1680
|
padding: 2rem;
|
|
1665
|
-
}
|
|
1681
|
+
}
|
|
1666
1682
|
.theme-brandCrowd .tw-px-0 {
|
|
1667
1683
|
padding-left: 0px;
|
|
1668
1684
|
padding-right: 0px;
|
|
1669
|
-
}
|
|
1685
|
+
}
|
|
1670
1686
|
.theme-brandCrowd .tw-px-0\.5 {
|
|
1671
1687
|
padding-left: 0.125rem;
|
|
1672
1688
|
padding-right: 0.125rem;
|
|
1673
|
-
}
|
|
1689
|
+
}
|
|
1674
1690
|
.theme-brandCrowd .tw-px-2 {
|
|
1675
1691
|
padding-left: 0.5rem;
|
|
1676
1692
|
padding-right: 0.5rem;
|
|
1677
|
-
}
|
|
1693
|
+
}
|
|
1678
1694
|
.theme-brandCrowd .tw-px-20 {
|
|
1679
1695
|
padding-left: 5rem;
|
|
1680
1696
|
padding-right: 5rem;
|
|
1681
|
-
}
|
|
1697
|
+
}
|
|
1682
1698
|
.theme-brandCrowd .tw-px-3 {
|
|
1683
1699
|
padding-left: 0.75rem;
|
|
1684
1700
|
padding-right: 0.75rem;
|
|
1685
|
-
}
|
|
1701
|
+
}
|
|
1686
1702
|
.theme-brandCrowd .tw-px-4 {
|
|
1687
1703
|
padding-left: 1rem;
|
|
1688
1704
|
padding-right: 1rem;
|
|
1689
|
-
}
|
|
1705
|
+
}
|
|
1690
1706
|
.theme-brandCrowd .tw-px-5 {
|
|
1691
1707
|
padding-left: 1.25rem;
|
|
1692
1708
|
padding-right: 1.25rem;
|
|
1693
|
-
}
|
|
1709
|
+
}
|
|
1694
1710
|
.theme-brandCrowd .tw-px-6 {
|
|
1695
1711
|
padding-left: 1.5rem;
|
|
1696
1712
|
padding-right: 1.5rem;
|
|
1697
|
-
}
|
|
1713
|
+
}
|
|
1698
1714
|
.theme-brandCrowd .tw-px-8 {
|
|
1699
1715
|
padding-left: 2rem;
|
|
1700
1716
|
padding-right: 2rem;
|
|
1701
|
-
}
|
|
1717
|
+
}
|
|
1702
1718
|
.theme-brandCrowd .tw-px-px {
|
|
1703
1719
|
padding-left: 1px;
|
|
1704
1720
|
padding-right: 1px;
|
|
1705
|
-
}
|
|
1721
|
+
}
|
|
1706
1722
|
.theme-brandCrowd .tw-py-0 {
|
|
1707
1723
|
padding-top: 0px;
|
|
1708
1724
|
padding-bottom: 0px;
|
|
1709
|
-
}
|
|
1725
|
+
}
|
|
1710
1726
|
.theme-brandCrowd .tw-py-0\.5 {
|
|
1711
1727
|
padding-top: 0.125rem;
|
|
1712
1728
|
padding-bottom: 0.125rem;
|
|
1713
|
-
}
|
|
1729
|
+
}
|
|
1714
1730
|
.theme-brandCrowd .tw-py-1 {
|
|
1715
1731
|
padding-top: 0.25rem;
|
|
1716
1732
|
padding-bottom: 0.25rem;
|
|
1717
|
-
}
|
|
1733
|
+
}
|
|
1718
1734
|
.theme-brandCrowd .tw-py-1\.5 {
|
|
1719
1735
|
padding-top: 0.375rem;
|
|
1720
1736
|
padding-bottom: 0.375rem;
|
|
1721
|
-
}
|
|
1737
|
+
}
|
|
1722
1738
|
.theme-brandCrowd .tw-py-10 {
|
|
1723
1739
|
padding-top: 2.5rem;
|
|
1724
1740
|
padding-bottom: 2.5rem;
|
|
1725
|
-
}
|
|
1741
|
+
}
|
|
1726
1742
|
.theme-brandCrowd .tw-py-2 {
|
|
1727
1743
|
padding-top: 0.5rem;
|
|
1728
1744
|
padding-bottom: 0.5rem;
|
|
1729
|
-
}
|
|
1745
|
+
}
|
|
1730
1746
|
.theme-brandCrowd .tw-py-3 {
|
|
1731
1747
|
padding-top: 0.75rem;
|
|
1732
1748
|
padding-bottom: 0.75rem;
|
|
1733
|
-
}
|
|
1749
|
+
}
|
|
1734
1750
|
.theme-brandCrowd .tw-py-3\.5 {
|
|
1735
1751
|
padding-top: 0.875rem;
|
|
1736
1752
|
padding-bottom: 0.875rem;
|
|
1737
|
-
}
|
|
1753
|
+
}
|
|
1738
1754
|
.theme-brandCrowd .tw-py-4 {
|
|
1739
1755
|
padding-top: 1rem;
|
|
1740
1756
|
padding-bottom: 1rem;
|
|
1741
|
-
}
|
|
1757
|
+
}
|
|
1742
1758
|
.theme-brandCrowd .tw-py-5 {
|
|
1743
1759
|
padding-top: 1.25rem;
|
|
1744
1760
|
padding-bottom: 1.25rem;
|
|
1745
|
-
}
|
|
1761
|
+
}
|
|
1746
1762
|
.theme-brandCrowd .tw-py-8 {
|
|
1747
1763
|
padding-top: 2rem;
|
|
1748
1764
|
padding-bottom: 2rem;
|
|
1749
|
-
}
|
|
1765
|
+
}
|
|
1750
1766
|
.theme-brandCrowd .tw-pb-0 {
|
|
1751
1767
|
padding-bottom: 0px;
|
|
1752
|
-
}
|
|
1768
|
+
}
|
|
1753
1769
|
.theme-brandCrowd .tw-pb-16 {
|
|
1754
1770
|
padding-bottom: 4rem;
|
|
1755
|
-
}
|
|
1771
|
+
}
|
|
1756
1772
|
.theme-brandCrowd .tw-pb-24 {
|
|
1757
1773
|
padding-bottom: 6rem;
|
|
1758
|
-
}
|
|
1774
|
+
}
|
|
1759
1775
|
.theme-brandCrowd .tw-pb-8 {
|
|
1760
1776
|
padding-bottom: 2rem;
|
|
1761
|
-
}
|
|
1777
|
+
}
|
|
1762
1778
|
.theme-brandCrowd .tw-pl-0 {
|
|
1763
1779
|
padding-left: 0px;
|
|
1764
|
-
}
|
|
1780
|
+
}
|
|
1765
1781
|
.theme-brandCrowd .tw-pl-12 {
|
|
1766
1782
|
padding-left: 3rem;
|
|
1767
|
-
}
|
|
1783
|
+
}
|
|
1768
1784
|
.theme-brandCrowd .tw-pl-3 {
|
|
1769
1785
|
padding-left: 0.75rem;
|
|
1770
|
-
}
|
|
1786
|
+
}
|
|
1771
1787
|
.theme-brandCrowd .tw-pl-8 {
|
|
1772
1788
|
padding-left: 2rem;
|
|
1773
|
-
}
|
|
1789
|
+
}
|
|
1774
1790
|
.theme-brandCrowd .tw-pr-12 {
|
|
1775
1791
|
padding-right: 3rem;
|
|
1776
|
-
}
|
|
1792
|
+
}
|
|
1777
1793
|
.theme-brandCrowd .tw-pr-2 {
|
|
1778
1794
|
padding-right: 0.5rem;
|
|
1779
|
-
}
|
|
1795
|
+
}
|
|
1780
1796
|
.theme-brandCrowd .tw-pr-4 {
|
|
1781
1797
|
padding-right: 1rem;
|
|
1782
|
-
}
|
|
1798
|
+
}
|
|
1783
1799
|
.theme-brandCrowd .tw-pr-6 {
|
|
1784
1800
|
padding-right: 1.5rem;
|
|
1785
|
-
}
|
|
1801
|
+
}
|
|
1786
1802
|
.theme-brandCrowd .tw-pt-1 {
|
|
1787
1803
|
padding-top: 0.25rem;
|
|
1788
|
-
}
|
|
1804
|
+
}
|
|
1789
1805
|
.theme-brandCrowd .tw-pt-12 {
|
|
1790
1806
|
padding-top: 3rem;
|
|
1791
|
-
}
|
|
1807
|
+
}
|
|
1792
1808
|
.theme-brandCrowd .tw-pt-2 {
|
|
1793
1809
|
padding-top: 0.5rem;
|
|
1794
|
-
}
|
|
1810
|
+
}
|
|
1795
1811
|
.theme-brandCrowd .tw-pt-6 {
|
|
1796
1812
|
padding-top: 1.5rem;
|
|
1797
|
-
}
|
|
1813
|
+
}
|
|
1798
1814
|
.theme-brandCrowd .tw-text-left {
|
|
1799
1815
|
text-align: left;
|
|
1800
|
-
}
|
|
1816
|
+
}
|
|
1801
1817
|
.theme-brandCrowd .tw-text-center {
|
|
1802
1818
|
text-align: center;
|
|
1803
|
-
}
|
|
1819
|
+
}
|
|
1804
1820
|
.theme-brandCrowd .tw-align-top {
|
|
1805
1821
|
vertical-align: top;
|
|
1806
|
-
}
|
|
1822
|
+
}
|
|
1807
1823
|
.theme-brandCrowd .tw-align-middle {
|
|
1808
1824
|
vertical-align: middle;
|
|
1809
|
-
}
|
|
1825
|
+
}
|
|
1810
1826
|
.theme-brandCrowd .tw-font-sans {
|
|
1811
1827
|
font-family: Lato, Helvetica, sans-serif;
|
|
1812
|
-
}
|
|
1828
|
+
}
|
|
1813
1829
|
.theme-brandCrowd .tw-text-2xl {
|
|
1814
1830
|
font-size: 1.5rem;
|
|
1815
1831
|
line-height: 2rem;
|
|
1816
|
-
}
|
|
1832
|
+
}
|
|
1833
|
+
.theme-brandCrowd .tw-text-3xl {
|
|
1834
|
+
font-size: 1.875rem;
|
|
1835
|
+
line-height: 2.25rem;
|
|
1836
|
+
}
|
|
1817
1837
|
.theme-brandCrowd .tw-text-4xl {
|
|
1818
1838
|
font-size: 2.25rem;
|
|
1819
1839
|
line-height: 2.5rem;
|
|
1820
|
-
}
|
|
1840
|
+
}
|
|
1821
1841
|
.theme-brandCrowd .tw-text-base {
|
|
1822
1842
|
font-size: 1rem;
|
|
1823
1843
|
line-height: 1.5rem;
|
|
1824
|
-
}
|
|
1844
|
+
}
|
|
1825
1845
|
.theme-brandCrowd .tw-text-lg {
|
|
1826
1846
|
font-size: 1.125rem;
|
|
1827
1847
|
line-height: 1.75rem;
|
|
1828
|
-
}
|
|
1848
|
+
}
|
|
1829
1849
|
.theme-brandCrowd .tw-text-sm {
|
|
1830
1850
|
font-size: 0.875rem;
|
|
1831
1851
|
line-height: 1.25rem;
|
|
1832
|
-
}
|
|
1852
|
+
}
|
|
1833
1853
|
.theme-brandCrowd .tw-text-xs {
|
|
1834
1854
|
font-size: 0.75rem;
|
|
1835
1855
|
line-height: 1rem;
|
|
1836
|
-
}
|
|
1856
|
+
}
|
|
1837
1857
|
.theme-brandCrowd .tw-font-bold {
|
|
1838
1858
|
font-weight: 700;
|
|
1839
|
-
}
|
|
1859
|
+
}
|
|
1860
|
+
.theme-brandCrowd .tw-font-medium {
|
|
1861
|
+
font-weight: 500;
|
|
1862
|
+
}
|
|
1840
1863
|
.theme-brandCrowd .tw-font-normal {
|
|
1841
1864
|
font-weight: 400;
|
|
1842
|
-
}
|
|
1865
|
+
}
|
|
1843
1866
|
.theme-brandCrowd .tw-font-semibold {
|
|
1844
1867
|
font-weight: 600;
|
|
1845
|
-
}
|
|
1868
|
+
}
|
|
1846
1869
|
.theme-brandCrowd .tw-uppercase {
|
|
1847
1870
|
text-transform: uppercase;
|
|
1848
|
-
}
|
|
1871
|
+
}
|
|
1849
1872
|
.theme-brandCrowd .tw-capitalize {
|
|
1850
1873
|
text-transform: capitalize;
|
|
1851
|
-
}
|
|
1874
|
+
}
|
|
1852
1875
|
.theme-brandCrowd .tw-leading-tight {
|
|
1853
1876
|
line-height: 1.25;
|
|
1854
|
-
}
|
|
1877
|
+
}
|
|
1855
1878
|
.theme-brandCrowd .tw-text-black {
|
|
1856
1879
|
--tw-text-opacity: 1;
|
|
1857
1880
|
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
1858
|
-
}
|
|
1881
|
+
}
|
|
1859
1882
|
.theme-brandCrowd .tw-text-error-500 {
|
|
1860
1883
|
--tw-text-opacity: 1;
|
|
1861
1884
|
color: rgb(242 27 63 / var(--tw-text-opacity));
|
|
1862
|
-
}
|
|
1885
|
+
}
|
|
1863
1886
|
.theme-brandCrowd .tw-text-error-700 {
|
|
1864
1887
|
--tw-text-opacity: 1;
|
|
1865
1888
|
color: rgb(145 16 38 / var(--tw-text-opacity));
|
|
1866
|
-
}
|
|
1889
|
+
}
|
|
1867
1890
|
.theme-brandCrowd .tw-text-grayscale-500 {
|
|
1868
1891
|
--tw-text-opacity: 1;
|
|
1869
1892
|
color: rgb(208 208 208 / var(--tw-text-opacity));
|
|
1870
|
-
}
|
|
1893
|
+
}
|
|
1871
1894
|
.theme-brandCrowd .tw-text-grayscale-600 {
|
|
1872
1895
|
--tw-text-opacity: 1;
|
|
1873
1896
|
color: rgb(94 94 94 / var(--tw-text-opacity));
|
|
1874
|
-
}
|
|
1897
|
+
}
|
|
1875
1898
|
.theme-brandCrowd .tw-text-grayscale-700 {
|
|
1876
1899
|
--tw-text-opacity: 1;
|
|
1877
1900
|
color: rgb(43 43 43 / var(--tw-text-opacity));
|
|
1878
|
-
}
|
|
1901
|
+
}
|
|
1879
1902
|
.theme-brandCrowd .tw-text-grayscale-800 {
|
|
1880
1903
|
--tw-text-opacity: 1;
|
|
1881
1904
|
color: rgb(17 21 23 / var(--tw-text-opacity));
|
|
1882
|
-
}
|
|
1905
|
+
}
|
|
1883
1906
|
.theme-brandCrowd .tw-text-info-300 {
|
|
1884
1907
|
--tw-text-opacity: 1;
|
|
1885
1908
|
color: rgb(102 193 231 / var(--tw-text-opacity));
|
|
1886
|
-
}
|
|
1909
|
+
}
|
|
1887
1910
|
.theme-brandCrowd .tw-text-info-500 {
|
|
1888
1911
|
--tw-text-opacity: 1;
|
|
1889
1912
|
color: rgb(0 151 215 / var(--tw-text-opacity));
|
|
1890
|
-
}
|
|
1913
|
+
}
|
|
1891
1914
|
.theme-brandCrowd .tw-text-primary-500 {
|
|
1892
1915
|
--tw-text-opacity: 1;
|
|
1893
1916
|
color: rgb(242 27 63 / var(--tw-text-opacity));
|
|
1894
|
-
}
|
|
1917
|
+
}
|
|
1895
1918
|
.theme-brandCrowd .tw-text-secondary-400 {
|
|
1896
1919
|
--tw-text-opacity: 1;
|
|
1897
1920
|
color: rgb(122 122 122 / var(--tw-text-opacity));
|
|
1898
|
-
}
|
|
1921
|
+
}
|
|
1899
1922
|
.theme-brandCrowd .tw-text-secondary-500 {
|
|
1900
1923
|
--tw-text-opacity: 1;
|
|
1901
1924
|
color: rgb(89 89 89 / var(--tw-text-opacity));
|
|
1902
|
-
}
|
|
1925
|
+
}
|
|
1903
1926
|
.theme-brandCrowd .tw-text-secondary-600 {
|
|
1904
1927
|
--tw-text-opacity: 1;
|
|
1905
1928
|
color: rgb(71 71 71 / var(--tw-text-opacity));
|
|
1906
|
-
}
|
|
1929
|
+
}
|
|
1907
1930
|
.theme-brandCrowd .tw-text-secondary-800 {
|
|
1908
1931
|
--tw-text-opacity: 1;
|
|
1909
1932
|
color: rgb(36 36 36 / var(--tw-text-opacity));
|
|
1910
|
-
}
|
|
1933
|
+
}
|
|
1911
1934
|
.theme-brandCrowd .tw-text-success-500 {
|
|
1912
1935
|
--tw-text-opacity: 1;
|
|
1913
1936
|
color: rgb(36 168 16 / var(--tw-text-opacity));
|
|
1914
|
-
}
|
|
1937
|
+
}
|
|
1915
1938
|
.theme-brandCrowd .tw-text-success-600 {
|
|
1916
1939
|
--tw-text-opacity: 1;
|
|
1917
1940
|
color: rgb(29 134 13 / var(--tw-text-opacity));
|
|
1918
|
-
}
|
|
1941
|
+
}
|
|
1919
1942
|
.theme-brandCrowd .tw-text-success-700 {
|
|
1920
1943
|
--tw-text-opacity: 1;
|
|
1921
1944
|
color: rgb(22 101 10 / var(--tw-text-opacity));
|
|
1922
|
-
}
|
|
1945
|
+
}
|
|
1923
1946
|
.theme-brandCrowd .tw-text-warning-700 {
|
|
1924
1947
|
--tw-text-opacity: 1;
|
|
1925
1948
|
color: rgb(146 105 26 / var(--tw-text-opacity));
|
|
1926
|
-
}
|
|
1949
|
+
}
|
|
1927
1950
|
.theme-brandCrowd .tw-text-white {
|
|
1928
1951
|
--tw-text-opacity: 1;
|
|
1929
1952
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1930
|
-
}
|
|
1953
|
+
}
|
|
1931
1954
|
.theme-brandCrowd .tw-underline {
|
|
1932
1955
|
text-decoration-line: underline;
|
|
1933
|
-
}
|
|
1956
|
+
}
|
|
1934
1957
|
.theme-brandCrowd .tw-no-underline {
|
|
1935
1958
|
text-decoration-line: none;
|
|
1936
|
-
}
|
|
1959
|
+
}
|
|
1937
1960
|
.theme-brandCrowd .tw-opacity-0 {
|
|
1938
1961
|
opacity: 0;
|
|
1939
|
-
}
|
|
1962
|
+
}
|
|
1940
1963
|
.theme-brandCrowd .tw-opacity-100 {
|
|
1941
1964
|
opacity: 1;
|
|
1942
|
-
}
|
|
1965
|
+
}
|
|
1943
1966
|
.theme-brandCrowd .tw-opacity-30 {
|
|
1944
1967
|
opacity: 0.3;
|
|
1945
|
-
}
|
|
1968
|
+
}
|
|
1946
1969
|
.theme-brandCrowd .tw-opacity-40 {
|
|
1947
1970
|
opacity: 0.4;
|
|
1948
|
-
}
|
|
1971
|
+
}
|
|
1949
1972
|
.theme-brandCrowd .tw-opacity-50 {
|
|
1950
1973
|
opacity: 0.5;
|
|
1951
|
-
}
|
|
1974
|
+
}
|
|
1952
1975
|
.\!tw-shadow-\[0_0_0_1px\] {
|
|
1953
1976
|
--tw-shadow: 0 0 0 1px !important;
|
|
1954
1977
|
--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color) !important;
|
|
1955
1978
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
1956
|
-
}
|
|
1979
|
+
}
|
|
1957
1980
|
.\!tw-shadow-\[0_0_0_2px\] {
|
|
1958
1981
|
--tw-shadow: 0 0 0 2px !important;
|
|
1959
1982
|
--tw-shadow-colored: 0 0 0 2px var(--tw-shadow-color) !important;
|
|
1960
1983
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
|
|
1961
|
-
}
|
|
1984
|
+
}
|
|
1962
1985
|
.theme-brandCrowd .tw-shadow {
|
|
1963
1986
|
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1964
1987
|
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
|
1965
1988
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1966
|
-
}
|
|
1989
|
+
}
|
|
1967
1990
|
.theme-brandCrowd .tw-shadow-inner {
|
|
1968
1991
|
--tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
|
|
1969
1992
|
--tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
|
|
1970
1993
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1971
|
-
}
|
|
1994
|
+
}
|
|
1972
1995
|
.theme-brandCrowd .tw-shadow-lg {
|
|
1973
1996
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1974
1997
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
1975
1998
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1976
|
-
}
|
|
1999
|
+
}
|
|
1977
2000
|
.theme-brandCrowd .tw-shadow-md {
|
|
1978
2001
|
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
1979
2002
|
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
|
1980
2003
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1981
|
-
}
|
|
2004
|
+
}
|
|
1982
2005
|
.theme-brandCrowd .tw-shadow-sm {
|
|
1983
2006
|
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1984
2007
|
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
|
|
1985
2008
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1986
|
-
}
|
|
2009
|
+
}
|
|
1987
2010
|
.theme-brandCrowd .tw-shadow-xl {
|
|
1988
2011
|
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
1989
2012
|
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
|
|
1990
2013
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
1991
|
-
}
|
|
2014
|
+
}
|
|
1992
2015
|
.\!tw-shadow-info-500 {
|
|
1993
2016
|
--tw-shadow-color: #0097D7 !important;
|
|
1994
2017
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
1995
|
-
}
|
|
2018
|
+
}
|
|
1996
2019
|
.\!tw-shadow-secondary-200 {
|
|
1997
2020
|
--tw-shadow-color: #BDBDBD !important;
|
|
1998
2021
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
1999
|
-
}
|
|
2022
|
+
}
|
|
2000
2023
|
.theme-brandCrowd .tw-outline-none {
|
|
2001
2024
|
outline: 2px solid transparent;
|
|
2002
2025
|
outline-offset: 2px;
|
|
2003
|
-
}
|
|
2026
|
+
}
|
|
2004
2027
|
.theme-brandCrowd .tw-ring-1 {
|
|
2005
2028
|
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
2006
2029
|
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
2007
2030
|
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
2008
|
-
}
|
|
2031
|
+
}
|
|
2009
2032
|
.theme-brandCrowd .tw-ring-black {
|
|
2010
2033
|
--tw-ring-opacity: 1;
|
|
2011
2034
|
--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
|
|
2012
|
-
}
|
|
2035
|
+
}
|
|
2013
2036
|
.theme-brandCrowd .tw-ring-opacity-5 {
|
|
2014
2037
|
--tw-ring-opacity: 0.05;
|
|
2015
|
-
}
|
|
2038
|
+
}
|
|
2016
2039
|
.theme-brandCrowd .tw-drop-shadow-sm {
|
|
2017
2040
|
--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
|
|
2018
2041
|
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);
|
|
2019
|
-
}
|
|
2042
|
+
}
|
|
2020
2043
|
.theme-brandCrowd .tw-transition-colors {
|
|
2021
2044
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
2022
2045
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2023
2046
|
transition-duration: 150ms;
|
|
2024
|
-
}
|
|
2047
|
+
}
|
|
2025
2048
|
.theme-brandCrowd .tw-transition-shadow {
|
|
2026
2049
|
transition-property: box-shadow;
|
|
2027
2050
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2028
2051
|
transition-duration: 150ms;
|
|
2029
|
-
}
|
|
2052
|
+
}
|
|
2030
2053
|
.theme-brandCrowd .tw-transition-transform {
|
|
2031
2054
|
transition-property: transform;
|
|
2032
2055
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2033
2056
|
transition-duration: 150ms;
|
|
2034
|
-
}
|
|
2057
|
+
}
|
|
2035
2058
|
.theme-brandCrowd .tw-duration-200 {
|
|
2036
2059
|
transition-duration: 200ms;
|
|
2037
|
-
}
|
|
2060
|
+
}
|
|
2038
2061
|
.theme-brandCrowd .tw-duration-300 {
|
|
2039
2062
|
transition-duration: 300ms;
|
|
2040
|
-
}
|
|
2063
|
+
}
|
|
2041
2064
|
.theme-brandCrowd .tw-ease-in-out {
|
|
2042
2065
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
2043
|
-
}
|
|
2066
|
+
}
|
|
2044
2067
|
.theme-brandCrowd .tw-ease-out {
|
|
2045
2068
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2046
|
-
}
|
|
2047
|
-
.theme-brandCrowd .hover\:tw-border-grayscale-400:hover {
|
|
2069
|
+
}
|
|
2048
2070
|
--tw-border-opacity: 1;
|
|
2049
2071
|
border-color: rgb(230 230 230 / var(--tw-border-opacity));
|
|
2050
|
-
}
|
|
2051
|
-
|
|
2072
|
+
}
|
|
2073
|
+
--tw-border-opacity: 1;
|
|
2074
|
+
border-color: rgb(208 208 208 / var(--tw-border-opacity));
|
|
2075
|
+
}
|
|
2052
2076
|
--tw-border-opacity: 1;
|
|
2053
2077
|
border-color: rgb(0 121 172 / var(--tw-border-opacity));
|
|
2054
|
-
}
|
|
2055
|
-
.theme-brandCrowd .hover\:tw-border-primary-600:hover {
|
|
2078
|
+
}
|
|
2056
2079
|
--tw-border-opacity: 1;
|
|
2057
2080
|
border-color: rgb(194 22 50 / var(--tw-border-opacity));
|
|
2058
|
-
}
|
|
2059
|
-
.theme-brandCrowd .hover\:tw-border-primary-700:hover {
|
|
2081
|
+
}
|
|
2060
2082
|
--tw-border-opacity: 1;
|
|
2061
2083
|
border-color: rgb(145 16 38 / var(--tw-border-opacity));
|
|
2062
|
-
}
|
|
2063
|
-
.theme-brandCrowd .hover\:tw-border-secondary-700:hover {
|
|
2084
|
+
}
|
|
2064
2085
|
--tw-border-opacity: 1;
|
|
2065
2086
|
border-color: rgb(53 53 53 / var(--tw-border-opacity));
|
|
2066
|
-
}
|
|
2067
|
-
.theme-brandCrowd .hover\:tw-border-success-600:hover {
|
|
2087
|
+
}
|
|
2068
2088
|
--tw-border-opacity: 1;
|
|
2069
2089
|
border-color: rgb(29 134 13 / var(--tw-border-opacity));
|
|
2070
|
-
}
|
|
2071
|
-
.theme-brandCrowd .hover\:tw-border-warning-600:hover {
|
|
2090
|
+
}
|
|
2072
2091
|
--tw-border-opacity: 1;
|
|
2073
2092
|
border-color: rgb(194 140 34 / var(--tw-border-opacity));
|
|
2074
|
-
}
|
|
2075
|
-
.theme-brandCrowd .hover\:tw-bg-grayscale-200:hover {
|
|
2093
|
+
}
|
|
2076
2094
|
--tw-bg-opacity: 1;
|
|
2077
2095
|
background-color: rgb(244 244 244 / var(--tw-bg-opacity));
|
|
2078
|
-
}
|
|
2079
|
-
.theme-brandCrowd .hover\:tw-bg-grayscale-300:hover {
|
|
2096
|
+
}
|
|
2080
2097
|
--tw-bg-opacity: 1;
|
|
2081
2098
|
background-color: rgb(239 239 239 / var(--tw-bg-opacity));
|
|
2082
|
-
}
|
|
2083
|
-
.theme-brandCrowd .hover\:tw-bg-grayscale-400:hover {
|
|
2099
|
+
}
|
|
2084
2100
|
--tw-bg-opacity: 1;
|
|
2085
2101
|
background-color: rgb(230 230 230 / var(--tw-bg-opacity));
|
|
2086
|
-
}
|
|
2087
|
-
|
|
2102
|
+
}
|
|
2103
|
+
--tw-bg-opacity: 1;
|
|
2104
|
+
background-color: rgb(208 208 208 / var(--tw-bg-opacity));
|
|
2105
|
+
}
|
|
2088
2106
|
--tw-bg-opacity: 1;
|
|
2089
2107
|
background-color: rgb(204 234 247 / var(--tw-bg-opacity));
|
|
2090
|
-
}
|
|
2091
|
-
.theme-brandCrowd .hover\:tw-bg-info-400:hover {
|
|
2108
|
+
}
|
|
2092
2109
|
--tw-bg-opacity: 1;
|
|
2093
2110
|
background-color: rgb(51 172 223 / var(--tw-bg-opacity));
|
|
2094
|
-
}
|
|
2095
|
-
.theme-brandCrowd .hover\:tw-bg-info-600:hover {
|
|
2111
|
+
}
|
|
2096
2112
|
--tw-bg-opacity: 1;
|
|
2097
2113
|
background-color: rgb(0 121 172 / var(--tw-bg-opacity));
|
|
2098
|
-
}
|
|
2099
|
-
.theme-brandCrowd .hover\:tw-bg-primary-100:hover {
|
|
2114
|
+
}
|
|
2100
2115
|
--tw-bg-opacity: 1;
|
|
2101
2116
|
background-color: rgb(252 209 217 / var(--tw-bg-opacity));
|
|
2102
|
-
}
|
|
2103
|
-
.theme-brandCrowd .hover\:tw-bg-primary-400:hover {
|
|
2117
|
+
}
|
|
2104
2118
|
--tw-bg-opacity: 1;
|
|
2105
2119
|
background-color: rgb(245 73 101 / var(--tw-bg-opacity));
|
|
2106
|
-
}
|
|
2107
|
-
.theme-brandCrowd .hover\:tw-bg-primary-600:hover {
|
|
2120
|
+
}
|
|
2108
2121
|
--tw-bg-opacity: 1;
|
|
2109
2122
|
background-color: rgb(194 22 50 / var(--tw-bg-opacity));
|
|
2110
|
-
}
|
|
2111
|
-
|
|
2123
|
+
}
|
|
2124
|
+
--tw-bg-opacity: 1;
|
|
2125
|
+
background-color: rgb(145 16 38 / var(--tw-bg-opacity));
|
|
2126
|
+
}
|
|
2112
2127
|
--tw-bg-opacity: 1;
|
|
2113
2128
|
background-color: rgb(222 222 222 / var(--tw-bg-opacity));
|
|
2114
|
-
}
|
|
2115
|
-
.theme-brandCrowd .hover\:tw-bg-secondary-400:hover {
|
|
2129
|
+
}
|
|
2116
2130
|
--tw-bg-opacity: 1;
|
|
2117
2131
|
background-color: rgb(122 122 122 / var(--tw-bg-opacity));
|
|
2118
|
-
}
|
|
2119
|
-
.theme-brandCrowd .hover\:tw-bg-secondary-500:hover {
|
|
2132
|
+
}
|
|
2120
2133
|
--tw-bg-opacity: 1;
|
|
2121
2134
|
background-color: rgb(89 89 89 / var(--tw-bg-opacity));
|
|
2122
|
-
}
|
|
2123
|
-
.theme-brandCrowd .hover\:tw-bg-secondary-600:hover {
|
|
2135
|
+
}
|
|
2124
2136
|
--tw-bg-opacity: 1;
|
|
2125
2137
|
background-color: rgb(71 71 71 / var(--tw-bg-opacity));
|
|
2126
|
-
}
|
|
2127
|
-
|
|
2138
|
+
}
|
|
2139
|
+
--tw-bg-opacity: 1;
|
|
2140
|
+
background-color: rgb(53 53 53 / var(--tw-bg-opacity));
|
|
2141
|
+
}
|
|
2128
2142
|
--tw-bg-opacity: 1;
|
|
2129
2143
|
background-color: rgb(211 238 207 / var(--tw-bg-opacity));
|
|
2130
|
-
}
|
|
2131
|
-
.theme-brandCrowd .hover\:tw-bg-success-600:hover {
|
|
2144
|
+
}
|
|
2132
2145
|
--tw-bg-opacity: 1;
|
|
2133
2146
|
background-color: rgb(29 134 13 / var(--tw-bg-opacity));
|
|
2134
|
-
}
|
|
2135
|
-
.theme-brandCrowd .hover\:tw-bg-warning-600:hover {
|
|
2147
|
+
}
|
|
2136
2148
|
--tw-bg-opacity: 1;
|
|
2137
2149
|
background-color: rgb(194 140 34 / var(--tw-bg-opacity));
|
|
2138
|
-
}
|
|
2139
|
-
.theme-brandCrowd .hover\:tw-text-grayscale-800:hover {
|
|
2150
|
+
}
|
|
2140
2151
|
--tw-text-opacity: 1;
|
|
2141
|
-
color: rgb(
|
|
2142
|
-
}
|
|
2143
|
-
.theme-brandCrowd .hover\:tw-text-secondary-500:hover {
|
|
2152
|
+
color: rgb(194 22 50 / var(--tw-text-opacity));
|
|
2153
|
+
}
|
|
2144
2154
|
--tw-text-opacity: 1;
|
|
2145
2155
|
color: rgb(89 89 89 / var(--tw-text-opacity));
|
|
2146
|
-
}
|
|
2147
|
-
.theme-brandCrowd .hover\:tw-text-success-600:hover {
|
|
2156
|
+
}
|
|
2148
2157
|
--tw-text-opacity: 1;
|
|
2149
2158
|
color: rgb(29 134 13 / var(--tw-text-opacity));
|
|
2150
|
-
}
|
|
2151
|
-
.theme-brandCrowd .hover\:tw-text-white:hover {
|
|
2159
|
+
}
|
|
2152
2160
|
--tw-text-opacity: 1;
|
|
2153
2161
|
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2154
|
-
}
|
|
2155
|
-
.theme-brandCrowd .hover\:tw-underline:hover {
|
|
2162
|
+
}
|
|
2156
2163
|
text-decoration-line: underline;
|
|
2157
|
-
}
|
|
2158
|
-
.theme-brandCrowd .hover\:tw-shadow-lg:hover {
|
|
2164
|
+
}
|
|
2159
2165
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
2160
2166
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
|
2161
2167
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
2162
|
-
}
|
|
2163
|
-
.theme-brandCrowd .hover\:\!tw-shadow-info-500:hover {
|
|
2168
|
+
}
|
|
2164
2169
|
--tw-shadow-color: #0097D7 !important;
|
|
2165
2170
|
--tw-shadow: var(--tw-shadow-colored) !important;
|
|
2166
|
-
}
|
|
2167
|
-
.theme-brandCrowd .hover\:tw-brightness-\[0\.85\]:hover {
|
|
2171
|
+
}
|
|
2168
2172
|
--tw-brightness: brightness(0.85);
|
|
2169
2173
|
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);
|
|
2170
|
-
}
|
|
2171
|
-
.theme-brandCrowd .focus\:tw-border-error-600:focus {
|
|
2174
|
+
}
|
|
2172
2175
|
--tw-border-opacity: 1;
|
|
2173
2176
|
border-color: rgb(194 22 50 / var(--tw-border-opacity));
|
|
2174
|
-
}
|
|
2175
|
-
.theme-brandCrowd .focus\:tw-border-grayscale-600:focus {
|
|
2177
|
+
}
|
|
2176
2178
|
--tw-border-opacity: 1;
|
|
2177
2179
|
border-color: rgb(94 94 94 / var(--tw-border-opacity));
|
|
2178
|
-
}
|
|
2179
|
-
.theme-brandCrowd .focus\:tw-border-grayscale-700:focus {
|
|
2180
|
+
}
|
|
2180
2181
|
--tw-border-opacity: 1;
|
|
2181
2182
|
border-color: rgb(43 43 43 / var(--tw-border-opacity));
|
|
2182
|
-
}
|
|
2183
|
-
.theme-brandCrowd .focus\:tw-border-success-600:focus {
|
|
2183
|
+
}
|
|
2184
2184
|
--tw-border-opacity: 1;
|
|
2185
2185
|
border-color: rgb(29 134 13 / var(--tw-border-opacity));
|
|
2186
|
-
}
|
|
2187
|
-
.theme-brandCrowd .focus\:tw-border-warning-600:focus {
|
|
2186
|
+
}
|
|
2188
2187
|
--tw-border-opacity: 1;
|
|
2189
2188
|
border-color: rgb(194 140 34 / var(--tw-border-opacity));
|
|
2190
|
-
}
|
|
2191
|
-
.theme-brandCrowd .focus\:tw-outline-none:focus {
|
|
2189
|
+
}
|
|
2192
2190
|
outline: 2px solid transparent;
|
|
2193
2191
|
outline-offset: 2px;
|
|
2194
|
-
}
|
|
2192
|
+
}
|
|
2195
2193
|
.theme-brandCrowd .tw-group:hover .group-hover\:tw-text-info-500 {
|
|
2196
2194
|
--tw-text-opacity: 1;
|
|
2197
2195
|
color: rgb(0 151 215 / var(--tw-text-opacity));
|
|
2198
|
-
}
|
|
2196
|
+
}
|
|
2199
2197
|
@media (min-width: 640px) {
|
|
2200
2198
|
.theme-brandCrowd .sm\:tw-absolute {
|
|
2201
2199
|
position: absolute;
|
|
@@ -2268,11 +2266,17 @@ video {
|
|
|
2268
2266
|
padding-left: 1rem;
|
|
2269
2267
|
padding-right: 1rem;
|
|
2270
2268
|
}
|
|
2271
|
-
}
|
|
2269
|
+
}
|
|
2272
2270
|
@media (min-width: 768px) {
|
|
2271
|
+
.theme-brandCrowd .md\:tw-relative {
|
|
2272
|
+
position: relative;
|
|
2273
|
+
}
|
|
2273
2274
|
.theme-brandCrowd .md\:tw-right-6 {
|
|
2274
2275
|
right: 1.5rem;
|
|
2275
2276
|
}
|
|
2277
|
+
.theme-brandCrowd .md\:tw-order-first {
|
|
2278
|
+
order: -9999;
|
|
2279
|
+
}
|
|
2276
2280
|
.theme-brandCrowd .md\:tw-mb-0 {
|
|
2277
2281
|
margin-bottom: 0px;
|
|
2278
2282
|
}
|
|
@@ -2321,6 +2325,9 @@ video {
|
|
|
2321
2325
|
.theme-brandCrowd .md\:tw-w-24 {
|
|
2322
2326
|
width: 6rem;
|
|
2323
2327
|
}
|
|
2328
|
+
.theme-brandCrowd .md\:tw-w-3\/4 {
|
|
2329
|
+
width: 75%;
|
|
2330
|
+
}
|
|
2324
2331
|
.theme-brandCrowd .md\:tw-w-auto {
|
|
2325
2332
|
width: auto;
|
|
2326
2333
|
}
|
|
@@ -2330,6 +2337,9 @@ video {
|
|
|
2330
2337
|
.theme-brandCrowd .md\:tw-max-w-full {
|
|
2331
2338
|
max-width: 100%;
|
|
2332
2339
|
}
|
|
2340
|
+
.theme-brandCrowd .md\:tw-flex-1 {
|
|
2341
|
+
flex: 1 1 0%;
|
|
2342
|
+
}
|
|
2333
2343
|
.theme-brandCrowd .md\:tw-grow {
|
|
2334
2344
|
flex-grow: 1;
|
|
2335
2345
|
}
|
|
@@ -2375,6 +2385,9 @@ video {
|
|
|
2375
2385
|
-o-object-fit: contain;
|
|
2376
2386
|
object-fit: contain;
|
|
2377
2387
|
}
|
|
2388
|
+
.theme-brandCrowd .md\:tw-p-0 {
|
|
2389
|
+
padding: 0px;
|
|
2390
|
+
}
|
|
2378
2391
|
.theme-brandCrowd .md\:tw-p-2 {
|
|
2379
2392
|
padding: 0.5rem;
|
|
2380
2393
|
}
|
|
@@ -2403,6 +2416,9 @@ video {
|
|
|
2403
2416
|
padding-top: 0.5rem;
|
|
2404
2417
|
padding-bottom: 0.5rem;
|
|
2405
2418
|
}
|
|
2419
|
+
.theme-brandCrowd .md\:tw-pb-0 {
|
|
2420
|
+
padding-bottom: 0px;
|
|
2421
|
+
}
|
|
2406
2422
|
.theme-brandCrowd .md\:tw-pl-4 {
|
|
2407
2423
|
padding-left: 1rem;
|
|
2408
2424
|
}
|
|
@@ -2420,7 +2436,7 @@ video {
|
|
|
2420
2436
|
font-size: 0.75rem;
|
|
2421
2437
|
line-height: 1rem;
|
|
2422
2438
|
}
|
|
2423
|
-
}
|
|
2439
|
+
}
|
|
2424
2440
|
@media (min-width: 1024px) {
|
|
2425
2441
|
.theme-brandCrowd .lg\:tw-static {
|
|
2426
2442
|
position: static;
|
|
@@ -2469,4 +2485,4 @@ video {
|
|
|
2469
2485
|
.theme-brandCrowd .lg\:tw-pt-20 {
|
|
2470
2486
|
padding-top: 5rem;
|
|
2471
2487
|
}
|
|
2472
|
-
}
|
|
2488
|
+
}
|