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