@westpac/ui 0.1.0
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.cjs +21 -0
- package/.storybook/global.css +3 -0
- package/.storybook/main.ts +27 -0
- package/.storybook/preview.tsx +42 -0
- package/.swcrc +17 -0
- package/README.md +59 -0
- package/dist/components/button/button.component.d.ts +38 -0
- package/dist/components/button/button.component.js +27 -0
- package/dist/components/button/button.stories.d.ts +13 -0
- package/dist/components/button/button.stories.js +34 -0
- package/dist/components/button/button.styles.d.ts +35 -0
- package/dist/components/button/button.styles.js +29 -0
- package/dist/components/button/button.types.d.ts +9 -0
- package/dist/components/button/button.types.js +1 -0
- package/dist/components/button/index.d.ts +2 -0
- package/dist/components/button/index.js +1 -0
- package/dist/components/icon/components/accessibility-icon.d.ts +2 -0
- package/dist/components/icon/components/accessibility-icon.js +26 -0
- package/dist/components/icon/components/account-icon.d.ts +2 -0
- package/dist/components/icon/components/account-icon.js +26 -0
- package/dist/components/icon/components/add-circle-icon.d.ts +2 -0
- package/dist/components/icon/components/add-circle-icon.js +26 -0
- package/dist/components/icon/components/add-icon.d.ts +2 -0
- package/dist/components/icon/components/add-icon.js +26 -0
- package/dist/components/icon/components/alert-icon.d.ts +2 -0
- package/dist/components/icon/components/alert-icon.js +26 -0
- package/dist/components/icon/components/android-icon.d.ts +2 -0
- package/dist/components/icon/components/android-icon.js +26 -0
- package/dist/components/icon/components/apple-icon.d.ts +2 -0
- package/dist/components/icon/components/apple-icon.js +26 -0
- package/dist/components/icon/components/arrow-left-icon.d.ts +2 -0
- package/dist/components/icon/components/arrow-left-icon.js +26 -0
- package/dist/components/icon/components/arrow-right-icon.d.ts +2 -0
- package/dist/components/icon/components/arrow-right-icon.js +26 -0
- package/dist/components/icon/components/atm-icon.d.ts +2 -0
- package/dist/components/icon/components/atm-icon.js +26 -0
- package/dist/components/icon/components/australia-icon.d.ts +2 -0
- package/dist/components/icon/components/australia-icon.js +26 -0
- package/dist/components/icon/components/backspace-icon.d.ts +2 -0
- package/dist/components/icon/components/backspace-icon.js +26 -0
- package/dist/components/icon/components/bank-icon.d.ts +2 -0
- package/dist/components/icon/components/bank-icon.js +26 -0
- package/dist/components/icon/components/bar-chart-icon.d.ts +2 -0
- package/dist/components/icon/components/bar-chart-icon.js +26 -0
- package/dist/components/icon/components/book-icon.d.ts +2 -0
- package/dist/components/icon/components/book-icon.js +26 -0
- package/dist/components/icon/components/bpay-icon.d.ts +2 -0
- package/dist/components/icon/components/bpay-icon.js +26 -0
- package/dist/components/icon/components/business-person-icon.d.ts +2 -0
- package/dist/components/icon/components/business-person-icon.js +26 -0
- package/dist/components/icon/components/cafe-icon.d.ts +2 -0
- package/dist/components/icon/components/cafe-icon.js +26 -0
- package/dist/components/icon/components/calculator-icon.d.ts +2 -0
- package/dist/components/icon/components/calculator-icon.js +26 -0
- package/dist/components/icon/components/calendar-icon.d.ts +2 -0
- package/dist/components/icon/components/calendar-icon.js +26 -0
- package/dist/components/icon/components/camera-icon.d.ts +2 -0
- package/dist/components/icon/components/camera-icon.js +26 -0
- package/dist/components/icon/components/car-icon.d.ts +2 -0
- package/dist/components/icon/components/car-icon.js +26 -0
- package/dist/components/icon/components/chat-icon.d.ts +2 -0
- package/dist/components/icon/components/chat-icon.js +26 -0
- package/dist/components/icon/components/clear-circle-icon.d.ts +2 -0
- package/dist/components/icon/components/clear-circle-icon.js +26 -0
- package/dist/components/icon/components/clear-icon.d.ts +2 -0
- package/dist/components/icon/components/clear-icon.js +26 -0
- package/dist/components/icon/components/clock-icon.d.ts +2 -0
- package/dist/components/icon/components/clock-icon.js +26 -0
- package/dist/components/icon/components/close-icon.d.ts +2 -0
- package/dist/components/icon/components/close-icon.js +26 -0
- package/dist/components/icon/components/compass-icon.d.ts +2 -0
- package/dist/components/icon/components/compass-icon.js +26 -0
- package/dist/components/icon/components/contact-icon.d.ts +2 -0
- package/dist/components/icon/components/contact-icon.js +26 -0
- package/dist/components/icon/components/copy-content-icon.d.ts +2 -0
- package/dist/components/icon/components/copy-content-icon.js +26 -0
- package/dist/components/icon/components/credit-card-icon.d.ts +2 -0
- package/dist/components/icon/components/credit-card-icon.js +26 -0
- package/dist/components/icon/components/cube-icon.d.ts +2 -0
- package/dist/components/icon/components/cube-icon.js +26 -0
- package/dist/components/icon/components/cursor-arrow-click-icon.d.ts +2 -0
- package/dist/components/icon/components/cursor-arrow-click-icon.js +26 -0
- package/dist/components/icon/components/cursor-arrow-double-click-icon.d.ts +2 -0
- package/dist/components/icon/components/cursor-arrow-double-click-icon.js +26 -0
- package/dist/components/icon/components/cursor-arrow-icon.d.ts +2 -0
- package/dist/components/icon/components/cursor-arrow-icon.js +26 -0
- package/dist/components/icon/components/cursor-arrow-rays-icon.d.ts +2 -0
- package/dist/components/icon/components/cursor-arrow-rays-icon.js +26 -0
- package/dist/components/icon/components/delete-icon.d.ts +2 -0
- package/dist/components/icon/components/delete-icon.js +26 -0
- package/dist/components/icon/components/desktop-icon.d.ts +2 -0
- package/dist/components/icon/components/desktop-icon.js +26 -0
- package/dist/components/icon/components/dollar-icon.d.ts +2 -0
- package/dist/components/icon/components/dollar-icon.js +26 -0
- package/dist/components/icon/components/download-file-icon.d.ts +2 -0
- package/dist/components/icon/components/download-file-icon.js +26 -0
- package/dist/components/icon/components/download-icon.d.ts +2 -0
- package/dist/components/icon/components/download-icon.js +26 -0
- package/dist/components/icon/components/drag-icon.d.ts +2 -0
- package/dist/components/icon/components/drag-icon.js +26 -0
- package/dist/components/icon/components/drop-down-icon.d.ts +2 -0
- package/dist/components/icon/components/drop-down-icon.js +26 -0
- package/dist/components/icon/components/drop-up-icon.d.ts +2 -0
- package/dist/components/icon/components/drop-up-icon.js +27 -0
- package/dist/components/icon/components/dropbox-icon.d.ts +2 -0
- package/dist/components/icon/components/dropbox-icon.js +26 -0
- package/dist/components/icon/components/edit-icon.d.ts +2 -0
- package/dist/components/icon/components/edit-icon.js +26 -0
- package/dist/components/icon/components/eftpos-icon.d.ts +2 -0
- package/dist/components/icon/components/eftpos-icon.js +26 -0
- package/dist/components/icon/components/email-icon.d.ts +2 -0
- package/dist/components/icon/components/email-icon.js +26 -0
- package/dist/components/icon/components/error-icon.d.ts +2 -0
- package/dist/components/icon/components/error-icon.js +26 -0
- package/dist/components/icon/components/excel-file-icon.d.ts +2 -0
- package/dist/components/icon/components/excel-file-icon.js +26 -0
- package/dist/components/icon/components/exit-icon.d.ts +2 -0
- package/dist/components/icon/components/exit-icon.js +26 -0
- package/dist/components/icon/components/expand-less-icon.d.ts +2 -0
- package/dist/components/icon/components/expand-less-icon.js +26 -0
- package/dist/components/icon/components/expand-more-icon.d.ts +2 -0
- package/dist/components/icon/components/expand-more-icon.js +26 -0
- package/dist/components/icon/components/face-happy-icon.d.ts +2 -0
- package/dist/components/icon/components/face-happy-icon.js +26 -0
- package/dist/components/icon/components/facebook-icon.d.ts +2 -0
- package/dist/components/icon/components/facebook-icon.js +26 -0
- package/dist/components/icon/components/favourite-icon.d.ts +2 -0
- package/dist/components/icon/components/favourite-icon.js +26 -0
- package/dist/components/icon/components/filter-icon.d.ts +2 -0
- package/dist/components/icon/components/filter-icon.js +26 -0
- package/dist/components/icon/components/fingerprint-icon.d.ts +2 -0
- package/dist/components/icon/components/fingerprint-icon.js +26 -0
- package/dist/components/icon/components/future-clock-icon.d.ts +2 -0
- package/dist/components/icon/components/future-clock-icon.js +26 -0
- package/dist/components/icon/components/gel-icon.d.ts +2 -0
- package/dist/components/icon/components/gel-icon.js +26 -0
- package/dist/components/icon/components/generic-file-icon.d.ts +2 -0
- package/dist/components/icon/components/generic-file-icon.js +26 -0
- package/dist/components/icon/components/geolocation-icon.d.ts +2 -0
- package/dist/components/icon/components/geolocation-icon.js +26 -0
- package/dist/components/icon/components/gift-icon.d.ts +2 -0
- package/dist/components/icon/components/gift-icon.js +26 -0
- package/dist/components/icon/components/github-icon.d.ts +2 -0
- package/dist/components/icon/components/github-icon.js +26 -0
- package/dist/components/icon/components/global-icon.d.ts +2 -0
- package/dist/components/icon/components/global-icon.js +26 -0
- package/dist/components/icon/components/google-plus-icon.d.ts +2 -0
- package/dist/components/icon/components/google-plus-icon.js +26 -0
- package/dist/components/icon/components/grid-icon.d.ts +2 -0
- package/dist/components/icon/components/grid-icon.js +26 -0
- package/dist/components/icon/components/growth-icon.d.ts +2 -0
- package/dist/components/icon/components/growth-icon.js +26 -0
- package/dist/components/icon/components/hamburger-menu-icon.d.ts +2 -0
- package/dist/components/icon/components/hamburger-menu-icon.js +26 -0
- package/dist/components/icon/components/headset-icon.d.ts +2 -0
- package/dist/components/icon/components/headset-icon.js +26 -0
- package/dist/components/icon/components/help-icon.d.ts +2 -0
- package/dist/components/icon/components/help-icon.js +26 -0
- package/dist/components/icon/components/history-clock-icon.d.ts +2 -0
- package/dist/components/icon/components/history-clock-icon.js +26 -0
- package/dist/components/icon/components/house-icon.d.ts +2 -0
- package/dist/components/icon/components/house-icon.js +26 -0
- package/dist/components/icon/components/id-card-icon.d.ts +2 -0
- package/dist/components/icon/components/id-card-icon.js +26 -0
- package/dist/components/icon/components/image-square-icon.d.ts +2 -0
- package/dist/components/icon/components/image-square-icon.js +26 -0
- package/dist/components/icon/components/info-icon.d.ts +2 -0
- package/dist/components/icon/components/info-icon.js +26 -0
- package/dist/components/icon/components/instagram-icon.d.ts +2 -0
- package/dist/components/icon/components/instagram-icon.js +26 -0
- package/dist/components/icon/components/invest-icon.d.ts +2 -0
- package/dist/components/icon/components/invest-icon.js +26 -0
- package/dist/components/icon/components/key-icon.d.ts +2 -0
- package/dist/components/icon/components/key-icon.js +26 -0
- package/dist/components/icon/components/keyhole-icon.d.ts +2 -0
- package/dist/components/icon/components/keyhole-icon.js +26 -0
- package/dist/components/icon/components/light-bulb-icon.d.ts +2 -0
- package/dist/components/icon/components/light-bulb-icon.js +26 -0
- package/dist/components/icon/components/limit-icon.d.ts +2 -0
- package/dist/components/icon/components/limit-icon.js +26 -0
- package/dist/components/icon/components/link-icon.d.ts +2 -0
- package/dist/components/icon/components/link-icon.js +26 -0
- package/dist/components/icon/components/linkedin-icon.d.ts +2 -0
- package/dist/components/icon/components/linkedin-icon.js +26 -0
- package/dist/components/icon/components/list-icon.d.ts +2 -0
- package/dist/components/icon/components/list-icon.js +26 -0
- package/dist/components/icon/components/live-chat-icon.d.ts +2 -0
- package/dist/components/icon/components/live-chat-icon.js +26 -0
- package/dist/components/icon/components/map-icon.d.ts +2 -0
- package/dist/components/icon/components/map-icon.js +26 -0
- package/dist/components/icon/components/map-pin-icon.d.ts +2 -0
- package/dist/components/icon/components/map-pin-icon.js +26 -0
- package/dist/components/icon/components/message-icon.d.ts +2 -0
- package/dist/components/icon/components/message-icon.js +26 -0
- package/dist/components/icon/components/mobile-pay-icon.d.ts +2 -0
- package/dist/components/icon/components/mobile-pay-icon.js +26 -0
- package/dist/components/icon/components/money-in-icon.d.ts +2 -0
- package/dist/components/icon/components/money-in-icon.js +26 -0
- package/dist/components/icon/components/money-out-icon.d.ts +2 -0
- package/dist/components/icon/components/money-out-icon.js +26 -0
- package/dist/components/icon/components/more-horizontal-icon.d.ts +2 -0
- package/dist/components/icon/components/more-horizontal-icon.js +26 -0
- package/dist/components/icon/components/more-vertical-icon.d.ts +2 -0
- package/dist/components/icon/components/more-vertical-icon.js +26 -0
- package/dist/components/icon/components/move-from-icon.d.ts +2 -0
- package/dist/components/icon/components/move-from-icon.js +26 -0
- package/dist/components/icon/components/move-to-icon.d.ts +2 -0
- package/dist/components/icon/components/move-to-icon.js +26 -0
- package/dist/components/icon/components/new-content-icon.d.ts +2 -0
- package/dist/components/icon/components/new-content-icon.js +26 -0
- package/dist/components/icon/components/new-window-icon.d.ts +2 -0
- package/dist/components/icon/components/new-window-icon.js +26 -0
- package/dist/components/icon/components/notification-active-icon.d.ts +2 -0
- package/dist/components/icon/components/notification-active-icon.js +26 -0
- package/dist/components/icon/components/notification-icon.d.ts +2 -0
- package/dist/components/icon/components/notification-icon.js +26 -0
- package/dist/components/icon/components/notification-off-icon.d.ts +2 -0
- package/dist/components/icon/components/notification-off-icon.js +26 -0
- package/dist/components/icon/components/office-icon.d.ts +2 -0
- package/dist/components/icon/components/office-icon.js +26 -0
- package/dist/components/icon/components/open-browser-icon.d.ts +2 -0
- package/dist/components/icon/components/open-browser-icon.js +26 -0
- package/dist/components/icon/components/padlock-icon.d.ts +2 -0
- package/dist/components/icon/components/padlock-icon.js +26 -0
- package/dist/components/icon/components/padlock-open-icon.d.ts +2 -0
- package/dist/components/icon/components/padlock-open-icon.js +26 -0
- package/dist/components/icon/components/pause-circle-icon.d.ts +2 -0
- package/dist/components/icon/components/pause-circle-icon.js +26 -0
- package/dist/components/icon/components/pause-icon.d.ts +2 -0
- package/dist/components/icon/components/pause-icon.js +26 -0
- package/dist/components/icon/components/pay-icon.d.ts +2 -0
- package/dist/components/icon/components/pay-icon.js +26 -0
- package/dist/components/icon/components/pay-to-mobile-icon.d.ts +2 -0
- package/dist/components/icon/components/pay-to-mobile-icon.js +26 -0
- package/dist/components/icon/components/paypass-icon.d.ts +2 -0
- package/dist/components/icon/components/paypass-icon.js +26 -0
- package/dist/components/icon/components/pdf-file-icon.d.ts +2 -0
- package/dist/components/icon/components/pdf-file-icon.js +26 -0
- package/dist/components/icon/components/pending-icon.d.ts +2 -0
- package/dist/components/icon/components/pending-icon.js +26 -0
- package/dist/components/icon/components/people-icon.d.ts +2 -0
- package/dist/components/icon/components/people-icon.js +26 -0
- package/dist/components/icon/components/percent-icon.d.ts +2 -0
- package/dist/components/icon/components/percent-icon.js +26 -0
- package/dist/components/icon/components/person-icon.d.ts +2 -0
- package/dist/components/icon/components/person-icon.js +26 -0
- package/dist/components/icon/components/phone-icon.d.ts +2 -0
- package/dist/components/icon/components/phone-icon.js +26 -0
- package/dist/components/icon/components/pie-chart-icon.d.ts +2 -0
- package/dist/components/icon/components/pie-chart-icon.js +26 -0
- package/dist/components/icon/components/plane-icon.d.ts +2 -0
- package/dist/components/icon/components/plane-icon.js +26 -0
- package/dist/components/icon/components/play-circle-icon.d.ts +2 -0
- package/dist/components/icon/components/play-circle-icon.js +26 -0
- package/dist/components/icon/components/play-icon.d.ts +2 -0
- package/dist/components/icon/components/play-icon.js +26 -0
- package/dist/components/icon/components/presets-icon.d.ts +2 -0
- package/dist/components/icon/components/presets-icon.js +26 -0
- package/dist/components/icon/components/print-icon.d.ts +2 -0
- package/dist/components/icon/components/print-icon.js +26 -0
- package/dist/components/icon/components/progress-icon.d.ts +2 -0
- package/dist/components/icon/components/progress-icon.js +26 -0
- package/dist/components/icon/components/quick-balance-icon.d.ts +2 -0
- package/dist/components/icon/components/quick-balance-icon.js +26 -0
- package/dist/components/icon/components/receipt-icon.d.ts +2 -0
- package/dist/components/icon/components/receipt-icon.js +26 -0
- package/dist/components/icon/components/refresh-icon.d.ts +2 -0
- package/dist/components/icon/components/refresh-icon.js +26 -0
- package/dist/components/icon/components/remove-circle-icon.d.ts +2 -0
- package/dist/components/icon/components/remove-circle-icon.js +26 -0
- package/dist/components/icon/components/remove-icon.d.ts +2 -0
- package/dist/components/icon/components/remove-icon.js +26 -0
- package/dist/components/icon/components/rss-icon.d.ts +2 -0
- package/dist/components/icon/components/rss-icon.js +26 -0
- package/dist/components/icon/components/sd-storage-icon.d.ts +2 -0
- package/dist/components/icon/components/sd-storage-icon.js +26 -0
- package/dist/components/icon/components/search-icon.d.ts +2 -0
- package/dist/components/icon/components/search-icon.js +26 -0
- package/dist/components/icon/components/security-icon.d.ts +2 -0
- package/dist/components/icon/components/security-icon.js +26 -0
- package/dist/components/icon/components/service-bell-icon.d.ts +2 -0
- package/dist/components/icon/components/service-bell-icon.js +26 -0
- package/dist/components/icon/components/settings-icon.d.ts +2 -0
- package/dist/components/icon/components/settings-icon.js +26 -0
- package/dist/components/icon/components/share-icon.d.ts +2 -0
- package/dist/components/icon/components/share-icon.js +26 -0
- package/dist/components/icon/components/share-ios-icon.d.ts +2 -0
- package/dist/components/icon/components/share-ios-icon.js +26 -0
- package/dist/components/icon/components/shop-icon.d.ts +2 -0
- package/dist/components/icon/components/shop-icon.js +26 -0
- package/dist/components/icon/components/sim-card-icon.d.ts +2 -0
- package/dist/components/icon/components/sim-card-icon.js +26 -0
- package/dist/components/icon/components/slack-icon.d.ts +2 -0
- package/dist/components/icon/components/slack-icon.js +26 -0
- package/dist/components/icon/components/sms-icon.d.ts +2 -0
- package/dist/components/icon/components/sms-icon.js +26 -0
- package/dist/components/icon/components/star-empty-icon.d.ts +2 -0
- package/dist/components/icon/components/star-empty-icon.js +26 -0
- package/dist/components/icon/components/star-half-icon.d.ts +2 -0
- package/dist/components/icon/components/star-half-icon.js +26 -0
- package/dist/components/icon/components/star-icon.d.ts +2 -0
- package/dist/components/icon/components/star-icon.js +26 -0
- package/dist/components/icon/components/stopwatch-icon.d.ts +2 -0
- package/dist/components/icon/components/stopwatch-icon.js +26 -0
- package/dist/components/icon/components/success-icon.d.ts +2 -0
- package/dist/components/icon/components/success-icon.js +26 -0
- package/dist/components/icon/components/super-icon.d.ts +2 -0
- package/dist/components/icon/components/super-icon.js +26 -0
- package/dist/components/icon/components/switch-icon.d.ts +2 -0
- package/dist/components/icon/components/switch-icon.js +26 -0
- package/dist/components/icon/components/tablet-icon.d.ts +2 -0
- package/dist/components/icon/components/tablet-icon.js +26 -0
- package/dist/components/icon/components/take-out-icon.d.ts +2 -0
- package/dist/components/icon/components/take-out-icon.js +26 -0
- package/dist/components/icon/components/telephone-icon.d.ts +2 -0
- package/dist/components/icon/components/telephone-icon.js +26 -0
- package/dist/components/icon/components/thumb-down-icon.d.ts +2 -0
- package/dist/components/icon/components/thumb-down-icon.js +26 -0
- package/dist/components/icon/components/thumb-up-icon.d.ts +2 -0
- package/dist/components/icon/components/thumb-up-icon.js +27 -0
- package/dist/components/icon/components/tick-circle-icon.d.ts +2 -0
- package/dist/components/icon/components/tick-circle-icon.js +26 -0
- package/dist/components/icon/components/tick-icon.d.ts +2 -0
- package/dist/components/icon/components/tick-icon.js +26 -0
- package/dist/components/icon/components/transfer-icon.d.ts +2 -0
- package/dist/components/icon/components/transfer-icon.js +26 -0
- package/dist/components/icon/components/transport-icon.d.ts +2 -0
- package/dist/components/icon/components/transport-icon.js +26 -0
- package/dist/components/icon/components/twitter-icon.d.ts +2 -0
- package/dist/components/icon/components/twitter-icon.js +26 -0
- package/dist/components/icon/components/umbrella-icon.d.ts +2 -0
- package/dist/components/icon/components/umbrella-icon.js +26 -0
- package/dist/components/icon/components/upload-icon.d.ts +2 -0
- package/dist/components/icon/components/upload-icon.js +26 -0
- package/dist/components/icon/components/verified-icon.d.ts +2 -0
- package/dist/components/icon/components/verified-icon.js +26 -0
- package/dist/components/icon/components/video-icon.d.ts +2 -0
- package/dist/components/icon/components/video-icon.js +26 -0
- package/dist/components/icon/components/visibility-icon.d.ts +2 -0
- package/dist/components/icon/components/visibility-icon.js +26 -0
- package/dist/components/icon/components/visibility-off-icon.d.ts +2 -0
- package/dist/components/icon/components/visibility-off-icon.js +26 -0
- package/dist/components/icon/components/voice-icon.d.ts +2 -0
- package/dist/components/icon/components/voice-icon.js +26 -0
- package/dist/components/icon/components/walk-icon.d.ts +2 -0
- package/dist/components/icon/components/walk-icon.js +26 -0
- package/dist/components/icon/components/wallet-icon.d.ts +2 -0
- package/dist/components/icon/components/wallet-icon.js +26 -0
- package/dist/components/icon/components/warning-icon.d.ts +2 -0
- package/dist/components/icon/components/warning-icon.js +26 -0
- package/dist/components/icon/components/watch-icon.d.ts +2 -0
- package/dist/components/icon/components/watch-icon.js +26 -0
- package/dist/components/icon/components/wearable-icon.d.ts +2 -0
- package/dist/components/icon/components/wearable-icon.js +26 -0
- package/dist/components/icon/components/wheelchair-icon.d.ts +2 -0
- package/dist/components/icon/components/wheelchair-icon.js +26 -0
- package/dist/components/icon/components/windows-new-icon.d.ts +2 -0
- package/dist/components/icon/components/windows-new-icon.js +26 -0
- package/dist/components/icon/components/word-file-icon.d.ts +2 -0
- package/dist/components/icon/components/word-file-icon.js +26 -0
- package/dist/components/icon/components/write-icon.d.ts +2 -0
- package/dist/components/icon/components/write-icon.js +26 -0
- package/dist/components/icon/components/yammer-icon.d.ts +2 -0
- package/dist/components/icon/components/yammer-icon.js +26 -0
- package/dist/components/icon/components/youtube-icon.d.ts +2 -0
- package/dist/components/icon/components/youtube-icon.js +26 -0
- package/dist/components/icon/components/zip-file-icon.d.ts +2 -0
- package/dist/components/icon/components/zip-file-icon.js +26 -0
- package/dist/components/icon/icon.component.d.ts +2 -0
- package/dist/components/icon/icon.component.js +29 -0
- package/dist/components/icon/icon.stories.d.ts +17 -0
- package/dist/components/icon/icon.stories.js +149 -0
- package/dist/components/icon/icon.styles.d.ts +63 -0
- package/dist/components/icon/icon.styles.js +43 -0
- package/dist/components/icon/icon.types.d.ts +13 -0
- package/dist/components/icon/icon.types.js +1 -0
- package/dist/components/icon/index.d.ts +177 -0
- package/dist/components/icon/index.js +176 -0
- package/dist/components/index.d.ts +5 -0
- package/dist/components/index.js +5 -0
- package/dist/components/skip-link/index.d.ts +2 -0
- package/dist/components/skip-link/index.js +1 -0
- package/dist/components/skip-link/skip-link.component.d.ts +3 -0
- package/dist/components/skip-link/skip-link.component.js +27 -0
- package/dist/components/skip-link/skip-link.stories.d.ts +9 -0
- package/dist/components/skip-link/skip-link.stories.js +21 -0
- package/dist/components/skip-link/skip-link.styles.d.ts +5 -0
- package/dist/components/skip-link/skip-link.styles.js +4 -0
- package/dist/components/skip-link/skip-link.types.d.ts +18 -0
- package/dist/components/skip-link/skip-link.types.js +1 -0
- package/dist/components/visually-hidden/index.d.ts +2 -0
- package/dist/components/visually-hidden/index.js +1 -0
- package/dist/components/visually-hidden/visually-hidden.component.d.ts +2 -0
- package/dist/components/visually-hidden/visually-hidden.component.js +23 -0
- package/dist/components/visually-hidden/visually-hidden.stories.d.ts +12 -0
- package/dist/components/visually-hidden/visually-hidden.stories.js +20 -0
- package/dist/components/visually-hidden/visually-hidden.styles.d.ts +5 -0
- package/dist/components/visually-hidden/visually-hidden.styles.js +4 -0
- package/dist/components/visually-hidden/visually-hidden.types.d.ts +9 -0
- package/dist/components/visually-hidden/visually-hidden.types.js +1 -0
- package/dist/components/well/index.d.ts +2 -0
- package/dist/components/well/index.js +1 -0
- package/dist/components/well/well.component.d.ts +2 -0
- package/dist/components/well/well.component.js +24 -0
- package/dist/components/well/well.stories.d.ts +25 -0
- package/dist/components/well/well.stories.js +51 -0
- package/dist/components/well/well.styles.d.ts +13 -0
- package/dist/components/well/well.styles.js +18 -0
- package/dist/components/well/well.types.d.ts +13 -0
- package/dist/components/well/well.types.js +1 -0
- package/dist/css/westpac-ui.css +2691 -0
- package/dist/css/westpac-ui.min.css +2691 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/tailwind/__mocks__/utils.contansts.d.ts +114 -0
- package/dist/tailwind/__mocks__/utils.contansts.js +114 -0
- package/dist/tailwind/constants/breakpoints.d.ts +8 -0
- package/dist/tailwind/constants/breakpoints.js +7 -0
- package/dist/tailwind/constants/colors.d.ts +180 -0
- package/dist/tailwind/constants/colors.js +13 -0
- package/dist/tailwind/constants/index.d.ts +4 -0
- package/dist/tailwind/constants/index.js +4 -0
- package/dist/tailwind/constants/spacing.d.ts +41 -0
- package/dist/tailwind/constants/spacing.js +5 -0
- package/dist/tailwind/constants/typography.d.ts +44 -0
- package/dist/tailwind/constants/typography.js +57 -0
- package/dist/tailwind/index.d.ts +5 -0
- package/dist/tailwind/index.js +5 -0
- package/dist/tailwind/tailwind-plugin.d.ts +14 -0
- package/dist/tailwind/tailwind-plugin.js +102 -0
- package/dist/tailwind/tailwind-transformer.d.ts +24 -0
- package/dist/tailwind/tailwind-transformer.js +12 -0
- package/dist/tailwind/themes/bom.d.ts +2 -0
- package/dist/tailwind/themes/bom.js +21 -0
- package/dist/tailwind/themes/bsa.d.ts +2 -0
- package/dist/tailwind/themes/bsa.js +21 -0
- package/dist/tailwind/themes/btfg.d.ts +2 -0
- package/dist/tailwind/themes/btfg.js +21 -0
- package/dist/tailwind/themes/index.d.ts +207 -0
- package/dist/tailwind/themes/index.js +35 -0
- package/dist/tailwind/themes/rams.d.ts +2 -0
- package/dist/tailwind/themes/rams.js +21 -0
- package/dist/tailwind/themes/stg.d.ts +2 -0
- package/dist/tailwind/themes/stg.js +21 -0
- package/dist/tailwind/themes/wbc.d.ts +2 -0
- package/dist/tailwind/themes/wbc.js +21 -0
- package/dist/tailwind/themes/wbg.d.ts +2 -0
- package/dist/tailwind/themes/wbg.js +21 -0
- package/dist/tailwind/types/brand.types.d.ts +12 -0
- package/dist/tailwind/types/brand.types.js +1 -0
- package/dist/tailwind/types/index.d.ts +2 -0
- package/dist/tailwind/types/index.js +2 -0
- package/dist/tailwind/types/theme.types.d.ts +1 -0
- package/dist/tailwind/types/theme.types.js +1 -0
- package/dist/tailwind/utils/create-font-sizes.d.ts +1 -0
- package/dist/tailwind/utils/create-font-sizes.js +11 -0
- package/dist/tailwind/utils/create-spacing.d.ts +4 -0
- package/dist/tailwind/utils/create-spacing.js +11 -0
- package/dist/tailwind/utils/generate-color-shades.d.ts +4 -0
- package/dist/tailwind/utils/generate-color-shades.js +18 -0
- package/dist/tailwind/utils/generate-font-components.d.ts +5 -0
- package/dist/tailwind/utils/generate-font-components.js +17 -0
- package/dist/tailwind/utils/index.d.ts +4 -0
- package/dist/tailwind/utils/index.js +4 -0
- package/package.json +101 -0
- package/plopfile.js +48 -0
- package/postcss.config.mjs +8 -0
- package/scaffold/component/scaffold.component.hbs +12 -0
- package/scaffold/component/scaffold.index.hbs +2 -0
- package/scaffold/component/scaffold.spec.hbs +16 -0
- package/scaffold/component/scaffold.stories.hbs +23 -0
- package/scaffold/component/scaffold.styles.hbs +9 -0
- package/scaffold/component/scaffold.types.hbs +12 -0
- package/src/@types/testing-library.d.ts +27 -0
- package/src/components/button/button.component.tsx +17 -0
- package/src/components/button/button.stories.tsx +45 -0
- package/src/components/button/button.styles.ts +26 -0
- package/src/components/button/button.types.ts +12 -0
- package/src/components/button/index.ts +2 -0
- package/src/components/icon/components/accessibility-icon.tsx +20 -0
- package/src/components/icon/components/account-icon.tsx +16 -0
- package/src/components/icon/components/add-circle-icon.tsx +16 -0
- package/src/components/icon/components/add-icon.tsx +16 -0
- package/src/components/icon/components/alert-icon.tsx +16 -0
- package/src/components/icon/components/android-icon.tsx +16 -0
- package/src/components/icon/components/apple-icon.tsx +16 -0
- package/src/components/icon/components/arrow-left-icon.tsx +12 -0
- package/src/components/icon/components/arrow-right-icon.tsx +16 -0
- package/src/components/icon/components/atm-icon.tsx +16 -0
- package/src/components/icon/components/australia-icon.tsx +16 -0
- package/src/components/icon/components/backspace-icon.tsx +16 -0
- package/src/components/icon/components/bank-icon.tsx +16 -0
- package/src/components/icon/components/bar-chart-icon.tsx +16 -0
- package/src/components/icon/components/book-icon.tsx +16 -0
- package/src/components/icon/components/bpay-icon.tsx +16 -0
- package/src/components/icon/components/business-person-icon.tsx +20 -0
- package/src/components/icon/components/cafe-icon.tsx +16 -0
- package/src/components/icon/components/calculator-icon.tsx +20 -0
- package/src/components/icon/components/calendar-icon.tsx +16 -0
- package/src/components/icon/components/camera-icon.tsx +16 -0
- package/src/components/icon/components/car-icon.tsx +16 -0
- package/src/components/icon/components/chat-icon.tsx +16 -0
- package/src/components/icon/components/clear-circle-icon.tsx +16 -0
- package/src/components/icon/components/clear-icon.tsx +16 -0
- package/src/components/icon/components/clock-icon.tsx +16 -0
- package/src/components/icon/components/close-icon.tsx +16 -0
- package/src/components/icon/components/compass-icon.tsx +16 -0
- package/src/components/icon/components/contact-icon.tsx +16 -0
- package/src/components/icon/components/copy-content-icon.tsx +16 -0
- package/src/components/icon/components/credit-card-icon.tsx +20 -0
- package/src/components/icon/components/cube-icon.tsx +16 -0
- package/src/components/icon/components/cursor-arrow-click-icon.tsx +20 -0
- package/src/components/icon/components/cursor-arrow-double-click-icon.tsx +20 -0
- package/src/components/icon/components/cursor-arrow-icon.tsx +20 -0
- package/src/components/icon/components/cursor-arrow-rays-icon.tsx +20 -0
- package/src/components/icon/components/delete-icon.tsx +16 -0
- package/src/components/icon/components/desktop-icon.tsx +16 -0
- package/src/components/icon/components/dollar-icon.tsx +16 -0
- package/src/components/icon/components/download-file-icon.tsx +20 -0
- package/src/components/icon/components/download-icon.tsx +16 -0
- package/src/components/icon/components/drag-icon.tsx +16 -0
- package/src/components/icon/components/drop-down-icon.tsx +12 -0
- package/src/components/icon/components/drop-up-icon.tsx +12 -0
- package/src/components/icon/components/dropbox-icon.tsx +16 -0
- package/src/components/icon/components/edit-icon.tsx +16 -0
- package/src/components/icon/components/eftpos-icon.tsx +16 -0
- package/src/components/icon/components/email-icon.tsx +16 -0
- package/src/components/icon/components/error-icon.tsx +16 -0
- package/src/components/icon/components/excel-file-icon.tsx +16 -0
- package/src/components/icon/components/exit-icon.tsx +16 -0
- package/src/components/icon/components/expand-less-icon.tsx +16 -0
- package/src/components/icon/components/expand-more-icon.tsx +16 -0
- package/src/components/icon/components/face-happy-icon.tsx +16 -0
- package/src/components/icon/components/facebook-icon.tsx +16 -0
- package/src/components/icon/components/favourite-icon.tsx +16 -0
- package/src/components/icon/components/filter-icon.tsx +16 -0
- package/src/components/icon/components/fingerprint-icon.tsx +20 -0
- package/src/components/icon/components/future-clock-icon.tsx +20 -0
- package/src/components/icon/components/gel-icon.tsx +16 -0
- package/src/components/icon/components/generic-file-icon.tsx +20 -0
- package/src/components/icon/components/geolocation-icon.tsx +16 -0
- package/src/components/icon/components/gift-icon.tsx +16 -0
- package/src/components/icon/components/github-icon.tsx +16 -0
- package/src/components/icon/components/global-icon.tsx +16 -0
- package/src/components/icon/components/google-plus-icon.tsx +20 -0
- package/src/components/icon/components/grid-icon.tsx +16 -0
- package/src/components/icon/components/growth-icon.tsx +16 -0
- package/src/components/icon/components/hamburger-menu-icon.tsx +20 -0
- package/src/components/icon/components/headset-icon.tsx +16 -0
- package/src/components/icon/components/help-icon.tsx +16 -0
- package/src/components/icon/components/history-clock-icon.tsx +20 -0
- package/src/components/icon/components/house-icon.tsx +16 -0
- package/src/components/icon/components/id-card-icon.tsx +16 -0
- package/src/components/icon/components/image-square-icon.tsx +20 -0
- package/src/components/icon/components/info-icon.tsx +16 -0
- package/src/components/icon/components/instagram-icon.tsx +16 -0
- package/src/components/icon/components/invest-icon.tsx +16 -0
- package/src/components/icon/components/key-icon.tsx +16 -0
- package/src/components/icon/components/keyhole-icon.tsx +16 -0
- package/src/components/icon/components/light-bulb-icon.tsx +16 -0
- package/src/components/icon/components/limit-icon.tsx +16 -0
- package/src/components/icon/components/link-icon.tsx +16 -0
- package/src/components/icon/components/linkedin-icon.tsx +16 -0
- package/src/components/icon/components/list-icon.tsx +16 -0
- package/src/components/icon/components/live-chat-icon.tsx +16 -0
- package/src/components/icon/components/map-icon.tsx +16 -0
- package/src/components/icon/components/map-pin-icon.tsx +16 -0
- package/src/components/icon/components/message-icon.tsx +16 -0
- package/src/components/icon/components/mobile-pay-icon.tsx +16 -0
- package/src/components/icon/components/money-in-icon.tsx +16 -0
- package/src/components/icon/components/money-out-icon.tsx +16 -0
- package/src/components/icon/components/more-horizontal-icon.tsx +20 -0
- package/src/components/icon/components/more-vertical-icon.tsx +20 -0
- package/src/components/icon/components/move-from-icon.tsx +16 -0
- package/src/components/icon/components/move-to-icon.tsx +16 -0
- package/src/components/icon/components/new-content-icon.tsx +20 -0
- package/src/components/icon/components/new-window-icon.tsx +16 -0
- package/src/components/icon/components/notification-active-icon.tsx +20 -0
- package/src/components/icon/components/notification-icon.tsx +20 -0
- package/src/components/icon/components/notification-off-icon.tsx +20 -0
- package/src/components/icon/components/office-icon.tsx +16 -0
- package/src/components/icon/components/open-browser-icon.tsx +20 -0
- package/src/components/icon/components/padlock-icon.tsx +16 -0
- package/src/components/icon/components/padlock-open-icon.tsx +20 -0
- package/src/components/icon/components/pause-circle-icon.tsx +16 -0
- package/src/components/icon/components/pause-icon.tsx +16 -0
- package/src/components/icon/components/pay-icon.tsx +16 -0
- package/src/components/icon/components/pay-to-mobile-icon.tsx +20 -0
- package/src/components/icon/components/paypass-icon.tsx +16 -0
- package/src/components/icon/components/pdf-file-icon.tsx +16 -0
- package/src/components/icon/components/pending-icon.tsx +16 -0
- package/src/components/icon/components/people-icon.tsx +16 -0
- package/src/components/icon/components/percent-icon.tsx +16 -0
- package/src/components/icon/components/person-icon.tsx +16 -0
- package/src/components/icon/components/phone-icon.tsx +16 -0
- package/src/components/icon/components/pie-chart-icon.tsx +16 -0
- package/src/components/icon/components/plane-icon.tsx +16 -0
- package/src/components/icon/components/play-circle-icon.tsx +16 -0
- package/src/components/icon/components/play-icon.tsx +12 -0
- package/src/components/icon/components/presets-icon.tsx +16 -0
- package/src/components/icon/components/print-icon.tsx +16 -0
- package/src/components/icon/components/progress-icon.tsx +16 -0
- package/src/components/icon/components/quick-balance-icon.tsx +20 -0
- package/src/components/icon/components/receipt-icon.tsx +16 -0
- package/src/components/icon/components/refresh-icon.tsx +16 -0
- package/src/components/icon/components/remove-circle-icon.tsx +16 -0
- package/src/components/icon/components/remove-icon.tsx +12 -0
- package/src/components/icon/components/rss-icon.tsx +16 -0
- package/src/components/icon/components/sd-storage-icon.tsx +16 -0
- package/src/components/icon/components/search-icon.tsx +16 -0
- package/src/components/icon/components/security-icon.tsx +16 -0
- package/src/components/icon/components/service-bell-icon.tsx +20 -0
- package/src/components/icon/components/settings-icon.tsx +16 -0
- package/src/components/icon/components/share-icon.tsx +16 -0
- package/src/components/icon/components/share-ios-icon.tsx +16 -0
- package/src/components/icon/components/shop-icon.tsx +16 -0
- package/src/components/icon/components/sim-card-icon.tsx +16 -0
- package/src/components/icon/components/slack-icon.tsx +16 -0
- package/src/components/icon/components/sms-icon.tsx +16 -0
- package/src/components/icon/components/star-empty-icon.tsx +16 -0
- package/src/components/icon/components/star-half-icon.tsx +16 -0
- package/src/components/icon/components/star-icon.tsx +16 -0
- package/src/components/icon/components/stopwatch-icon.tsx +16 -0
- package/src/components/icon/components/success-icon.tsx +16 -0
- package/src/components/icon/components/super-icon.tsx +16 -0
- package/src/components/icon/components/switch-icon.tsx +16 -0
- package/src/components/icon/components/tablet-icon.tsx +16 -0
- package/src/components/icon/components/take-out-icon.tsx +16 -0
- package/src/components/icon/components/telephone-icon.tsx +16 -0
- package/src/components/icon/components/thumb-down-icon.tsx +16 -0
- package/src/components/icon/components/thumb-up-icon.tsx +17 -0
- package/src/components/icon/components/tick-circle-icon.tsx +16 -0
- package/src/components/icon/components/tick-icon.tsx +12 -0
- package/src/components/icon/components/transfer-icon.tsx +16 -0
- package/src/components/icon/components/transport-icon.tsx +16 -0
- package/src/components/icon/components/twitter-icon.tsx +16 -0
- package/src/components/icon/components/umbrella-icon.tsx +16 -0
- package/src/components/icon/components/upload-icon.tsx +16 -0
- package/src/components/icon/components/verified-icon.tsx +16 -0
- package/src/components/icon/components/video-icon.tsx +16 -0
- package/src/components/icon/components/visibility-icon.tsx +20 -0
- package/src/components/icon/components/visibility-off-icon.tsx +20 -0
- package/src/components/icon/components/voice-icon.tsx +16 -0
- package/src/components/icon/components/walk-icon.tsx +16 -0
- package/src/components/icon/components/wallet-icon.tsx +16 -0
- package/src/components/icon/components/warning-icon.tsx +16 -0
- package/src/components/icon/components/watch-icon.tsx +16 -0
- package/src/components/icon/components/wearable-icon.tsx +16 -0
- package/src/components/icon/components/wheelchair-icon.tsx +20 -0
- package/src/components/icon/components/windows-new-icon.tsx +20 -0
- package/src/components/icon/components/word-file-icon.tsx +16 -0
- package/src/components/icon/components/write-icon.tsx +16 -0
- package/src/components/icon/components/yammer-icon.tsx +16 -0
- package/src/components/icon/components/youtube-icon.tsx +16 -0
- package/src/components/icon/components/zip-file-icon.tsx +16 -0
- package/src/components/icon/icon.component.tsx +33 -0
- package/src/components/icon/icon.stories.tsx +142 -0
- package/src/components/icon/icon.styles.ts +39 -0
- package/src/components/icon/icon.types.ts +16 -0
- package/src/components/icon/index.ts +178 -0
- package/src/components/index.ts +5 -0
- package/src/components/skip-link/index.ts +2 -0
- package/src/components/skip-link/skip-link.component.tsx +15 -0
- package/src/components/skip-link/skip-link.stories.tsx +26 -0
- package/src/components/skip-link/skip-link.styles.ts +5 -0
- package/src/components/skip-link/skip-link.types.ts +25 -0
- package/src/components/visually-hidden/index.ts +2 -0
- package/src/components/visually-hidden/visually-hidden.component.tsx +17 -0
- package/src/components/visually-hidden/visually-hidden.stories.tsx +28 -0
- package/src/components/visually-hidden/visually-hidden.styles.ts +5 -0
- package/src/components/visually-hidden/visually-hidden.types.ts +12 -0
- package/src/components/well/index.ts +2 -0
- package/src/components/well/well.component.tsx +12 -0
- package/src/components/well/well.stories.tsx +80 -0
- package/src/components/well/well.styles.ts +14 -0
- package/src/components/well/well.types.tsx +16 -0
- package/src/css/global.css +3 -0
- package/src/index.ts +1 -0
- package/src/stories/Introduction.mdx +213 -0
- package/src/stories/assets/code-brackets.svg +1 -0
- package/src/stories/assets/colors.svg +1 -0
- package/src/stories/assets/comments.svg +1 -0
- package/src/stories/assets/direction.svg +1 -0
- package/src/stories/assets/flow.svg +1 -0
- package/src/stories/assets/plugin.svg +1 -0
- package/src/stories/assets/repo.svg +1 -0
- package/src/stories/assets/stackalt.svg +1 -0
- package/src/tailwind/__mocks__/utils.contansts.ts +117 -0
- package/src/tailwind/constants/breakpoints.ts +8 -0
- package/src/tailwind/constants/colors.ts +15 -0
- package/src/tailwind/constants/index.ts +4 -0
- package/src/tailwind/constants/spacing.ts +7 -0
- package/src/tailwind/constants/typography.ts +56 -0
- package/src/tailwind/index.ts +5 -0
- package/src/tailwind/tailwind-plugin.ts +106 -0
- package/src/tailwind/tailwind-transformer.ts +14 -0
- package/src/tailwind/themes/bom.ts +23 -0
- package/src/tailwind/themes/bsa.ts +23 -0
- package/src/tailwind/themes/btfg.ts +23 -0
- package/src/tailwind/themes/index.ts +24 -0
- package/src/tailwind/themes/rams.ts +23 -0
- package/src/tailwind/themes/stg.ts +23 -0
- package/src/tailwind/themes/wbc.ts +23 -0
- package/src/tailwind/themes/wbg.ts +23 -0
- package/src/tailwind/types/brand.types.ts +28 -0
- package/src/tailwind/types/index.ts +2 -0
- package/src/tailwind/types/theme.types.ts +37 -0
- package/src/tailwind/utils/create-font-sizes.ts +12 -0
- package/src/tailwind/utils/create-spacing.ts +14 -0
- package/src/tailwind/utils/generate-color-shades.ts +27 -0
- package/src/tailwind/utils/generate-font-components.ts +22 -0
- package/src/tailwind/utils/index.ts +4 -0
- package/tailwind.config.ts +12 -0
- package/tsconfig.build.json +4 -0
- package/tsconfig.json +26 -0
|
@@ -0,0 +1,2691 @@
|
|
|
1
|
+
/*
|
|
2
|
+
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
|
|
3
|
+
*//*
|
|
4
|
+
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
5
|
+
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
6
|
+
*/*,
|
|
7
|
+
::before,
|
|
8
|
+
::after {
|
|
9
|
+
box-sizing: border-box; /* 1 */
|
|
10
|
+
border-width: 0; /* 2 */
|
|
11
|
+
border-style: solid; /* 2 */
|
|
12
|
+
border-color: currentColor; /* 2 */
|
|
13
|
+
}::before,
|
|
14
|
+
::after {
|
|
15
|
+
--tw-content: '';
|
|
16
|
+
}/*
|
|
17
|
+
1. Use a consistent sensible line-height in all browsers.
|
|
18
|
+
2. Prevent adjustments of font size after orientation changes in iOS.
|
|
19
|
+
3. Use a more readable tab size.
|
|
20
|
+
4. Use the user's configured `sans` font-family by default.
|
|
21
|
+
5. Use the user's configured `sans` font-feature-settings by default.
|
|
22
|
+
6. Use the user's configured `sans` font-variation-settings by default.
|
|
23
|
+
*/html {
|
|
24
|
+
line-height: 1.5; /* 1 */
|
|
25
|
+
-webkit-text-size-adjust: 100%; /* 2 */
|
|
26
|
+
-moz-tab-size: 4; /* 3 */
|
|
27
|
+
-o-tab-size: 4;
|
|
28
|
+
tab-size: 4; /* 3 */
|
|
29
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; /* 4 */
|
|
30
|
+
font-feature-settings: normal; /* 5 */
|
|
31
|
+
font-variation-settings: normal; /* 6 */
|
|
32
|
+
}/*
|
|
33
|
+
1. Remove the margin in all browsers.
|
|
34
|
+
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
|
|
35
|
+
*/body {
|
|
36
|
+
margin: 0; /* 1 */
|
|
37
|
+
line-height: inherit; /* 2 */
|
|
38
|
+
}/*
|
|
39
|
+
1. Add the correct height in Firefox.
|
|
40
|
+
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
|
41
|
+
3. Ensure horizontal rules are visible by default.
|
|
42
|
+
*/hr {
|
|
43
|
+
height: 0; /* 1 */
|
|
44
|
+
color: inherit; /* 2 */
|
|
45
|
+
border-top-width: 1px; /* 3 */
|
|
46
|
+
}/*
|
|
47
|
+
Add the correct text decoration in Chrome, Edge, and Safari.
|
|
48
|
+
*/abbr:where([title]) {
|
|
49
|
+
-webkit-text-decoration: underline dotted;
|
|
50
|
+
text-decoration: underline dotted;
|
|
51
|
+
}/*
|
|
52
|
+
Remove the default font size and weight for headings.
|
|
53
|
+
*/h1,
|
|
54
|
+
h2,
|
|
55
|
+
h3,
|
|
56
|
+
h4,
|
|
57
|
+
h5,
|
|
58
|
+
h6 {
|
|
59
|
+
font-size: inherit;
|
|
60
|
+
font-weight: inherit;
|
|
61
|
+
}/*
|
|
62
|
+
Reset links to optimize for opt-in styling instead of opt-out.
|
|
63
|
+
*/a {
|
|
64
|
+
color: inherit;
|
|
65
|
+
text-decoration: inherit;
|
|
66
|
+
}/*
|
|
67
|
+
Add the correct font weight in Edge and Safari.
|
|
68
|
+
*/b,
|
|
69
|
+
strong {
|
|
70
|
+
font-weight: bolder;
|
|
71
|
+
}/*
|
|
72
|
+
1. Use the user's configured `mono` font family by default.
|
|
73
|
+
2. Correct the odd `em` font sizing in all browsers.
|
|
74
|
+
*/code,
|
|
75
|
+
kbd,
|
|
76
|
+
samp,
|
|
77
|
+
pre {
|
|
78
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
|
|
79
|
+
font-size: 1em; /* 2 */
|
|
80
|
+
}/*
|
|
81
|
+
Add the correct font size in all browsers.
|
|
82
|
+
*/small {
|
|
83
|
+
font-size: 80%;
|
|
84
|
+
}/*
|
|
85
|
+
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
|
86
|
+
*/sub,
|
|
87
|
+
sup {
|
|
88
|
+
font-size: 75%;
|
|
89
|
+
line-height: 0;
|
|
90
|
+
position: relative;
|
|
91
|
+
vertical-align: baseline;
|
|
92
|
+
}sub {
|
|
93
|
+
bottom: -0.25em;
|
|
94
|
+
}sup {
|
|
95
|
+
top: -0.5em;
|
|
96
|
+
}/*
|
|
97
|
+
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
|
|
98
|
+
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
|
|
99
|
+
3. Remove gaps between table borders by default.
|
|
100
|
+
*/table {
|
|
101
|
+
text-indent: 0; /* 1 */
|
|
102
|
+
border-color: inherit; /* 2 */
|
|
103
|
+
border-collapse: collapse; /* 3 */
|
|
104
|
+
}/*
|
|
105
|
+
1. Change the font styles in all browsers.
|
|
106
|
+
2. Remove the margin in Firefox and Safari.
|
|
107
|
+
3. Remove default padding in all browsers.
|
|
108
|
+
*/button,
|
|
109
|
+
input,
|
|
110
|
+
optgroup,
|
|
111
|
+
select,
|
|
112
|
+
textarea {
|
|
113
|
+
font-family: inherit; /* 1 */
|
|
114
|
+
font-size: 100%; /* 1 */
|
|
115
|
+
font-weight: inherit; /* 1 */
|
|
116
|
+
line-height: inherit; /* 1 */
|
|
117
|
+
color: inherit; /* 1 */
|
|
118
|
+
margin: 0; /* 2 */
|
|
119
|
+
padding: 0; /* 3 */
|
|
120
|
+
}/*
|
|
121
|
+
Remove the inheritance of text transform in Edge and Firefox.
|
|
122
|
+
*/button,
|
|
123
|
+
select {
|
|
124
|
+
text-transform: none;
|
|
125
|
+
}/*
|
|
126
|
+
1. Correct the inability to style clickable types in iOS and Safari.
|
|
127
|
+
2. Remove default button styles.
|
|
128
|
+
*/button,
|
|
129
|
+
[type='button'],
|
|
130
|
+
[type='reset'],
|
|
131
|
+
[type='submit'] {
|
|
132
|
+
-webkit-appearance: button; /* 1 */
|
|
133
|
+
background-color: transparent; /* 2 */
|
|
134
|
+
background-image: none; /* 2 */
|
|
135
|
+
}/*
|
|
136
|
+
Use the modern Firefox focus style for all focusable elements.
|
|
137
|
+
*/:-moz-focusring {
|
|
138
|
+
outline: auto;
|
|
139
|
+
}/*
|
|
140
|
+
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
|
|
141
|
+
*/:-moz-ui-invalid {
|
|
142
|
+
box-shadow: none;
|
|
143
|
+
}/*
|
|
144
|
+
Add the correct vertical alignment in Chrome and Firefox.
|
|
145
|
+
*/progress {
|
|
146
|
+
vertical-align: baseline;
|
|
147
|
+
}/*
|
|
148
|
+
Correct the cursor style of increment and decrement buttons in Safari.
|
|
149
|
+
*/::-webkit-inner-spin-button,
|
|
150
|
+
::-webkit-outer-spin-button {
|
|
151
|
+
height: auto;
|
|
152
|
+
}/*
|
|
153
|
+
1. Correct the odd appearance in Chrome and Safari.
|
|
154
|
+
2. Correct the outline style in Safari.
|
|
155
|
+
*/[type='search'] {
|
|
156
|
+
-webkit-appearance: textfield; /* 1 */
|
|
157
|
+
outline-offset: -2px; /* 2 */
|
|
158
|
+
}/*
|
|
159
|
+
Remove the inner padding in Chrome and Safari on macOS.
|
|
160
|
+
*/::-webkit-search-decoration {
|
|
161
|
+
-webkit-appearance: none;
|
|
162
|
+
}/*
|
|
163
|
+
1. Correct the inability to style clickable types in iOS and Safari.
|
|
164
|
+
2. Change font properties to `inherit` in Safari.
|
|
165
|
+
*/::-webkit-file-upload-button {
|
|
166
|
+
-webkit-appearance: button; /* 1 */
|
|
167
|
+
font: inherit; /* 2 */
|
|
168
|
+
}/*
|
|
169
|
+
Add the correct display in Chrome and Safari.
|
|
170
|
+
*/summary {
|
|
171
|
+
display: list-item;
|
|
172
|
+
}/*
|
|
173
|
+
Removes the default spacing and border for appropriate elements.
|
|
174
|
+
*/blockquote,
|
|
175
|
+
dl,
|
|
176
|
+
dd,
|
|
177
|
+
h1,
|
|
178
|
+
h2,
|
|
179
|
+
h3,
|
|
180
|
+
h4,
|
|
181
|
+
h5,
|
|
182
|
+
h6,
|
|
183
|
+
hr,
|
|
184
|
+
figure,
|
|
185
|
+
p,
|
|
186
|
+
pre {
|
|
187
|
+
margin: 0;
|
|
188
|
+
}fieldset {
|
|
189
|
+
margin: 0;
|
|
190
|
+
padding: 0;
|
|
191
|
+
}legend {
|
|
192
|
+
padding: 0;
|
|
193
|
+
}ol,
|
|
194
|
+
ul,
|
|
195
|
+
menu {
|
|
196
|
+
list-style: none;
|
|
197
|
+
margin: 0;
|
|
198
|
+
padding: 0;
|
|
199
|
+
}/*
|
|
200
|
+
Prevent resizing textareas horizontally by default.
|
|
201
|
+
*/textarea {
|
|
202
|
+
resize: vertical;
|
|
203
|
+
}/*
|
|
204
|
+
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
|
205
|
+
2. Set the default placeholder color to the user's configured gray 400 color.
|
|
206
|
+
*/input::-moz-placeholder, textarea::-moz-placeholder {
|
|
207
|
+
opacity: 1; /* 1 */
|
|
208
|
+
color: #9ca3af; /* 2 */
|
|
209
|
+
}input::placeholder,
|
|
210
|
+
textarea::placeholder {
|
|
211
|
+
opacity: 1; /* 1 */
|
|
212
|
+
color: #9ca3af; /* 2 */
|
|
213
|
+
}/*
|
|
214
|
+
Set the default cursor for buttons.
|
|
215
|
+
*/button,
|
|
216
|
+
[role="button"] {
|
|
217
|
+
cursor: pointer;
|
|
218
|
+
}/*
|
|
219
|
+
Make sure disabled buttons don't get the pointer cursor.
|
|
220
|
+
*/:disabled {
|
|
221
|
+
cursor: default;
|
|
222
|
+
}/*
|
|
223
|
+
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
224
|
+
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
|
225
|
+
This can trigger a poorly considered lint error in some tools but is included by design.
|
|
226
|
+
*/img,
|
|
227
|
+
svg,
|
|
228
|
+
video,
|
|
229
|
+
canvas,
|
|
230
|
+
audio,
|
|
231
|
+
iframe,
|
|
232
|
+
embed,
|
|
233
|
+
object {
|
|
234
|
+
display: block; /* 1 */
|
|
235
|
+
vertical-align: middle; /* 2 */
|
|
236
|
+
}/*
|
|
237
|
+
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
238
|
+
*/img,
|
|
239
|
+
video {
|
|
240
|
+
max-width: 100%;
|
|
241
|
+
height: auto;
|
|
242
|
+
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] {
|
|
243
|
+
display: none;
|
|
244
|
+
}html {
|
|
245
|
+
color: rgb(var(--colors-text));
|
|
246
|
+
}:root {
|
|
247
|
+
--colors-background-50: 253, 253, 253;
|
|
248
|
+
--colors-background-100: 251, 251, 252;
|
|
249
|
+
--colors-background-200: 249, 249, 250;
|
|
250
|
+
--colors-background-300: 247, 248, 249;
|
|
251
|
+
--colors-background-400: 245, 246, 247;
|
|
252
|
+
--colors-background-500: 243, 244, 246;
|
|
253
|
+
--colors-background-600: 203, 203, 205;
|
|
254
|
+
--colors-background-700: 162, 163, 164;
|
|
255
|
+
--colors-background-800: 122, 122, 123;
|
|
256
|
+
--colors-background-900: 81, 81, 82;
|
|
257
|
+
--colors-background: 243, 244, 246;
|
|
258
|
+
--colors-border-50: 249, 249, 250;
|
|
259
|
+
--colors-border-100: 244, 244, 245;
|
|
260
|
+
--colors-border-200: 238, 238, 240;
|
|
261
|
+
--colors-border-300: 233, 233, 235;
|
|
262
|
+
--colors-border-400: 227, 227, 230;
|
|
263
|
+
--colors-border-500: 222, 222, 225;
|
|
264
|
+
--colors-border-600: 185, 185, 188;
|
|
265
|
+
--colors-border-700: 148, 148, 150;
|
|
266
|
+
--colors-border-800: 111, 111, 113;
|
|
267
|
+
--colors-border-900: 74, 74, 75;
|
|
268
|
+
--colors-border: 222, 222, 225;
|
|
269
|
+
--colors-borderDark-50: 237, 236, 239;
|
|
270
|
+
--colors-borderDark-100: 219, 218, 224;
|
|
271
|
+
--colors-borderDark-200: 201, 199, 208;
|
|
272
|
+
--colors-borderDark-300: 183, 181, 193;
|
|
273
|
+
--colors-borderDark-400: 165, 162, 177;
|
|
274
|
+
--colors-borderDark-500: 147, 144, 162;
|
|
275
|
+
--colors-borderDark-600: 123, 120, 135;
|
|
276
|
+
--colors-borderDark-700: 98, 96, 108;
|
|
277
|
+
--colors-borderDark-800: 74, 72, 81;
|
|
278
|
+
--colors-borderDark-900: 49, 48, 54;
|
|
279
|
+
--colors-borderDark: 147, 144, 162;
|
|
280
|
+
--colors-focus-50: 243, 232, 249;
|
|
281
|
+
--colors-focus-100: 232, 210, 242;
|
|
282
|
+
--colors-focus-200: 220, 187, 236;
|
|
283
|
+
--colors-focus-300: 208, 165, 230;
|
|
284
|
+
--colors-focus-400: 197, 142, 223;
|
|
285
|
+
--colors-focus-500: 185, 120, 217;
|
|
286
|
+
--colors-focus-600: 154, 100, 181;
|
|
287
|
+
--colors-focus-700: 123, 80, 145;
|
|
288
|
+
--colors-focus-800: 93, 60, 109;
|
|
289
|
+
--colors-focus-900: 62, 40, 72;
|
|
290
|
+
--colors-focus: 185, 120, 217;
|
|
291
|
+
--colors-heading-50: 218, 217, 226;
|
|
292
|
+
--colors-heading-100: 180, 179, 196;
|
|
293
|
+
--colors-heading-200: 143, 141, 167;
|
|
294
|
+
--colors-heading-300: 106, 104, 138;
|
|
295
|
+
--colors-heading-400: 68, 66, 108;
|
|
296
|
+
--colors-heading-500: 31, 28, 79;
|
|
297
|
+
--colors-heading-600: 26, 23, 66;
|
|
298
|
+
--colors-heading-700: 21, 19, 53;
|
|
299
|
+
--colors-heading-800: 16, 14, 40;
|
|
300
|
+
--colors-heading-900: 10, 9, 26;
|
|
301
|
+
--colors-heading: 31, 28, 79;
|
|
302
|
+
--colors-hero-50: 218, 217, 226;
|
|
303
|
+
--colors-hero-100: 180, 179, 196;
|
|
304
|
+
--colors-hero-200: 143, 141, 167;
|
|
305
|
+
--colors-hero-300: 106, 104, 138;
|
|
306
|
+
--colors-hero-400: 68, 66, 108;
|
|
307
|
+
--colors-hero-500: 31, 28, 79;
|
|
308
|
+
--colors-hero-600: 26, 23, 66;
|
|
309
|
+
--colors-hero-700: 21, 19, 53;
|
|
310
|
+
--colors-hero-800: 16, 14, 40;
|
|
311
|
+
--colors-hero-900: 10, 9, 26;
|
|
312
|
+
--colors-hero: 31, 28, 79;
|
|
313
|
+
--colors-light-50: 254, 254, 254;
|
|
314
|
+
--colors-light-100: 253, 253, 254;
|
|
315
|
+
--colors-light-200: 252, 252, 253;
|
|
316
|
+
--colors-light-300: 251, 251, 252;
|
|
317
|
+
--colors-light-400: 250, 250, 252;
|
|
318
|
+
--colors-light-500: 249, 249, 251;
|
|
319
|
+
--colors-light-600: 208, 208, 209;
|
|
320
|
+
--colors-light-700: 166, 166, 167;
|
|
321
|
+
--colors-light-800: 125, 125, 126;
|
|
322
|
+
--colors-light-900: 83, 83, 84;
|
|
323
|
+
--colors-light: 249, 249, 251;
|
|
324
|
+
--colors-link-50: 249, 216, 215;
|
|
325
|
+
--colors-link-100: 243, 178, 175;
|
|
326
|
+
--colors-link-200: 236, 139, 135;
|
|
327
|
+
--colors-link-300: 230, 100, 96;
|
|
328
|
+
--colors-link-400: 224, 62, 56;
|
|
329
|
+
--colors-link-500: 218, 23, 16;
|
|
330
|
+
--colors-link-600: 182, 19, 13;
|
|
331
|
+
--colors-link-700: 145, 15, 11;
|
|
332
|
+
--colors-link-800: 109, 12, 8;
|
|
333
|
+
--colors-link-900: 73, 8, 5;
|
|
334
|
+
--colors-link: 218, 23, 16;
|
|
335
|
+
--colors-muted-50: 227, 227, 230;
|
|
336
|
+
--colors-muted-100: 200, 199, 204;
|
|
337
|
+
--colors-muted-200: 172, 171, 179;
|
|
338
|
+
--colors-muted-300: 144, 143, 154;
|
|
339
|
+
--colors-muted-400: 117, 115, 128;
|
|
340
|
+
--colors-muted-500: 89, 87, 103;
|
|
341
|
+
--colors-muted-600: 74, 73, 86;
|
|
342
|
+
--colors-muted-700: 59, 58, 69;
|
|
343
|
+
--colors-muted-800: 45, 44, 52;
|
|
344
|
+
--colors-muted-900: 30, 29, 34;
|
|
345
|
+
--colors-muted: 89, 87, 103;
|
|
346
|
+
--colors-neutral-50: 219, 220, 223;
|
|
347
|
+
--colors-neutral-100: 184, 185, 192;
|
|
348
|
+
--colors-neutral-200: 148, 150, 160;
|
|
349
|
+
--colors-neutral-300: 113, 116, 129;
|
|
350
|
+
--colors-neutral-400: 77, 81, 97;
|
|
351
|
+
--colors-neutral-500: 42, 46, 66;
|
|
352
|
+
--colors-neutral-600: 35, 38, 55;
|
|
353
|
+
--colors-neutral-700: 28, 31, 44;
|
|
354
|
+
--colors-neutral-800: 21, 23, 33;
|
|
355
|
+
--colors-neutral-900: 14, 15, 22;
|
|
356
|
+
--colors-neutral: 42, 46, 66;
|
|
357
|
+
--colors-pop-50: 255, 223, 249;
|
|
358
|
+
--colors-pop-100: 255, 190, 243;
|
|
359
|
+
--colors-pop-200: 255, 158, 237;
|
|
360
|
+
--colors-pop-300: 255, 126, 231;
|
|
361
|
+
--colors-pop-400: 255, 93, 225;
|
|
362
|
+
--colors-pop-500: 255, 61, 219;
|
|
363
|
+
--colors-pop-600: 213, 51, 183;
|
|
364
|
+
--colors-pop-700: 170, 41, 146;
|
|
365
|
+
--colors-pop-800: 128, 31, 110;
|
|
366
|
+
--colors-pop-900: 85, 20, 73;
|
|
367
|
+
--colors-pop: 255, 61, 219;
|
|
368
|
+
--colors-primary-50: 249, 216, 215;
|
|
369
|
+
--colors-primary-100: 243, 178, 175;
|
|
370
|
+
--colors-primary-200: 236, 139, 135;
|
|
371
|
+
--colors-primary-300: 230, 100, 96;
|
|
372
|
+
--colors-primary-400: 224, 62, 56;
|
|
373
|
+
--colors-primary-500: 218, 23, 16;
|
|
374
|
+
--colors-primary-600: 182, 19, 13;
|
|
375
|
+
--colors-primary-700: 145, 15, 11;
|
|
376
|
+
--colors-primary-800: 109, 12, 8;
|
|
377
|
+
--colors-primary-900: 73, 8, 5;
|
|
378
|
+
--colors-primary: 218, 23, 16;
|
|
379
|
+
--colors-text-50: 216, 217, 219;
|
|
380
|
+
--colors-text-100: 178, 179, 182;
|
|
381
|
+
--colors-text-200: 139, 141, 146;
|
|
382
|
+
--colors-text-300: 101, 103, 110;
|
|
383
|
+
--colors-text-400: 62, 65, 73;
|
|
384
|
+
--colors-text-500: 24, 27, 37;
|
|
385
|
+
--colors-text-600: 20, 23, 31;
|
|
386
|
+
--colors-text-700: 16, 18, 25;
|
|
387
|
+
--colors-text-800: 12, 14, 19;
|
|
388
|
+
--colors-text-900: 8, 9, 12;
|
|
389
|
+
--colors-text: 24, 27, 37;
|
|
390
|
+
--fontFamily-brand-0: Westpac;
|
|
391
|
+
--fontFamily-brand-1: -apple-system;
|
|
392
|
+
--fontFamily-brand-2: BlinkMacSystemFont;
|
|
393
|
+
--fontFamily-brand-3: Segoe UI;
|
|
394
|
+
--fontFamily-brand-4: Helvetica;
|
|
395
|
+
--fontFamily-brand-5: Arial;
|
|
396
|
+
--fontFamily-brand-6: sans-serif;
|
|
397
|
+
--fontFamily-brand-7: Apple Color Emoji;
|
|
398
|
+
--fontFamily-brand-8: Segoe UI Emoji;
|
|
399
|
+
--fontFamily-brand-9: Segoe UI Symbol;
|
|
400
|
+
}.theme-bom, [data-theme="bom"] {
|
|
401
|
+
--fontFamily-brand-0: Brown Pro;
|
|
402
|
+
--fontFamily-brand-1: -apple-system;
|
|
403
|
+
--fontFamily-brand-2: BlinkMacSystemFont;
|
|
404
|
+
--fontFamily-brand-3: Segoe UI;
|
|
405
|
+
--fontFamily-brand-4: Helvetica;
|
|
406
|
+
--fontFamily-brand-5: Arial;
|
|
407
|
+
--fontFamily-brand-6: sans-serif;
|
|
408
|
+
--fontFamily-brand-7: Apple Color Emoji;
|
|
409
|
+
--fontFamily-brand-8: Segoe UI Emoji;
|
|
410
|
+
--fontFamily-brand-9: Segoe UI Symbol;
|
|
411
|
+
--colors-background-50: 254, 254, 254;
|
|
412
|
+
--colors-background-100: 252, 252, 252;
|
|
413
|
+
--colors-background-200: 251, 251, 251;
|
|
414
|
+
--colors-background-300: 250, 250, 250;
|
|
415
|
+
--colors-background-400: 248, 248, 248;
|
|
416
|
+
--colors-background-500: 247, 247, 247;
|
|
417
|
+
--colors-background-600: 206, 206, 206;
|
|
418
|
+
--colors-background-700: 165, 165, 165;
|
|
419
|
+
--colors-background-800: 124, 124, 124;
|
|
420
|
+
--colors-background-900: 82, 82, 82;
|
|
421
|
+
--colors-background: 247, 247, 247;
|
|
422
|
+
--colors-border-50: 248, 248, 248;
|
|
423
|
+
--colors-border-100: 241, 241, 242;
|
|
424
|
+
--colors-border-200: 233, 233, 235;
|
|
425
|
+
--colors-border-300: 226, 226, 229;
|
|
426
|
+
--colors-border-400: 219, 219, 222;
|
|
427
|
+
--colors-border-500: 212, 212, 216;
|
|
428
|
+
--colors-border-600: 177, 177, 180;
|
|
429
|
+
--colors-border-700: 141, 141, 144;
|
|
430
|
+
--colors-border-800: 106, 106, 108;
|
|
431
|
+
--colors-border-900: 71, 71, 72;
|
|
432
|
+
--colors-border: 212, 212, 216;
|
|
433
|
+
--colors-borderDark-50: 237, 237, 238;
|
|
434
|
+
--colors-borderDark-100: 219, 219, 221;
|
|
435
|
+
--colors-borderDark-200: 201, 200, 204;
|
|
436
|
+
--colors-borderDark-300: 183, 182, 187;
|
|
437
|
+
--colors-borderDark-400: 165, 164, 170;
|
|
438
|
+
--colors-borderDark-500: 147, 146, 153;
|
|
439
|
+
--colors-borderDark-600: 123, 122, 128;
|
|
440
|
+
--colors-borderDark-700: 98, 97, 102;
|
|
441
|
+
--colors-borderDark-800: 74, 73, 77;
|
|
442
|
+
--colors-borderDark-900: 49, 49, 51;
|
|
443
|
+
--colors-borderDark: 147, 146, 153;
|
|
444
|
+
--colors-focus-50: 235, 233, 247;
|
|
445
|
+
--colors-focus-100: 215, 211, 238;
|
|
446
|
+
--colors-focus-200: 194, 189, 230;
|
|
447
|
+
--colors-focus-300: 174, 167, 222;
|
|
448
|
+
--colors-focus-400: 154, 145, 213;
|
|
449
|
+
--colors-focus-500: 134, 123, 205;
|
|
450
|
+
--colors-focus-600: 112, 103, 171;
|
|
451
|
+
--colors-focus-700: 89, 82, 137;
|
|
452
|
+
--colors-focus-800: 67, 62, 103;
|
|
453
|
+
--colors-focus-900: 45, 41, 68;
|
|
454
|
+
--colors-focus: 134, 123, 205;
|
|
455
|
+
--colors-heading-50: 226, 224, 237;
|
|
456
|
+
--colors-heading-100: 198, 194, 218;
|
|
457
|
+
--colors-heading-200: 169, 163, 200;
|
|
458
|
+
--colors-heading-300: 140, 133, 182;
|
|
459
|
+
--colors-heading-400: 112, 102, 163;
|
|
460
|
+
--colors-heading-500: 83, 72, 145;
|
|
461
|
+
--colors-heading-600: 69, 60, 121;
|
|
462
|
+
--colors-heading-700: 55, 48, 97;
|
|
463
|
+
--colors-heading-800: 42, 36, 73;
|
|
464
|
+
--colors-heading-900: 28, 24, 48;
|
|
465
|
+
--colors-heading: 83, 72, 145;
|
|
466
|
+
--colors-hero-50: 226, 224, 237;
|
|
467
|
+
--colors-hero-100: 198, 194, 218;
|
|
468
|
+
--colors-hero-200: 169, 163, 200;
|
|
469
|
+
--colors-hero-300: 140, 133, 182;
|
|
470
|
+
--colors-hero-400: 112, 102, 163;
|
|
471
|
+
--colors-hero-500: 83, 72, 145;
|
|
472
|
+
--colors-hero-600: 69, 60, 121;
|
|
473
|
+
--colors-hero-700: 55, 48, 97;
|
|
474
|
+
--colors-hero-800: 42, 36, 73;
|
|
475
|
+
--colors-hero-900: 28, 24, 48;
|
|
476
|
+
--colors-hero: 83, 72, 145;
|
|
477
|
+
--colors-light-50: 254, 254, 255;
|
|
478
|
+
--colors-light-100: 254, 254, 254;
|
|
479
|
+
--colors-light-200: 253, 253, 254;
|
|
480
|
+
--colors-light-300: 252, 252, 254;
|
|
481
|
+
--colors-light-400: 252, 252, 253;
|
|
482
|
+
--colors-light-500: 251, 251, 253;
|
|
483
|
+
--colors-light-600: 209, 209, 211;
|
|
484
|
+
--colors-light-700: 167, 167, 169;
|
|
485
|
+
--colors-light-800: 126, 126, 127;
|
|
486
|
+
--colors-light-900: 84, 84, 84;
|
|
487
|
+
--colors-light: 251, 251, 253;
|
|
488
|
+
--colors-link-50: 247, 222, 212;
|
|
489
|
+
--colors-link-100: 240, 189, 170;
|
|
490
|
+
--colors-link-200: 232, 156, 127;
|
|
491
|
+
--colors-link-300: 224, 123, 85;
|
|
492
|
+
--colors-link-400: 217, 90, 42;
|
|
493
|
+
--colors-link-500: 209, 57, 0;
|
|
494
|
+
--colors-link-600: 174, 48, 0;
|
|
495
|
+
--colors-link-700: 139, 38, 0;
|
|
496
|
+
--colors-link-800: 105, 29, 0;
|
|
497
|
+
--colors-link-900: 70, 19, 0;
|
|
498
|
+
--colors-link: 209, 57, 0;
|
|
499
|
+
--colors-muted-50: 231, 230, 233;
|
|
500
|
+
--colors-muted-100: 207, 206, 211;
|
|
501
|
+
--colors-muted-200: 182, 181, 188;
|
|
502
|
+
--colors-muted-300: 158, 157, 166;
|
|
503
|
+
--colors-muted-400: 134, 132, 144;
|
|
504
|
+
--colors-muted-500: 110, 108, 122;
|
|
505
|
+
--colors-muted-600: 92, 90, 102;
|
|
506
|
+
--colors-muted-700: 73, 72, 81;
|
|
507
|
+
--colors-muted-800: 55, 54, 61;
|
|
508
|
+
--colors-muted-900: 37, 36, 41;
|
|
509
|
+
--colors-muted: 110, 108, 122;
|
|
510
|
+
--colors-neutral-50: 227, 227, 229;
|
|
511
|
+
--colors-neutral-100: 200, 199, 203;
|
|
512
|
+
--colors-neutral-200: 172, 171, 176;
|
|
513
|
+
--colors-neutral-300: 144, 143, 150;
|
|
514
|
+
--colors-neutral-400: 117, 115, 124;
|
|
515
|
+
--colors-neutral-500: 89, 87, 98;
|
|
516
|
+
--colors-neutral-600: 74, 73, 82;
|
|
517
|
+
--colors-neutral-700: 59, 58, 65;
|
|
518
|
+
--colors-neutral-800: 45, 44, 49;
|
|
519
|
+
--colors-neutral-900: 30, 29, 33;
|
|
520
|
+
--colors-neutral: 89, 87, 98;
|
|
521
|
+
--colors-pop-50: 239, 237, 254;
|
|
522
|
+
--colors-pop-100: 223, 219, 254;
|
|
523
|
+
--colors-pop-200: 207, 201, 253;
|
|
524
|
+
--colors-pop-300: 192, 184, 253;
|
|
525
|
+
--colors-pop-400: 176, 166, 252;
|
|
526
|
+
--colors-pop-500: 160, 148, 252;
|
|
527
|
+
--colors-pop-600: 133, 123, 210;
|
|
528
|
+
--colors-pop-700: 107, 99, 168;
|
|
529
|
+
--colors-pop-800: 80, 74, 126;
|
|
530
|
+
--colors-pop-900: 53, 49, 84;
|
|
531
|
+
--colors-pop: 160, 148, 252;
|
|
532
|
+
--colors-primary-50: 247, 222, 212;
|
|
533
|
+
--colors-primary-100: 240, 189, 170;
|
|
534
|
+
--colors-primary-200: 232, 156, 127;
|
|
535
|
+
--colors-primary-300: 224, 123, 85;
|
|
536
|
+
--colors-primary-400: 217, 90, 42;
|
|
537
|
+
--colors-primary-500: 209, 57, 0;
|
|
538
|
+
--colors-primary-600: 174, 48, 0;
|
|
539
|
+
--colors-primary-700: 139, 38, 0;
|
|
540
|
+
--colors-primary-800: 105, 29, 0;
|
|
541
|
+
--colors-primary-900: 70, 19, 0;
|
|
542
|
+
--colors-primary: 209, 57, 0;
|
|
543
|
+
--colors-text-50: 218, 213, 225;
|
|
544
|
+
--colors-text-100: 181, 171, 196;
|
|
545
|
+
--colors-text-200: 143, 128, 166;
|
|
546
|
+
--colors-text-300: 106, 86, 137;
|
|
547
|
+
--colors-text-400: 69, 44, 107;
|
|
548
|
+
--colors-text-500: 32, 2, 78;
|
|
549
|
+
--colors-text-600: 27, 2, 65;
|
|
550
|
+
--colors-text-700: 21, 1, 52;
|
|
551
|
+
--colors-text-800: 16, 1, 39;
|
|
552
|
+
--colors-text-900: 11, 1, 26;
|
|
553
|
+
--colors-text: 32, 2, 78;
|
|
554
|
+
}.theme-bsa, [data-theme="bsa"] {
|
|
555
|
+
--fontFamily-brand-0: Aller;
|
|
556
|
+
--fontFamily-brand-1: -apple-system;
|
|
557
|
+
--fontFamily-brand-2: BlinkMacSystemFont;
|
|
558
|
+
--fontFamily-brand-3: Segoe UI;
|
|
559
|
+
--fontFamily-brand-4: Helvetica;
|
|
560
|
+
--fontFamily-brand-5: Arial;
|
|
561
|
+
--fontFamily-brand-6: sans-serif;
|
|
562
|
+
--fontFamily-brand-7: Apple Color Emoji;
|
|
563
|
+
--fontFamily-brand-8: Segoe UI Emoji;
|
|
564
|
+
--fontFamily-brand-9: Segoe UI Symbol;
|
|
565
|
+
--colors-background-50: 253, 253, 253;
|
|
566
|
+
--colors-background-100: 251, 251, 251;
|
|
567
|
+
--colors-background-200: 249, 249, 249;
|
|
568
|
+
--colors-background-300: 247, 248, 248;
|
|
569
|
+
--colors-background-400: 245, 246, 246;
|
|
570
|
+
--colors-background-500: 243, 244, 244;
|
|
571
|
+
--colors-background-600: 203, 203, 203;
|
|
572
|
+
--colors-background-700: 162, 163, 163;
|
|
573
|
+
--colors-background-800: 122, 122, 122;
|
|
574
|
+
--colors-background-900: 81, 81, 81;
|
|
575
|
+
--colors-background: 243, 244, 244;
|
|
576
|
+
--colors-border-50: 248, 248, 248;
|
|
577
|
+
--colors-border-100: 240, 241, 241;
|
|
578
|
+
--colors-border-200: 233, 233, 234;
|
|
579
|
+
--colors-border-300: 226, 226, 227;
|
|
580
|
+
--colors-border-400: 218, 219, 220;
|
|
581
|
+
--colors-border-500: 211, 212, 213;
|
|
582
|
+
--colors-border-600: 176, 177, 178;
|
|
583
|
+
--colors-border-700: 141, 141, 142;
|
|
584
|
+
--colors-border-800: 106, 106, 107;
|
|
585
|
+
--colors-border-900: 70, 71, 71;
|
|
586
|
+
--colors-border: 211, 212, 213;
|
|
587
|
+
--colors-borderDark-50: 236, 237, 237;
|
|
588
|
+
--colors-borderDark-100: 218, 219, 220;
|
|
589
|
+
--colors-borderDark-200: 199, 201, 202;
|
|
590
|
+
--colors-borderDark-300: 181, 183, 185;
|
|
591
|
+
--colors-borderDark-400: 162, 165, 167;
|
|
592
|
+
--colors-borderDark-500: 144, 147, 150;
|
|
593
|
+
--colors-borderDark-600: 120, 123, 125;
|
|
594
|
+
--colors-borderDark-700: 96, 98, 100;
|
|
595
|
+
--colors-borderDark-800: 72, 74, 75;
|
|
596
|
+
--colors-borderDark-900: 48, 49, 50;
|
|
597
|
+
--colors-borderDark: 144, 147, 150;
|
|
598
|
+
--colors-focus-50: 245, 231, 239;
|
|
599
|
+
--colors-focus-100: 235, 207, 222;
|
|
600
|
+
--colors-focus-200: 224, 183, 206;
|
|
601
|
+
--colors-focus-300: 214, 159, 190;
|
|
602
|
+
--colors-focus-400: 204, 135, 173;
|
|
603
|
+
--colors-focus-500: 194, 111, 157;
|
|
604
|
+
--colors-focus-600: 162, 93, 131;
|
|
605
|
+
--colors-focus-700: 129, 74, 105;
|
|
606
|
+
--colors-focus-800: 97, 56, 79;
|
|
607
|
+
--colors-focus-900: 65, 37, 52;
|
|
608
|
+
--colors-focus: 194, 111, 157;
|
|
609
|
+
--colors-heading-50: 212, 220, 230;
|
|
610
|
+
--colors-heading-100: 170, 186, 206;
|
|
611
|
+
--colors-heading-200: 127, 151, 181;
|
|
612
|
+
--colors-heading-300: 85, 116, 157;
|
|
613
|
+
--colors-heading-400: 42, 82, 132;
|
|
614
|
+
--colors-heading-500: 0, 47, 108;
|
|
615
|
+
--colors-heading-600: 0, 39, 90;
|
|
616
|
+
--colors-heading-700: 0, 31, 72;
|
|
617
|
+
--colors-heading-800: 0, 24, 54;
|
|
618
|
+
--colors-heading-900: 0, 16, 36;
|
|
619
|
+
--colors-heading: 0, 47, 108;
|
|
620
|
+
--colors-hero-50: 212, 220, 230;
|
|
621
|
+
--colors-hero-100: 170, 186, 206;
|
|
622
|
+
--colors-hero-200: 127, 151, 181;
|
|
623
|
+
--colors-hero-300: 85, 116, 157;
|
|
624
|
+
--colors-hero-400: 42, 82, 132;
|
|
625
|
+
--colors-hero-500: 0, 47, 108;
|
|
626
|
+
--colors-hero-600: 0, 39, 90;
|
|
627
|
+
--colors-hero-700: 0, 31, 72;
|
|
628
|
+
--colors-hero-800: 0, 24, 54;
|
|
629
|
+
--colors-hero-900: 0, 16, 36;
|
|
630
|
+
--colors-hero: 0, 47, 108;
|
|
631
|
+
--colors-light-50: 254, 254, 254;
|
|
632
|
+
--colors-light-100: 253, 253, 253;
|
|
633
|
+
--colors-light-200: 252, 252, 252;
|
|
634
|
+
--colors-light-300: 252, 252, 252;
|
|
635
|
+
--colors-light-400: 251, 251, 251;
|
|
636
|
+
--colors-light-500: 250, 250, 250;
|
|
637
|
+
--colors-light-600: 208, 208, 208;
|
|
638
|
+
--colors-light-700: 167, 167, 167;
|
|
639
|
+
--colors-light-800: 125, 125, 125;
|
|
640
|
+
--colors-light-900: 83, 83, 83;
|
|
641
|
+
--colors-light: 250, 250, 250;
|
|
642
|
+
--colors-link-50: 248, 217, 220;
|
|
643
|
+
--colors-link-100: 242, 179, 184;
|
|
644
|
+
--colors-link-200: 235, 141, 149;
|
|
645
|
+
--colors-link-300: 229, 103, 114;
|
|
646
|
+
--colors-link-400: 222, 65, 78;
|
|
647
|
+
--colors-link-500: 216, 27, 43;
|
|
648
|
+
--colors-link-600: 180, 23, 36;
|
|
649
|
+
--colors-link-700: 144, 18, 29;
|
|
650
|
+
--colors-link-800: 108, 14, 22;
|
|
651
|
+
--colors-link-900: 72, 9, 14;
|
|
652
|
+
--colors-link: 216, 27, 43;
|
|
653
|
+
--colors-muted-50: 230, 231, 231;
|
|
654
|
+
--colors-muted-100: 205, 207, 208;
|
|
655
|
+
--colors-muted-200: 180, 182, 184;
|
|
656
|
+
--colors-muted-300: 156, 158, 161;
|
|
657
|
+
--colors-muted-400: 131, 134, 137;
|
|
658
|
+
--colors-muted-500: 106, 110, 114;
|
|
659
|
+
--colors-muted-600: 88, 92, 95;
|
|
660
|
+
--colors-muted-700: 71, 73, 76;
|
|
661
|
+
--colors-muted-800: 53, 55, 57;
|
|
662
|
+
--colors-muted-900: 35, 37, 38;
|
|
663
|
+
--colors-muted: 106, 110, 114;
|
|
664
|
+
--colors-neutral-50: 230, 231, 231;
|
|
665
|
+
--colors-neutral-100: 205, 207, 208;
|
|
666
|
+
--colors-neutral-200: 180, 182, 184;
|
|
667
|
+
--colors-neutral-300: 156, 158, 161;
|
|
668
|
+
--colors-neutral-400: 131, 134, 137;
|
|
669
|
+
--colors-neutral-500: 106, 110, 114;
|
|
670
|
+
--colors-neutral-600: 88, 92, 95;
|
|
671
|
+
--colors-neutral-700: 71, 73, 76;
|
|
672
|
+
--colors-neutral-800: 53, 55, 57;
|
|
673
|
+
--colors-neutral-900: 35, 37, 38;
|
|
674
|
+
--colors-neutral: 106, 110, 114;
|
|
675
|
+
--colors-pop-50: 212, 241, 244;
|
|
676
|
+
--colors-pop-100: 170, 228, 233;
|
|
677
|
+
--colors-pop-200: 127, 214, 222;
|
|
678
|
+
--colors-pop-300: 85, 200, 211;
|
|
679
|
+
--colors-pop-400: 42, 187, 200;
|
|
680
|
+
--colors-pop-500: 0, 173, 189;
|
|
681
|
+
--colors-pop-600: 0, 144, 158;
|
|
682
|
+
--colors-pop-700: 0, 115, 126;
|
|
683
|
+
--colors-pop-800: 0, 87, 95;
|
|
684
|
+
--colors-pop-900: 0, 58, 63;
|
|
685
|
+
--colors-pop: 0, 173, 189;
|
|
686
|
+
--colors-primary-50: 248, 217, 220;
|
|
687
|
+
--colors-primary-100: 242, 179, 184;
|
|
688
|
+
--colors-primary-200: 235, 141, 149;
|
|
689
|
+
--colors-primary-300: 229, 103, 114;
|
|
690
|
+
--colors-primary-400: 222, 65, 78;
|
|
691
|
+
--colors-primary-500: 216, 27, 43;
|
|
692
|
+
--colors-primary-600: 180, 23, 36;
|
|
693
|
+
--colors-primary-700: 144, 18, 29;
|
|
694
|
+
--colors-primary-800: 108, 14, 22;
|
|
695
|
+
--colors-primary-900: 72, 9, 14;
|
|
696
|
+
--colors-primary: 216, 27, 43;
|
|
697
|
+
--colors-text-50: 221, 221, 221;
|
|
698
|
+
--colors-text-100: 187, 187, 187;
|
|
699
|
+
--colors-text-200: 153, 153, 153;
|
|
700
|
+
--colors-text-300: 119, 119, 119;
|
|
701
|
+
--colors-text-400: 85, 85, 85;
|
|
702
|
+
--colors-text-500: 51, 51, 51;
|
|
703
|
+
--colors-text-600: 43, 43, 43;
|
|
704
|
+
--colors-text-700: 34, 34, 34;
|
|
705
|
+
--colors-text-800: 26, 26, 26;
|
|
706
|
+
--colors-text-900: 17, 17, 17;
|
|
707
|
+
--colors-text: 51, 51, 51;
|
|
708
|
+
}.theme-btfg, [data-theme="btfg"] {
|
|
709
|
+
--fontFamily-brand-0: Georgia, "Times New Roman", Times, serif;
|
|
710
|
+
--fontFamily-brand-1: -apple-system;
|
|
711
|
+
--fontFamily-brand-2: BlinkMacSystemFont;
|
|
712
|
+
--fontFamily-brand-3: Segoe UI;
|
|
713
|
+
--fontFamily-brand-4: Helvetica;
|
|
714
|
+
--fontFamily-brand-5: Arial;
|
|
715
|
+
--fontFamily-brand-6: sans-serif;
|
|
716
|
+
--fontFamily-brand-7: Apple Color Emoji;
|
|
717
|
+
--fontFamily-brand-8: Segoe UI Emoji;
|
|
718
|
+
--fontFamily-brand-9: Segoe UI Symbol;
|
|
719
|
+
--colors-background-50: 254, 254, 254;
|
|
720
|
+
--colors-background-100: 253, 253, 253;
|
|
721
|
+
--colors-background-200: 252, 252, 252;
|
|
722
|
+
--colors-background-300: 251, 251, 251;
|
|
723
|
+
--colors-background-400: 250, 250, 250;
|
|
724
|
+
--colors-background-500: 249, 249, 249;
|
|
725
|
+
--colors-background-600: 208, 208, 208;
|
|
726
|
+
--colors-background-700: 166, 166, 166;
|
|
727
|
+
--colors-background-800: 125, 125, 125;
|
|
728
|
+
--colors-background-900: 83, 83, 83;
|
|
729
|
+
--colors-background: 249, 249, 249;
|
|
730
|
+
--colors-border-50: 250, 250, 250;
|
|
731
|
+
--colors-border-100: 245, 245, 245;
|
|
732
|
+
--colors-border-200: 239, 239, 239;
|
|
733
|
+
--colors-border-300: 234, 234, 234;
|
|
734
|
+
--colors-border-400: 229, 229, 229;
|
|
735
|
+
--colors-border-500: 224, 224, 224;
|
|
736
|
+
--colors-border-600: 187, 187, 187;
|
|
737
|
+
--colors-border-700: 149, 149, 149;
|
|
738
|
+
--colors-border-800: 112, 112, 112;
|
|
739
|
+
--colors-border-900: 75, 75, 75;
|
|
740
|
+
--colors-border: 224, 224, 224;
|
|
741
|
+
--colors-borderDark-50: 237, 237, 237;
|
|
742
|
+
--colors-borderDark-100: 219, 219, 219;
|
|
743
|
+
--colors-borderDark-200: 201, 201, 201;
|
|
744
|
+
--colors-borderDark-300: 184, 184, 184;
|
|
745
|
+
--colors-borderDark-400: 166, 166, 166;
|
|
746
|
+
--colors-borderDark-500: 148, 148, 148;
|
|
747
|
+
--colors-borderDark-600: 123, 123, 123;
|
|
748
|
+
--colors-borderDark-700: 99, 99, 99;
|
|
749
|
+
--colors-borderDark-800: 74, 74, 74;
|
|
750
|
+
--colors-borderDark-900: 49, 49, 49;
|
|
751
|
+
--colors-borderDark: 148, 148, 148;
|
|
752
|
+
--colors-focus-50: 246, 232, 240;
|
|
753
|
+
--colors-focus-100: 237, 208, 225;
|
|
754
|
+
--colors-focus-200: 228, 185, 210;
|
|
755
|
+
--colors-focus-300: 220, 162, 196;
|
|
756
|
+
--colors-focus-400: 211, 138, 181;
|
|
757
|
+
--colors-focus-500: 202, 115, 166;
|
|
758
|
+
--colors-focus-600: 168, 96, 138;
|
|
759
|
+
--colors-focus-700: 135, 77, 111;
|
|
760
|
+
--colors-focus-800: 101, 58, 83;
|
|
761
|
+
--colors-focus-900: 67, 38, 55;
|
|
762
|
+
--colors-focus: 202, 115, 166;
|
|
763
|
+
--colors-heading-50: 219, 232, 241;
|
|
764
|
+
--colors-heading-100: 182, 209, 226;
|
|
765
|
+
--colors-heading-200: 146, 185, 212;
|
|
766
|
+
--colors-heading-300: 110, 162, 198;
|
|
767
|
+
--colors-heading-400: 73, 139, 183;
|
|
768
|
+
--colors-heading-500: 37, 116, 169;
|
|
769
|
+
--colors-heading-600: 31, 97, 141;
|
|
770
|
+
--colors-heading-700: 25, 77, 113;
|
|
771
|
+
--colors-heading-800: 19, 58, 85;
|
|
772
|
+
--colors-heading-900: 12, 39, 56;
|
|
773
|
+
--colors-heading: 37, 116, 169;
|
|
774
|
+
--colors-hero-50: 219, 232, 241;
|
|
775
|
+
--colors-hero-100: 182, 209, 226;
|
|
776
|
+
--colors-hero-200: 146, 185, 212;
|
|
777
|
+
--colors-hero-300: 110, 162, 198;
|
|
778
|
+
--colors-hero-400: 73, 139, 183;
|
|
779
|
+
--colors-hero-500: 37, 116, 169;
|
|
780
|
+
--colors-hero-600: 31, 97, 141;
|
|
781
|
+
--colors-hero-700: 25, 77, 113;
|
|
782
|
+
--colors-hero-800: 19, 58, 85;
|
|
783
|
+
--colors-hero-900: 12, 39, 56;
|
|
784
|
+
--colors-hero: 37, 116, 169;
|
|
785
|
+
--colors-light-50: 254, 254, 254;
|
|
786
|
+
--colors-light-100: 254, 254, 254;
|
|
787
|
+
--colors-light-200: 253, 253, 253;
|
|
788
|
+
--colors-light-300: 253, 253, 253;
|
|
789
|
+
--colors-light-400: 252, 252, 252;
|
|
790
|
+
--colors-light-500: 252, 252, 252;
|
|
791
|
+
--colors-light-600: 210, 210, 210;
|
|
792
|
+
--colors-light-700: 168, 168, 168;
|
|
793
|
+
--colors-light-800: 126, 126, 126;
|
|
794
|
+
--colors-light-900: 84, 84, 84;
|
|
795
|
+
--colors-light: 252, 252, 252;
|
|
796
|
+
--colors-link-50: 239, 212, 228;
|
|
797
|
+
--colors-link-100: 223, 170, 201;
|
|
798
|
+
--colors-link-200: 206, 127, 174;
|
|
799
|
+
--colors-link-300: 190, 85, 147;
|
|
800
|
+
--colors-link-400: 174, 42, 120;
|
|
801
|
+
--colors-link-500: 158, 0, 93;
|
|
802
|
+
--colors-link-600: 132, 0, 78;
|
|
803
|
+
--colors-link-700: 105, 0, 62;
|
|
804
|
+
--colors-link-800: 79, 0, 47;
|
|
805
|
+
--colors-link-900: 53, 0, 31;
|
|
806
|
+
--colors-link: 158, 0, 93;
|
|
807
|
+
--colors-muted-50: 229, 229, 229;
|
|
808
|
+
--colors-muted-100: 204, 204, 204;
|
|
809
|
+
--colors-muted-200: 178, 178, 178;
|
|
810
|
+
--colors-muted-300: 153, 153, 153;
|
|
811
|
+
--colors-muted-400: 127, 127, 127;
|
|
812
|
+
--colors-muted-500: 102, 102, 102;
|
|
813
|
+
--colors-muted-600: 85, 85, 85;
|
|
814
|
+
--colors-muted-700: 68, 68, 68;
|
|
815
|
+
--colors-muted-800: 51, 51, 51;
|
|
816
|
+
--colors-muted-900: 34, 34, 34;
|
|
817
|
+
--colors-muted: 102, 102, 102;
|
|
818
|
+
--colors-neutral-50: 229, 233, 238;
|
|
819
|
+
--colors-neutral-100: 203, 211, 221;
|
|
820
|
+
--colors-neutral-200: 177, 189, 203;
|
|
821
|
+
--colors-neutral-300: 151, 167, 186;
|
|
822
|
+
--colors-neutral-400: 125, 145, 169;
|
|
823
|
+
--colors-neutral-500: 99, 123, 152;
|
|
824
|
+
--colors-neutral-600: 83, 103, 127;
|
|
825
|
+
--colors-neutral-700: 66, 82, 101;
|
|
826
|
+
--colors-neutral-800: 50, 62, 76;
|
|
827
|
+
--colors-neutral-900: 33, 41, 51;
|
|
828
|
+
--colors-neutral: 99, 123, 152;
|
|
829
|
+
--colors-pop-50: 239, 212, 228;
|
|
830
|
+
--colors-pop-100: 223, 170, 201;
|
|
831
|
+
--colors-pop-200: 206, 127, 174;
|
|
832
|
+
--colors-pop-300: 190, 85, 147;
|
|
833
|
+
--colors-pop-400: 174, 42, 120;
|
|
834
|
+
--colors-pop-500: 158, 0, 93;
|
|
835
|
+
--colors-pop-600: 132, 0, 78;
|
|
836
|
+
--colors-pop-700: 105, 0, 62;
|
|
837
|
+
--colors-pop-800: 79, 0, 47;
|
|
838
|
+
--colors-pop-900: 53, 0, 31;
|
|
839
|
+
--colors-pop: 158, 0, 93;
|
|
840
|
+
--colors-primary-50: 239, 212, 228;
|
|
841
|
+
--colors-primary-100: 223, 170, 201;
|
|
842
|
+
--colors-primary-200: 206, 127, 174;
|
|
843
|
+
--colors-primary-300: 190, 85, 147;
|
|
844
|
+
--colors-primary-400: 174, 42, 120;
|
|
845
|
+
--colors-primary-500: 158, 0, 93;
|
|
846
|
+
--colors-primary-600: 132, 0, 78;
|
|
847
|
+
--colors-primary-700: 105, 0, 62;
|
|
848
|
+
--colors-primary-800: 79, 0, 47;
|
|
849
|
+
--colors-primary-900: 53, 0, 31;
|
|
850
|
+
--colors-primary: 158, 0, 93;
|
|
851
|
+
--colors-text-50: 221, 221, 221;
|
|
852
|
+
--colors-text-100: 187, 187, 187;
|
|
853
|
+
--colors-text-200: 153, 153, 153;
|
|
854
|
+
--colors-text-300: 119, 119, 119;
|
|
855
|
+
--colors-text-400: 85, 85, 85;
|
|
856
|
+
--colors-text-500: 51, 51, 51;
|
|
857
|
+
--colors-text-600: 43, 43, 43;
|
|
858
|
+
--colors-text-700: 34, 34, 34;
|
|
859
|
+
--colors-text-800: 26, 26, 26;
|
|
860
|
+
--colors-text-900: 17, 17, 17;
|
|
861
|
+
--colors-text: 51, 51, 51;
|
|
862
|
+
}.theme-rams, [data-theme="rams"] {
|
|
863
|
+
--fontFamily-brand-0: Source Sans Pro;
|
|
864
|
+
--fontFamily-brand-1: -apple-system;
|
|
865
|
+
--fontFamily-brand-2: BlinkMacSystemFont;
|
|
866
|
+
--fontFamily-brand-3: Segoe UI;
|
|
867
|
+
--fontFamily-brand-4: Helvetica;
|
|
868
|
+
--fontFamily-brand-5: Arial;
|
|
869
|
+
--fontFamily-brand-6: sans-serif;
|
|
870
|
+
--fontFamily-brand-7: Apple Color Emoji;
|
|
871
|
+
--fontFamily-brand-8: Segoe UI Emoji;
|
|
872
|
+
--fontFamily-brand-9: Segoe UI Symbol;
|
|
873
|
+
--colors-background-50: 253, 253, 253;
|
|
874
|
+
--colors-background-100: 251, 251, 251;
|
|
875
|
+
--colors-background-200: 249, 249, 249;
|
|
876
|
+
--colors-background-300: 247, 248, 248;
|
|
877
|
+
--colors-background-400: 245, 246, 246;
|
|
878
|
+
--colors-background-500: 243, 244, 244;
|
|
879
|
+
--colors-background-600: 203, 203, 203;
|
|
880
|
+
--colors-background-700: 162, 163, 163;
|
|
881
|
+
--colors-background-800: 122, 122, 122;
|
|
882
|
+
--colors-background-900: 81, 81, 81;
|
|
883
|
+
--colors-background: 243, 244, 244;
|
|
884
|
+
--colors-border-50: 248, 248, 248;
|
|
885
|
+
--colors-border-100: 240, 241, 241;
|
|
886
|
+
--colors-border-200: 233, 233, 234;
|
|
887
|
+
--colors-border-300: 226, 226, 227;
|
|
888
|
+
--colors-border-400: 218, 219, 220;
|
|
889
|
+
--colors-border-500: 211, 212, 213;
|
|
890
|
+
--colors-border-600: 176, 177, 178;
|
|
891
|
+
--colors-border-700: 141, 141, 142;
|
|
892
|
+
--colors-border-800: 106, 106, 107;
|
|
893
|
+
--colors-border-900: 70, 71, 71;
|
|
894
|
+
--colors-border: 211, 212, 213;
|
|
895
|
+
--colors-borderDark-50: 236, 237, 237;
|
|
896
|
+
--colors-borderDark-100: 218, 219, 220;
|
|
897
|
+
--colors-borderDark-200: 199, 201, 202;
|
|
898
|
+
--colors-borderDark-300: 181, 183, 185;
|
|
899
|
+
--colors-borderDark-400: 162, 165, 167;
|
|
900
|
+
--colors-borderDark-500: 144, 147, 150;
|
|
901
|
+
--colors-borderDark-600: 120, 123, 125;
|
|
902
|
+
--colors-borderDark-700: 96, 98, 100;
|
|
903
|
+
--colors-borderDark-800: 72, 74, 75;
|
|
904
|
+
--colors-borderDark-900: 48, 49, 50;
|
|
905
|
+
--colors-borderDark: 144, 147, 150;
|
|
906
|
+
--colors-focus-50: 212, 238, 249;
|
|
907
|
+
--colors-focus-100: 170, 222, 243;
|
|
908
|
+
--colors-focus-200: 127, 205, 237;
|
|
909
|
+
--colors-focus-300: 85, 189, 231;
|
|
910
|
+
--colors-focus-400: 42, 172, 225;
|
|
911
|
+
--colors-focus-500: 0, 156, 219;
|
|
912
|
+
--colors-focus-600: 0, 130, 183;
|
|
913
|
+
--colors-focus-700: 0, 104, 146;
|
|
914
|
+
--colors-focus-800: 0, 78, 110;
|
|
915
|
+
--colors-focus-900: 0, 52, 73;
|
|
916
|
+
--colors-focus: 0, 156, 219;
|
|
917
|
+
--colors-heading-50: 217, 231, 242;
|
|
918
|
+
--colors-heading-100: 178, 208, 230;
|
|
919
|
+
--colors-heading-200: 140, 184, 217;
|
|
920
|
+
--colors-heading-300: 102, 161, 205;
|
|
921
|
+
--colors-heading-400: 63, 137, 192;
|
|
922
|
+
--colors-heading-500: 25, 114, 180;
|
|
923
|
+
--colors-heading-600: 21, 95, 150;
|
|
924
|
+
--colors-heading-700: 17, 76, 120;
|
|
925
|
+
--colors-heading-800: 13, 57, 90;
|
|
926
|
+
--colors-heading-900: 8, 38, 60;
|
|
927
|
+
--colors-heading: 25, 114, 180;
|
|
928
|
+
--colors-hero-50: 215, 224, 230;
|
|
929
|
+
--colors-hero-100: 175, 193, 206;
|
|
930
|
+
--colors-hero-200: 135, 161, 181;
|
|
931
|
+
--colors-hero-300: 95, 130, 157;
|
|
932
|
+
--colors-hero-400: 55, 99, 132;
|
|
933
|
+
--colors-hero-500: 15, 68, 108;
|
|
934
|
+
--colors-hero-600: 13, 57, 90;
|
|
935
|
+
--colors-hero-700: 10, 45, 72;
|
|
936
|
+
--colors-hero-800: 8, 34, 54;
|
|
937
|
+
--colors-hero-900: 5, 23, 36;
|
|
938
|
+
--colors-hero: 15, 68, 108;
|
|
939
|
+
--colors-light-50: 254, 254, 254;
|
|
940
|
+
--colors-light-100: 253, 253, 253;
|
|
941
|
+
--colors-light-200: 252, 252, 252;
|
|
942
|
+
--colors-light-300: 252, 252, 252;
|
|
943
|
+
--colors-light-400: 251, 251, 251;
|
|
944
|
+
--colors-light-500: 250, 250, 250;
|
|
945
|
+
--colors-light-600: 208, 208, 208;
|
|
946
|
+
--colors-light-700: 167, 167, 167;
|
|
947
|
+
--colors-light-800: 125, 125, 125;
|
|
948
|
+
--colors-light-900: 83, 83, 83;
|
|
949
|
+
--colors-light: 250, 250, 250;
|
|
950
|
+
--colors-link-50: 217, 231, 242;
|
|
951
|
+
--colors-link-100: 178, 208, 230;
|
|
952
|
+
--colors-link-200: 140, 184, 217;
|
|
953
|
+
--colors-link-300: 102, 161, 205;
|
|
954
|
+
--colors-link-400: 63, 137, 192;
|
|
955
|
+
--colors-link-500: 25, 114, 180;
|
|
956
|
+
--colors-link-600: 21, 95, 150;
|
|
957
|
+
--colors-link-700: 17, 76, 120;
|
|
958
|
+
--colors-link-800: 13, 57, 90;
|
|
959
|
+
--colors-link-900: 8, 38, 60;
|
|
960
|
+
--colors-link: 25, 114, 180;
|
|
961
|
+
--colors-muted-50: 230, 231, 231;
|
|
962
|
+
--colors-muted-100: 205, 207, 208;
|
|
963
|
+
--colors-muted-200: 180, 182, 184;
|
|
964
|
+
--colors-muted-300: 156, 158, 161;
|
|
965
|
+
--colors-muted-400: 131, 134, 137;
|
|
966
|
+
--colors-muted-500: 106, 110, 114;
|
|
967
|
+
--colors-muted-600: 88, 92, 95;
|
|
968
|
+
--colors-muted-700: 71, 73, 76;
|
|
969
|
+
--colors-muted-800: 53, 55, 57;
|
|
970
|
+
--colors-muted-900: 35, 37, 38;
|
|
971
|
+
--colors-muted: 106, 110, 114;
|
|
972
|
+
--colors-neutral-50: 234, 235, 235;
|
|
973
|
+
--colors-neutral-100: 214, 214, 215;
|
|
974
|
+
--colors-neutral-200: 193, 194, 195;
|
|
975
|
+
--colors-neutral-300: 173, 174, 176;
|
|
976
|
+
--colors-neutral-400: 152, 153, 156;
|
|
977
|
+
--colors-neutral-500: 132, 133, 136;
|
|
978
|
+
--colors-neutral-600: 110, 111, 113;
|
|
979
|
+
--colors-neutral-700: 88, 89, 91;
|
|
980
|
+
--colors-neutral-800: 66, 67, 68;
|
|
981
|
+
--colors-neutral-900: 44, 44, 45;
|
|
982
|
+
--colors-neutral: 132, 133, 136;
|
|
983
|
+
--colors-pop-50: 232, 245, 222;
|
|
984
|
+
--colors-pop-100: 210, 235, 189;
|
|
985
|
+
--colors-pop-200: 187, 225, 156;
|
|
986
|
+
--colors-pop-300: 165, 215, 123;
|
|
987
|
+
--colors-pop-400: 142, 205, 90;
|
|
988
|
+
--colors-pop-500: 120, 195, 57;
|
|
989
|
+
--colors-pop-600: 100, 163, 48;
|
|
990
|
+
--colors-pop-700: 80, 130, 38;
|
|
991
|
+
--colors-pop-800: 60, 98, 29;
|
|
992
|
+
--colors-pop-900: 40, 65, 19;
|
|
993
|
+
--colors-pop: 120, 195, 57;
|
|
994
|
+
--colors-primary-50: 213, 233, 244;
|
|
995
|
+
--colors-primary-100: 171, 212, 233;
|
|
996
|
+
--colors-primary-200: 129, 190, 221;
|
|
997
|
+
--colors-primary-300: 88, 168, 210;
|
|
998
|
+
--colors-primary-400: 46, 147, 199;
|
|
999
|
+
--colors-primary-500: 4, 125, 188;
|
|
1000
|
+
--colors-primary-600: 3, 104, 157;
|
|
1001
|
+
--colors-primary-700: 3, 83, 125;
|
|
1002
|
+
--colors-primary-800: 2, 63, 94;
|
|
1003
|
+
--colors-primary-900: 1, 42, 63;
|
|
1004
|
+
--colors-primary: 4, 125, 188;
|
|
1005
|
+
--colors-text-50: 221, 221, 221;
|
|
1006
|
+
--colors-text-100: 187, 187, 187;
|
|
1007
|
+
--colors-text-200: 153, 153, 153;
|
|
1008
|
+
--colors-text-300: 119, 119, 119;
|
|
1009
|
+
--colors-text-400: 85, 85, 85;
|
|
1010
|
+
--colors-text-500: 51, 51, 51;
|
|
1011
|
+
--colors-text-600: 43, 43, 43;
|
|
1012
|
+
--colors-text-700: 34, 34, 34;
|
|
1013
|
+
--colors-text-800: 26, 26, 26;
|
|
1014
|
+
--colors-text-900: 17, 17, 17;
|
|
1015
|
+
--colors-text: 51, 51, 51;
|
|
1016
|
+
}.theme-stg, [data-theme="stg"] {
|
|
1017
|
+
--fontFamily-brand-0: Dragon Bold;
|
|
1018
|
+
--fontFamily-brand-1: -apple-system;
|
|
1019
|
+
--fontFamily-brand-2: BlinkMacSystemFont;
|
|
1020
|
+
--fontFamily-brand-3: Segoe UI;
|
|
1021
|
+
--fontFamily-brand-4: Helvetica;
|
|
1022
|
+
--fontFamily-brand-5: Arial;
|
|
1023
|
+
--fontFamily-brand-6: sans-serif;
|
|
1024
|
+
--fontFamily-brand-7: Apple Color Emoji;
|
|
1025
|
+
--fontFamily-brand-8: Segoe UI Emoji;
|
|
1026
|
+
--fontFamily-brand-9: Segoe UI Symbol;
|
|
1027
|
+
--colors-background-50: 253, 253, 253;
|
|
1028
|
+
--colors-background-100: 252, 252, 251;
|
|
1029
|
+
--colors-background-200: 250, 250, 249;
|
|
1030
|
+
--colors-background-300: 248, 248, 248;
|
|
1031
|
+
--colors-background-400: 247, 247, 246;
|
|
1032
|
+
--colors-background-500: 245, 245, 244;
|
|
1033
|
+
--colors-background-600: 204, 204, 203;
|
|
1034
|
+
--colors-background-700: 163, 163, 163;
|
|
1035
|
+
--colors-background-800: 123, 123, 122;
|
|
1036
|
+
--colors-background-900: 82, 82, 81;
|
|
1037
|
+
--colors-background: 245, 245, 244;
|
|
1038
|
+
--colors-border-50: 248, 248, 247;
|
|
1039
|
+
--colors-border-100: 241, 241, 239;
|
|
1040
|
+
--colors-border-200: 234, 234, 231;
|
|
1041
|
+
--colors-border-300: 228, 227, 224;
|
|
1042
|
+
--colors-border-400: 221, 220, 216;
|
|
1043
|
+
--colors-border-500: 214, 213, 208;
|
|
1044
|
+
--colors-border-600: 178, 178, 173;
|
|
1045
|
+
--colors-border-700: 143, 142, 139;
|
|
1046
|
+
--colors-border-800: 107, 107, 104;
|
|
1047
|
+
--colors-border-900: 71, 71, 69;
|
|
1048
|
+
--colors-border: 214, 213, 208;
|
|
1049
|
+
--colors-borderDark-50: 237, 237, 235;
|
|
1050
|
+
--colors-borderDark-100: 219, 219, 215;
|
|
1051
|
+
--colors-borderDark-200: 201, 201, 194;
|
|
1052
|
+
--colors-borderDark-300: 184, 183, 174;
|
|
1053
|
+
--colors-borderDark-400: 166, 165, 154;
|
|
1054
|
+
--colors-borderDark-500: 148, 147, 134;
|
|
1055
|
+
--colors-borderDark-600: 123, 123, 112;
|
|
1056
|
+
--colors-borderDark-700: 99, 98, 89;
|
|
1057
|
+
--colors-borderDark-800: 74, 74, 67;
|
|
1058
|
+
--colors-borderDark-900: 49, 49, 45;
|
|
1059
|
+
--colors-borderDark: 148, 147, 134;
|
|
1060
|
+
--colors-focus-50: 237, 234, 242;
|
|
1061
|
+
--colors-focus-100: 220, 213, 228;
|
|
1062
|
+
--colors-focus-200: 202, 192, 215;
|
|
1063
|
+
--colors-focus-300: 185, 171, 202;
|
|
1064
|
+
--colors-focus-400: 167, 150, 188;
|
|
1065
|
+
--colors-focus-500: 150, 129, 175;
|
|
1066
|
+
--colors-focus-600: 125, 108, 146;
|
|
1067
|
+
--colors-focus-700: 100, 86, 117;
|
|
1068
|
+
--colors-focus-800: 75, 65, 88;
|
|
1069
|
+
--colors-focus-900: 50, 43, 58;
|
|
1070
|
+
--colors-focus: 150, 129, 175;
|
|
1071
|
+
--colors-heading-50: 212, 224, 221;
|
|
1072
|
+
--colors-heading-100: 170, 194, 187;
|
|
1073
|
+
--colors-heading-200: 127, 163, 153;
|
|
1074
|
+
--colors-heading-300: 85, 133, 119;
|
|
1075
|
+
--colors-heading-400: 42, 102, 85;
|
|
1076
|
+
--colors-heading-500: 0, 72, 51;
|
|
1077
|
+
--colors-heading-600: 0, 60, 43;
|
|
1078
|
+
--colors-heading-700: 0, 48, 34;
|
|
1079
|
+
--colors-heading-800: 0, 36, 26;
|
|
1080
|
+
--colors-heading-900: 0, 24, 17;
|
|
1081
|
+
--colors-heading: 0, 72, 51;
|
|
1082
|
+
--colors-hero-50: 212, 235, 222;
|
|
1083
|
+
--colors-hero-100: 170, 215, 189;
|
|
1084
|
+
--colors-hero-200: 127, 195, 156;
|
|
1085
|
+
--colors-hero-300: 85, 175, 123;
|
|
1086
|
+
--colors-hero-400: 42, 155, 90;
|
|
1087
|
+
--colors-hero-500: 0, 135, 57;
|
|
1088
|
+
--colors-hero-600: 0, 113, 48;
|
|
1089
|
+
--colors-hero-700: 0, 90, 38;
|
|
1090
|
+
--colors-hero-800: 0, 68, 29;
|
|
1091
|
+
--colors-hero-900: 0, 45, 19;
|
|
1092
|
+
--colors-hero: 0, 135, 57;
|
|
1093
|
+
--colors-light-50: 254, 254, 254;
|
|
1094
|
+
--colors-light-100: 253, 253, 253;
|
|
1095
|
+
--colors-light-200: 252, 252, 252;
|
|
1096
|
+
--colors-light-300: 252, 252, 251;
|
|
1097
|
+
--colors-light-400: 251, 251, 250;
|
|
1098
|
+
--colors-light-500: 250, 250, 249;
|
|
1099
|
+
--colors-light-600: 208, 208, 208;
|
|
1100
|
+
--colors-light-700: 167, 167, 166;
|
|
1101
|
+
--colors-light-800: 125, 125, 125;
|
|
1102
|
+
--colors-light-900: 83, 83, 83;
|
|
1103
|
+
--colors-light: 250, 250, 249;
|
|
1104
|
+
--colors-link-50: 250, 212, 212;
|
|
1105
|
+
--colors-link-100: 246, 170, 170;
|
|
1106
|
+
--colors-link-200: 241, 127, 127;
|
|
1107
|
+
--colors-link-300: 236, 85, 85;
|
|
1108
|
+
--colors-link-400: 232, 42, 42;
|
|
1109
|
+
--colors-link-500: 227, 0, 0;
|
|
1110
|
+
--colors-link-600: 189, 0, 0;
|
|
1111
|
+
--colors-link-700: 151, 0, 0;
|
|
1112
|
+
--colors-link-800: 114, 0, 0;
|
|
1113
|
+
--colors-link-900: 76, 0, 0;
|
|
1114
|
+
--colors-link: 227, 0, 0;
|
|
1115
|
+
--colors-muted-50: 231, 231, 229;
|
|
1116
|
+
--colors-muted-100: 208, 208, 203;
|
|
1117
|
+
--colors-muted-200: 184, 184, 177;
|
|
1118
|
+
--colors-muted-300: 161, 160, 151;
|
|
1119
|
+
--colors-muted-400: 137, 137, 125;
|
|
1120
|
+
--colors-muted-500: 114, 113, 99;
|
|
1121
|
+
--colors-muted-600: 95, 94, 83;
|
|
1122
|
+
--colors-muted-700: 76, 75, 66;
|
|
1123
|
+
--colors-muted-800: 57, 57, 50;
|
|
1124
|
+
--colors-muted-900: 38, 38, 33;
|
|
1125
|
+
--colors-muted: 114, 113, 99;
|
|
1126
|
+
--colors-neutral-50: 231, 231, 229;
|
|
1127
|
+
--colors-neutral-100: 208, 208, 203;
|
|
1128
|
+
--colors-neutral-200: 184, 184, 177;
|
|
1129
|
+
--colors-neutral-300: 161, 160, 151;
|
|
1130
|
+
--colors-neutral-400: 137, 137, 125;
|
|
1131
|
+
--colors-neutral-500: 114, 113, 99;
|
|
1132
|
+
--colors-neutral-600: 95, 94, 83;
|
|
1133
|
+
--colors-neutral-700: 76, 75, 66;
|
|
1134
|
+
--colors-neutral-800: 57, 57, 50;
|
|
1135
|
+
--colors-neutral-900: 38, 38, 33;
|
|
1136
|
+
--colors-neutral: 114, 113, 99;
|
|
1137
|
+
--colors-pop-50: 232, 244, 218;
|
|
1138
|
+
--colors-pop-100: 210, 233, 181;
|
|
1139
|
+
--colors-pop-200: 187, 222, 143;
|
|
1140
|
+
--colors-pop-300: 165, 212, 106;
|
|
1141
|
+
--colors-pop-400: 142, 201, 69;
|
|
1142
|
+
--colors-pop-500: 120, 190, 32;
|
|
1143
|
+
--colors-pop-600: 100, 158, 27;
|
|
1144
|
+
--colors-pop-700: 80, 127, 21;
|
|
1145
|
+
--colors-pop-800: 60, 95, 16;
|
|
1146
|
+
--colors-pop-900: 40, 63, 11;
|
|
1147
|
+
--colors-pop: 120, 190, 32;
|
|
1148
|
+
--colors-primary-50: 250, 212, 212;
|
|
1149
|
+
--colors-primary-100: 246, 170, 170;
|
|
1150
|
+
--colors-primary-200: 241, 127, 127;
|
|
1151
|
+
--colors-primary-300: 236, 85, 85;
|
|
1152
|
+
--colors-primary-400: 232, 42, 42;
|
|
1153
|
+
--colors-primary-500: 227, 0, 0;
|
|
1154
|
+
--colors-primary-600: 189, 0, 0;
|
|
1155
|
+
--colors-primary-700: 151, 0, 0;
|
|
1156
|
+
--colors-primary-800: 114, 0, 0;
|
|
1157
|
+
--colors-primary-900: 76, 0, 0;
|
|
1158
|
+
--colors-primary: 227, 0, 0;
|
|
1159
|
+
--colors-text-50: 212, 224, 221;
|
|
1160
|
+
--colors-text-100: 170, 194, 187;
|
|
1161
|
+
--colors-text-200: 127, 163, 153;
|
|
1162
|
+
--colors-text-300: 85, 133, 119;
|
|
1163
|
+
--colors-text-400: 42, 102, 85;
|
|
1164
|
+
--colors-text-500: 0, 72, 51;
|
|
1165
|
+
--colors-text-600: 0, 60, 43;
|
|
1166
|
+
--colors-text-700: 0, 48, 34;
|
|
1167
|
+
--colors-text-800: 0, 36, 26;
|
|
1168
|
+
--colors-text-900: 0, 24, 17;
|
|
1169
|
+
--colors-text: 0, 72, 51;
|
|
1170
|
+
}.theme-wbc, [data-theme="wbc"] {
|
|
1171
|
+
--fontFamily-brand-0: Westpac;
|
|
1172
|
+
--fontFamily-brand-1: -apple-system;
|
|
1173
|
+
--fontFamily-brand-2: BlinkMacSystemFont;
|
|
1174
|
+
--fontFamily-brand-3: Segoe UI;
|
|
1175
|
+
--fontFamily-brand-4: Helvetica;
|
|
1176
|
+
--fontFamily-brand-5: Arial;
|
|
1177
|
+
--fontFamily-brand-6: sans-serif;
|
|
1178
|
+
--fontFamily-brand-7: Apple Color Emoji;
|
|
1179
|
+
--fontFamily-brand-8: Segoe UI Emoji;
|
|
1180
|
+
--fontFamily-brand-9: Segoe UI Symbol;
|
|
1181
|
+
--colors-background-50: 253, 253, 253;
|
|
1182
|
+
--colors-background-100: 251, 251, 252;
|
|
1183
|
+
--colors-background-200: 249, 249, 250;
|
|
1184
|
+
--colors-background-300: 247, 248, 249;
|
|
1185
|
+
--colors-background-400: 245, 246, 247;
|
|
1186
|
+
--colors-background-500: 243, 244, 246;
|
|
1187
|
+
--colors-background-600: 203, 203, 205;
|
|
1188
|
+
--colors-background-700: 162, 163, 164;
|
|
1189
|
+
--colors-background-800: 122, 122, 123;
|
|
1190
|
+
--colors-background-900: 81, 81, 82;
|
|
1191
|
+
--colors-background: 243, 244, 246;
|
|
1192
|
+
--colors-border-50: 249, 249, 250;
|
|
1193
|
+
--colors-border-100: 244, 244, 245;
|
|
1194
|
+
--colors-border-200: 238, 238, 240;
|
|
1195
|
+
--colors-border-300: 233, 233, 235;
|
|
1196
|
+
--colors-border-400: 227, 227, 230;
|
|
1197
|
+
--colors-border-500: 222, 222, 225;
|
|
1198
|
+
--colors-border-600: 185, 185, 188;
|
|
1199
|
+
--colors-border-700: 148, 148, 150;
|
|
1200
|
+
--colors-border-800: 111, 111, 113;
|
|
1201
|
+
--colors-border-900: 74, 74, 75;
|
|
1202
|
+
--colors-border: 222, 222, 225;
|
|
1203
|
+
--colors-borderDark-50: 237, 236, 239;
|
|
1204
|
+
--colors-borderDark-100: 219, 218, 224;
|
|
1205
|
+
--colors-borderDark-200: 201, 199, 208;
|
|
1206
|
+
--colors-borderDark-300: 183, 181, 193;
|
|
1207
|
+
--colors-borderDark-400: 165, 162, 177;
|
|
1208
|
+
--colors-borderDark-500: 147, 144, 162;
|
|
1209
|
+
--colors-borderDark-600: 123, 120, 135;
|
|
1210
|
+
--colors-borderDark-700: 98, 96, 108;
|
|
1211
|
+
--colors-borderDark-800: 74, 72, 81;
|
|
1212
|
+
--colors-borderDark-900: 49, 48, 54;
|
|
1213
|
+
--colors-borderDark: 147, 144, 162;
|
|
1214
|
+
--colors-focus-50: 243, 232, 249;
|
|
1215
|
+
--colors-focus-100: 232, 210, 242;
|
|
1216
|
+
--colors-focus-200: 220, 187, 236;
|
|
1217
|
+
--colors-focus-300: 208, 165, 230;
|
|
1218
|
+
--colors-focus-400: 197, 142, 223;
|
|
1219
|
+
--colors-focus-500: 185, 120, 217;
|
|
1220
|
+
--colors-focus-600: 154, 100, 181;
|
|
1221
|
+
--colors-focus-700: 123, 80, 145;
|
|
1222
|
+
--colors-focus-800: 93, 60, 109;
|
|
1223
|
+
--colors-focus-900: 62, 40, 72;
|
|
1224
|
+
--colors-focus: 185, 120, 217;
|
|
1225
|
+
--colors-heading-50: 218, 217, 226;
|
|
1226
|
+
--colors-heading-100: 180, 179, 196;
|
|
1227
|
+
--colors-heading-200: 143, 141, 167;
|
|
1228
|
+
--colors-heading-300: 106, 104, 138;
|
|
1229
|
+
--colors-heading-400: 68, 66, 108;
|
|
1230
|
+
--colors-heading-500: 31, 28, 79;
|
|
1231
|
+
--colors-heading-600: 26, 23, 66;
|
|
1232
|
+
--colors-heading-700: 21, 19, 53;
|
|
1233
|
+
--colors-heading-800: 16, 14, 40;
|
|
1234
|
+
--colors-heading-900: 10, 9, 26;
|
|
1235
|
+
--colors-heading: 31, 28, 79;
|
|
1236
|
+
--colors-hero-50: 218, 217, 226;
|
|
1237
|
+
--colors-hero-100: 180, 179, 196;
|
|
1238
|
+
--colors-hero-200: 143, 141, 167;
|
|
1239
|
+
--colors-hero-300: 106, 104, 138;
|
|
1240
|
+
--colors-hero-400: 68, 66, 108;
|
|
1241
|
+
--colors-hero-500: 31, 28, 79;
|
|
1242
|
+
--colors-hero-600: 26, 23, 66;
|
|
1243
|
+
--colors-hero-700: 21, 19, 53;
|
|
1244
|
+
--colors-hero-800: 16, 14, 40;
|
|
1245
|
+
--colors-hero-900: 10, 9, 26;
|
|
1246
|
+
--colors-hero: 31, 28, 79;
|
|
1247
|
+
--colors-light-50: 254, 254, 254;
|
|
1248
|
+
--colors-light-100: 253, 253, 254;
|
|
1249
|
+
--colors-light-200: 252, 252, 253;
|
|
1250
|
+
--colors-light-300: 251, 251, 252;
|
|
1251
|
+
--colors-light-400: 250, 250, 252;
|
|
1252
|
+
--colors-light-500: 249, 249, 251;
|
|
1253
|
+
--colors-light-600: 208, 208, 209;
|
|
1254
|
+
--colors-light-700: 166, 166, 167;
|
|
1255
|
+
--colors-light-800: 125, 125, 126;
|
|
1256
|
+
--colors-light-900: 83, 83, 84;
|
|
1257
|
+
--colors-light: 249, 249, 251;
|
|
1258
|
+
--colors-link-50: 249, 216, 215;
|
|
1259
|
+
--colors-link-100: 243, 178, 175;
|
|
1260
|
+
--colors-link-200: 236, 139, 135;
|
|
1261
|
+
--colors-link-300: 230, 100, 96;
|
|
1262
|
+
--colors-link-400: 224, 62, 56;
|
|
1263
|
+
--colors-link-500: 218, 23, 16;
|
|
1264
|
+
--colors-link-600: 182, 19, 13;
|
|
1265
|
+
--colors-link-700: 145, 15, 11;
|
|
1266
|
+
--colors-link-800: 109, 12, 8;
|
|
1267
|
+
--colors-link-900: 73, 8, 5;
|
|
1268
|
+
--colors-link: 218, 23, 16;
|
|
1269
|
+
--colors-muted-50: 227, 227, 230;
|
|
1270
|
+
--colors-muted-100: 200, 199, 204;
|
|
1271
|
+
--colors-muted-200: 172, 171, 179;
|
|
1272
|
+
--colors-muted-300: 144, 143, 154;
|
|
1273
|
+
--colors-muted-400: 117, 115, 128;
|
|
1274
|
+
--colors-muted-500: 89, 87, 103;
|
|
1275
|
+
--colors-muted-600: 74, 73, 86;
|
|
1276
|
+
--colors-muted-700: 59, 58, 69;
|
|
1277
|
+
--colors-muted-800: 45, 44, 52;
|
|
1278
|
+
--colors-muted-900: 30, 29, 34;
|
|
1279
|
+
--colors-muted: 89, 87, 103;
|
|
1280
|
+
--colors-neutral-50: 219, 220, 223;
|
|
1281
|
+
--colors-neutral-100: 184, 185, 192;
|
|
1282
|
+
--colors-neutral-200: 148, 150, 160;
|
|
1283
|
+
--colors-neutral-300: 113, 116, 129;
|
|
1284
|
+
--colors-neutral-400: 77, 81, 97;
|
|
1285
|
+
--colors-neutral-500: 42, 46, 66;
|
|
1286
|
+
--colors-neutral-600: 35, 38, 55;
|
|
1287
|
+
--colors-neutral-700: 28, 31, 44;
|
|
1288
|
+
--colors-neutral-800: 21, 23, 33;
|
|
1289
|
+
--colors-neutral-900: 14, 15, 22;
|
|
1290
|
+
--colors-neutral: 42, 46, 66;
|
|
1291
|
+
--colors-pop-50: 255, 223, 249;
|
|
1292
|
+
--colors-pop-100: 255, 190, 243;
|
|
1293
|
+
--colors-pop-200: 255, 158, 237;
|
|
1294
|
+
--colors-pop-300: 255, 126, 231;
|
|
1295
|
+
--colors-pop-400: 255, 93, 225;
|
|
1296
|
+
--colors-pop-500: 255, 61, 219;
|
|
1297
|
+
--colors-pop-600: 213, 51, 183;
|
|
1298
|
+
--colors-pop-700: 170, 41, 146;
|
|
1299
|
+
--colors-pop-800: 128, 31, 110;
|
|
1300
|
+
--colors-pop-900: 85, 20, 73;
|
|
1301
|
+
--colors-pop: 255, 61, 219;
|
|
1302
|
+
--colors-primary-50: 249, 216, 215;
|
|
1303
|
+
--colors-primary-100: 243, 178, 175;
|
|
1304
|
+
--colors-primary-200: 236, 139, 135;
|
|
1305
|
+
--colors-primary-300: 230, 100, 96;
|
|
1306
|
+
--colors-primary-400: 224, 62, 56;
|
|
1307
|
+
--colors-primary-500: 218, 23, 16;
|
|
1308
|
+
--colors-primary-600: 182, 19, 13;
|
|
1309
|
+
--colors-primary-700: 145, 15, 11;
|
|
1310
|
+
--colors-primary-800: 109, 12, 8;
|
|
1311
|
+
--colors-primary-900: 73, 8, 5;
|
|
1312
|
+
--colors-primary: 218, 23, 16;
|
|
1313
|
+
--colors-text-50: 216, 217, 219;
|
|
1314
|
+
--colors-text-100: 178, 179, 182;
|
|
1315
|
+
--colors-text-200: 139, 141, 146;
|
|
1316
|
+
--colors-text-300: 101, 103, 110;
|
|
1317
|
+
--colors-text-400: 62, 65, 73;
|
|
1318
|
+
--colors-text-500: 24, 27, 37;
|
|
1319
|
+
--colors-text-600: 20, 23, 31;
|
|
1320
|
+
--colors-text-700: 16, 18, 25;
|
|
1321
|
+
--colors-text-800: 12, 14, 19;
|
|
1322
|
+
--colors-text-900: 8, 9, 12;
|
|
1323
|
+
--colors-text: 24, 27, 37;
|
|
1324
|
+
}.theme-wbg, [data-theme="wbg"] {
|
|
1325
|
+
--fontFamily-brand-0: Montserrat;
|
|
1326
|
+
--fontFamily-brand-1: -apple-system;
|
|
1327
|
+
--fontFamily-brand-2: BlinkMacSystemFont;
|
|
1328
|
+
--fontFamily-brand-3: Segoe UI;
|
|
1329
|
+
--fontFamily-brand-4: Helvetica;
|
|
1330
|
+
--fontFamily-brand-5: Arial;
|
|
1331
|
+
--fontFamily-brand-6: sans-serif;
|
|
1332
|
+
--fontFamily-brand-7: Apple Color Emoji;
|
|
1333
|
+
--fontFamily-brand-8: Segoe UI Emoji;
|
|
1334
|
+
--fontFamily-brand-9: Segoe UI Symbol;
|
|
1335
|
+
--colors-background-50: 253, 253, 253;
|
|
1336
|
+
--colors-background-100: 251, 252, 252;
|
|
1337
|
+
--colors-background-200: 249, 250, 250;
|
|
1338
|
+
--colors-background-300: 247, 248, 249;
|
|
1339
|
+
--colors-background-400: 245, 247, 247;
|
|
1340
|
+
--colors-background-500: 243, 245, 246;
|
|
1341
|
+
--colors-background-600: 203, 204, 205;
|
|
1342
|
+
--colors-background-700: 162, 163, 164;
|
|
1343
|
+
--colors-background-800: 122, 123, 123;
|
|
1344
|
+
--colors-background-900: 81, 82, 82;
|
|
1345
|
+
--colors-background: 243, 245, 246;
|
|
1346
|
+
--colors-border-50: 248, 248, 248;
|
|
1347
|
+
--colors-border-100: 240, 240, 240;
|
|
1348
|
+
--colors-border-200: 233, 233, 233;
|
|
1349
|
+
--colors-border-300: 226, 226, 226;
|
|
1350
|
+
--colors-border-400: 218, 218, 218;
|
|
1351
|
+
--colors-border-500: 211, 211, 211;
|
|
1352
|
+
--colors-border-600: 176, 176, 176;
|
|
1353
|
+
--colors-border-700: 141, 141, 141;
|
|
1354
|
+
--colors-border-800: 106, 106, 106;
|
|
1355
|
+
--colors-border-900: 70, 70, 70;
|
|
1356
|
+
--colors-border: 211, 211, 211;
|
|
1357
|
+
--colors-borderDark-50: 237, 238, 238;
|
|
1358
|
+
--colors-borderDark-100: 218, 220, 221;
|
|
1359
|
+
--colors-borderDark-200: 200, 203, 204;
|
|
1360
|
+
--colors-borderDark-300: 182, 186, 188;
|
|
1361
|
+
--colors-borderDark-400: 163, 168, 171;
|
|
1362
|
+
--colors-borderDark-500: 145, 151, 154;
|
|
1363
|
+
--colors-borderDark-600: 121, 126, 128;
|
|
1364
|
+
--colors-borderDark-700: 97, 101, 103;
|
|
1365
|
+
--colors-borderDark-800: 73, 76, 77;
|
|
1366
|
+
--colors-borderDark-900: 48, 50, 51;
|
|
1367
|
+
--colors-borderDark: 145, 151, 154;
|
|
1368
|
+
--colors-focus-50: 230, 237, 251;
|
|
1369
|
+
--colors-focus-100: 205, 219, 247;
|
|
1370
|
+
--colors-focus-200: 179, 200, 243;
|
|
1371
|
+
--colors-focus-300: 154, 182, 240;
|
|
1372
|
+
--colors-focus-400: 129, 164, 236;
|
|
1373
|
+
--colors-focus-500: 104, 146, 232;
|
|
1374
|
+
--colors-focus-600: 87, 122, 193;
|
|
1375
|
+
--colors-focus-700: 69, 97, 155;
|
|
1376
|
+
--colors-focus-800: 52, 73, 116;
|
|
1377
|
+
--colors-focus-900: 35, 49, 77;
|
|
1378
|
+
--colors-focus: 104, 146, 232;
|
|
1379
|
+
--colors-heading-50: 212, 212, 212;
|
|
1380
|
+
--colors-heading-100: 170, 170, 170;
|
|
1381
|
+
--colors-heading-200: 127, 127, 127;
|
|
1382
|
+
--colors-heading-300: 85, 85, 85;
|
|
1383
|
+
--colors-heading-400: 42, 42, 42;
|
|
1384
|
+
--colors-heading-500: 0, 0, 0;
|
|
1385
|
+
--colors-heading-600: 0, 0, 0;
|
|
1386
|
+
--colors-heading-700: 0, 0, 0;
|
|
1387
|
+
--colors-heading-800: 0, 0, 0;
|
|
1388
|
+
--colors-heading-900: 0, 0, 0;
|
|
1389
|
+
--colors-heading: 0, 0, 0;
|
|
1390
|
+
--colors-hero-50: 212, 212, 212;
|
|
1391
|
+
--colors-hero-100: 170, 170, 170;
|
|
1392
|
+
--colors-hero-200: 127, 127, 127;
|
|
1393
|
+
--colors-hero-300: 85, 85, 85;
|
|
1394
|
+
--colors-hero-400: 42, 42, 42;
|
|
1395
|
+
--colors-hero-500: 0, 0, 0;
|
|
1396
|
+
--colors-hero-600: 0, 0, 0;
|
|
1397
|
+
--colors-hero-700: 0, 0, 0;
|
|
1398
|
+
--colors-hero-800: 0, 0, 0;
|
|
1399
|
+
--colors-hero-900: 0, 0, 0;
|
|
1400
|
+
--colors-hero: 0, 0, 0;
|
|
1401
|
+
--colors-light-50: 254, 254, 254;
|
|
1402
|
+
--colors-light-100: 253, 253, 253;
|
|
1403
|
+
--colors-light-200: 252, 252, 252;
|
|
1404
|
+
--colors-light-300: 252, 252, 252;
|
|
1405
|
+
--colors-light-400: 251, 251, 251;
|
|
1406
|
+
--colors-light-500: 250, 250, 250;
|
|
1407
|
+
--colors-light-600: 208, 208, 208;
|
|
1408
|
+
--colors-light-700: 167, 167, 167;
|
|
1409
|
+
--colors-light-800: 125, 125, 125;
|
|
1410
|
+
--colors-light-900: 83, 83, 83;
|
|
1411
|
+
--colors-light: 250, 250, 250;
|
|
1412
|
+
--colors-link-50: 249, 216, 215;
|
|
1413
|
+
--colors-link-100: 243, 178, 175;
|
|
1414
|
+
--colors-link-200: 236, 139, 135;
|
|
1415
|
+
--colors-link-300: 230, 100, 96;
|
|
1416
|
+
--colors-link-400: 224, 62, 56;
|
|
1417
|
+
--colors-link-500: 218, 23, 16;
|
|
1418
|
+
--colors-link-600: 182, 19, 13;
|
|
1419
|
+
--colors-link-700: 145, 15, 11;
|
|
1420
|
+
--colors-link-800: 109, 12, 8;
|
|
1421
|
+
--colors-link-900: 73, 8, 5;
|
|
1422
|
+
--colors-link: 218, 23, 16;
|
|
1423
|
+
--colors-muted-50: 230, 229, 229;
|
|
1424
|
+
--colors-muted-100: 205, 203, 203;
|
|
1425
|
+
--colors-muted-200: 179, 177, 176;
|
|
1426
|
+
--colors-muted-300: 154, 151, 150;
|
|
1427
|
+
--colors-muted-400: 129, 125, 124;
|
|
1428
|
+
--colors-muted-500: 104, 99, 98;
|
|
1429
|
+
--colors-muted-600: 87, 83, 82;
|
|
1430
|
+
--colors-muted-700: 69, 66, 65;
|
|
1431
|
+
--colors-muted-800: 52, 50, 49;
|
|
1432
|
+
--colors-muted-900: 35, 33, 33;
|
|
1433
|
+
--colors-muted: 104, 99, 98;
|
|
1434
|
+
--colors-neutral-50: 223, 222, 222;
|
|
1435
|
+
--colors-neutral-100: 191, 189, 189;
|
|
1436
|
+
--colors-neutral-200: 159, 156, 155;
|
|
1437
|
+
--colors-neutral-300: 128, 124, 122;
|
|
1438
|
+
--colors-neutral-400: 96, 91, 89;
|
|
1439
|
+
--colors-neutral-500: 64, 58, 56;
|
|
1440
|
+
--colors-neutral-600: 53, 48, 47;
|
|
1441
|
+
--colors-neutral-700: 43, 39, 37;
|
|
1442
|
+
--colors-neutral-800: 32, 29, 28;
|
|
1443
|
+
--colors-neutral-900: 21, 19, 19;
|
|
1444
|
+
--colors-neutral: 64, 58, 56;
|
|
1445
|
+
--colors-pop-50: 255, 232, 230;
|
|
1446
|
+
--colors-pop-100: 255, 209, 205;
|
|
1447
|
+
--colors-pop-200: 255, 185, 179;
|
|
1448
|
+
--colors-pop-300: 255, 162, 154;
|
|
1449
|
+
--colors-pop-400: 255, 139, 129;
|
|
1450
|
+
--colors-pop-500: 255, 116, 104;
|
|
1451
|
+
--colors-pop-600: 213, 97, 87;
|
|
1452
|
+
--colors-pop-700: 170, 77, 69;
|
|
1453
|
+
--colors-pop-800: 128, 58, 52;
|
|
1454
|
+
--colors-pop-900: 85, 39, 35;
|
|
1455
|
+
--colors-pop: 255, 116, 104;
|
|
1456
|
+
--colors-primary-50: 249, 216, 215;
|
|
1457
|
+
--colors-primary-100: 243, 178, 175;
|
|
1458
|
+
--colors-primary-200: 236, 139, 135;
|
|
1459
|
+
--colors-primary-300: 230, 100, 96;
|
|
1460
|
+
--colors-primary-400: 224, 62, 56;
|
|
1461
|
+
--colors-primary-500: 218, 23, 16;
|
|
1462
|
+
--colors-primary-600: 182, 19, 13;
|
|
1463
|
+
--colors-primary-700: 145, 15, 11;
|
|
1464
|
+
--colors-primary-800: 109, 12, 8;
|
|
1465
|
+
--colors-primary-900: 73, 8, 5;
|
|
1466
|
+
--colors-primary: 218, 23, 16;
|
|
1467
|
+
--colors-text-50: 212, 212, 212;
|
|
1468
|
+
--colors-text-100: 170, 170, 170;
|
|
1469
|
+
--colors-text-200: 127, 127, 127;
|
|
1470
|
+
--colors-text-300: 85, 85, 85;
|
|
1471
|
+
--colors-text-400: 42, 42, 42;
|
|
1472
|
+
--colors-text-500: 0, 0, 0;
|
|
1473
|
+
--colors-text-600: 0, 0, 0;
|
|
1474
|
+
--colors-text-700: 0, 0, 0;
|
|
1475
|
+
--colors-text-800: 0, 0, 0;
|
|
1476
|
+
--colors-text-900: 0, 0, 0;
|
|
1477
|
+
--colors-text: 0, 0, 0;
|
|
1478
|
+
}*, ::before, ::after {
|
|
1479
|
+
--tw-border-spacing-x: 0;
|
|
1480
|
+
--tw-border-spacing-y: 0;
|
|
1481
|
+
--tw-translate-x: 0;
|
|
1482
|
+
--tw-translate-y: 0;
|
|
1483
|
+
--tw-rotate: 0;
|
|
1484
|
+
--tw-skew-x: 0;
|
|
1485
|
+
--tw-skew-y: 0;
|
|
1486
|
+
--tw-scale-x: 1;
|
|
1487
|
+
--tw-scale-y: 1;
|
|
1488
|
+
--tw-pan-x: ;
|
|
1489
|
+
--tw-pan-y: ;
|
|
1490
|
+
--tw-pinch-zoom: ;
|
|
1491
|
+
--tw-scroll-snap-strictness: proximity;
|
|
1492
|
+
--tw-gradient-from-position: ;
|
|
1493
|
+
--tw-gradient-via-position: ;
|
|
1494
|
+
--tw-gradient-to-position: ;
|
|
1495
|
+
--tw-ordinal: ;
|
|
1496
|
+
--tw-slashed-zero: ;
|
|
1497
|
+
--tw-numeric-figure: ;
|
|
1498
|
+
--tw-numeric-spacing: ;
|
|
1499
|
+
--tw-numeric-fraction: ;
|
|
1500
|
+
--tw-ring-inset: ;
|
|
1501
|
+
--tw-ring-offset-width: 0px;
|
|
1502
|
+
--tw-ring-offset-color: #fff;
|
|
1503
|
+
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
1504
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
1505
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
1506
|
+
--tw-shadow: 0 0 #0000;
|
|
1507
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
1508
|
+
--tw-blur: ;
|
|
1509
|
+
--tw-brightness: ;
|
|
1510
|
+
--tw-contrast: ;
|
|
1511
|
+
--tw-grayscale: ;
|
|
1512
|
+
--tw-hue-rotate: ;
|
|
1513
|
+
--tw-invert: ;
|
|
1514
|
+
--tw-saturate: ;
|
|
1515
|
+
--tw-sepia: ;
|
|
1516
|
+
--tw-drop-shadow: ;
|
|
1517
|
+
--tw-backdrop-blur: ;
|
|
1518
|
+
--tw-backdrop-brightness: ;
|
|
1519
|
+
--tw-backdrop-contrast: ;
|
|
1520
|
+
--tw-backdrop-grayscale: ;
|
|
1521
|
+
--tw-backdrop-hue-rotate: ;
|
|
1522
|
+
--tw-backdrop-invert: ;
|
|
1523
|
+
--tw-backdrop-opacity: ;
|
|
1524
|
+
--tw-backdrop-saturate: ;
|
|
1525
|
+
--tw-backdrop-sepia: ;
|
|
1526
|
+
}::backdrop {
|
|
1527
|
+
--tw-border-spacing-x: 0;
|
|
1528
|
+
--tw-border-spacing-y: 0;
|
|
1529
|
+
--tw-translate-x: 0;
|
|
1530
|
+
--tw-translate-y: 0;
|
|
1531
|
+
--tw-rotate: 0;
|
|
1532
|
+
--tw-skew-x: 0;
|
|
1533
|
+
--tw-skew-y: 0;
|
|
1534
|
+
--tw-scale-x: 1;
|
|
1535
|
+
--tw-scale-y: 1;
|
|
1536
|
+
--tw-pan-x: ;
|
|
1537
|
+
--tw-pan-y: ;
|
|
1538
|
+
--tw-pinch-zoom: ;
|
|
1539
|
+
--tw-scroll-snap-strictness: proximity;
|
|
1540
|
+
--tw-gradient-from-position: ;
|
|
1541
|
+
--tw-gradient-via-position: ;
|
|
1542
|
+
--tw-gradient-to-position: ;
|
|
1543
|
+
--tw-ordinal: ;
|
|
1544
|
+
--tw-slashed-zero: ;
|
|
1545
|
+
--tw-numeric-figure: ;
|
|
1546
|
+
--tw-numeric-spacing: ;
|
|
1547
|
+
--tw-numeric-fraction: ;
|
|
1548
|
+
--tw-ring-inset: ;
|
|
1549
|
+
--tw-ring-offset-width: 0px;
|
|
1550
|
+
--tw-ring-offset-color: #fff;
|
|
1551
|
+
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
1552
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
1553
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
1554
|
+
--tw-shadow: 0 0 #0000;
|
|
1555
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
1556
|
+
--tw-blur: ;
|
|
1557
|
+
--tw-brightness: ;
|
|
1558
|
+
--tw-contrast: ;
|
|
1559
|
+
--tw-grayscale: ;
|
|
1560
|
+
--tw-hue-rotate: ;
|
|
1561
|
+
--tw-invert: ;
|
|
1562
|
+
--tw-saturate: ;
|
|
1563
|
+
--tw-sepia: ;
|
|
1564
|
+
--tw-drop-shadow: ;
|
|
1565
|
+
--tw-backdrop-blur: ;
|
|
1566
|
+
--tw-backdrop-brightness: ;
|
|
1567
|
+
--tw-backdrop-contrast: ;
|
|
1568
|
+
--tw-backdrop-grayscale: ;
|
|
1569
|
+
--tw-backdrop-hue-rotate: ;
|
|
1570
|
+
--tw-backdrop-invert: ;
|
|
1571
|
+
--tw-backdrop-opacity: ;
|
|
1572
|
+
--tw-backdrop-saturate: ;
|
|
1573
|
+
--tw-backdrop-sepia: ;
|
|
1574
|
+
}.container {
|
|
1575
|
+
width: 100%;
|
|
1576
|
+
}@media (min-width: 576px) {.container {
|
|
1577
|
+
max-width: 576px;
|
|
1578
|
+
}
|
|
1579
|
+
}@media (min-width: 768px) {.container {
|
|
1580
|
+
max-width: 768px;
|
|
1581
|
+
}
|
|
1582
|
+
}@media (min-width: 992px) {.container {
|
|
1583
|
+
max-width: 992px;
|
|
1584
|
+
}
|
|
1585
|
+
}@media (min-width: 1200px) {.container {
|
|
1586
|
+
max-width: 1200px;
|
|
1587
|
+
}
|
|
1588
|
+
}@media (min-width: 1900px) {.container {
|
|
1589
|
+
max-width: 1900px;
|
|
1590
|
+
}
|
|
1591
|
+
}.typography-body-1 {
|
|
1592
|
+
font-size: 3.75rem;
|
|
1593
|
+
line-height: 1.2;
|
|
1594
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
1595
|
+
}.typography-brand-1 {
|
|
1596
|
+
font-size: 3.75rem;
|
|
1597
|
+
line-height: 1.2;
|
|
1598
|
+
font-family: var(--fontFamily-brand-0), var(--fontFamily-brand-1), var(--fontFamily-brand-2), var(--fontFamily-brand-3), var(--fontFamily-brand-4), var(--fontFamily-brand-5), var(--fontFamily-brand-6), var(--fontFamily-brand-7), var(--fontFamily-brand-8), var(--fontFamily-brand-9);
|
|
1599
|
+
}.typography-body-2 {
|
|
1600
|
+
font-size: 3.375rem;
|
|
1601
|
+
line-height: 1.2;
|
|
1602
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
1603
|
+
}.typography-brand-2 {
|
|
1604
|
+
font-size: 3.375rem;
|
|
1605
|
+
line-height: 1.2;
|
|
1606
|
+
font-family: var(--fontFamily-brand-0), var(--fontFamily-brand-1), var(--fontFamily-brand-2), var(--fontFamily-brand-3), var(--fontFamily-brand-4), var(--fontFamily-brand-5), var(--fontFamily-brand-6), var(--fontFamily-brand-7), var(--fontFamily-brand-8), var(--fontFamily-brand-9);
|
|
1607
|
+
}.typography-body-8 {
|
|
1608
|
+
font-size: 1.125rem;
|
|
1609
|
+
line-height: 1.4;
|
|
1610
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
1611
|
+
}.typography-body-9 {
|
|
1612
|
+
font-size: 1rem;
|
|
1613
|
+
line-height: 1.4;
|
|
1614
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
1615
|
+
}.typography-body-10 {
|
|
1616
|
+
font-size: 0.875rem;
|
|
1617
|
+
line-height: 1.4;
|
|
1618
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
1619
|
+
}.sr-only {
|
|
1620
|
+
position: absolute;
|
|
1621
|
+
width: 1px;
|
|
1622
|
+
height: 1px;
|
|
1623
|
+
padding: 0;
|
|
1624
|
+
margin: -1px;
|
|
1625
|
+
overflow: hidden;
|
|
1626
|
+
clip: rect(0, 0, 0, 0);
|
|
1627
|
+
white-space: nowrap;
|
|
1628
|
+
border-width: 0;
|
|
1629
|
+
}.block {
|
|
1630
|
+
display: block;
|
|
1631
|
+
}.flex {
|
|
1632
|
+
display: flex;
|
|
1633
|
+
}.inline-flex {
|
|
1634
|
+
display: inline-flex;
|
|
1635
|
+
}.grid {
|
|
1636
|
+
display: grid;
|
|
1637
|
+
}.hidden {
|
|
1638
|
+
display: none;
|
|
1639
|
+
}.h-15 {
|
|
1640
|
+
height: 5.625rem;
|
|
1641
|
+
}.h-2 {
|
|
1642
|
+
height: 0.75rem;
|
|
1643
|
+
}.h-3 {
|
|
1644
|
+
height: 1.125rem;
|
|
1645
|
+
}.h-4 {
|
|
1646
|
+
height: 1.5rem;
|
|
1647
|
+
}.h-6 {
|
|
1648
|
+
height: 2.25rem;
|
|
1649
|
+
}.h-8 {
|
|
1650
|
+
height: 3rem;
|
|
1651
|
+
}.w-2 {
|
|
1652
|
+
width: 0.75rem;
|
|
1653
|
+
}.w-23 {
|
|
1654
|
+
width: 8.625rem;
|
|
1655
|
+
}.w-3 {
|
|
1656
|
+
width: 1.125rem;
|
|
1657
|
+
}.w-4 {
|
|
1658
|
+
width: 1.5rem;
|
|
1659
|
+
}.w-6 {
|
|
1660
|
+
width: 2.25rem;
|
|
1661
|
+
}.w-8 {
|
|
1662
|
+
width: 3rem;
|
|
1663
|
+
}.transform {
|
|
1664
|
+
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));
|
|
1665
|
+
}.flex-row {
|
|
1666
|
+
flex-direction: row;
|
|
1667
|
+
}.flex-col {
|
|
1668
|
+
flex-direction: column;
|
|
1669
|
+
}.flex-wrap {
|
|
1670
|
+
flex-wrap: wrap;
|
|
1671
|
+
}.items-center {
|
|
1672
|
+
align-items: center;
|
|
1673
|
+
}.justify-center {
|
|
1674
|
+
justify-content: center;
|
|
1675
|
+
}.gap-2 {
|
|
1676
|
+
gap: 0.75rem;
|
|
1677
|
+
}.whitespace-pre-wrap {
|
|
1678
|
+
white-space: pre-wrap;
|
|
1679
|
+
}.rounded {
|
|
1680
|
+
border-radius: 0.25rem;
|
|
1681
|
+
}.rounded-sm {
|
|
1682
|
+
border-radius: 0.125rem;
|
|
1683
|
+
}.border {
|
|
1684
|
+
border-width: 1px;
|
|
1685
|
+
}.border-border {
|
|
1686
|
+
--tw-border-opacity: 1;
|
|
1687
|
+
border-color: rgba(var(--colors-border), var(--tw-border-opacity));
|
|
1688
|
+
}.border-hero {
|
|
1689
|
+
--tw-border-opacity: 1;
|
|
1690
|
+
border-color: rgba(var(--colors-hero), var(--tw-border-opacity));
|
|
1691
|
+
}.border-primary {
|
|
1692
|
+
--tw-border-opacity: 1;
|
|
1693
|
+
border-color: rgba(var(--colors-primary), var(--tw-border-opacity));
|
|
1694
|
+
}.bg-hero {
|
|
1695
|
+
--tw-bg-opacity: 1;
|
|
1696
|
+
background-color: rgba(var(--colors-hero), var(--tw-bg-opacity));
|
|
1697
|
+
}.bg-light {
|
|
1698
|
+
--tw-bg-opacity: 1;
|
|
1699
|
+
background-color: rgba(var(--colors-light), var(--tw-bg-opacity));
|
|
1700
|
+
}.bg-primary {
|
|
1701
|
+
--tw-bg-opacity: 1;
|
|
1702
|
+
background-color: rgba(var(--colors-primary), var(--tw-bg-opacity));
|
|
1703
|
+
}.bg-white {
|
|
1704
|
+
--tw-bg-opacity: 1;
|
|
1705
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1706
|
+
}.p-2 {
|
|
1707
|
+
padding: 0.75rem;
|
|
1708
|
+
}.px-1 {
|
|
1709
|
+
padding-left: 0.375rem;
|
|
1710
|
+
padding-right: 0.375rem;
|
|
1711
|
+
}.px-2 {
|
|
1712
|
+
padding-left: 0.75rem;
|
|
1713
|
+
padding-right: 0.75rem;
|
|
1714
|
+
}.px-3 {
|
|
1715
|
+
padding-left: 1.125rem;
|
|
1716
|
+
padding-right: 1.125rem;
|
|
1717
|
+
}.px-4 {
|
|
1718
|
+
padding-left: 1.5rem;
|
|
1719
|
+
padding-right: 1.5rem;
|
|
1720
|
+
}.py-1 {
|
|
1721
|
+
padding-top: 0.375rem;
|
|
1722
|
+
padding-bottom: 0.375rem;
|
|
1723
|
+
}.py-2 {
|
|
1724
|
+
padding-top: 0.75rem;
|
|
1725
|
+
padding-bottom: 0.75rem;
|
|
1726
|
+
}.text-xs {
|
|
1727
|
+
font-size: 0.75rem;
|
|
1728
|
+
line-height: 1rem;
|
|
1729
|
+
}.uppercase {
|
|
1730
|
+
text-transform: uppercase;
|
|
1731
|
+
}.text-background {
|
|
1732
|
+
--tw-text-opacity: 1;
|
|
1733
|
+
color: rgba(var(--colors-background), var(--tw-text-opacity));
|
|
1734
|
+
}.text-black {
|
|
1735
|
+
--tw-text-opacity: 1;
|
|
1736
|
+
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
1737
|
+
}.text-border {
|
|
1738
|
+
--tw-text-opacity: 1;
|
|
1739
|
+
color: rgba(var(--colors-border), var(--tw-text-opacity));
|
|
1740
|
+
}.text-borderDark {
|
|
1741
|
+
--tw-text-opacity: 1;
|
|
1742
|
+
color: rgba(var(--colors-borderDark), var(--tw-text-opacity));
|
|
1743
|
+
}.text-danger {
|
|
1744
|
+
--tw-text-opacity: 1;
|
|
1745
|
+
color: rgb(196 0 0 / var(--tw-text-opacity));
|
|
1746
|
+
}.text-focus {
|
|
1747
|
+
--tw-text-opacity: 1;
|
|
1748
|
+
color: rgba(var(--colors-focus), var(--tw-text-opacity));
|
|
1749
|
+
}.text-heading {
|
|
1750
|
+
--tw-text-opacity: 1;
|
|
1751
|
+
color: rgba(var(--colors-heading), var(--tw-text-opacity));
|
|
1752
|
+
}.text-hero {
|
|
1753
|
+
--tw-text-opacity: 1;
|
|
1754
|
+
color: rgba(var(--colors-hero), var(--tw-text-opacity));
|
|
1755
|
+
}.text-info {
|
|
1756
|
+
--tw-text-opacity: 1;
|
|
1757
|
+
color: rgb(0 116 196 / var(--tw-text-opacity));
|
|
1758
|
+
}.text-light {
|
|
1759
|
+
--tw-text-opacity: 1;
|
|
1760
|
+
color: rgba(var(--colors-light), var(--tw-text-opacity));
|
|
1761
|
+
}.text-link {
|
|
1762
|
+
--tw-text-opacity: 1;
|
|
1763
|
+
color: rgba(var(--colors-link), var(--tw-text-opacity));
|
|
1764
|
+
}.text-muted {
|
|
1765
|
+
--tw-text-opacity: 1;
|
|
1766
|
+
color: rgba(var(--colors-muted), var(--tw-text-opacity));
|
|
1767
|
+
}.text-neutral {
|
|
1768
|
+
--tw-text-opacity: 1;
|
|
1769
|
+
color: rgba(var(--colors-neutral), var(--tw-text-opacity));
|
|
1770
|
+
}.text-pop {
|
|
1771
|
+
--tw-text-opacity: 1;
|
|
1772
|
+
color: rgba(var(--colors-pop), var(--tw-text-opacity));
|
|
1773
|
+
}.text-primary {
|
|
1774
|
+
--tw-text-opacity: 1;
|
|
1775
|
+
color: rgba(var(--colors-primary), var(--tw-text-opacity));
|
|
1776
|
+
}.text-success {
|
|
1777
|
+
--tw-text-opacity: 1;
|
|
1778
|
+
color: rgb(0 128 0 / var(--tw-text-opacity));
|
|
1779
|
+
}.text-system {
|
|
1780
|
+
--tw-text-opacity: 1;
|
|
1781
|
+
color: rgb(255 255 0 / var(--tw-text-opacity));
|
|
1782
|
+
}.text-text {
|
|
1783
|
+
--tw-text-opacity: 1;
|
|
1784
|
+
color: rgba(var(--colors-text), var(--tw-text-opacity));
|
|
1785
|
+
}.text-warning {
|
|
1786
|
+
--tw-text-opacity: 1;
|
|
1787
|
+
color: rgb(197 59 0 / var(--tw-text-opacity));
|
|
1788
|
+
}.text-white {
|
|
1789
|
+
--tw-text-opacity: 1;
|
|
1790
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1791
|
+
}.underline {
|
|
1792
|
+
text-decoration-line: underline;
|
|
1793
|
+
}.transition {
|
|
1794
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
1795
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1796
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
1797
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1798
|
+
transition-duration: 150ms;
|
|
1799
|
+
}.transition-colors {
|
|
1800
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
1801
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1802
|
+
transition-duration: 150ms;
|
|
1803
|
+
}@media (min-width: 576px) {.xsl\:typography-body-8 {
|
|
1804
|
+
font-size: 1.125rem;
|
|
1805
|
+
line-height: 1.4;
|
|
1806
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
1807
|
+
}.xsl\:typography-body-9 {
|
|
1808
|
+
font-size: 1rem;
|
|
1809
|
+
line-height: 1.4;
|
|
1810
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
1811
|
+
}.xsl\:typography-body-10 {
|
|
1812
|
+
font-size: 0.875rem;
|
|
1813
|
+
line-height: 1.4;
|
|
1814
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
1815
|
+
}
|
|
1816
|
+
}@media (min-width: 768px) {.sm\:typography-body-8 {
|
|
1817
|
+
font-size: 1.125rem;
|
|
1818
|
+
line-height: 1.4;
|
|
1819
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
1820
|
+
}.sm\:typography-body-9 {
|
|
1821
|
+
font-size: 1rem;
|
|
1822
|
+
line-height: 1.4;
|
|
1823
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
1824
|
+
}.sm\:typography-body-10 {
|
|
1825
|
+
font-size: 0.875rem;
|
|
1826
|
+
line-height: 1.4;
|
|
1827
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
1828
|
+
}
|
|
1829
|
+
}@media (min-width: 992px) {.md\:typography-body-8 {
|
|
1830
|
+
font-size: 1.125rem;
|
|
1831
|
+
line-height: 1.4;
|
|
1832
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
1833
|
+
}.md\:typography-body-9 {
|
|
1834
|
+
font-size: 1rem;
|
|
1835
|
+
line-height: 1.4;
|
|
1836
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
1837
|
+
}.md\:typography-body-10 {
|
|
1838
|
+
font-size: 0.875rem;
|
|
1839
|
+
line-height: 1.4;
|
|
1840
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
1841
|
+
}
|
|
1842
|
+
}@media (min-width: 1200px) {.lg\:typography-body-8 {
|
|
1843
|
+
font-size: 1.125rem;
|
|
1844
|
+
line-height: 1.4;
|
|
1845
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
1846
|
+
}.lg\:typography-body-9 {
|
|
1847
|
+
font-size: 1rem;
|
|
1848
|
+
line-height: 1.4;
|
|
1849
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
1850
|
+
}.lg\:typography-body-10 {
|
|
1851
|
+
font-size: 0.875rem;
|
|
1852
|
+
line-height: 1.4;
|
|
1853
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
1854
|
+
}
|
|
1855
|
+
}@media (min-width: 1900px) {.xl\:typography-body-8 {
|
|
1856
|
+
font-size: 1.125rem;
|
|
1857
|
+
line-height: 1.4;
|
|
1858
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
1859
|
+
}.xl\:typography-body-9 {
|
|
1860
|
+
font-size: 1rem;
|
|
1861
|
+
line-height: 1.4;
|
|
1862
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
1863
|
+
}.xl\:typography-body-10 {
|
|
1864
|
+
font-size: 0.875rem;
|
|
1865
|
+
line-height: 1.4;
|
|
1866
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
|
|
1867
|
+
}
|
|
1868
|
+
}.hover\:bg-hero-300:hover {
|
|
1869
|
+
--tw-bg-opacity: 1;
|
|
1870
|
+
background-color: rgba(var(--colors-hero-300), var(--tw-bg-opacity));
|
|
1871
|
+
}.hover\:bg-light:hover {
|
|
1872
|
+
--tw-bg-opacity: 1;
|
|
1873
|
+
background-color: rgba(var(--colors-light), var(--tw-bg-opacity));
|
|
1874
|
+
}.hover\:bg-primary-300:hover {
|
|
1875
|
+
--tw-bg-opacity: 1;
|
|
1876
|
+
background-color: rgba(var(--colors-primary-300), var(--tw-bg-opacity));
|
|
1877
|
+
}.hover\:bg-white:hover {
|
|
1878
|
+
--tw-bg-opacity: 1;
|
|
1879
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1880
|
+
}.hover\:text-white:hover {
|
|
1881
|
+
--tw-text-opacity: 1;
|
|
1882
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1883
|
+
}.focus\:not-sr-only:focus {
|
|
1884
|
+
position: static;
|
|
1885
|
+
width: auto;
|
|
1886
|
+
height: auto;
|
|
1887
|
+
padding: 0;
|
|
1888
|
+
margin: 0;
|
|
1889
|
+
overflow: visible;
|
|
1890
|
+
clip: auto;
|
|
1891
|
+
white-space: normal;
|
|
1892
|
+
}.focus\:fixed:focus {
|
|
1893
|
+
position: fixed;
|
|
1894
|
+
}.focus\:inset-x-0:focus {
|
|
1895
|
+
left: 0;
|
|
1896
|
+
right: 0;
|
|
1897
|
+
}.focus\:top-0:focus {
|
|
1898
|
+
top: 0;
|
|
1899
|
+
}.focus\:bg-white:focus {
|
|
1900
|
+
--tw-bg-opacity: 1;
|
|
1901
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1902
|
+
}.focus\:p-3:focus {
|
|
1903
|
+
padding: 1.125rem;
|
|
1904
|
+
}.focus\:text-center:focus {
|
|
1905
|
+
text-align: center;
|
|
1906
|
+
}.focus\:text-xl:focus {
|
|
1907
|
+
font-size: 1.25rem;
|
|
1908
|
+
line-height: 1.75rem;
|
|
1909
|
+
}.focus\:text-link:focus {
|
|
1910
|
+
--tw-text-opacity: 1;
|
|
1911
|
+
color: rgba(var(--colors-link), var(--tw-text-opacity));
|
|
1912
|
+
}.focus\:underline:focus {
|
|
1913
|
+
text-decoration-line: underline;
|
|
1914
|
+
}.focus\:-outline-offset-2:focus {
|
|
1915
|
+
outline-offset: -2px;
|
|
1916
|
+
}.focus\:outline-focus:focus {
|
|
1917
|
+
outline-color: rgb(var(--colors-focus));
|
|
1918
|
+
}.active\:bg-hero-200:active {
|
|
1919
|
+
--tw-bg-opacity: 1;
|
|
1920
|
+
background-color: rgba(var(--colors-hero-200), var(--tw-bg-opacity));
|
|
1921
|
+
}.active\:bg-light:active {
|
|
1922
|
+
--tw-bg-opacity: 1;
|
|
1923
|
+
background-color: rgba(var(--colors-light), var(--tw-bg-opacity));
|
|
1924
|
+
}.active\:bg-primary-200:active {
|
|
1925
|
+
--tw-bg-opacity: 1;
|
|
1926
|
+
background-color: rgba(var(--colors-primary-200), var(--tw-bg-opacity));
|
|
1927
|
+
}.active\:bg-white:active {
|
|
1928
|
+
--tw-bg-opacity: 1;
|
|
1929
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1930
|
+
}.disabled\:pointer-events-none:disabled {
|
|
1931
|
+
pointer-events: none;
|
|
1932
|
+
}.disabled\:opacity-50:disabled {
|
|
1933
|
+
opacity: 0.5;
|
|
1934
|
+
}@media (min-width: 576px) {.xsl\:h-2 {
|
|
1935
|
+
height: 0.75rem;
|
|
1936
|
+
}.xsl\:h-3 {
|
|
1937
|
+
height: 1.125rem;
|
|
1938
|
+
}.xsl\:h-4 {
|
|
1939
|
+
height: 1.5rem;
|
|
1940
|
+
}.xsl\:h-6 {
|
|
1941
|
+
height: 2.25rem;
|
|
1942
|
+
}.xsl\:h-8 {
|
|
1943
|
+
height: 3rem;
|
|
1944
|
+
}.xsl\:w-2 {
|
|
1945
|
+
width: 0.75rem;
|
|
1946
|
+
}.xsl\:w-3 {
|
|
1947
|
+
width: 1.125rem;
|
|
1948
|
+
}.xsl\:w-4 {
|
|
1949
|
+
width: 1.5rem;
|
|
1950
|
+
}.xsl\:w-6 {
|
|
1951
|
+
width: 2.25rem;
|
|
1952
|
+
}.xsl\:w-8 {
|
|
1953
|
+
width: 3rem;
|
|
1954
|
+
}.xsl\:border {
|
|
1955
|
+
border-width: 1px;
|
|
1956
|
+
}.xsl\:border-border {
|
|
1957
|
+
--tw-border-opacity: 1;
|
|
1958
|
+
border-color: rgba(var(--colors-border), var(--tw-border-opacity));
|
|
1959
|
+
}.xsl\:border-hero {
|
|
1960
|
+
--tw-border-opacity: 1;
|
|
1961
|
+
border-color: rgba(var(--colors-hero), var(--tw-border-opacity));
|
|
1962
|
+
}.xsl\:border-primary {
|
|
1963
|
+
--tw-border-opacity: 1;
|
|
1964
|
+
border-color: rgba(var(--colors-primary), var(--tw-border-opacity));
|
|
1965
|
+
}.xsl\:bg-hero {
|
|
1966
|
+
--tw-bg-opacity: 1;
|
|
1967
|
+
background-color: rgba(var(--colors-hero), var(--tw-bg-opacity));
|
|
1968
|
+
}.xsl\:bg-light {
|
|
1969
|
+
--tw-bg-opacity: 1;
|
|
1970
|
+
background-color: rgba(var(--colors-light), var(--tw-bg-opacity));
|
|
1971
|
+
}.xsl\:bg-primary {
|
|
1972
|
+
--tw-bg-opacity: 1;
|
|
1973
|
+
background-color: rgba(var(--colors-primary), var(--tw-bg-opacity));
|
|
1974
|
+
}.xsl\:bg-white {
|
|
1975
|
+
--tw-bg-opacity: 1;
|
|
1976
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
1977
|
+
}.xsl\:px-1 {
|
|
1978
|
+
padding-left: 0.375rem;
|
|
1979
|
+
padding-right: 0.375rem;
|
|
1980
|
+
}.xsl\:px-2 {
|
|
1981
|
+
padding-left: 0.75rem;
|
|
1982
|
+
padding-right: 0.75rem;
|
|
1983
|
+
}.xsl\:px-3 {
|
|
1984
|
+
padding-left: 1.125rem;
|
|
1985
|
+
padding-right: 1.125rem;
|
|
1986
|
+
}.xsl\:px-4 {
|
|
1987
|
+
padding-left: 1.5rem;
|
|
1988
|
+
padding-right: 1.5rem;
|
|
1989
|
+
}.xsl\:py-1 {
|
|
1990
|
+
padding-top: 0.375rem;
|
|
1991
|
+
padding-bottom: 0.375rem;
|
|
1992
|
+
}.xsl\:py-2 {
|
|
1993
|
+
padding-top: 0.75rem;
|
|
1994
|
+
padding-bottom: 0.75rem;
|
|
1995
|
+
}.xsl\:text-background {
|
|
1996
|
+
--tw-text-opacity: 1;
|
|
1997
|
+
color: rgba(var(--colors-background), var(--tw-text-opacity));
|
|
1998
|
+
}.xsl\:text-black {
|
|
1999
|
+
--tw-text-opacity: 1;
|
|
2000
|
+
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
2001
|
+
}.xsl\:text-border {
|
|
2002
|
+
--tw-text-opacity: 1;
|
|
2003
|
+
color: rgba(var(--colors-border), var(--tw-text-opacity));
|
|
2004
|
+
}.xsl\:text-borderDark {
|
|
2005
|
+
--tw-text-opacity: 1;
|
|
2006
|
+
color: rgba(var(--colors-borderDark), var(--tw-text-opacity));
|
|
2007
|
+
}.xsl\:text-danger {
|
|
2008
|
+
--tw-text-opacity: 1;
|
|
2009
|
+
color: rgb(196 0 0 / var(--tw-text-opacity));
|
|
2010
|
+
}.xsl\:text-focus {
|
|
2011
|
+
--tw-text-opacity: 1;
|
|
2012
|
+
color: rgba(var(--colors-focus), var(--tw-text-opacity));
|
|
2013
|
+
}.xsl\:text-heading {
|
|
2014
|
+
--tw-text-opacity: 1;
|
|
2015
|
+
color: rgba(var(--colors-heading), var(--tw-text-opacity));
|
|
2016
|
+
}.xsl\:text-hero {
|
|
2017
|
+
--tw-text-opacity: 1;
|
|
2018
|
+
color: rgba(var(--colors-hero), var(--tw-text-opacity));
|
|
2019
|
+
}.xsl\:text-info {
|
|
2020
|
+
--tw-text-opacity: 1;
|
|
2021
|
+
color: rgb(0 116 196 / var(--tw-text-opacity));
|
|
2022
|
+
}.xsl\:text-light {
|
|
2023
|
+
--tw-text-opacity: 1;
|
|
2024
|
+
color: rgba(var(--colors-light), var(--tw-text-opacity));
|
|
2025
|
+
}.xsl\:text-link {
|
|
2026
|
+
--tw-text-opacity: 1;
|
|
2027
|
+
color: rgba(var(--colors-link), var(--tw-text-opacity));
|
|
2028
|
+
}.xsl\:text-muted {
|
|
2029
|
+
--tw-text-opacity: 1;
|
|
2030
|
+
color: rgba(var(--colors-muted), var(--tw-text-opacity));
|
|
2031
|
+
}.xsl\:text-neutral {
|
|
2032
|
+
--tw-text-opacity: 1;
|
|
2033
|
+
color: rgba(var(--colors-neutral), var(--tw-text-opacity));
|
|
2034
|
+
}.xsl\:text-pop {
|
|
2035
|
+
--tw-text-opacity: 1;
|
|
2036
|
+
color: rgba(var(--colors-pop), var(--tw-text-opacity));
|
|
2037
|
+
}.xsl\:text-primary {
|
|
2038
|
+
--tw-text-opacity: 1;
|
|
2039
|
+
color: rgba(var(--colors-primary), var(--tw-text-opacity));
|
|
2040
|
+
}.xsl\:text-success {
|
|
2041
|
+
--tw-text-opacity: 1;
|
|
2042
|
+
color: rgb(0 128 0 / var(--tw-text-opacity));
|
|
2043
|
+
}.xsl\:text-system {
|
|
2044
|
+
--tw-text-opacity: 1;
|
|
2045
|
+
color: rgb(255 255 0 / var(--tw-text-opacity));
|
|
2046
|
+
}.xsl\:text-text {
|
|
2047
|
+
--tw-text-opacity: 1;
|
|
2048
|
+
color: rgba(var(--colors-text), var(--tw-text-opacity));
|
|
2049
|
+
}.xsl\:text-warning {
|
|
2050
|
+
--tw-text-opacity: 1;
|
|
2051
|
+
color: rgb(197 59 0 / var(--tw-text-opacity));
|
|
2052
|
+
}.xsl\:text-white {
|
|
2053
|
+
--tw-text-opacity: 1;
|
|
2054
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2055
|
+
}.xsl\:underline {
|
|
2056
|
+
text-decoration-line: underline;
|
|
2057
|
+
}.xsl\:hover\:bg-hero-300:hover {
|
|
2058
|
+
--tw-bg-opacity: 1;
|
|
2059
|
+
background-color: rgba(var(--colors-hero-300), var(--tw-bg-opacity));
|
|
2060
|
+
}.xsl\:hover\:bg-light:hover {
|
|
2061
|
+
--tw-bg-opacity: 1;
|
|
2062
|
+
background-color: rgba(var(--colors-light), var(--tw-bg-opacity));
|
|
2063
|
+
}.xsl\:hover\:bg-primary-300:hover {
|
|
2064
|
+
--tw-bg-opacity: 1;
|
|
2065
|
+
background-color: rgba(var(--colors-primary-300), var(--tw-bg-opacity));
|
|
2066
|
+
}.xsl\:hover\:bg-white:hover {
|
|
2067
|
+
--tw-bg-opacity: 1;
|
|
2068
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2069
|
+
}.xsl\:hover\:text-white:hover {
|
|
2070
|
+
--tw-text-opacity: 1;
|
|
2071
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2072
|
+
}.xsl\:active\:bg-hero-200:active {
|
|
2073
|
+
--tw-bg-opacity: 1;
|
|
2074
|
+
background-color: rgba(var(--colors-hero-200), var(--tw-bg-opacity));
|
|
2075
|
+
}.xsl\:active\:bg-light:active {
|
|
2076
|
+
--tw-bg-opacity: 1;
|
|
2077
|
+
background-color: rgba(var(--colors-light), var(--tw-bg-opacity));
|
|
2078
|
+
}.xsl\:active\:bg-primary-200:active {
|
|
2079
|
+
--tw-bg-opacity: 1;
|
|
2080
|
+
background-color: rgba(var(--colors-primary-200), var(--tw-bg-opacity));
|
|
2081
|
+
}.xsl\:active\:bg-white:active {
|
|
2082
|
+
--tw-bg-opacity: 1;
|
|
2083
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2084
|
+
}
|
|
2085
|
+
}@media (min-width: 768px) {.sm\:h-2 {
|
|
2086
|
+
height: 0.75rem;
|
|
2087
|
+
}.sm\:h-3 {
|
|
2088
|
+
height: 1.125rem;
|
|
2089
|
+
}.sm\:h-4 {
|
|
2090
|
+
height: 1.5rem;
|
|
2091
|
+
}.sm\:h-6 {
|
|
2092
|
+
height: 2.25rem;
|
|
2093
|
+
}.sm\:h-8 {
|
|
2094
|
+
height: 3rem;
|
|
2095
|
+
}.sm\:w-2 {
|
|
2096
|
+
width: 0.75rem;
|
|
2097
|
+
}.sm\:w-3 {
|
|
2098
|
+
width: 1.125rem;
|
|
2099
|
+
}.sm\:w-4 {
|
|
2100
|
+
width: 1.5rem;
|
|
2101
|
+
}.sm\:w-6 {
|
|
2102
|
+
width: 2.25rem;
|
|
2103
|
+
}.sm\:w-8 {
|
|
2104
|
+
width: 3rem;
|
|
2105
|
+
}.sm\:border {
|
|
2106
|
+
border-width: 1px;
|
|
2107
|
+
}.sm\:border-border {
|
|
2108
|
+
--tw-border-opacity: 1;
|
|
2109
|
+
border-color: rgba(var(--colors-border), var(--tw-border-opacity));
|
|
2110
|
+
}.sm\:border-hero {
|
|
2111
|
+
--tw-border-opacity: 1;
|
|
2112
|
+
border-color: rgba(var(--colors-hero), var(--tw-border-opacity));
|
|
2113
|
+
}.sm\:border-primary {
|
|
2114
|
+
--tw-border-opacity: 1;
|
|
2115
|
+
border-color: rgba(var(--colors-primary), var(--tw-border-opacity));
|
|
2116
|
+
}.sm\:bg-hero {
|
|
2117
|
+
--tw-bg-opacity: 1;
|
|
2118
|
+
background-color: rgba(var(--colors-hero), var(--tw-bg-opacity));
|
|
2119
|
+
}.sm\:bg-light {
|
|
2120
|
+
--tw-bg-opacity: 1;
|
|
2121
|
+
background-color: rgba(var(--colors-light), var(--tw-bg-opacity));
|
|
2122
|
+
}.sm\:bg-primary {
|
|
2123
|
+
--tw-bg-opacity: 1;
|
|
2124
|
+
background-color: rgba(var(--colors-primary), var(--tw-bg-opacity));
|
|
2125
|
+
}.sm\:bg-white {
|
|
2126
|
+
--tw-bg-opacity: 1;
|
|
2127
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2128
|
+
}.sm\:p-4 {
|
|
2129
|
+
padding: 1.5rem;
|
|
2130
|
+
}.sm\:px-1 {
|
|
2131
|
+
padding-left: 0.375rem;
|
|
2132
|
+
padding-right: 0.375rem;
|
|
2133
|
+
}.sm\:px-2 {
|
|
2134
|
+
padding-left: 0.75rem;
|
|
2135
|
+
padding-right: 0.75rem;
|
|
2136
|
+
}.sm\:px-3 {
|
|
2137
|
+
padding-left: 1.125rem;
|
|
2138
|
+
padding-right: 1.125rem;
|
|
2139
|
+
}.sm\:px-4 {
|
|
2140
|
+
padding-left: 1.5rem;
|
|
2141
|
+
padding-right: 1.5rem;
|
|
2142
|
+
}.sm\:py-1 {
|
|
2143
|
+
padding-top: 0.375rem;
|
|
2144
|
+
padding-bottom: 0.375rem;
|
|
2145
|
+
}.sm\:py-2 {
|
|
2146
|
+
padding-top: 0.75rem;
|
|
2147
|
+
padding-bottom: 0.75rem;
|
|
2148
|
+
}.sm\:text-background {
|
|
2149
|
+
--tw-text-opacity: 1;
|
|
2150
|
+
color: rgba(var(--colors-background), var(--tw-text-opacity));
|
|
2151
|
+
}.sm\:text-black {
|
|
2152
|
+
--tw-text-opacity: 1;
|
|
2153
|
+
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
2154
|
+
}.sm\:text-border {
|
|
2155
|
+
--tw-text-opacity: 1;
|
|
2156
|
+
color: rgba(var(--colors-border), var(--tw-text-opacity));
|
|
2157
|
+
}.sm\:text-borderDark {
|
|
2158
|
+
--tw-text-opacity: 1;
|
|
2159
|
+
color: rgba(var(--colors-borderDark), var(--tw-text-opacity));
|
|
2160
|
+
}.sm\:text-danger {
|
|
2161
|
+
--tw-text-opacity: 1;
|
|
2162
|
+
color: rgb(196 0 0 / var(--tw-text-opacity));
|
|
2163
|
+
}.sm\:text-focus {
|
|
2164
|
+
--tw-text-opacity: 1;
|
|
2165
|
+
color: rgba(var(--colors-focus), var(--tw-text-opacity));
|
|
2166
|
+
}.sm\:text-heading {
|
|
2167
|
+
--tw-text-opacity: 1;
|
|
2168
|
+
color: rgba(var(--colors-heading), var(--tw-text-opacity));
|
|
2169
|
+
}.sm\:text-hero {
|
|
2170
|
+
--tw-text-opacity: 1;
|
|
2171
|
+
color: rgba(var(--colors-hero), var(--tw-text-opacity));
|
|
2172
|
+
}.sm\:text-info {
|
|
2173
|
+
--tw-text-opacity: 1;
|
|
2174
|
+
color: rgb(0 116 196 / var(--tw-text-opacity));
|
|
2175
|
+
}.sm\:text-light {
|
|
2176
|
+
--tw-text-opacity: 1;
|
|
2177
|
+
color: rgba(var(--colors-light), var(--tw-text-opacity));
|
|
2178
|
+
}.sm\:text-link {
|
|
2179
|
+
--tw-text-opacity: 1;
|
|
2180
|
+
color: rgba(var(--colors-link), var(--tw-text-opacity));
|
|
2181
|
+
}.sm\:text-muted {
|
|
2182
|
+
--tw-text-opacity: 1;
|
|
2183
|
+
color: rgba(var(--colors-muted), var(--tw-text-opacity));
|
|
2184
|
+
}.sm\:text-neutral {
|
|
2185
|
+
--tw-text-opacity: 1;
|
|
2186
|
+
color: rgba(var(--colors-neutral), var(--tw-text-opacity));
|
|
2187
|
+
}.sm\:text-pop {
|
|
2188
|
+
--tw-text-opacity: 1;
|
|
2189
|
+
color: rgba(var(--colors-pop), var(--tw-text-opacity));
|
|
2190
|
+
}.sm\:text-primary {
|
|
2191
|
+
--tw-text-opacity: 1;
|
|
2192
|
+
color: rgba(var(--colors-primary), var(--tw-text-opacity));
|
|
2193
|
+
}.sm\:text-success {
|
|
2194
|
+
--tw-text-opacity: 1;
|
|
2195
|
+
color: rgb(0 128 0 / var(--tw-text-opacity));
|
|
2196
|
+
}.sm\:text-system {
|
|
2197
|
+
--tw-text-opacity: 1;
|
|
2198
|
+
color: rgb(255 255 0 / var(--tw-text-opacity));
|
|
2199
|
+
}.sm\:text-text {
|
|
2200
|
+
--tw-text-opacity: 1;
|
|
2201
|
+
color: rgba(var(--colors-text), var(--tw-text-opacity));
|
|
2202
|
+
}.sm\:text-warning {
|
|
2203
|
+
--tw-text-opacity: 1;
|
|
2204
|
+
color: rgb(197 59 0 / var(--tw-text-opacity));
|
|
2205
|
+
}.sm\:text-white {
|
|
2206
|
+
--tw-text-opacity: 1;
|
|
2207
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2208
|
+
}.sm\:underline {
|
|
2209
|
+
text-decoration-line: underline;
|
|
2210
|
+
}.sm\:hover\:bg-hero-300:hover {
|
|
2211
|
+
--tw-bg-opacity: 1;
|
|
2212
|
+
background-color: rgba(var(--colors-hero-300), var(--tw-bg-opacity));
|
|
2213
|
+
}.sm\:hover\:bg-light:hover {
|
|
2214
|
+
--tw-bg-opacity: 1;
|
|
2215
|
+
background-color: rgba(var(--colors-light), var(--tw-bg-opacity));
|
|
2216
|
+
}.sm\:hover\:bg-primary-300:hover {
|
|
2217
|
+
--tw-bg-opacity: 1;
|
|
2218
|
+
background-color: rgba(var(--colors-primary-300), var(--tw-bg-opacity));
|
|
2219
|
+
}.sm\:hover\:bg-white:hover {
|
|
2220
|
+
--tw-bg-opacity: 1;
|
|
2221
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2222
|
+
}.sm\:hover\:text-white:hover {
|
|
2223
|
+
--tw-text-opacity: 1;
|
|
2224
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2225
|
+
}.sm\:active\:bg-hero-200:active {
|
|
2226
|
+
--tw-bg-opacity: 1;
|
|
2227
|
+
background-color: rgba(var(--colors-hero-200), var(--tw-bg-opacity));
|
|
2228
|
+
}.sm\:active\:bg-light:active {
|
|
2229
|
+
--tw-bg-opacity: 1;
|
|
2230
|
+
background-color: rgba(var(--colors-light), var(--tw-bg-opacity));
|
|
2231
|
+
}.sm\:active\:bg-primary-200:active {
|
|
2232
|
+
--tw-bg-opacity: 1;
|
|
2233
|
+
background-color: rgba(var(--colors-primary-200), var(--tw-bg-opacity));
|
|
2234
|
+
}.sm\:active\:bg-white:active {
|
|
2235
|
+
--tw-bg-opacity: 1;
|
|
2236
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2237
|
+
}
|
|
2238
|
+
}@media (min-width: 992px) {.md\:h-2 {
|
|
2239
|
+
height: 0.75rem;
|
|
2240
|
+
}.md\:h-3 {
|
|
2241
|
+
height: 1.125rem;
|
|
2242
|
+
}.md\:h-4 {
|
|
2243
|
+
height: 1.5rem;
|
|
2244
|
+
}.md\:h-6 {
|
|
2245
|
+
height: 2.25rem;
|
|
2246
|
+
}.md\:h-8 {
|
|
2247
|
+
height: 3rem;
|
|
2248
|
+
}.md\:w-2 {
|
|
2249
|
+
width: 0.75rem;
|
|
2250
|
+
}.md\:w-3 {
|
|
2251
|
+
width: 1.125rem;
|
|
2252
|
+
}.md\:w-4 {
|
|
2253
|
+
width: 1.5rem;
|
|
2254
|
+
}.md\:w-6 {
|
|
2255
|
+
width: 2.25rem;
|
|
2256
|
+
}.md\:w-8 {
|
|
2257
|
+
width: 3rem;
|
|
2258
|
+
}.md\:border {
|
|
2259
|
+
border-width: 1px;
|
|
2260
|
+
}.md\:border-border {
|
|
2261
|
+
--tw-border-opacity: 1;
|
|
2262
|
+
border-color: rgba(var(--colors-border), var(--tw-border-opacity));
|
|
2263
|
+
}.md\:border-hero {
|
|
2264
|
+
--tw-border-opacity: 1;
|
|
2265
|
+
border-color: rgba(var(--colors-hero), var(--tw-border-opacity));
|
|
2266
|
+
}.md\:border-primary {
|
|
2267
|
+
--tw-border-opacity: 1;
|
|
2268
|
+
border-color: rgba(var(--colors-primary), var(--tw-border-opacity));
|
|
2269
|
+
}.md\:bg-hero {
|
|
2270
|
+
--tw-bg-opacity: 1;
|
|
2271
|
+
background-color: rgba(var(--colors-hero), var(--tw-bg-opacity));
|
|
2272
|
+
}.md\:bg-light {
|
|
2273
|
+
--tw-bg-opacity: 1;
|
|
2274
|
+
background-color: rgba(var(--colors-light), var(--tw-bg-opacity));
|
|
2275
|
+
}.md\:bg-primary {
|
|
2276
|
+
--tw-bg-opacity: 1;
|
|
2277
|
+
background-color: rgba(var(--colors-primary), var(--tw-bg-opacity));
|
|
2278
|
+
}.md\:bg-white {
|
|
2279
|
+
--tw-bg-opacity: 1;
|
|
2280
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2281
|
+
}.md\:px-1 {
|
|
2282
|
+
padding-left: 0.375rem;
|
|
2283
|
+
padding-right: 0.375rem;
|
|
2284
|
+
}.md\:px-2 {
|
|
2285
|
+
padding-left: 0.75rem;
|
|
2286
|
+
padding-right: 0.75rem;
|
|
2287
|
+
}.md\:px-3 {
|
|
2288
|
+
padding-left: 1.125rem;
|
|
2289
|
+
padding-right: 1.125rem;
|
|
2290
|
+
}.md\:px-4 {
|
|
2291
|
+
padding-left: 1.5rem;
|
|
2292
|
+
padding-right: 1.5rem;
|
|
2293
|
+
}.md\:py-1 {
|
|
2294
|
+
padding-top: 0.375rem;
|
|
2295
|
+
padding-bottom: 0.375rem;
|
|
2296
|
+
}.md\:py-2 {
|
|
2297
|
+
padding-top: 0.75rem;
|
|
2298
|
+
padding-bottom: 0.75rem;
|
|
2299
|
+
}.md\:text-background {
|
|
2300
|
+
--tw-text-opacity: 1;
|
|
2301
|
+
color: rgba(var(--colors-background), var(--tw-text-opacity));
|
|
2302
|
+
}.md\:text-black {
|
|
2303
|
+
--tw-text-opacity: 1;
|
|
2304
|
+
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
2305
|
+
}.md\:text-border {
|
|
2306
|
+
--tw-text-opacity: 1;
|
|
2307
|
+
color: rgba(var(--colors-border), var(--tw-text-opacity));
|
|
2308
|
+
}.md\:text-borderDark {
|
|
2309
|
+
--tw-text-opacity: 1;
|
|
2310
|
+
color: rgba(var(--colors-borderDark), var(--tw-text-opacity));
|
|
2311
|
+
}.md\:text-danger {
|
|
2312
|
+
--tw-text-opacity: 1;
|
|
2313
|
+
color: rgb(196 0 0 / var(--tw-text-opacity));
|
|
2314
|
+
}.md\:text-focus {
|
|
2315
|
+
--tw-text-opacity: 1;
|
|
2316
|
+
color: rgba(var(--colors-focus), var(--tw-text-opacity));
|
|
2317
|
+
}.md\:text-heading {
|
|
2318
|
+
--tw-text-opacity: 1;
|
|
2319
|
+
color: rgba(var(--colors-heading), var(--tw-text-opacity));
|
|
2320
|
+
}.md\:text-hero {
|
|
2321
|
+
--tw-text-opacity: 1;
|
|
2322
|
+
color: rgba(var(--colors-hero), var(--tw-text-opacity));
|
|
2323
|
+
}.md\:text-info {
|
|
2324
|
+
--tw-text-opacity: 1;
|
|
2325
|
+
color: rgb(0 116 196 / var(--tw-text-opacity));
|
|
2326
|
+
}.md\:text-light {
|
|
2327
|
+
--tw-text-opacity: 1;
|
|
2328
|
+
color: rgba(var(--colors-light), var(--tw-text-opacity));
|
|
2329
|
+
}.md\:text-link {
|
|
2330
|
+
--tw-text-opacity: 1;
|
|
2331
|
+
color: rgba(var(--colors-link), var(--tw-text-opacity));
|
|
2332
|
+
}.md\:text-muted {
|
|
2333
|
+
--tw-text-opacity: 1;
|
|
2334
|
+
color: rgba(var(--colors-muted), var(--tw-text-opacity));
|
|
2335
|
+
}.md\:text-neutral {
|
|
2336
|
+
--tw-text-opacity: 1;
|
|
2337
|
+
color: rgba(var(--colors-neutral), var(--tw-text-opacity));
|
|
2338
|
+
}.md\:text-pop {
|
|
2339
|
+
--tw-text-opacity: 1;
|
|
2340
|
+
color: rgba(var(--colors-pop), var(--tw-text-opacity));
|
|
2341
|
+
}.md\:text-primary {
|
|
2342
|
+
--tw-text-opacity: 1;
|
|
2343
|
+
color: rgba(var(--colors-primary), var(--tw-text-opacity));
|
|
2344
|
+
}.md\:text-success {
|
|
2345
|
+
--tw-text-opacity: 1;
|
|
2346
|
+
color: rgb(0 128 0 / var(--tw-text-opacity));
|
|
2347
|
+
}.md\:text-system {
|
|
2348
|
+
--tw-text-opacity: 1;
|
|
2349
|
+
color: rgb(255 255 0 / var(--tw-text-opacity));
|
|
2350
|
+
}.md\:text-text {
|
|
2351
|
+
--tw-text-opacity: 1;
|
|
2352
|
+
color: rgba(var(--colors-text), var(--tw-text-opacity));
|
|
2353
|
+
}.md\:text-warning {
|
|
2354
|
+
--tw-text-opacity: 1;
|
|
2355
|
+
color: rgb(197 59 0 / var(--tw-text-opacity));
|
|
2356
|
+
}.md\:text-white {
|
|
2357
|
+
--tw-text-opacity: 1;
|
|
2358
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2359
|
+
}.md\:underline {
|
|
2360
|
+
text-decoration-line: underline;
|
|
2361
|
+
}.md\:hover\:bg-hero-300:hover {
|
|
2362
|
+
--tw-bg-opacity: 1;
|
|
2363
|
+
background-color: rgba(var(--colors-hero-300), var(--tw-bg-opacity));
|
|
2364
|
+
}.md\:hover\:bg-light:hover {
|
|
2365
|
+
--tw-bg-opacity: 1;
|
|
2366
|
+
background-color: rgba(var(--colors-light), var(--tw-bg-opacity));
|
|
2367
|
+
}.md\:hover\:bg-primary-300:hover {
|
|
2368
|
+
--tw-bg-opacity: 1;
|
|
2369
|
+
background-color: rgba(var(--colors-primary-300), var(--tw-bg-opacity));
|
|
2370
|
+
}.md\:hover\:bg-white:hover {
|
|
2371
|
+
--tw-bg-opacity: 1;
|
|
2372
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2373
|
+
}.md\:hover\:text-white:hover {
|
|
2374
|
+
--tw-text-opacity: 1;
|
|
2375
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2376
|
+
}.md\:active\:bg-hero-200:active {
|
|
2377
|
+
--tw-bg-opacity: 1;
|
|
2378
|
+
background-color: rgba(var(--colors-hero-200), var(--tw-bg-opacity));
|
|
2379
|
+
}.md\:active\:bg-light:active {
|
|
2380
|
+
--tw-bg-opacity: 1;
|
|
2381
|
+
background-color: rgba(var(--colors-light), var(--tw-bg-opacity));
|
|
2382
|
+
}.md\:active\:bg-primary-200:active {
|
|
2383
|
+
--tw-bg-opacity: 1;
|
|
2384
|
+
background-color: rgba(var(--colors-primary-200), var(--tw-bg-opacity));
|
|
2385
|
+
}.md\:active\:bg-white:active {
|
|
2386
|
+
--tw-bg-opacity: 1;
|
|
2387
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2388
|
+
}
|
|
2389
|
+
}@media (min-width: 1200px) {.lg\:h-2 {
|
|
2390
|
+
height: 0.75rem;
|
|
2391
|
+
}.lg\:h-3 {
|
|
2392
|
+
height: 1.125rem;
|
|
2393
|
+
}.lg\:h-4 {
|
|
2394
|
+
height: 1.5rem;
|
|
2395
|
+
}.lg\:h-6 {
|
|
2396
|
+
height: 2.25rem;
|
|
2397
|
+
}.lg\:h-8 {
|
|
2398
|
+
height: 3rem;
|
|
2399
|
+
}.lg\:w-2 {
|
|
2400
|
+
width: 0.75rem;
|
|
2401
|
+
}.lg\:w-3 {
|
|
2402
|
+
width: 1.125rem;
|
|
2403
|
+
}.lg\:w-4 {
|
|
2404
|
+
width: 1.5rem;
|
|
2405
|
+
}.lg\:w-6 {
|
|
2406
|
+
width: 2.25rem;
|
|
2407
|
+
}.lg\:w-8 {
|
|
2408
|
+
width: 3rem;
|
|
2409
|
+
}.lg\:border {
|
|
2410
|
+
border-width: 1px;
|
|
2411
|
+
}.lg\:border-border {
|
|
2412
|
+
--tw-border-opacity: 1;
|
|
2413
|
+
border-color: rgba(var(--colors-border), var(--tw-border-opacity));
|
|
2414
|
+
}.lg\:border-hero {
|
|
2415
|
+
--tw-border-opacity: 1;
|
|
2416
|
+
border-color: rgba(var(--colors-hero), var(--tw-border-opacity));
|
|
2417
|
+
}.lg\:border-primary {
|
|
2418
|
+
--tw-border-opacity: 1;
|
|
2419
|
+
border-color: rgba(var(--colors-primary), var(--tw-border-opacity));
|
|
2420
|
+
}.lg\:bg-hero {
|
|
2421
|
+
--tw-bg-opacity: 1;
|
|
2422
|
+
background-color: rgba(var(--colors-hero), var(--tw-bg-opacity));
|
|
2423
|
+
}.lg\:bg-light {
|
|
2424
|
+
--tw-bg-opacity: 1;
|
|
2425
|
+
background-color: rgba(var(--colors-light), var(--tw-bg-opacity));
|
|
2426
|
+
}.lg\:bg-primary {
|
|
2427
|
+
--tw-bg-opacity: 1;
|
|
2428
|
+
background-color: rgba(var(--colors-primary), var(--tw-bg-opacity));
|
|
2429
|
+
}.lg\:bg-white {
|
|
2430
|
+
--tw-bg-opacity: 1;
|
|
2431
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2432
|
+
}.lg\:px-1 {
|
|
2433
|
+
padding-left: 0.375rem;
|
|
2434
|
+
padding-right: 0.375rem;
|
|
2435
|
+
}.lg\:px-2 {
|
|
2436
|
+
padding-left: 0.75rem;
|
|
2437
|
+
padding-right: 0.75rem;
|
|
2438
|
+
}.lg\:px-3 {
|
|
2439
|
+
padding-left: 1.125rem;
|
|
2440
|
+
padding-right: 1.125rem;
|
|
2441
|
+
}.lg\:px-4 {
|
|
2442
|
+
padding-left: 1.5rem;
|
|
2443
|
+
padding-right: 1.5rem;
|
|
2444
|
+
}.lg\:py-1 {
|
|
2445
|
+
padding-top: 0.375rem;
|
|
2446
|
+
padding-bottom: 0.375rem;
|
|
2447
|
+
}.lg\:py-2 {
|
|
2448
|
+
padding-top: 0.75rem;
|
|
2449
|
+
padding-bottom: 0.75rem;
|
|
2450
|
+
}.lg\:text-background {
|
|
2451
|
+
--tw-text-opacity: 1;
|
|
2452
|
+
color: rgba(var(--colors-background), var(--tw-text-opacity));
|
|
2453
|
+
}.lg\:text-black {
|
|
2454
|
+
--tw-text-opacity: 1;
|
|
2455
|
+
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
2456
|
+
}.lg\:text-border {
|
|
2457
|
+
--tw-text-opacity: 1;
|
|
2458
|
+
color: rgba(var(--colors-border), var(--tw-text-opacity));
|
|
2459
|
+
}.lg\:text-borderDark {
|
|
2460
|
+
--tw-text-opacity: 1;
|
|
2461
|
+
color: rgba(var(--colors-borderDark), var(--tw-text-opacity));
|
|
2462
|
+
}.lg\:text-danger {
|
|
2463
|
+
--tw-text-opacity: 1;
|
|
2464
|
+
color: rgb(196 0 0 / var(--tw-text-opacity));
|
|
2465
|
+
}.lg\:text-focus {
|
|
2466
|
+
--tw-text-opacity: 1;
|
|
2467
|
+
color: rgba(var(--colors-focus), var(--tw-text-opacity));
|
|
2468
|
+
}.lg\:text-heading {
|
|
2469
|
+
--tw-text-opacity: 1;
|
|
2470
|
+
color: rgba(var(--colors-heading), var(--tw-text-opacity));
|
|
2471
|
+
}.lg\:text-hero {
|
|
2472
|
+
--tw-text-opacity: 1;
|
|
2473
|
+
color: rgba(var(--colors-hero), var(--tw-text-opacity));
|
|
2474
|
+
}.lg\:text-info {
|
|
2475
|
+
--tw-text-opacity: 1;
|
|
2476
|
+
color: rgb(0 116 196 / var(--tw-text-opacity));
|
|
2477
|
+
}.lg\:text-light {
|
|
2478
|
+
--tw-text-opacity: 1;
|
|
2479
|
+
color: rgba(var(--colors-light), var(--tw-text-opacity));
|
|
2480
|
+
}.lg\:text-link {
|
|
2481
|
+
--tw-text-opacity: 1;
|
|
2482
|
+
color: rgba(var(--colors-link), var(--tw-text-opacity));
|
|
2483
|
+
}.lg\:text-muted {
|
|
2484
|
+
--tw-text-opacity: 1;
|
|
2485
|
+
color: rgba(var(--colors-muted), var(--tw-text-opacity));
|
|
2486
|
+
}.lg\:text-neutral {
|
|
2487
|
+
--tw-text-opacity: 1;
|
|
2488
|
+
color: rgba(var(--colors-neutral), var(--tw-text-opacity));
|
|
2489
|
+
}.lg\:text-pop {
|
|
2490
|
+
--tw-text-opacity: 1;
|
|
2491
|
+
color: rgba(var(--colors-pop), var(--tw-text-opacity));
|
|
2492
|
+
}.lg\:text-primary {
|
|
2493
|
+
--tw-text-opacity: 1;
|
|
2494
|
+
color: rgba(var(--colors-primary), var(--tw-text-opacity));
|
|
2495
|
+
}.lg\:text-success {
|
|
2496
|
+
--tw-text-opacity: 1;
|
|
2497
|
+
color: rgb(0 128 0 / var(--tw-text-opacity));
|
|
2498
|
+
}.lg\:text-system {
|
|
2499
|
+
--tw-text-opacity: 1;
|
|
2500
|
+
color: rgb(255 255 0 / var(--tw-text-opacity));
|
|
2501
|
+
}.lg\:text-text {
|
|
2502
|
+
--tw-text-opacity: 1;
|
|
2503
|
+
color: rgba(var(--colors-text), var(--tw-text-opacity));
|
|
2504
|
+
}.lg\:text-warning {
|
|
2505
|
+
--tw-text-opacity: 1;
|
|
2506
|
+
color: rgb(197 59 0 / var(--tw-text-opacity));
|
|
2507
|
+
}.lg\:text-white {
|
|
2508
|
+
--tw-text-opacity: 1;
|
|
2509
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2510
|
+
}.lg\:underline {
|
|
2511
|
+
text-decoration-line: underline;
|
|
2512
|
+
}.lg\:hover\:bg-hero-300:hover {
|
|
2513
|
+
--tw-bg-opacity: 1;
|
|
2514
|
+
background-color: rgba(var(--colors-hero-300), var(--tw-bg-opacity));
|
|
2515
|
+
}.lg\:hover\:bg-light:hover {
|
|
2516
|
+
--tw-bg-opacity: 1;
|
|
2517
|
+
background-color: rgba(var(--colors-light), var(--tw-bg-opacity));
|
|
2518
|
+
}.lg\:hover\:bg-primary-300:hover {
|
|
2519
|
+
--tw-bg-opacity: 1;
|
|
2520
|
+
background-color: rgba(var(--colors-primary-300), var(--tw-bg-opacity));
|
|
2521
|
+
}.lg\:hover\:bg-white:hover {
|
|
2522
|
+
--tw-bg-opacity: 1;
|
|
2523
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2524
|
+
}.lg\:hover\:text-white:hover {
|
|
2525
|
+
--tw-text-opacity: 1;
|
|
2526
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2527
|
+
}.lg\:active\:bg-hero-200:active {
|
|
2528
|
+
--tw-bg-opacity: 1;
|
|
2529
|
+
background-color: rgba(var(--colors-hero-200), var(--tw-bg-opacity));
|
|
2530
|
+
}.lg\:active\:bg-light:active {
|
|
2531
|
+
--tw-bg-opacity: 1;
|
|
2532
|
+
background-color: rgba(var(--colors-light), var(--tw-bg-opacity));
|
|
2533
|
+
}.lg\:active\:bg-primary-200:active {
|
|
2534
|
+
--tw-bg-opacity: 1;
|
|
2535
|
+
background-color: rgba(var(--colors-primary-200), var(--tw-bg-opacity));
|
|
2536
|
+
}.lg\:active\:bg-white:active {
|
|
2537
|
+
--tw-bg-opacity: 1;
|
|
2538
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2539
|
+
}
|
|
2540
|
+
}@media (min-width: 1900px) {.xl\:h-2 {
|
|
2541
|
+
height: 0.75rem;
|
|
2542
|
+
}.xl\:h-3 {
|
|
2543
|
+
height: 1.125rem;
|
|
2544
|
+
}.xl\:h-4 {
|
|
2545
|
+
height: 1.5rem;
|
|
2546
|
+
}.xl\:h-6 {
|
|
2547
|
+
height: 2.25rem;
|
|
2548
|
+
}.xl\:h-8 {
|
|
2549
|
+
height: 3rem;
|
|
2550
|
+
}.xl\:w-2 {
|
|
2551
|
+
width: 0.75rem;
|
|
2552
|
+
}.xl\:w-3 {
|
|
2553
|
+
width: 1.125rem;
|
|
2554
|
+
}.xl\:w-4 {
|
|
2555
|
+
width: 1.5rem;
|
|
2556
|
+
}.xl\:w-6 {
|
|
2557
|
+
width: 2.25rem;
|
|
2558
|
+
}.xl\:w-8 {
|
|
2559
|
+
width: 3rem;
|
|
2560
|
+
}.xl\:border {
|
|
2561
|
+
border-width: 1px;
|
|
2562
|
+
}.xl\:border-border {
|
|
2563
|
+
--tw-border-opacity: 1;
|
|
2564
|
+
border-color: rgba(var(--colors-border), var(--tw-border-opacity));
|
|
2565
|
+
}.xl\:border-hero {
|
|
2566
|
+
--tw-border-opacity: 1;
|
|
2567
|
+
border-color: rgba(var(--colors-hero), var(--tw-border-opacity));
|
|
2568
|
+
}.xl\:border-primary {
|
|
2569
|
+
--tw-border-opacity: 1;
|
|
2570
|
+
border-color: rgba(var(--colors-primary), var(--tw-border-opacity));
|
|
2571
|
+
}.xl\:bg-hero {
|
|
2572
|
+
--tw-bg-opacity: 1;
|
|
2573
|
+
background-color: rgba(var(--colors-hero), var(--tw-bg-opacity));
|
|
2574
|
+
}.xl\:bg-light {
|
|
2575
|
+
--tw-bg-opacity: 1;
|
|
2576
|
+
background-color: rgba(var(--colors-light), var(--tw-bg-opacity));
|
|
2577
|
+
}.xl\:bg-primary {
|
|
2578
|
+
--tw-bg-opacity: 1;
|
|
2579
|
+
background-color: rgba(var(--colors-primary), var(--tw-bg-opacity));
|
|
2580
|
+
}.xl\:bg-white {
|
|
2581
|
+
--tw-bg-opacity: 1;
|
|
2582
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2583
|
+
}.xl\:px-1 {
|
|
2584
|
+
padding-left: 0.375rem;
|
|
2585
|
+
padding-right: 0.375rem;
|
|
2586
|
+
}.xl\:px-2 {
|
|
2587
|
+
padding-left: 0.75rem;
|
|
2588
|
+
padding-right: 0.75rem;
|
|
2589
|
+
}.xl\:px-3 {
|
|
2590
|
+
padding-left: 1.125rem;
|
|
2591
|
+
padding-right: 1.125rem;
|
|
2592
|
+
}.xl\:px-4 {
|
|
2593
|
+
padding-left: 1.5rem;
|
|
2594
|
+
padding-right: 1.5rem;
|
|
2595
|
+
}.xl\:py-1 {
|
|
2596
|
+
padding-top: 0.375rem;
|
|
2597
|
+
padding-bottom: 0.375rem;
|
|
2598
|
+
}.xl\:py-2 {
|
|
2599
|
+
padding-top: 0.75rem;
|
|
2600
|
+
padding-bottom: 0.75rem;
|
|
2601
|
+
}.xl\:text-background {
|
|
2602
|
+
--tw-text-opacity: 1;
|
|
2603
|
+
color: rgba(var(--colors-background), var(--tw-text-opacity));
|
|
2604
|
+
}.xl\:text-black {
|
|
2605
|
+
--tw-text-opacity: 1;
|
|
2606
|
+
color: rgb(0 0 0 / var(--tw-text-opacity));
|
|
2607
|
+
}.xl\:text-border {
|
|
2608
|
+
--tw-text-opacity: 1;
|
|
2609
|
+
color: rgba(var(--colors-border), var(--tw-text-opacity));
|
|
2610
|
+
}.xl\:text-borderDark {
|
|
2611
|
+
--tw-text-opacity: 1;
|
|
2612
|
+
color: rgba(var(--colors-borderDark), var(--tw-text-opacity));
|
|
2613
|
+
}.xl\:text-danger {
|
|
2614
|
+
--tw-text-opacity: 1;
|
|
2615
|
+
color: rgb(196 0 0 / var(--tw-text-opacity));
|
|
2616
|
+
}.xl\:text-focus {
|
|
2617
|
+
--tw-text-opacity: 1;
|
|
2618
|
+
color: rgba(var(--colors-focus), var(--tw-text-opacity));
|
|
2619
|
+
}.xl\:text-heading {
|
|
2620
|
+
--tw-text-opacity: 1;
|
|
2621
|
+
color: rgba(var(--colors-heading), var(--tw-text-opacity));
|
|
2622
|
+
}.xl\:text-hero {
|
|
2623
|
+
--tw-text-opacity: 1;
|
|
2624
|
+
color: rgba(var(--colors-hero), var(--tw-text-opacity));
|
|
2625
|
+
}.xl\:text-info {
|
|
2626
|
+
--tw-text-opacity: 1;
|
|
2627
|
+
color: rgb(0 116 196 / var(--tw-text-opacity));
|
|
2628
|
+
}.xl\:text-light {
|
|
2629
|
+
--tw-text-opacity: 1;
|
|
2630
|
+
color: rgba(var(--colors-light), var(--tw-text-opacity));
|
|
2631
|
+
}.xl\:text-link {
|
|
2632
|
+
--tw-text-opacity: 1;
|
|
2633
|
+
color: rgba(var(--colors-link), var(--tw-text-opacity));
|
|
2634
|
+
}.xl\:text-muted {
|
|
2635
|
+
--tw-text-opacity: 1;
|
|
2636
|
+
color: rgba(var(--colors-muted), var(--tw-text-opacity));
|
|
2637
|
+
}.xl\:text-neutral {
|
|
2638
|
+
--tw-text-opacity: 1;
|
|
2639
|
+
color: rgba(var(--colors-neutral), var(--tw-text-opacity));
|
|
2640
|
+
}.xl\:text-pop {
|
|
2641
|
+
--tw-text-opacity: 1;
|
|
2642
|
+
color: rgba(var(--colors-pop), var(--tw-text-opacity));
|
|
2643
|
+
}.xl\:text-primary {
|
|
2644
|
+
--tw-text-opacity: 1;
|
|
2645
|
+
color: rgba(var(--colors-primary), var(--tw-text-opacity));
|
|
2646
|
+
}.xl\:text-success {
|
|
2647
|
+
--tw-text-opacity: 1;
|
|
2648
|
+
color: rgb(0 128 0 / var(--tw-text-opacity));
|
|
2649
|
+
}.xl\:text-system {
|
|
2650
|
+
--tw-text-opacity: 1;
|
|
2651
|
+
color: rgb(255 255 0 / var(--tw-text-opacity));
|
|
2652
|
+
}.xl\:text-text {
|
|
2653
|
+
--tw-text-opacity: 1;
|
|
2654
|
+
color: rgba(var(--colors-text), var(--tw-text-opacity));
|
|
2655
|
+
}.xl\:text-warning {
|
|
2656
|
+
--tw-text-opacity: 1;
|
|
2657
|
+
color: rgb(197 59 0 / var(--tw-text-opacity));
|
|
2658
|
+
}.xl\:text-white {
|
|
2659
|
+
--tw-text-opacity: 1;
|
|
2660
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2661
|
+
}.xl\:underline {
|
|
2662
|
+
text-decoration-line: underline;
|
|
2663
|
+
}.xl\:hover\:bg-hero-300:hover {
|
|
2664
|
+
--tw-bg-opacity: 1;
|
|
2665
|
+
background-color: rgba(var(--colors-hero-300), var(--tw-bg-opacity));
|
|
2666
|
+
}.xl\:hover\:bg-light:hover {
|
|
2667
|
+
--tw-bg-opacity: 1;
|
|
2668
|
+
background-color: rgba(var(--colors-light), var(--tw-bg-opacity));
|
|
2669
|
+
}.xl\:hover\:bg-primary-300:hover {
|
|
2670
|
+
--tw-bg-opacity: 1;
|
|
2671
|
+
background-color: rgba(var(--colors-primary-300), var(--tw-bg-opacity));
|
|
2672
|
+
}.xl\:hover\:bg-white:hover {
|
|
2673
|
+
--tw-bg-opacity: 1;
|
|
2674
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2675
|
+
}.xl\:hover\:text-white:hover {
|
|
2676
|
+
--tw-text-opacity: 1;
|
|
2677
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
2678
|
+
}.xl\:active\:bg-hero-200:active {
|
|
2679
|
+
--tw-bg-opacity: 1;
|
|
2680
|
+
background-color: rgba(var(--colors-hero-200), var(--tw-bg-opacity));
|
|
2681
|
+
}.xl\:active\:bg-light:active {
|
|
2682
|
+
--tw-bg-opacity: 1;
|
|
2683
|
+
background-color: rgba(var(--colors-light), var(--tw-bg-opacity));
|
|
2684
|
+
}.xl\:active\:bg-primary-200:active {
|
|
2685
|
+
--tw-bg-opacity: 1;
|
|
2686
|
+
background-color: rgba(var(--colors-primary-200), var(--tw-bg-opacity));
|
|
2687
|
+
}.xl\:active\:bg-white:active {
|
|
2688
|
+
--tw-bg-opacity: 1;
|
|
2689
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
2690
|
+
}
|
|
2691
|
+
}
|