@team_yumi/ramen 0.4.0-next.20240213-c1b7366-5e6e50bf9c327bad04e3c309991bdff0 → 1.0.0-next.20240216-5d091ea-20addde4c09e463fd468f5238d101f1f
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/css/themes/arcus.theme.css +36 -0
- package/css/themes/default.theme.css +5 -0
- package/css/themes/easy.theme.css +5 -0
- package/css/themes/jumbo.theme.css +5 -0
- package/css/themes/paris.theme.css +4 -0
- package/css/themes/spid.theme.css +4 -0
- package/css/tokens/fonts.css +5 -0
- package/css/{size.css → tokens/size.css} +1 -0
- package/index.css +925 -961
- package/index.d.ts +2 -0
- package/index.js +2 -2
- package/package.json +4 -5
- package/{components → src/components}/core/x-accordion/index.d.ts +2 -2
- package/{components → src/components}/core/x-accordion/root.d.ts +38 -38
- package/{components/core/x-input → src/components/core/x-alert}/index.d.ts +2 -2
- package/{components → src/components}/core/x-alert/root.d.ts +26 -26
- package/{components/core/x-checkbox → src/components/core/x-avatar}/index.d.ts +2 -2
- package/{components/core/xavatar → src/components/core/x-avatar}/root.d.ts +8 -8
- package/{components/core/x-alert → src/components/core/x-badge}/index.d.ts +2 -2
- package/{components/core/xbadge → src/components/core/x-badge}/root.d.ts +8 -8
- package/{components/core/x-text-field → src/components/core/x-bar}/index.d.ts +2 -2
- package/{components/core/xbar → src/components/core/x-bar}/root.d.ts +18 -18
- package/{components/core/x-icon → src/components/core/x-box}/index.d.ts +2 -2
- package/{components/core/xbox → src/components/core/x-box}/root.d.ts +54 -54
- package/{components/core/xbuttonicon → src/components/core/x-button}/index.d.ts +2 -2
- package/{components/core/xbutton → src/components/core/x-button}/root.d.ts +15 -15
- package/{components/core/xbar → src/components/core/x-button-icon}/index.d.ts +2 -2
- package/{components/core/xbuttonicon → src/components/core/x-button-icon}/root.d.ts +13 -13
- package/src/components/core/x-card/index.d.ts +2 -0
- package/{components/core/xcard → src/components/core/x-card}/root.d.ts +19 -19
- package/src/components/core/x-card-counter/index.d.ts +2 -0
- package/{components/core/xcard-counter → src/components/core/x-card-counter}/root.d.ts +18 -18
- package/src/components/core/x-checkbox/index.d.ts +2 -0
- package/{components → src/components}/core/x-checkbox/root.d.ts +34 -34
- package/src/components/core/x-collapse-card/index.d.ts +2 -0
- package/{components/core/xcollapse-card → src/components/core/x-collapse-card}/root.d.ts +22 -22
- package/{components/core/xconfig-provider → src/components/core/x-config-provider}/context.d.ts +12 -12
- package/{components/core/xconfig-provider → src/components/core/x-config-provider}/index.d.ts +4 -4
- package/{components/core/xconfig-provider → src/components/core/x-config-provider}/root.d.ts +10 -10
- package/{components/core/xconfig-provider → src/components/core/x-config-provider}/useConfig.d.ts +2 -2
- package/src/components/core/x-counter/index.d.ts +2 -0
- package/{components/core/xcounter → src/components/core/x-counter}/root.d.ts +13 -13
- package/src/components/core/x-credits/index.d.ts +2 -0
- package/{components/core/xcredits → src/components/core/x-credits}/root.d.ts +3 -3
- package/src/components/core/x-currency-input/index.d.ts +2 -0
- package/{components/core/xcurrency-input → src/components/core/x-currency-input}/root.d.ts +5 -5
- package/src/components/core/x-decision/index.d.ts +2 -0
- package/{components/core/xdecision → src/components/core/x-decision}/root.d.ts +17 -17
- package/src/components/core/x-decision-item/index.d.ts +2 -0
- package/{components/core/xdecision-item → src/components/core/x-decision-item}/root.d.ts +30 -30
- package/src/components/core/x-divider/index.d.ts +2 -0
- package/{components/core/xdivider → src/components/core/x-divider}/root.d.ts +9 -9
- package/src/components/core/x-email-input/index.d.ts +2 -0
- package/{components/core/xemail-input → src/components/core/x-email-input}/root.d.ts +8 -8
- package/src/components/core/x-expansion-panel/index.d.ts +2 -0
- package/{components/core/xexpansion-panel → src/components/core/x-expansion-panel}/root.d.ts +14 -14
- package/src/components/core/x-form-item/index.d.ts +2 -0
- package/{components/core/xform-item → src/components/core/x-form-item}/root.d.ts +10 -10
- package/{components → src/components}/core/x-icon/icons/bold/index.d.ts +5 -5
- package/{components → src/components}/core/x-icon/icons/extrabold/index.d.ts +14 -14
- package/{components → src/components}/core/x-icon/icons/filled/index.d.ts +53 -53
- package/{components → src/components}/core/x-icon/icons/index.d.ts +5 -5
- package/{components → src/components}/core/x-icon/icons/outline/index.d.ts +195 -195
- package/src/components/core/x-icon/index.d.ts +2 -0
- package/{components → src/components}/core/x-icon/root.d.ts +18 -18
- package/src/components/core/x-image/index.d.ts +2 -0
- package/{components/core/ximage → src/components/core/x-image}/root.d.ts +13 -13
- package/src/components/core/x-image-preview/index.d.ts +2 -0
- package/{components/core/ximage-preview → src/components/core/x-image-preview}/root.d.ts +10 -10
- package/src/components/core/x-image-previewer/index.d.ts +2 -0
- package/{components/core/ximage-previewer → src/components/core/x-image-previewer}/root.d.ts +10 -10
- package/src/components/core/x-input/index.d.ts +2 -0
- package/{components → src/components}/core/x-input/root.d.ts +26 -26
- package/src/components/core/x-list/index.d.ts +2 -0
- package/{components/core/xlist → src/components/core/x-list}/root.d.ts +12 -12
- package/{components/core/xloading → src/components/core/x-loading}/api.d.ts +10 -10
- package/{components/core/xloading → src/components/core/x-loading}/container.d.ts +3 -3
- package/{components/core/xloading → src/components/core/x-loading}/index.d.ts +3 -3
- package/{components/core/xloading → src/components/core/x-loading}/loading.d.ts +6 -6
- package/src/components/core/x-number-input/index.d.ts +2 -0
- package/{components/core/xnumber-input → src/components/core/x-number-input}/root.d.ts +8 -8
- package/src/components/core/x-password-input/index.d.ts +2 -0
- package/{components/core/xpassword-input → src/components/core/x-password-input}/root.d.ts +8 -8
- package/src/components/core/x-phone-input/index.d.ts +2 -0
- package/{components/core/xphone-input → src/components/core/x-phone-input}/root.d.ts +8 -8
- package/src/components/core/x-progress-bar/index.d.ts +2 -0
- package/{components/core/xprogress-bar → src/components/core/x-progress-bar}/root.d.ts +30 -30
- package/src/components/core/x-radio-button/index.d.ts +2 -0
- package/{components → src/components}/core/x-radio-button/root.d.ts +34 -34
- package/src/components/core/x-search-input/index.d.ts +2 -0
- package/{components/core/xsearch-input → src/components/core/x-search-input}/root.d.ts +8 -8
- package/src/components/core/x-skeleton/index.d.ts +2 -0
- package/{components/core/xskeleton → src/components/core/x-skeleton}/root.d.ts +9 -9
- package/src/components/core/x-skeleton-renderer/index.d.ts +2 -0
- package/{components/core/xskeleton-renderer → src/components/core/x-skeleton-renderer}/root.d.ts +7 -7
- package/src/components/core/x-switch/index.d.ts +2 -0
- package/{components/core/xswitch → src/components/core/x-switch}/root.d.ts +9 -9
- package/src/components/core/x-symbol/index.d.ts +2 -0
- package/{components → src/components}/core/x-symbol/root.d.ts +18 -18
- package/{components → src/components}/core/x-symbol/symbols/index.d.ts +5 -5
- package/{components → src/components}/core/x-symbol/symbols/mdh/index.d.ts +22 -22
- package/{components → src/components}/core/x-symbol/symbols/neutral/index.d.ts +51 -51
- package/{components → src/components}/core/x-symbol/symbols/sm/index.d.ts +83 -83
- package/{components → src/components}/core/x-symbol/symbols/txd/index.d.ts +7 -7
- package/src/components/core/x-tab/index.d.ts +2 -0
- package/{components/core/xtab → src/components/core/x-tab}/root.d.ts +14 -14
- package/src/components/core/x-tab-content/index.d.ts +2 -0
- package/{components/core/xtab-content → src/components/core/x-tab-content}/root.d.ts +6 -6
- package/src/components/core/x-tab-panel/index.d.ts +2 -0
- package/{components/core/xtab-panel → src/components/core/x-tab-panel}/root.d.ts +7 -7
- package/src/components/core/x-tabs/index.d.ts +2 -0
- package/{components/core/xtabs → src/components/core/x-tabs}/root.d.ts +23 -23
- package/src/components/core/x-tag/index.d.ts +2 -0
- package/{components/core/xtag → src/components/core/x-tag}/root.d.ts +13 -13
- package/src/components/core/x-tag-business/index.d.ts +2 -0
- package/{components/core/xtag-business → src/components/core/x-tag-business}/root.d.ts +8 -8
- package/src/components/core/x-tag-state/index.d.ts +2 -0
- package/{components/core/xtag-state → src/components/core/x-tag-state}/root.d.ts +12 -12
- package/src/components/core/x-text/index.d.ts +2 -0
- package/{components/core/xtext → src/components/core/x-text}/root.d.ts +46 -46
- package/src/components/core/x-text-area/index.d.ts +2 -0
- package/{components → src/components}/core/x-text-area/root.d.ts +45 -45
- package/src/components/core/x-text-field/index.d.ts +2 -0
- package/{components → src/components}/core/x-text-field/root.d.ts +31 -31
- package/src/components/core/x-text-input/index.d.ts +2 -0
- package/{components/core/xtext-input → src/components/core/x-text-input}/root.d.ts +8 -8
- package/src/components/core/x-vspace/index.d.ts +2 -0
- package/{components/core/xvspace → src/components/core/x-vspace}/root.d.ts +7 -7
- package/src/components/mobile/x-app/index.d.ts +2 -0
- package/{components/mobile/xapp → src/components/mobile/x-app}/root.d.ts +8 -8
- package/src/components/mobile/x-body/index.d.ts +2 -0
- package/{components/mobile/xbody → src/components/mobile/x-body}/root.d.ts +7 -7
- package/src/components/mobile/x-bottom-sheet/index.d.ts +2 -0
- package/{components → src/components}/mobile/x-bottom-sheet/root.d.ts +85 -85
- package/src/components/mobile/x-bottom-sheet-expandable/index.d.ts +2 -0
- package/{components/mobile/xbottom-sheet-expandable → src/components/mobile/x-bottom-sheet-expandable}/root.d.ts +25 -25
- package/src/components/mobile/x-calendar/index.d.ts +2 -0
- package/{components/mobile/xcalendar → src/components/mobile/x-calendar}/root.d.ts +17 -17
- package/src/components/mobile/x-card-approve/index.d.ts +2 -0
- package/{components/mobile/xcard-approve → src/components/mobile/x-card-approve}/root.d.ts +34 -34
- package/src/components/mobile/x-card-decision/index.d.ts +2 -0
- package/{components/mobile/xcard-decision → src/components/mobile/x-card-decision}/root.d.ts +34 -34
- package/src/components/mobile/x-card-image/index.d.ts +2 -0
- package/{components/mobile/xcard-image → src/components/mobile/x-card-image}/root.d.ts +30 -30
- package/src/components/mobile/x-card-scan/index.d.ts +2 -0
- package/{components/mobile/xcard-scan → src/components/mobile/x-card-scan}/root.d.ts +19 -19
- package/{components/mobile/xdatepicker → src/components/mobile/x-datepicker}/constants.d.ts +19 -19
- package/src/components/mobile/x-datepicker/index.d.ts +2 -0
- package/{components/mobile/xdatepicker → src/components/mobile/x-datepicker}/root.d.ts +10 -10
- package/src/components/mobile/x-datepicker-input/index.d.ts +2 -0
- package/{components/mobile/xdatepicker-input → src/components/mobile/x-datepicker-input}/root.d.ts +18 -18
- package/src/components/mobile/x-empty-state/index.d.ts +2 -0
- package/{components/mobile/xempty-state → src/components/mobile/x-empty-state}/options/index.d.ts +15 -15
- package/{components/mobile/xempty-state → src/components/mobile/x-empty-state}/root.d.ts +9 -9
- package/src/components/mobile/x-float-button/index.d.ts +2 -0
- package/{components/mobile/xfloat-button → src/components/mobile/x-float-button}/root.d.ts +9 -9
- package/src/components/mobile/x-footer/index.d.ts +2 -0
- package/{components/mobile/xfooter → src/components/mobile/x-footer}/root.d.ts +9 -9
- package/src/components/mobile/x-group-radio-button/index.d.ts +2 -0
- package/{components/mobile/xgroup-radio-button → src/components/mobile/x-group-radio-button}/root.d.ts +31 -31
- package/src/components/mobile/x-header/index.d.ts +2 -0
- package/{components/mobile/xheader → src/components/mobile/x-header}/root.d.ts +36 -36
- package/{components/mobile/ximage-downloader → src/components/mobile/x-image-downloader}/index.d.ts +3 -3
- package/{components/mobile/ximage-downloader → src/components/mobile/x-image-downloader}/root.d.ts +14 -14
- package/{components/mobile/ximage-uploader → src/components/mobile/x-image-uploader}/index.d.ts +3 -3
- package/{components/mobile/ximage-uploader → src/components/mobile/x-image-uploader}/root.d.ts +20 -20
- package/src/components/mobile/x-modal/index.d.ts +2 -0
- package/{components → src/components}/mobile/x-modal/root.d.ts +84 -84
- package/src/components/mobile/x-option-radio-button/index.d.ts +2 -0
- package/{components/mobile/xoption-radio-button → src/components/mobile/x-option-radio-button}/root.d.ts +34 -34
- package/src/components/mobile/x-page/index.d.ts +2 -0
- package/{components/mobile/xpage → src/components/mobile/x-page}/root.d.ts +9 -9
- package/src/components/mobile/x-radio-button-option/index.d.ts +2 -0
- package/{components → src/components}/mobile/x-radio-button-option/root.d.ts +34 -34
- package/src/components/mobile/x-select/index.d.ts +2 -0
- package/{components/mobile/xselect → src/components/mobile/x-select}/root.d.ts +26 -26
- package/{components/mobile/xselect-multiple → src/components/mobile/x-select-multiple}/index.d.ts +3 -3
- package/{components/mobile/xselect-multiple → src/components/mobile/x-select-multiple}/root.d.ts +32 -32
- package/{components → src/components}/mobile/x-snackbar/api.d.ts +14 -14
- package/{components → src/components}/mobile/x-snackbar/container.d.ts +8 -8
- package/{components → src/components}/mobile/x-snackbar/index.d.ts +3 -3
- package/{components → src/components}/mobile/x-snackbar/snackbar.d.ts +40 -40
- package/src/components/mobile/x-tab-bar/index.d.ts +2 -0
- package/{components/mobile/xtab-bar → src/components/mobile/x-tab-bar}/root.d.ts +8 -8
- package/src/components/mobile/x-tab-bar-content/index.d.ts +2 -0
- package/{components/mobile/xtab-bar-content → src/components/mobile/x-tab-bar-content}/root.d.ts +6 -6
- package/src/components/mobile/x-tab-bar-item/index.d.ts +2 -0
- package/{components/mobile/xtab-bar-item → src/components/mobile/x-tab-bar-item}/root.d.ts +10 -10
- package/src/components/web/x-app/index.d.ts +2 -0
- package/{components/web/xapp → src/components/web/x-app}/root.d.ts +6 -6
- package/src/components/web/x-body/index.d.ts +2 -0
- package/{components/web/xbody → src/components/web/x-body}/root.d.ts +6 -6
- package/src/components/web/x-card-image/index.d.ts +2 -0
- package/{components/web/xcard-image → src/components/web/x-card-image}/root.d.ts +9 -9
- package/src/components/web/x-checkbox-group/index.d.ts +2 -0
- package/{components/web/xcheckbox-group → src/components/web/x-checkbox-group}/root.d.ts +18 -18
- package/src/components/web/x-collapse-card/index.d.ts +2 -0
- package/{components/web/xcollapse-card → src/components/web/x-collapse-card}/root.d.ts +12 -12
- package/src/components/web/x-confirm-modal/index.d.ts +2 -0
- package/{components/web/xconfirm-modal → src/components/web/x-confirm-modal}/root.d.ts +17 -17
- package/src/components/web/x-drawer/index.d.ts +2 -0
- package/{components/web/xdrawer → src/components/web/x-drawer}/root.d.ts +25 -25
- package/src/components/web/x-header/index.d.ts +2 -0
- package/{components/web/xheader → src/components/web/x-header}/root.d.ts +12 -12
- package/src/components/web/x-modal/index.d.ts +2 -0
- package/{components/web/xmodal → src/components/web/x-modal}/root.d.ts +27 -27
- package/{components/web/xnotification → src/components/web/x-notification}/api.d.ts +16 -16
- package/{components/web/xnotification → src/components/web/x-notification}/container.d.ts +7 -7
- package/{components/web/xnotification → src/components/web/x-notification}/index.d.ts +3 -3
- package/{components/web/xnotification → src/components/web/x-notification}/notification.d.ts +12 -12
- package/src/components/web/x-page/index.d.ts +2 -0
- package/{components/web/xpage → src/components/web/x-page}/root.d.ts +6 -6
- package/src/components/web/x-select/index.d.ts +2 -0
- package/{components/web/xselect → src/components/web/x-select}/root.d.ts +22 -22
- package/src/components/web/x-select-modal/index.d.ts +2 -0
- package/{components/web/xselect-modal → src/components/web/x-select-modal}/root.d.ts +25 -25
- package/src/components/web/x-select-multiple/index.d.ts +2 -0
- package/{components/web/xselect-multiple → src/components/web/x-select-multiple}/root.d.ts +20 -20
- package/src/components/web/x-sidebar/index.d.ts +2 -0
- package/{components/web/xsidebar → src/components/web/x-sidebar}/root.d.ts +27 -27
- package/{components/web/xtable → src/components/web/x-table}/index.d.ts +3 -3
- package/{components/web/xtable → src/components/web/x-table}/root.d.ts +54 -54
- package/src/components/web/x-tabs/index.d.ts +2 -0
- package/src/components/web/x-tabs/root.d.ts +3 -0
- package/src/components/web/x-tooltip/index.d.ts +2 -0
- package/{components/web/xtooltip → src/components/web/x-tooltip}/root.d.ts +11 -11
- package/{hooks → src/hooks}/useMountTransition.d.ts +1 -1
- package/src/index.core.d.ts +78 -0
- package/src/index.mobile.d.ts +209 -0
- package/src/index.web.d.ts +183 -0
- package/{models → src/models}/Collections/IAlertType.d.ts +1 -1
- package/{models → src/models}/Collections/IAppearance.d.ts +1 -1
- package/{models → src/models}/Collections/IBackground.d.ts +1 -1
- package/{models → src/models}/Collections/IBackgroundThone.d.ts +1 -1
- package/{models → src/models}/Collections/IBorder.d.ts +1 -1
- package/{models → src/models}/Collections/IBorderColor.d.ts +1 -1
- package/{models → src/models}/Collections/IBorderSize.d.ts +1 -1
- package/{models → src/models}/Collections/IBorderType.d.ts +1 -1
- package/{models → src/models}/Collections/IBottomExpandableState.d.ts +1 -1
- package/{models → src/models}/Collections/IBoxBackgroundThone.d.ts +1 -1
- package/{models → src/models}/Collections/IButtonIconState.d.ts +1 -1
- package/{models → src/models}/Collections/ICalendarSize.d.ts +1 -1
- package/{models → src/models}/Collections/ICardApproveBorder.d.ts +1 -1
- package/{models → src/models}/Collections/ICardCounterBorderType.d.ts +1 -1
- package/{models → src/models}/Collections/ICardDecisionSize.d.ts +1 -1
- package/{models → src/models}/Collections/ICardImageSize.d.ts +1 -1
- package/{models → src/models}/Collections/ICardScanSize.d.ts +1 -1
- package/{models → src/models}/Collections/ICardSize.d.ts +1 -1
- package/{models → src/models}/Collections/ICardState.d.ts +1 -1
- package/{models → src/models}/Collections/ICollapseCardSize.d.ts +1 -1
- package/{models → src/models}/Collections/IColor.d.ts +1 -1
- package/{models → src/models}/Collections/ICountry.d.ts +1 -1
- package/{models → src/models}/Collections/IDatepickerFormat.d.ts +1 -1
- package/{models → src/models}/Collections/IDatepickerInputFormat.d.ts +1 -1
- package/{models → src/models}/Collections/IDatepickerInputSize.d.ts +1 -1
- package/{models → src/models}/Collections/IDatepickerInputType.d.ts +1 -1
- package/{models → src/models}/Collections/IDatepickerSize.d.ts +1 -1
- package/{models → src/models}/Collections/IDatepickerType.d.ts +1 -1
- package/{models → src/models}/Collections/IDecisionItemSize.d.ts +1 -1
- package/{models → src/models}/Collections/IDecisionItemType.d.ts +1 -1
- package/{models → src/models}/Collections/IDecisionSize.d.ts +1 -1
- package/{models → src/models}/Collections/IDecisionValueType.d.ts +1 -1
- package/{models → src/models}/Collections/IEmailInputSize.d.ts +1 -1
- package/{models → src/models}/Collections/IEmptyStateType.d.ts +1 -1
- package/{models → src/models}/Collections/IExpanssionModalState.d.ts +1 -1
- package/{models → src/models}/Collections/IFloatButtonBottom.d.ts +1 -1
- package/{models → src/models}/Collections/IFloatButtonPlacement.d.ts +1 -1
- package/{models → src/models}/Collections/IFontSize.d.ts +1 -1
- package/{models → src/models}/Collections/IFooterAlign.d.ts +1 -1
- package/{models → src/models}/Collections/IGap.d.ts +1 -1
- package/{models → src/models}/Collections/IHeaderType.d.ts +1 -1
- package/{models → src/models}/Collections/IHeight.d.ts +1 -1
- package/{models → src/models}/Collections/IHorizontalAlign.d.ts +1 -1
- package/{models → src/models}/Collections/IIcon.d.ts +1 -1
- package/{models → src/models}/Collections/IIconColor.d.ts +1 -1
- package/{models → src/models}/Collections/IIconPosition.d.ts +1 -1
- package/{models → src/models}/Collections/IIconSize.d.ts +1 -1
- package/{models → src/models}/Collections/IInputMode.d.ts +1 -1
- package/{models → src/models}/Collections/IInputSize.d.ts +1 -1
- package/{models → src/models}/Collections/IInputType.d.ts +1 -1
- package/{models → src/models}/Collections/ILineClamp.d.ts +1 -1
- package/{models → src/models}/Collections/ILineHeight.d.ts +1 -1
- package/{models → src/models}/Collections/INotificationType.d.ts +1 -1
- package/{models → src/models}/Collections/INumberInputSize.d.ts +1 -1
- package/{models → src/models}/Collections/IOrientation.d.ts +1 -1
- package/{models → src/models}/Collections/IOverflow.d.ts +1 -1
- package/{models → src/models}/Collections/IPadding.d.ts +1 -1
- package/{models → src/models}/Collections/IPasswordInputSize.d.ts +1 -1
- package/{models → src/models}/Collections/IPhoneInputSize.d.ts +1 -1
- package/{models → src/models}/Collections/IPlacement.d.ts +1 -1
- package/{models → src/models}/Collections/IPlacementY.d.ts +1 -1
- package/{models → src/models}/Collections/IProgressBarSize.d.ts +1 -1
- package/{models → src/models}/Collections/IProgressBarType.d.ts +1 -1
- package/{models → src/models}/Collections/IRounded.d.ts +1 -1
- package/{models → src/models}/Collections/ISearchInputSize.d.ts +1 -1
- package/{models → src/models}/Collections/ISelectModalSize.d.ts +1 -1
- package/{models → src/models}/Collections/ISelectMultipleSize.d.ts +1 -1
- package/{models → src/models}/Collections/ISelectSize.d.ts +1 -1
- package/{models → src/models}/Collections/ISize.d.ts +1 -1
- package/{models → src/models}/Collections/ISkeletonType.d.ts +1 -1
- package/{models → src/models}/Collections/ISkeletonWidth.d.ts +1 -1
- package/{models → src/models}/Collections/ISnackbarType.d.ts +1 -1
- package/{models → src/models}/Collections/IState.d.ts +1 -1
- package/{models → src/models}/Collections/ISymbol.d.ts +1 -1
- package/{models → src/models}/Collections/ISymbolColor.d.ts +1 -1
- package/{models → src/models}/Collections/ISymbolSize.d.ts +1 -1
- package/{models → src/models}/Collections/ITabBarBorder.d.ts +1 -1
- package/{models → src/models}/Collections/ITabSize.d.ts +1 -1
- package/{models → src/models}/Collections/ITabType.d.ts +1 -1
- package/{models → src/models}/Collections/ITabsBorder.d.ts +1 -1
- package/{models → src/models}/Collections/ITabsSize.d.ts +1 -1
- package/{models → src/models}/Collections/ITagBusinessBrand.d.ts +1 -1
- package/{models → src/models}/Collections/ITagBusinessSize.d.ts +1 -1
- package/{models → src/models}/Collections/ITagColor.d.ts +1 -1
- package/{models → src/models}/Collections/ITagSize.d.ts +1 -1
- package/{models → src/models}/Collections/ITagStateColor.d.ts +1 -1
- package/{models → src/models}/Collections/ITagStateSize.d.ts +1 -1
- package/{models → src/models}/Collections/ITagStateType.d.ts +1 -1
- package/{models → src/models}/Collections/ITagType.d.ts +1 -1
- package/{models → src/models}/Collections/ITextAlign.d.ts +1 -1
- package/{models → src/models}/Collections/ITextColorThone.d.ts +1 -1
- package/{models → src/models}/Collections/ITextFieldSize.d.ts +1 -1
- package/{models → src/models}/Collections/ITextFieldType.d.ts +1 -1
- package/{models → src/models}/Collections/ITextInputSize.d.ts +1 -1
- package/{models → src/models}/Collections/ITextOverflow.d.ts +1 -1
- package/{models → src/models}/Collections/ITheme.d.ts +1 -1
- package/{models → src/models}/Collections/ITooltipPlacement.d.ts +1 -1
- package/{models → src/models}/Collections/IType.d.ts +1 -1
- package/{models → src/models}/Collections/IVSpaceSize.d.ts +1 -1
- package/{models → src/models}/Collections/IVerticalAlign.d.ts +1 -1
- package/{models → src/models}/Collections/IWeight.d.ts +1 -1
- package/{models → src/models}/Collections/IWidth.d.ts +1 -1
- package/{models → src/models}/Collections/index.d.ts +103 -103
- package/{models → src/models}/index.d.ts +2 -2
- package/components/core/x-radio-button/index.d.ts +0 -2
- package/components/core/x-symbol/index.d.ts +0 -2
- package/components/core/x-text-area/index.d.ts +0 -2
- package/components/core/xavatar/index.d.ts +0 -2
- package/components/core/xbadge/index.d.ts +0 -2
- package/components/core/xbox/index.d.ts +0 -2
- package/components/core/xbutton/index.d.ts +0 -2
- package/components/core/xcard/index.d.ts +0 -2
- package/components/core/xcard-counter/index.d.ts +0 -2
- package/components/core/xcollapse-card/index.d.ts +0 -2
- package/components/core/xcounter/index.d.ts +0 -2
- package/components/core/xcredits/index.d.ts +0 -2
- package/components/core/xcurrency-input/index.d.ts +0 -2
- package/components/core/xdecision/index.d.ts +0 -2
- package/components/core/xdecision-item/index.d.ts +0 -2
- package/components/core/xdivider/index.d.ts +0 -2
- package/components/core/xemail-input/index.d.ts +0 -2
- package/components/core/xexpansion-panel/index.d.ts +0 -2
- package/components/core/xform-item/index.d.ts +0 -2
- package/components/core/ximage/index.d.ts +0 -2
- package/components/core/ximage-preview/index.d.ts +0 -2
- package/components/core/ximage-previewer/index.d.ts +0 -2
- package/components/core/xlist/index.d.ts +0 -2
- package/components/core/xnumber-input/index.d.ts +0 -2
- package/components/core/xpassword-input/index.d.ts +0 -2
- package/components/core/xphone-input/index.d.ts +0 -2
- package/components/core/xprogress-bar/index.d.ts +0 -2
- package/components/core/xsearch-input/index.d.ts +0 -2
- package/components/core/xskeleton/index.d.ts +0 -2
- package/components/core/xskeleton-renderer/index.d.ts +0 -2
- package/components/core/xswitch/index.d.ts +0 -2
- package/components/core/xtab/index.d.ts +0 -2
- package/components/core/xtab-content/index.d.ts +0 -2
- package/components/core/xtab-panel/index.d.ts +0 -2
- package/components/core/xtabs/index.d.ts +0 -2
- package/components/core/xtag/index.d.ts +0 -2
- package/components/core/xtag-business/index.d.ts +0 -2
- package/components/core/xtag-state/index.d.ts +0 -2
- package/components/core/xtext/index.d.ts +0 -2
- package/components/core/xtext-input/index.d.ts +0 -2
- package/components/core/xvspace/index.d.ts +0 -2
- package/components/mobile/x-bottom-sheet/index.d.ts +0 -2
- package/components/mobile/x-modal/index.d.ts +0 -2
- package/components/mobile/x-radio-button-option/index.d.ts +0 -2
- package/components/mobile/xapp/index.d.ts +0 -2
- package/components/mobile/xbody/index.d.ts +0 -2
- package/components/mobile/xbottom-sheet-expandable/index.d.ts +0 -2
- package/components/mobile/xcalendar/index.d.ts +0 -2
- package/components/mobile/xcard-approve/index.d.ts +0 -2
- package/components/mobile/xcard-decision/index.d.ts +0 -2
- package/components/mobile/xcard-image/index.d.ts +0 -2
- package/components/mobile/xcard-scan/index.d.ts +0 -2
- package/components/mobile/xdatepicker/index.d.ts +0 -2
- package/components/mobile/xdatepicker-input/index.d.ts +0 -2
- package/components/mobile/xempty-state/index.d.ts +0 -2
- package/components/mobile/xfloat-button/index.d.ts +0 -2
- package/components/mobile/xfooter/index.d.ts +0 -2
- package/components/mobile/xgroup-radio-button/index.d.ts +0 -2
- package/components/mobile/xheader/index.d.ts +0 -2
- package/components/mobile/xoption-radio-button/index.d.ts +0 -2
- package/components/mobile/xpage/index.d.ts +0 -2
- package/components/mobile/xselect/index.d.ts +0 -2
- package/components/mobile/xtab-bar/index.d.ts +0 -2
- package/components/mobile/xtab-bar-content/index.d.ts +0 -2
- package/components/mobile/xtab-bar-item/index.d.ts +0 -2
- package/components/web/xapp/index.d.ts +0 -2
- package/components/web/xbody/index.d.ts +0 -2
- package/components/web/xcard-image/index.d.ts +0 -2
- package/components/web/xcheckbox-group/index.d.ts +0 -2
- package/components/web/xcollapse-card/index.d.ts +0 -2
- package/components/web/xconfirm-modal/index.d.ts +0 -2
- package/components/web/xdrawer/index.d.ts +0 -2
- package/components/web/xheader/index.d.ts +0 -2
- package/components/web/xmodal/index.d.ts +0 -2
- package/components/web/xpage/index.d.ts +0 -2
- package/components/web/xselect/index.d.ts +0 -2
- package/components/web/xselect-modal/index.d.ts +0 -2
- package/components/web/xselect-multiple/index.d.ts +0 -2
- package/components/web/xsidebar/index.d.ts +0 -2
- package/components/web/xtabs/index.d.ts +0 -2
- package/components/web/xtabs/root.d.ts +0 -3
- package/components/web/xtooltip/index.d.ts +0 -2
- package/css/fonts.css +0 -41
- package/css/index.css +0 -18
- package/index.core.d.ts +0 -76
- package/index.mobile.d.ts +0 -131
- package/index.web.d.ts +0 -115
- package/themes/arcus.theme.css +0 -33
- package/themes/default.css +0 -17
- package/themes/easy.theme.css +0 -28
- package/themes/fonts.css +0 -1
- package/themes/jumbo.theme.css +0 -26
- package/themes/paris.theme.css +0 -13
- package/themes/spid.theme.css +0 -15
- /package/css/{breakpoints.css → tokens/breakpoints.css} +0 -0
- /package/{themes/default.theme.css → css/tokens/colors.css} +0 -0
- /package/css/{shadow.css → tokens/shadow.css} +0 -0
- /package/css/{spacing.css → tokens/spacing.css} +0 -0
- /package/css/{typography.css → tokens/typography.css} +0 -0
package/index.css
CHANGED
|
@@ -1,547 +1,567 @@
|
|
|
1
|
-
.
|
|
1
|
+
@import url('./css/tokens/colors.css');
|
|
2
|
+
@import url('./css/tokens/spacing.css');
|
|
3
|
+
@import url('./css/tokens/typography.css');
|
|
4
|
+
@import url('./css/tokens/size.css');
|
|
5
|
+
@import url('./css/tokens/shadow.css');
|
|
6
|
+
@import url('./css/tokens/breakpoints.css');
|
|
7
|
+
@import url('./css/tokens/fonts.css');
|
|
8
|
+
|
|
9
|
+
/* Load default theme*/
|
|
10
|
+
@import url('./css/themes/default.theme.css');
|
|
11
|
+
|
|
12
|
+
body {
|
|
13
|
+
/*
|
|
14
|
+
To remove the highlighting completely, you can set the value to transparent:
|
|
15
|
+
https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-tap-highlight-color
|
|
16
|
+
*/
|
|
17
|
+
font-family: var(--font-family, 'Open Sans', sans-serif);
|
|
18
|
+
-webkit-tap-highlight-color: transparent;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.root-module_xbox__yma4a {
|
|
2
22
|
display: flex;
|
|
3
23
|
box-sizing: border-box;
|
|
4
24
|
}
|
|
5
25
|
|
|
6
26
|
/* HORIZONTAL ALIGN FIXED VALUES */
|
|
7
|
-
.root-module_horizontal_align-
|
|
27
|
+
.root-module_horizontal_align-stretch__Uu-JB {
|
|
8
28
|
align-items: stretch;
|
|
9
29
|
}
|
|
10
|
-
.root-module_horizontal_align-
|
|
30
|
+
.root-module_horizontal_align-start__cieYR {
|
|
11
31
|
align-items: flex-start;
|
|
12
32
|
}
|
|
13
|
-
.root-module_horizontal_align-
|
|
33
|
+
.root-module_horizontal_align-end__Goba- {
|
|
14
34
|
align-items: flex-end;
|
|
15
35
|
}
|
|
16
|
-
.root-module_horizontal_align-
|
|
36
|
+
.root-module_horizontal_align-center__nYqXm {
|
|
17
37
|
align-items: center;
|
|
18
38
|
}
|
|
19
|
-
.root-module_horizontal_align-
|
|
39
|
+
.root-module_horizontal_align-between__PrzZe {
|
|
20
40
|
align-items: space-between;
|
|
21
41
|
}
|
|
22
|
-
.root-module_horizontal_align-
|
|
42
|
+
.root-module_horizontal_align-evenly__BJWZ7 {
|
|
23
43
|
align-items: space-evenly;
|
|
24
44
|
}
|
|
25
|
-
.root-module_horizontal_align-
|
|
45
|
+
.root-module_horizontal_align-around__tOYVE {
|
|
26
46
|
align-items: space-around;
|
|
27
47
|
}
|
|
28
48
|
|
|
29
49
|
/* VERTICAL ALIGN FIXED VALUES */
|
|
30
|
-
.root-module_vertical_align-
|
|
50
|
+
.root-module_vertical_align-start__8C6qT {
|
|
31
51
|
justify-content: flex-start;
|
|
32
52
|
}
|
|
33
|
-
.root-module_vertical_align-
|
|
53
|
+
.root-module_vertical_align-end__bPA-w {
|
|
34
54
|
justify-content: flex-end;
|
|
35
55
|
}
|
|
36
|
-
.root-module_vertical_align-
|
|
56
|
+
.root-module_vertical_align-center__-tvAn {
|
|
37
57
|
justify-content: center;
|
|
38
58
|
}
|
|
39
|
-
.root-module_vertical_align-
|
|
59
|
+
.root-module_vertical_align-between__rgAyy {
|
|
40
60
|
justify-content: space-between;
|
|
41
61
|
}
|
|
42
|
-
.root-module_vertical_align-
|
|
62
|
+
.root-module_vertical_align-evenly__GEryE {
|
|
43
63
|
justify-content: space-evenly;
|
|
44
64
|
}
|
|
45
|
-
.root-module_vertical_align-
|
|
65
|
+
.root-module_vertical_align-around__23iac {
|
|
46
66
|
justify-content: space-around;
|
|
47
67
|
}
|
|
48
|
-
.root-module_vertical_align-
|
|
68
|
+
.root-module_vertical_align-stretch__BW-Ts {
|
|
49
69
|
justify-content: stretch;
|
|
50
70
|
}
|
|
51
71
|
|
|
52
72
|
/* ORIENTATION FIXED VALUES */
|
|
53
|
-
.root-module_orientation-
|
|
73
|
+
.root-module_orientation-vertical__zRM6h {
|
|
54
74
|
flex-direction: column;
|
|
55
75
|
}
|
|
56
|
-
.root-module_orientation-
|
|
76
|
+
.root-module_orientation-horizontal__eCIxa {
|
|
57
77
|
flex-direction: row;
|
|
58
78
|
}
|
|
59
79
|
|
|
60
80
|
/* PADDINGS FIXED VALUES */
|
|
61
|
-
.root-module_padding-
|
|
81
|
+
.root-module_padding-none__p0VhG {
|
|
62
82
|
padding: var(--xbox-padding-none);
|
|
63
83
|
}
|
|
64
|
-
.root-module_padding-
|
|
84
|
+
.root-module_padding-xxs__bI2lX {
|
|
65
85
|
padding: var(--xbox-padding-xxs);
|
|
66
86
|
}
|
|
67
|
-
.root-module_padding-
|
|
87
|
+
.root-module_padding-xs__5puL9 {
|
|
68
88
|
padding: var(--xbox-padding-xs);
|
|
69
89
|
}
|
|
70
|
-
.root-module_padding-
|
|
90
|
+
.root-module_padding-s__It-Ln {
|
|
71
91
|
padding: var(--xbox-padding-s);
|
|
72
92
|
}
|
|
73
|
-
.root-module_padding-
|
|
93
|
+
.root-module_padding-m__Vk9uH {
|
|
74
94
|
padding: var(--xbox-padding-m);
|
|
75
95
|
}
|
|
76
|
-
.root-module_padding-
|
|
96
|
+
.root-module_padding-l__jvoI7 {
|
|
77
97
|
padding: var(--xbox-padding-l);
|
|
78
98
|
}
|
|
79
|
-
.root-module_padding-
|
|
99
|
+
.root-module_padding-xl__mpGJ0 {
|
|
80
100
|
padding: var(--xbox-padding-xl);
|
|
81
101
|
}
|
|
82
102
|
|
|
83
103
|
/* GAP FIXED VALUES */
|
|
84
|
-
.root-module_gap-
|
|
104
|
+
.root-module_gap-none__IVQFf {
|
|
85
105
|
gap: var(--xbox-padding-none);
|
|
86
106
|
}
|
|
87
|
-
.root-module_gap-
|
|
107
|
+
.root-module_gap-xxs__5VwXW {
|
|
88
108
|
gap: var(--xbox-padding-xxs);
|
|
89
109
|
}
|
|
90
|
-
.root-module_gap-
|
|
110
|
+
.root-module_gap-xs__Y4ZR3 {
|
|
91
111
|
gap: var(--xbox-padding-xs);
|
|
92
112
|
}
|
|
93
|
-
.root-module_gap-
|
|
113
|
+
.root-module_gap-s__4URxv {
|
|
94
114
|
gap: var(--xbox-padding-s);
|
|
95
115
|
}
|
|
96
|
-
.root-module_gap-
|
|
116
|
+
.root-module_gap-m__HqEfz {
|
|
97
117
|
gap: var(--xbox-padding-m);
|
|
98
118
|
}
|
|
99
|
-
.root-module_gap-
|
|
119
|
+
.root-module_gap-l__xSejY {
|
|
100
120
|
gap: var(--xbox-padding-l);
|
|
101
121
|
}
|
|
102
|
-
.root-module_gap-
|
|
122
|
+
.root-module_gap-xl__7Ncpm {
|
|
103
123
|
gap: var(--xbox-padding-xl);
|
|
104
124
|
}
|
|
105
125
|
|
|
106
126
|
/* PDA Support GAP FIXED VALUES */
|
|
107
|
-
.root-
|
|
127
|
+
.root-module_xbox__yma4a.root-module_pda-support__Mno10 {
|
|
108
128
|
gap: var(--xbox-padding-none);
|
|
109
129
|
}
|
|
110
130
|
|
|
111
131
|
/* HORIZONATL GAP FIXED VALUES */
|
|
112
|
-
.root-module_pda-
|
|
132
|
+
.root-module_pda-support__Mno10.root-module_orientation-horizontal__eCIxa.root-module_gap-none__IVQFf > * {
|
|
113
133
|
margin-left: var(--xbox-padding-none);
|
|
114
134
|
margin-top: var(--xbox-padding-none);
|
|
115
135
|
}
|
|
116
136
|
|
|
117
|
-
.root-module_pda-
|
|
137
|
+
.root-module_pda-support__Mno10.root-module_orientation-horizontal__eCIxa.root-module_gap-xxs__5VwXW > *:not(:first-child) {
|
|
118
138
|
margin-left: var(--xbox-padding-xxs);
|
|
119
139
|
}
|
|
120
140
|
|
|
121
|
-
.root-module_pda-
|
|
141
|
+
.root-module_pda-support__Mno10.root-module_orientation-horizontal__eCIxa.root-module_flexWrap__J-j1b.root-module_gap-xxs__5VwXW > * {
|
|
122
142
|
margin-left: var(--xbox-padding-xxs);
|
|
123
143
|
margin-top: var(--xbox-padding-xxs);
|
|
124
144
|
}
|
|
125
145
|
|
|
126
|
-
.root-module_pda-
|
|
146
|
+
.root-module_pda-support__Mno10.root-module_orientation-horizontal__eCIxa.root-module_flexWrap__J-j1b.root-module_gap-xxs__5VwXW {
|
|
127
147
|
margin-left: calc(-1 * var(--xbox-padding-xxs));
|
|
128
148
|
margin-top: calc(-1 * var(--xbox-padding-xxs));
|
|
129
149
|
}
|
|
130
150
|
|
|
131
|
-
.root-module_pda-
|
|
151
|
+
.root-module_pda-support__Mno10.root-module_orientation-horizontal__eCIxa.root-module_gap-xs__Y4ZR3 > *:not(:first-child) {
|
|
132
152
|
margin-left: var(--xbox-padding-xs);
|
|
133
153
|
}
|
|
134
154
|
|
|
135
|
-
.root-module_pda-
|
|
155
|
+
.root-module_pda-support__Mno10.root-module_orientation-horizontal__eCIxa.root-module_flexWrap__J-j1b.root-module_gap-xs__Y4ZR3 > * {
|
|
136
156
|
margin-left: var(--xbox-padding-xs);
|
|
137
157
|
margin-top: var(--xbox-padding-xs);
|
|
138
158
|
}
|
|
139
159
|
|
|
140
|
-
.root-module_pda-
|
|
160
|
+
.root-module_pda-support__Mno10.root-module_orientation-horizontal__eCIxa.root-module_flexWrap__J-j1b.root-module_gap-xs__Y4ZR3 {
|
|
141
161
|
margin-left: calc(-1 * var(--xbox-padding-xs));
|
|
142
162
|
margin-top: calc(-1 * var(--xbox-padding-xs));
|
|
143
163
|
}
|
|
144
164
|
|
|
145
|
-
.root-module_pda-
|
|
165
|
+
.root-module_pda-support__Mno10.root-module_orientation-horizontal__eCIxa.root-module_gap-s__4URxv > *:not(:first-child) {
|
|
146
166
|
margin-left: var(--xbox-padding-s);
|
|
147
167
|
}
|
|
148
168
|
|
|
149
|
-
.root-module_pda-
|
|
169
|
+
.root-module_pda-support__Mno10.root-module_orientation-horizontal__eCIxa.root-module_flexWrap__J-j1b.root-module_gap-s__4URxv > * {
|
|
150
170
|
margin-left: var(--xbox-padding-s);
|
|
151
171
|
margin-top: var(--xbox-padding-s);
|
|
152
172
|
}
|
|
153
173
|
|
|
154
|
-
.root-module_pda-
|
|
174
|
+
.root-module_pda-support__Mno10.root-module_orientation-horizontal__eCIxa.root-module_flexWrap__J-j1b.root-module_gap-s__4URxv {
|
|
155
175
|
margin-left: calc(-1 * var(--xbox-padding-s));
|
|
156
176
|
margin-top: calc(-1 * var(--xbox-padding-s));
|
|
157
177
|
}
|
|
158
178
|
|
|
159
|
-
.root-module_pda-
|
|
179
|
+
.root-module_pda-support__Mno10.root-module_orientation-horizontal__eCIxa.root-module_gap-m__HqEfz > *:not(:first-child) {
|
|
160
180
|
margin-left: var(--xbox-padding-m);
|
|
161
181
|
}
|
|
162
182
|
|
|
163
|
-
.root-module_pda-
|
|
183
|
+
.root-module_pda-support__Mno10.root-module_orientation-horizontal__eCIxa.root-module_flexWrap__J-j1b.root-module_gap-m__HqEfz > * {
|
|
164
184
|
margin-left: var(--xbox-padding-m);
|
|
165
185
|
margin-top: var(--xbox-padding-m);
|
|
166
186
|
}
|
|
167
187
|
|
|
168
|
-
.root-module_pda-
|
|
188
|
+
.root-module_pda-support__Mno10.root-module_orientation-horizontal__eCIxa.root-module_flexWrap__J-j1b.root-module_gap-m__HqEfz {
|
|
169
189
|
margin-left: calc(-1 * var(--xbox-padding-m));
|
|
170
190
|
margin-top: calc(-1 * var(--xbox-padding-m));
|
|
171
191
|
}
|
|
172
192
|
|
|
173
|
-
.root-module_pda-
|
|
193
|
+
.root-module_pda-support__Mno10.root-module_orientation-horizontal__eCIxa.root-module_gap-l__xSejY > *:not(:first-child) {
|
|
174
194
|
margin-left: var(--xbox-padding-l);
|
|
175
195
|
}
|
|
176
196
|
|
|
177
|
-
.root-module_pda-
|
|
197
|
+
.root-module_pda-support__Mno10.root-module_orientation-horizontal__eCIxa.root-module_flexWrap__J-j1b.root-module_gap-l__xSejY > * {
|
|
178
198
|
margin-left: var(--xbox-padding-l);
|
|
179
199
|
margin-top: var(--xbox-padding-l);
|
|
180
200
|
}
|
|
181
201
|
|
|
182
|
-
.root-module_pda-
|
|
202
|
+
.root-module_pda-support__Mno10.root-module_orientation-horizontal__eCIxa.root-module_flexWrap__J-j1b.root-module_gap-l__xSejY {
|
|
183
203
|
margin-left: calc(-1 * var(--xbox-padding-l));
|
|
184
204
|
margin-top: calc(-1 * var(--xbox-padding-l));
|
|
185
205
|
}
|
|
186
206
|
|
|
187
|
-
.root-module_pda-
|
|
207
|
+
.root-module_pda-support__Mno10.root-module_orientation-horizontal__eCIxa.root-module_gap-xl__7Ncpm > *:not(:first-child) {
|
|
188
208
|
margin-left: var(--xbox-padding-xl);
|
|
189
209
|
}
|
|
190
210
|
|
|
191
|
-
.root-module_pda-
|
|
211
|
+
.root-module_pda-support__Mno10.root-module_orientation-horizontal__eCIxa.root-module_flexWrap__J-j1b.root-module_gap-xl__7Ncpm > * {
|
|
192
212
|
margin-left: var(--xbox-padding-xl);
|
|
193
213
|
margin-top: var(--xbox-padding-xl);
|
|
194
214
|
}
|
|
195
215
|
|
|
196
|
-
.root-module_pda-
|
|
216
|
+
.root-module_pda-support__Mno10.root-module_orientation-horizontal__eCIxa.root-module_flexWrap__J-j1b.root-module_gap-xl__7Ncpm {
|
|
197
217
|
margin-left: calc(-1 * var(--xbox-padding-xl));
|
|
198
218
|
margin-top: calc(-1 * var(--xbox-padding-xl));
|
|
199
219
|
}
|
|
200
220
|
|
|
201
221
|
/* VERTICAL GAP FIXED VALUES */
|
|
202
|
-
.root-module_pda-
|
|
222
|
+
.root-module_pda-support__Mno10.root-module_orientation-vertical__zRM6h.root-module_gap-none__IVQFf > *:not(:first-child) {
|
|
203
223
|
margin-top: var(--xbox-padding-none);
|
|
204
224
|
}
|
|
205
225
|
|
|
206
|
-
.root-module_pda-
|
|
226
|
+
.root-module_pda-support__Mno10.root-module_orientation-vertical__zRM6h.root-module_gap-xxs__5VwXW > *:not(:first-child) {
|
|
207
227
|
margin-top: var(--xbox-padding-xxs);
|
|
208
228
|
}
|
|
209
229
|
|
|
210
|
-
.root-module_pda-
|
|
230
|
+
.root-module_pda-support__Mno10.root-module_orientation-vertical__zRM6h.root-module_gap-xs__Y4ZR3 > *:not(:first-child) {
|
|
211
231
|
margin-top: var(--xbox-padding-xs);
|
|
212
232
|
}
|
|
213
233
|
|
|
214
|
-
.root-module_pda-
|
|
234
|
+
.root-module_pda-support__Mno10.root-module_orientation-vertical__zRM6h.root-module_gap-s__4URxv > *:not(:first-child) {
|
|
215
235
|
margin-top: var(--xbox-padding-s);
|
|
216
236
|
}
|
|
217
237
|
|
|
218
|
-
.root-module_pda-
|
|
238
|
+
.root-module_pda-support__Mno10.root-module_orientation-vertical__zRM6h.root-module_gap-m__HqEfz > *:not(:first-child) {
|
|
219
239
|
margin-top: var(--xbox-padding-m);
|
|
220
240
|
}
|
|
221
241
|
|
|
222
|
-
.root-module_pda-
|
|
242
|
+
.root-module_pda-support__Mno10.root-module_orientation-vertical__zRM6h.root-module_gap-l__xSejY > *:not(:first-child) {
|
|
223
243
|
margin-top: var(--xbox-padding-l);
|
|
224
244
|
}
|
|
225
245
|
|
|
226
|
-
.root-module_pda-
|
|
246
|
+
.root-module_pda-support__Mno10.root-module_orientation-vertical__zRM6h.root-module_gap-xl__7Ncpm > *:not(:first-child) {
|
|
227
247
|
margin-top: var(--xbox-padding-xl);
|
|
228
248
|
}
|
|
229
249
|
|
|
230
250
|
/* HEIGHT FIXED VALUES */
|
|
231
|
-
.root-module_height-
|
|
251
|
+
.root-module_height-auto__duvmB {
|
|
232
252
|
height: auto;
|
|
233
253
|
}
|
|
234
|
-
.root-module_height-
|
|
254
|
+
.root-module_height-full__872pQ {
|
|
235
255
|
height: 100%;
|
|
236
256
|
}
|
|
237
|
-
.root-module_height-
|
|
257
|
+
.root-module_height-1__Yor3i {
|
|
238
258
|
height: var(--xbox-size-1);
|
|
239
259
|
}
|
|
240
|
-
.root-module_height-
|
|
260
|
+
.root-module_height-2__szBCU {
|
|
241
261
|
height: var(--xbox-size-2);
|
|
242
262
|
}
|
|
243
|
-
.root-module_height-
|
|
263
|
+
.root-module_height-3__7-MIa {
|
|
244
264
|
height: var(--xbox-size-3);
|
|
245
265
|
}
|
|
246
|
-
.root-module_height-
|
|
266
|
+
.root-module_height-4__-9nxP {
|
|
247
267
|
height: var(--xbox-size-4);
|
|
248
268
|
}
|
|
249
|
-
.root-module_height-
|
|
269
|
+
.root-module_height-5__aVmuv {
|
|
250
270
|
height: var(--xbox-size-5);
|
|
251
271
|
}
|
|
252
|
-
.root-module_height-
|
|
272
|
+
.root-module_height-6__LiBcl {
|
|
253
273
|
height: var(--xbox-size-6);
|
|
254
274
|
}
|
|
255
|
-
.root-module_height-
|
|
275
|
+
.root-module_height-7__BJTju {
|
|
256
276
|
height: var(--xbox-size-7);
|
|
257
277
|
}
|
|
258
|
-
.root-module_height-
|
|
278
|
+
.root-module_height-8__LkiP8 {
|
|
259
279
|
height: var(--xbox-size-8);
|
|
260
280
|
}
|
|
261
|
-
.root-module_height-
|
|
281
|
+
.root-module_height-9__Ns2xG {
|
|
262
282
|
height: var(--xbox-size-9);
|
|
263
283
|
border-width: var(--xbox-border-small);
|
|
264
284
|
}
|
|
265
|
-
.root-module_height-
|
|
285
|
+
.root-module_height-10__iZTAr {
|
|
266
286
|
height: var(--xbox-size-10);
|
|
267
287
|
border-width: var(--xbox-border-small);
|
|
268
288
|
}
|
|
269
|
-
.root-module_height-
|
|
289
|
+
.root-module_height-11__-dNlW {
|
|
270
290
|
height: var(--xbox-size-11);
|
|
271
291
|
border-width: var(--xbox-border-small);
|
|
272
292
|
}
|
|
273
|
-
.root-module_height-
|
|
293
|
+
.root-module_height-12__GEbiP {
|
|
274
294
|
height: var(--xbox-size-12);
|
|
275
295
|
border-width: var(--xbox-border-small);
|
|
276
296
|
}
|
|
277
297
|
|
|
278
298
|
/* WIDTH FIXED VALUES */
|
|
279
|
-
.root-module_width-
|
|
299
|
+
.root-module_width-auto__xBnhr {
|
|
280
300
|
width: auto;
|
|
281
301
|
}
|
|
282
|
-
.root-module_width-
|
|
302
|
+
.root-module_width-half__nZntp {
|
|
283
303
|
width: 50%;
|
|
284
304
|
}
|
|
285
|
-
.root-module_width-
|
|
305
|
+
.root-module_width-full__oNRPX {
|
|
286
306
|
width: 100%;
|
|
287
307
|
}
|
|
288
|
-
.root-module_width-
|
|
308
|
+
.root-module_width-flex__FrThS {
|
|
289
309
|
flex: 1;
|
|
290
310
|
}
|
|
291
311
|
|
|
292
|
-
.root-
|
|
312
|
+
.root-module_max_width__C2I7A {
|
|
293
313
|
max-width: var(--maxwidth);
|
|
294
314
|
}
|
|
295
|
-
.root-
|
|
315
|
+
.root-module_min_width__KaIkA {
|
|
296
316
|
min-width: var(--xbutton-minwidth);
|
|
297
317
|
}
|
|
298
|
-
.root-module_width-
|
|
318
|
+
.root-module_width-1__uwAHY {
|
|
299
319
|
width: var(--xbox-size-1);
|
|
300
320
|
}
|
|
301
|
-
.root-module_width-
|
|
321
|
+
.root-module_width-2__qiUyI {
|
|
302
322
|
width: var(--xbox-size-2);
|
|
303
323
|
}
|
|
304
|
-
.root-module_width-
|
|
324
|
+
.root-module_width-3__UOTxZ {
|
|
305
325
|
width: var(--xbox-size-3);
|
|
306
326
|
}
|
|
307
|
-
.root-module_width-
|
|
327
|
+
.root-module_width-4__Ys4H6 {
|
|
308
328
|
width: var(--xbox-size-4);
|
|
309
329
|
}
|
|
310
|
-
.root-module_width-
|
|
330
|
+
.root-module_width-5__XVgeH {
|
|
311
331
|
width: var(--xbox-size-5);
|
|
312
332
|
}
|
|
313
|
-
.root-module_width-
|
|
333
|
+
.root-module_width-6__FUZ2W {
|
|
314
334
|
width: var(--xbox-size-6);
|
|
315
335
|
}
|
|
316
|
-
.root-module_width-
|
|
336
|
+
.root-module_width-7__UCY4f {
|
|
317
337
|
width: var(--xbox-size-7);
|
|
318
338
|
}
|
|
319
|
-
.root-module_width-
|
|
339
|
+
.root-module_width-8__XPUS2 {
|
|
320
340
|
width: var(--xbox-size-8);
|
|
321
341
|
}
|
|
322
|
-
.root-module_width-
|
|
342
|
+
.root-module_width-9__ZkneV {
|
|
323
343
|
width: var(--xbox-size-9);
|
|
324
344
|
border-width: var(--xbox-border-small);
|
|
325
345
|
}
|
|
326
|
-
.root-module_width-
|
|
346
|
+
.root-module_width-10__6xzL- {
|
|
327
347
|
width: var(--xbox-size-10);
|
|
328
348
|
border-width: var(--xbox-border-small);
|
|
329
349
|
}
|
|
330
|
-
.root-module_width-
|
|
350
|
+
.root-module_width-11__iw7NV {
|
|
331
351
|
width: var(--xbox-size-11);
|
|
332
352
|
border-width: var(--xbox-border-small);
|
|
333
353
|
}
|
|
334
|
-
.root-module_width-
|
|
354
|
+
.root-module_width-12__XC3cl {
|
|
335
355
|
width: var(--xbox-size-12);
|
|
336
356
|
border-width: var(--xbox-border-small);
|
|
337
357
|
}
|
|
338
358
|
|
|
339
359
|
/* TOUCHABLE FIXED VALUES */
|
|
340
|
-
.root-
|
|
360
|
+
.root-module_touchable__fyzW- {
|
|
341
361
|
cursor: pointer;
|
|
342
362
|
transition: all 0.25s ease-in-out;
|
|
343
363
|
transition-property: transform, opacity;
|
|
344
364
|
}
|
|
345
|
-
.root-
|
|
365
|
+
.root-module_touchable__fyzW-:hover {
|
|
346
366
|
transform: scale(1.025);
|
|
347
367
|
}
|
|
348
|
-
.root-
|
|
368
|
+
.root-module_touchable__fyzW-:active {
|
|
349
369
|
transform: scale(0.95);
|
|
350
370
|
}
|
|
351
371
|
|
|
352
372
|
/* Clickable FIXED VALUES */
|
|
353
|
-
.root-
|
|
373
|
+
.root-module_clickable__6UqgY {
|
|
354
374
|
cursor: pointer;
|
|
355
375
|
}
|
|
356
376
|
|
|
357
377
|
/* FlexWrap FIXED VALUES */
|
|
358
|
-
.root-
|
|
378
|
+
.root-module_flexWrap__J-j1b {
|
|
359
379
|
flex-wrap: wrap;
|
|
360
380
|
}
|
|
361
381
|
|
|
362
382
|
/* OVERFLOW FIXED VALUES */
|
|
363
|
-
.root-module_overflow-
|
|
383
|
+
.root-module_overflow-visible__7ZJLG {
|
|
364
384
|
overflow: visible;
|
|
365
385
|
}
|
|
366
|
-
.root-module_overflow-
|
|
386
|
+
.root-module_overflow-hidden__AYgSW {
|
|
367
387
|
overflow: hidden;
|
|
368
388
|
}
|
|
369
|
-
.root-module_overflow-
|
|
389
|
+
.root-module_overflow-auto__Au128 {
|
|
370
390
|
overflow: auto;
|
|
371
391
|
}
|
|
372
|
-
.root-module_overflow-
|
|
392
|
+
.root-module_overflow-scroll__-rhKL {
|
|
373
393
|
overflow-y: scroll;
|
|
374
394
|
overflow-x: scroll;
|
|
375
395
|
-ms-overflow-style: none;
|
|
376
396
|
scrollbar-width: none;
|
|
377
397
|
}
|
|
378
|
-
.root-module_overflow-
|
|
398
|
+
.root-module_overflow-scroll_y__ehoH2 {
|
|
379
399
|
overflow: hidden;
|
|
380
400
|
overflow-y: scroll;
|
|
381
401
|
|
|
382
402
|
-ms-overflow-style: none;
|
|
383
403
|
scrollbar-width: none;
|
|
384
404
|
}
|
|
385
|
-
.root-module_overflow-
|
|
405
|
+
.root-module_overflow-scroll_x__Wv1NT {
|
|
386
406
|
overflow: hidden;
|
|
387
407
|
overflow-x: scroll;
|
|
388
408
|
-ms-overflow-style: none;
|
|
389
409
|
scrollbar-width: none;
|
|
390
410
|
}
|
|
391
|
-
.root-module_overflow-
|
|
392
|
-
.root-module_overflow-
|
|
393
|
-
.root-module_overflow-
|
|
411
|
+
.root-module_overflow-scroll__-rhKL::-webkit-scrollbar,
|
|
412
|
+
.root-module_overflow-scroll_y__ehoH2::-webkit-scrollbar,
|
|
413
|
+
.root-module_overflow-scroll_x__Wv1NT::-webkit-scrollbar {
|
|
394
414
|
display: none;
|
|
395
415
|
}
|
|
396
416
|
|
|
397
|
-
.root-module_background_thone-
|
|
417
|
+
.root-module_background_thone-darkest__LK8Hi {
|
|
398
418
|
background-color: var(--color-neutral-dark);
|
|
399
419
|
}
|
|
400
420
|
|
|
401
|
-
.root-module_background_thone-
|
|
421
|
+
.root-module_background_thone-medium__KKXqG {
|
|
402
422
|
background-color: var(--color-neutral-medium);
|
|
403
423
|
}
|
|
404
424
|
|
|
405
|
-
.root-module_background_thone-
|
|
425
|
+
.root-module_background_thone-dim__NPun6 {
|
|
406
426
|
background-color: var(--color-neutral-dim);
|
|
407
427
|
}
|
|
408
428
|
|
|
409
|
-
.root-module_background_thone-
|
|
429
|
+
.root-module_background_thone-lightest__9jupt {
|
|
410
430
|
background-color: var(--color-neutral-lightest);
|
|
411
431
|
}
|
|
412
432
|
|
|
413
|
-
.root-module_background_thone-
|
|
433
|
+
.root-module_background_thone-light__Z-SXt {
|
|
414
434
|
background-color: var(--color-neutral-light);
|
|
415
435
|
}
|
|
416
436
|
|
|
417
|
-
.root-module_background_thone-
|
|
437
|
+
.root-module_background_thone-dark__7qIwL {
|
|
418
438
|
background-color: var(--color-neutral-dark);
|
|
419
439
|
}
|
|
420
440
|
|
|
421
|
-
.root-module_background_thone-dark-
|
|
441
|
+
.root-module_background_thone-dark-30__Scr7- {
|
|
422
442
|
background-color: var(--neutral-dark-30);
|
|
423
443
|
}
|
|
424
444
|
|
|
425
|
-
.root-module_background_thone-dark-
|
|
445
|
+
.root-module_background_thone-dark-10__iyJcu {
|
|
426
446
|
background-color: var(--neutral-dark-10);
|
|
427
447
|
}
|
|
428
448
|
|
|
429
|
-
.root-module_border_radius-
|
|
449
|
+
.root-module_border_radius-xxs__io4Vb {
|
|
430
450
|
border-radius: var(--xbox-border-small);
|
|
431
451
|
}
|
|
432
452
|
|
|
433
|
-
.root-module_border_radius-
|
|
453
|
+
.root-module_border_radius-xs__0YS39 {
|
|
434
454
|
border-radius: var(--xbox-rounding-default);
|
|
435
455
|
}
|
|
436
456
|
|
|
437
|
-
.root-module_border_radius-
|
|
457
|
+
.root-module_border_radius-s__QKUpw {
|
|
438
458
|
border-radius: var(--xbox-rounding-s);
|
|
439
459
|
}
|
|
440
460
|
|
|
441
|
-
.root-module_border_radius-
|
|
461
|
+
.root-module_border_radius-m__FBZjW {
|
|
442
462
|
border-radius: var(--xbox-rounding-m);
|
|
443
463
|
}
|
|
444
464
|
|
|
445
|
-
.root-module_border_radius-
|
|
465
|
+
.root-module_border_radius-l__ijRpW {
|
|
446
466
|
border-radius: var(--xbox-rounding-l);
|
|
447
467
|
}
|
|
448
468
|
|
|
449
|
-
.root-module_border_radius-
|
|
469
|
+
.root-module_border_radius-xl__o6AD0 {
|
|
450
470
|
border-radius: var(--xbox-rounding-xl);
|
|
451
471
|
}
|
|
452
472
|
|
|
453
|
-
.root-module_border_radius-
|
|
473
|
+
.root-module_border_radius-full__j6OQH {
|
|
454
474
|
border-radius: var(--xbox-rounding-circle);
|
|
455
475
|
}
|
|
456
476
|
|
|
457
|
-
.root-
|
|
477
|
+
.root-module_xtext__FSe70 {
|
|
458
478
|
font-style: normal;
|
|
459
479
|
font-family: var(--xtext-font);
|
|
460
480
|
letter-spacing: var(--xtext-letterspacing);
|
|
461
481
|
-webkit-font-smoothing: antialiased;
|
|
462
482
|
}
|
|
463
483
|
|
|
464
|
-
.root-module_text_overflow-break-
|
|
484
|
+
.root-module_text_overflow-break-word__FP1La {
|
|
465
485
|
word-wrap: break-word;
|
|
466
486
|
}
|
|
467
|
-
.root-module_text_overflow-no-
|
|
487
|
+
.root-module_text_overflow-no-wrap__VE1s8 {
|
|
468
488
|
white-space: nowrap;
|
|
469
489
|
}
|
|
470
490
|
|
|
471
|
-
.root-module_text_align-
|
|
491
|
+
.root-module_text_align-left__kzx5Q {
|
|
472
492
|
text-align: left;
|
|
473
493
|
}
|
|
474
|
-
.root-module_text_align-
|
|
494
|
+
.root-module_text_align-center__0-5HQ {
|
|
475
495
|
text-align: center;
|
|
476
496
|
}
|
|
477
|
-
.root-module_text_align-
|
|
497
|
+
.root-module_text_align-right__JK784 {
|
|
478
498
|
text-align: right;
|
|
479
499
|
}
|
|
480
|
-
.root-module_text_align-
|
|
500
|
+
.root-module_text_align-justify__26wFP {
|
|
481
501
|
text-align: justify;
|
|
482
502
|
}
|
|
483
503
|
|
|
484
|
-
.root-module_line_height-
|
|
504
|
+
.root-module_line_height-normal__I9XS8 {
|
|
485
505
|
line-height: var(--xtext-lineheight-normal);
|
|
486
506
|
}
|
|
487
|
-
.root-module_line_height-
|
|
507
|
+
.root-module_line_height-title__SF7RR {
|
|
488
508
|
line-height: var(--xtext-lineheight-title);
|
|
489
509
|
}
|
|
490
|
-
.root-module_line_height-
|
|
510
|
+
.root-module_line_height-copy__Spkmj {
|
|
491
511
|
line-height: var(--xtext-lineheight-copy);
|
|
492
512
|
}
|
|
493
513
|
|
|
494
|
-
.root-module_weight-
|
|
514
|
+
.root-module_weight-lighter__fG3aJ {
|
|
495
515
|
font-weight: var(--xtext-weight-lighter);
|
|
496
516
|
}
|
|
497
|
-
.root-module_weight-
|
|
517
|
+
.root-module_weight-normal__6XTCm {
|
|
498
518
|
font-weight: var(--xtext-weight-normal);
|
|
499
519
|
}
|
|
500
|
-
.root-module_weight-
|
|
520
|
+
.root-module_weight-bold__J54g- {
|
|
501
521
|
font-weight: var(--xtext-weight-bold);
|
|
502
522
|
}
|
|
503
523
|
|
|
504
|
-
.root-module_font_size-
|
|
524
|
+
.root-module_font_size-inherit__I5ZNI {
|
|
505
525
|
font-size: inherit;
|
|
506
526
|
}
|
|
507
|
-
.root-module_font_size-
|
|
527
|
+
.root-module_font_size-1__QXtva {
|
|
508
528
|
font-size: var(--xtext-size-1);
|
|
509
529
|
}
|
|
510
|
-
.root-module_font_size-
|
|
530
|
+
.root-module_font_size-2__KXo5P {
|
|
511
531
|
font-size: var(--xtext-size-2);
|
|
512
532
|
}
|
|
513
|
-
.root-module_font_size-
|
|
533
|
+
.root-module_font_size-3__TjYOP {
|
|
514
534
|
font-size: var(--xtext-size-3);
|
|
515
535
|
}
|
|
516
|
-
.root-module_font_size-
|
|
536
|
+
.root-module_font_size-4__dz53Y {
|
|
517
537
|
font-size: var(--xtext-size-4);
|
|
518
538
|
}
|
|
519
|
-
.root-module_font_size-
|
|
539
|
+
.root-module_font_size-5__vjzqa {
|
|
520
540
|
font-size: var(--xtext-size-5);
|
|
521
541
|
}
|
|
522
|
-
.root-module_font_size-
|
|
542
|
+
.root-module_font_size-6__HC2To {
|
|
523
543
|
font-size: var(--xtext-size-6);
|
|
524
544
|
}
|
|
525
|
-
.root-module_font_size-
|
|
545
|
+
.root-module_font_size-7__lVvbe {
|
|
526
546
|
font-size: var(--xtext-size-7);
|
|
527
547
|
}
|
|
528
|
-
.root-module_font_size-
|
|
548
|
+
.root-module_font_size-8__kuQ2f {
|
|
529
549
|
font-size: var(--xtext-size-8);
|
|
530
550
|
}
|
|
531
|
-
.root-module_font_size-
|
|
551
|
+
.root-module_font_size-9__7xeGP {
|
|
532
552
|
font-size: var(--xtext-size-9);
|
|
533
553
|
}
|
|
534
|
-
.root-module_font_size-
|
|
554
|
+
.root-module_font_size-10__nP-bb {
|
|
535
555
|
font-size: var(--xtext-size-10);
|
|
536
556
|
}
|
|
537
|
-
.root-module_font_size-
|
|
557
|
+
.root-module_font_size-11__bzTx6 {
|
|
538
558
|
font-size: var(--xtext-size-11);
|
|
539
559
|
}
|
|
540
|
-
.root-module_font_size-
|
|
560
|
+
.root-module_font_size-12__KpxNf {
|
|
541
561
|
font-size: var(--xtext-size-12);
|
|
542
562
|
}
|
|
543
563
|
|
|
544
|
-
.root-
|
|
564
|
+
.root-module_line_clamp__xT3G9 {
|
|
545
565
|
-webkit-box-orient: vertical;
|
|
546
566
|
display: -webkit-box;
|
|
547
567
|
overflow: hidden;
|
|
@@ -549,27 +569,27 @@
|
|
|
549
569
|
padding-bottom: 0.125em;
|
|
550
570
|
}
|
|
551
571
|
|
|
552
|
-
.root-module_color_thone-
|
|
572
|
+
.root-module_color_thone-darkest__OFG6X {
|
|
553
573
|
color: var(--color-neutral-darkest);
|
|
554
574
|
}
|
|
555
575
|
|
|
556
|
-
.root-module_color_thone-
|
|
576
|
+
.root-module_color_thone-medium__nUo6u {
|
|
557
577
|
color: var(--color-neutral-medium);
|
|
558
578
|
}
|
|
559
579
|
|
|
560
|
-
.root-module_color_thone-
|
|
580
|
+
.root-module_color_thone-dim__TiOJD {
|
|
561
581
|
color: var(--color-neutral-dim);
|
|
562
582
|
}
|
|
563
583
|
|
|
564
|
-
.root-module_color_thone-
|
|
584
|
+
.root-module_color_thone-lightest__K0NKT {
|
|
565
585
|
color: var(--color-neutral-lightest);
|
|
566
586
|
}
|
|
567
587
|
|
|
568
|
-
.root-module_color_thone-
|
|
588
|
+
.root-module_color_thone-dark__sAgy9 {
|
|
569
589
|
color: var(--color-neutral-dark);
|
|
570
590
|
}
|
|
571
591
|
|
|
572
|
-
.root-module_color_thone-
|
|
592
|
+
.root-module_color_thone-light__sixrN {
|
|
573
593
|
color: var(--color-neutral-light);
|
|
574
594
|
}
|
|
575
595
|
|
|
@@ -577,59 +597,59 @@
|
|
|
577
597
|
/**
|
|
578
598
|
* Colors
|
|
579
599
|
*/
|
|
580
|
-
.root-module_color-
|
|
600
|
+
.root-module_color-gray__g-w2E {
|
|
581
601
|
color: var(--color-neutral-light);
|
|
582
602
|
}
|
|
583
603
|
|
|
584
|
-
.root-module_color-
|
|
604
|
+
.root-module_color-disabled__Z0AAY {
|
|
585
605
|
color: var(--neutral-dark-50);
|
|
586
606
|
}
|
|
587
607
|
|
|
588
|
-
.root-module_color-
|
|
608
|
+
.root-module_color-black__guCNf {
|
|
589
609
|
color: var(--color-neutral-darkest);
|
|
590
610
|
}
|
|
591
611
|
|
|
592
|
-
.root-module_color-
|
|
612
|
+
.root-module_color-green__30SMO {
|
|
593
613
|
color: var(--xicon-color-green);
|
|
594
614
|
}
|
|
595
615
|
|
|
596
|
-
.root-module_color-sky-
|
|
616
|
+
.root-module_color-sky-blue__5tGPk {
|
|
597
617
|
color: var(--xicon-color-sky-blue);
|
|
598
618
|
}
|
|
599
619
|
|
|
600
|
-
.root-module_color-
|
|
620
|
+
.root-module_color-orange__eIYpG {
|
|
601
621
|
color: var(--xicon-color-orange);
|
|
602
622
|
}
|
|
603
623
|
|
|
604
|
-
.root-module_color-
|
|
624
|
+
.root-module_color-red__tbtg8 {
|
|
605
625
|
color: var(--xicon-color-red);
|
|
606
626
|
}
|
|
607
627
|
|
|
608
|
-
.root-module_color-
|
|
628
|
+
.root-module_color-purple__4iVHN {
|
|
609
629
|
color: var(--xicon-color-purple);
|
|
610
630
|
}
|
|
611
631
|
|
|
612
|
-
.root-module_color-
|
|
632
|
+
.root-module_color-pink__rnP1O {
|
|
613
633
|
color: var(--xicon-color-pink);
|
|
614
634
|
}
|
|
615
635
|
|
|
616
|
-
.root-module_color-green-
|
|
636
|
+
.root-module_color-green-check__8iAbT {
|
|
617
637
|
color: var(--xicon-color-green-check);
|
|
618
638
|
}
|
|
619
639
|
|
|
620
|
-
.root-module_color-red-
|
|
640
|
+
.root-module_color-red-refuse__o-gLW {
|
|
621
641
|
color: var(--xicon-color-red-refuse);
|
|
622
642
|
}
|
|
623
643
|
|
|
624
|
-
.root-module_color-
|
|
644
|
+
.root-module_color-yellow__0pk8C {
|
|
625
645
|
color: var(--xicon-color-yellow);
|
|
626
646
|
}
|
|
627
647
|
|
|
628
|
-
.root-module_color-
|
|
648
|
+
.root-module_color-turquoise__GbDlq {
|
|
629
649
|
color: var(--xicon-color-turquoise);
|
|
630
650
|
}
|
|
631
651
|
|
|
632
|
-
.root-
|
|
652
|
+
.root-module_xskeleton__n1X0- {
|
|
633
653
|
background-color: var(--color-neutral-light);
|
|
634
654
|
display: inline-block;
|
|
635
655
|
height: 1em;
|
|
@@ -637,7 +657,7 @@
|
|
|
637
657
|
overflow: hidden;
|
|
638
658
|
}
|
|
639
659
|
|
|
640
|
-
.root-
|
|
660
|
+
.root-module_xskeleton__n1X0-::after {
|
|
641
661
|
position: absolute;
|
|
642
662
|
top: 0;
|
|
643
663
|
right: 0;
|
|
@@ -645,18 +665,18 @@
|
|
|
645
665
|
left: 0;
|
|
646
666
|
transform: translateX(-100%);
|
|
647
667
|
background: linear-gradient(110deg, #ececec 0%, #f5f5f5 20%, #ececec 60%, #ececec 0%);
|
|
648
|
-
animation: root-
|
|
668
|
+
animation: root-module_shimmer__K5Es8 2s infinite;
|
|
649
669
|
background-size: 200% 100%;
|
|
650
670
|
content: "";
|
|
651
671
|
}
|
|
652
672
|
|
|
653
|
-
@keyframes root-
|
|
673
|
+
@keyframes root-module_shimmer__K5Es8 {
|
|
654
674
|
100% {
|
|
655
675
|
transform: translateX(100%);
|
|
656
676
|
}
|
|
657
677
|
}
|
|
658
678
|
|
|
659
|
-
.root-module_xskeleton--
|
|
679
|
+
.root-module_xskeleton--icon__STpVI {
|
|
660
680
|
width: 24px;
|
|
661
681
|
height: 24px;
|
|
662
682
|
min-width: 24px;
|
|
@@ -664,104 +684,104 @@
|
|
|
664
684
|
border-radius: 50%;
|
|
665
685
|
}
|
|
666
686
|
|
|
667
|
-
.root-module_xskeleton--
|
|
687
|
+
.root-module_xskeleton--text__wSUov {
|
|
668
688
|
border-radius: 8px;
|
|
669
689
|
}
|
|
670
690
|
|
|
671
|
-
.root-module_xskeleton--
|
|
691
|
+
.root-module_xskeleton--text__wSUov.root-module_xskeleton--size-xs__-UxHo {
|
|
672
692
|
height: var(--xbox-size-14);
|
|
673
693
|
}
|
|
674
694
|
|
|
675
|
-
.root-module_xskeleton--
|
|
695
|
+
.root-module_xskeleton--text__wSUov.root-module_xskeleton--size-s__63KyJ {
|
|
676
696
|
height: var(--xbox-size-13);
|
|
677
697
|
}
|
|
678
698
|
|
|
679
|
-
.root-module_xskeleton--
|
|
699
|
+
.root-module_xskeleton--text__wSUov.root-module_xskeleton--size-m__Ou23U {
|
|
680
700
|
height: var(--xbox-size-11);
|
|
681
701
|
}
|
|
682
702
|
|
|
683
|
-
.root-module_xskeleton--
|
|
703
|
+
.root-module_xskeleton--text__wSUov.root-module_xskeleton--size-l__2Rmvh {
|
|
684
704
|
height: var(--xbox-size-10);
|
|
685
705
|
}
|
|
686
706
|
|
|
687
|
-
.root-module_xskeleton--
|
|
707
|
+
.root-module_xskeleton--text__wSUov.root-module_xskeleton--size-xl__gw-k5 {
|
|
688
708
|
height: var(--xbox-size-9);
|
|
689
709
|
}
|
|
690
710
|
|
|
691
|
-
.root-module_xskeleton--
|
|
711
|
+
.root-module_xskeleton--text__wSUov.root-module_xskeleton--width-s__WmUM8 {
|
|
692
712
|
width: 25%;
|
|
693
713
|
}
|
|
694
714
|
|
|
695
|
-
.root-module_xskeleton--
|
|
715
|
+
.root-module_xskeleton--text__wSUov.root-module_xskeleton--width-m__9dwk2 {
|
|
696
716
|
width: 50%;
|
|
697
717
|
}
|
|
698
718
|
|
|
699
|
-
.root-module_xskeleton--
|
|
719
|
+
.root-module_xskeleton--text__wSUov.root-module_xskeleton--width-l__AKOid {
|
|
700
720
|
width: 75%;
|
|
701
721
|
}
|
|
702
722
|
|
|
703
|
-
.root-module_xskeleton--
|
|
723
|
+
.root-module_xskeleton--text__wSUov.root-module_xskeleton--width-xl__IcNPb {
|
|
704
724
|
width: 100%;
|
|
705
725
|
}
|
|
706
726
|
|
|
707
|
-
.root-module_xskeleton--
|
|
727
|
+
.root-module_xskeleton--tag__CG-FD {
|
|
708
728
|
min-width: 52px;
|
|
709
729
|
border-radius: 16px;
|
|
710
730
|
height: 24px;
|
|
711
731
|
}
|
|
712
732
|
|
|
713
|
-
.root-module_xskeleton--
|
|
733
|
+
.root-module_xskeleton--image__vCVRn {
|
|
714
734
|
border-radius: 16px;
|
|
715
735
|
}
|
|
716
736
|
|
|
717
|
-
.root-module_xskeleton--
|
|
737
|
+
.root-module_xskeleton--image__vCVRn.root-module_xskeleton--size-xs__-UxHo {
|
|
718
738
|
height: var(--xbox-size-6);
|
|
719
739
|
width: var(--xbox-size-6);
|
|
720
740
|
min-height: var(--xbox-size-6);
|
|
721
741
|
min-width: var(--xbox-size-6);
|
|
722
742
|
}
|
|
723
743
|
|
|
724
|
-
.root-module_xskeleton--
|
|
744
|
+
.root-module_xskeleton--image__vCVRn.root-module_xskeleton--size-s__63KyJ {
|
|
725
745
|
height: var(--xbox-size-5);
|
|
726
746
|
width: var(--xbox-size-5);
|
|
727
747
|
min-width: var(--xbox-size-5);
|
|
728
748
|
min-height: var(--xbox-size-5);
|
|
729
749
|
}
|
|
730
750
|
|
|
731
|
-
.root-module_xskeleton--
|
|
751
|
+
.root-module_xskeleton--image__vCVRn.root-module_xskeleton--size-m__Ou23U {
|
|
732
752
|
height: var(--xbox-size-4);
|
|
733
753
|
min-height: var(--xbox-size-4);
|
|
734
754
|
width: var(--xbox-size-4);
|
|
735
755
|
min-width: var(--xbox-size-4);
|
|
736
756
|
}
|
|
737
757
|
|
|
738
|
-
.root-module_xskeleton--
|
|
758
|
+
.root-module_xskeleton--image__vCVRn.root-module_xskeleton--size-l__2Rmvh {
|
|
739
759
|
height: var(--xbox-size-3);
|
|
740
760
|
min-height: var(--xbox-size-3);
|
|
741
761
|
width: var(--xbox-size-3);
|
|
742
762
|
min-width: var(--xbox-size-3);
|
|
743
763
|
}
|
|
744
764
|
|
|
745
|
-
.root-module_xskeleton--
|
|
765
|
+
.root-module_xskeleton--image__vCVRn.root-module_xskeleton--size-xl__gw-k5 {
|
|
746
766
|
height: var(--xbox-size-2);
|
|
747
767
|
min-height: var(--xbox-size-2);
|
|
748
768
|
width: var(--xbox-size-2);
|
|
749
769
|
min-width: var(--xbox-size-2);
|
|
750
770
|
}
|
|
751
771
|
|
|
752
|
-
.root-module_xskeleton--
|
|
772
|
+
.root-module_xskeleton--image__vCVRn.root-module_xskeleton--width-s__WmUM8 {
|
|
753
773
|
|
|
754
774
|
}
|
|
755
775
|
|
|
756
|
-
.root-module_xskeleton--
|
|
776
|
+
.root-module_xskeleton--image__vCVRn.root-module_xskeleton--width-m__9dwk2 {
|
|
757
777
|
|
|
758
778
|
}
|
|
759
779
|
|
|
760
|
-
.root-module_xskeleton--
|
|
780
|
+
.root-module_xskeleton--image__vCVRn.root-module_xskeleton--width-l__AKOid {
|
|
761
781
|
|
|
762
782
|
}
|
|
763
783
|
|
|
764
|
-
.root-module_xskeleton--
|
|
784
|
+
.root-module_xskeleton--image__vCVRn.root-module_xskeleton--width-xl__IcNPb {
|
|
765
785
|
width: 100%;
|
|
766
786
|
}
|
|
767
787
|
|
|
@@ -882,41 +902,53 @@
|
|
|
882
902
|
color: var(--global-warning-orange-60);
|
|
883
903
|
}
|
|
884
904
|
|
|
885
|
-
.root-
|
|
905
|
+
.root-module_x-button__MJil1 {
|
|
886
906
|
display: flex;
|
|
887
907
|
align-items: center;
|
|
888
|
-
|
|
889
|
-
border-radius: var(--xbox-rounding-pill);
|
|
908
|
+
border-radius: var(--button-radius);
|
|
890
909
|
border: var(--xbox-border-small) solid transparent;
|
|
891
910
|
cursor: pointer;
|
|
892
911
|
transition: all 0.25s ease-in-out;
|
|
893
912
|
transition-property: transform, opacity;
|
|
894
913
|
justify-content: center;
|
|
895
|
-
color: var(--color-neutral-darkest);
|
|
896
914
|
position: relative;
|
|
897
915
|
}
|
|
898
916
|
|
|
899
|
-
.root-
|
|
917
|
+
.root-module_x-button__MJil1:hover {
|
|
900
918
|
transform: scale(1.025);
|
|
901
919
|
}
|
|
902
920
|
|
|
903
|
-
.root-
|
|
921
|
+
.root-module_x-button__MJil1:active {
|
|
904
922
|
transform: scale(0.95);
|
|
905
923
|
}
|
|
906
924
|
|
|
907
|
-
.root-
|
|
925
|
+
.root-module_x-button_content__JtKj1 {
|
|
908
926
|
display: flex;
|
|
909
927
|
align-items: center;
|
|
910
928
|
justify-content: center;
|
|
911
929
|
gap: var(--xbutton-gap);
|
|
912
930
|
}
|
|
913
931
|
|
|
914
|
-
.root-
|
|
932
|
+
.root-module_x-button_content-reverse__J8cCh {
|
|
915
933
|
flex-direction: row-reverse;
|
|
916
934
|
}
|
|
917
935
|
|
|
936
|
+
.root-module_x-button_text__rfyug{
|
|
937
|
+
font-weight: bold;
|
|
938
|
+
-webkit-line-clamp: 1;
|
|
939
|
+
-webkit-box-orient: vertical;
|
|
940
|
+
display: -webkit-box;
|
|
941
|
+
overflow: hidden;
|
|
942
|
+
max-width: 100%;
|
|
943
|
+
padding-bottom: 0.125em;
|
|
944
|
+
font-style: normal;
|
|
945
|
+
font-family: var(--xtext-font);
|
|
946
|
+
letter-spacing: var(--xtext-letterspacing);
|
|
947
|
+
-webkit-font-smoothing: antialiased;
|
|
948
|
+
}
|
|
949
|
+
|
|
918
950
|
/* Disable State */
|
|
919
|
-
.root-
|
|
951
|
+
.root-module_x-button__MJil1[disabled] {
|
|
920
952
|
cursor: not-allowed;
|
|
921
953
|
color: var(--color-neutral-dim);
|
|
922
954
|
box-shadow: none;
|
|
@@ -924,141 +956,141 @@
|
|
|
924
956
|
transform: none;
|
|
925
957
|
}
|
|
926
958
|
|
|
927
|
-
.root-
|
|
928
|
-
.root-module_xbutton__isOXp:active[disabled] {
|
|
959
|
+
.root-module_x-button__MJil1:hover[disabled], .root-module_x-button__MJil1:active[disabled] {
|
|
929
960
|
transition: none;
|
|
930
961
|
transform: none;
|
|
931
962
|
}
|
|
932
963
|
|
|
933
|
-
.root-
|
|
964
|
+
.root-module_x-button__MJil1[disabled] .root-module_x-button_content__JtKj1 > div {
|
|
934
965
|
color: var(--color-neutral-dim) !important;
|
|
935
966
|
}
|
|
936
967
|
|
|
937
|
-
.root-
|
|
968
|
+
.root-module_x-button__MJil1[disabled] .root-module_x-button_content__JtKj1 .root-module_x-button_text__rfyug > div {
|
|
938
969
|
color: var(--color-neutral-dim) !important;
|
|
939
970
|
}
|
|
940
971
|
|
|
941
|
-
.root-
|
|
942
|
-
.root-
|
|
943
|
-
.root-
|
|
944
|
-
.root-
|
|
945
|
-
.root-
|
|
972
|
+
.root-module_x-button_type-default__WLvUx[disabled],
|
|
973
|
+
.root-module_x-button_type-solid__x1i5H[disabled],
|
|
974
|
+
.root-module_x-button_type-tonal__5HboE[disabled],
|
|
975
|
+
.root-module_x-button_type-clear__NlLoP[disabled],
|
|
976
|
+
.root-module_x-button_type-outline__mrYiz[disabled] {
|
|
946
977
|
background-color: var(--color-neutral-light);
|
|
947
978
|
}
|
|
948
979
|
|
|
949
|
-
.root-
|
|
980
|
+
.root-module_x-button_type-outline__mrYiz[disabled] {
|
|
950
981
|
border-color: var(--color-neutral-dim);
|
|
951
982
|
background-color: var(--color-neutral-lightest);
|
|
952
983
|
}
|
|
953
984
|
|
|
954
985
|
/* Button Types */
|
|
955
|
-
.root-
|
|
986
|
+
.root-module_x-button_type-default__WLvUx {
|
|
987
|
+
color: var(--color-neutral-darkest, black);
|
|
988
|
+
background-color: var(--color-neutral-lightest, #ffffff);
|
|
956
989
|
box-shadow: var(--shadow);
|
|
957
990
|
}
|
|
958
991
|
|
|
959
|
-
.root-
|
|
960
|
-
background-color: var(--color-neutral-darkest);
|
|
992
|
+
.root-module_x-button_type-solid__x1i5H {
|
|
961
993
|
color: var(--color-neutral-lightest);
|
|
994
|
+
background-color: var(--color-neutral-darkest);
|
|
962
995
|
}
|
|
963
996
|
|
|
964
|
-
.root-
|
|
997
|
+
.root-module_x-button_type-tonal__5HboE {
|
|
998
|
+
color: var(--color-neutral-darkest, black);
|
|
965
999
|
background-color: var(--color-neutral-light);
|
|
966
|
-
color: var(--color-neutral-darkest);
|
|
967
1000
|
}
|
|
968
1001
|
|
|
969
|
-
.root-
|
|
1002
|
+
.root-module_x-button_type-outline__mrYiz {
|
|
1003
|
+
color: var(--color-neutral-darkest, black);
|
|
970
1004
|
border-color: var(--color-neutral-darkest);
|
|
971
1005
|
}
|
|
972
1006
|
|
|
973
|
-
.root-
|
|
1007
|
+
.root-module_x-button_type-clear__NlLoP {
|
|
1008
|
+
color: var(--color-neutral-darkest, black);
|
|
974
1009
|
border-color: transparent;
|
|
975
1010
|
background-color: transparent;
|
|
976
1011
|
}
|
|
977
1012
|
|
|
978
1013
|
/* Button Sizes */
|
|
979
|
-
.root-
|
|
1014
|
+
.root-module_x-button_size-xs__tt0mO {
|
|
980
1015
|
height: var(--xbutton-size-xs);
|
|
981
1016
|
padding: 0 var(--xbutton-padding-xs);
|
|
1017
|
+
font-size: var(--xtext-size-12);
|
|
982
1018
|
}
|
|
983
1019
|
|
|
984
|
-
.root-
|
|
1020
|
+
.root-module_x-button_size-s__eEXPX {
|
|
985
1021
|
height: var(--xbutton-size-s);
|
|
986
1022
|
padding: 0 var(--xbutton-padding-s);
|
|
1023
|
+
font-size: var(--xtext-size-12);
|
|
987
1024
|
}
|
|
988
1025
|
|
|
989
|
-
.root-
|
|
1026
|
+
.root-module_x-button_size-m__0h6KS {
|
|
990
1027
|
height: var(--xbutton-size-m);
|
|
991
1028
|
padding: 0 var(--xbutton-padding-m);
|
|
1029
|
+
font-size: var(--xtext-size-11);
|
|
992
1030
|
}
|
|
993
1031
|
|
|
994
|
-
.root-
|
|
1032
|
+
.root-module_x-button_size-l__NpgE- {
|
|
995
1033
|
height: var(--xbutton-size-l);
|
|
996
1034
|
padding: 0 var(--xbutton-padding-l);
|
|
1035
|
+
font-size: var(--xtext-size-10);
|
|
997
1036
|
}
|
|
998
1037
|
|
|
999
|
-
.root-
|
|
1038
|
+
.root-module_x-button_size-xl__4jn3d {
|
|
1000
1039
|
height: var(--xbutton-size-xl);
|
|
1001
1040
|
padding: 0 var(--xbutton-padding-xl);
|
|
1002
1041
|
width: 100%;
|
|
1003
1042
|
max-width: var(--xbutton-maxwidth);
|
|
1043
|
+
font-size: var(--xtext-size-10);
|
|
1004
1044
|
}
|
|
1005
1045
|
|
|
1006
|
-
.root-
|
|
1046
|
+
.root-module_x-button_content__JtKj1 .root-module_x-button_text__rfyug > div {
|
|
1007
1047
|
padding-bottom: 0;
|
|
1008
1048
|
}
|
|
1009
1049
|
|
|
1010
1050
|
/* Loading State */
|
|
1011
|
-
.root-
|
|
1051
|
+
.root-module_x-button-loading__FvWZs {
|
|
1012
1052
|
pointer-events: none;
|
|
1013
1053
|
}
|
|
1014
1054
|
|
|
1015
|
-
.root-
|
|
1055
|
+
.root-module_x-button-loading__FvWZs .root-module_x-button_content__JtKj1 {
|
|
1016
1056
|
opacity: 0;
|
|
1017
1057
|
}
|
|
1018
1058
|
|
|
1019
|
-
.root-
|
|
1059
|
+
.root-module_x-button-loading__FvWZs i {
|
|
1020
1060
|
position: absolute;
|
|
1021
1061
|
display: flex;
|
|
1022
1062
|
}
|
|
1023
1063
|
|
|
1024
|
-
.root-
|
|
1025
|
-
color: var(--color-neutral-lightest) !important;
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
.root-module_button_type-solid__it8wb .root-module_xbutton_content__CoKvm > div {
|
|
1029
|
-
color: var(--color-neutral-lightest) !important;
|
|
1030
|
-
}
|
|
1031
|
-
|
|
1032
|
-
.root-module_button_type-solid__it8wb.root-module_button-loading__PAQ6O i > div {
|
|
1064
|
+
.root-module_x-button_type-solid__x1i5H.root-module_x-button-loading__FvWZs i > div {
|
|
1033
1065
|
color: var(--color-neutral-lightest) !important;
|
|
1034
1066
|
}
|
|
1035
1067
|
|
|
1036
1068
|
/* SKELETON */
|
|
1037
|
-
.root-
|
|
1038
|
-
.root-
|
|
1039
|
-
.root-
|
|
1069
|
+
.root-module_x-button__MJil1.root-module_button--skeleton__jLPcC:hover,
|
|
1070
|
+
.root-module_x-button__MJil1.root-module_button--skeleton__jLPcC:active,
|
|
1071
|
+
.root-module_x-button__MJil1.root-module_button--skeleton__jLPcC {
|
|
1040
1072
|
background-color: transparent;
|
|
1041
1073
|
}
|
|
1042
1074
|
|
|
1043
|
-
.root-
|
|
1044
|
-
.root-
|
|
1045
|
-
.root-
|
|
1046
|
-
.root-
|
|
1047
|
-
.root-
|
|
1048
|
-
.root-
|
|
1075
|
+
.root-module_x-button__MJil1.root-module_button--skeleton__jLPcC.root-module_x-button_type-default__WLvUx,
|
|
1076
|
+
.root-module_x-button__MJil1.root-module_button--skeleton__jLPcC.root-module_x-button_type-solid__x1i5H,
|
|
1077
|
+
.root-module_x-button__MJil1.root-module_button--skeleton__jLPcC.root-module_x-button_type-tonal__5HboE,
|
|
1078
|
+
.root-module_x-button__MJil1.root-module_button--skeleton__jLPcC.root-module_x-button_type-clear__NlLoP,
|
|
1079
|
+
.root-module_x-button__MJil1.root-module_button--skeleton__jLPcC.root-module_x-button_type-outline__mrYiz,
|
|
1080
|
+
.root-module_x-button__MJil1.root-module_button--skeleton__jLPcC.root-module_x-button_type-outline__mrYiz {
|
|
1049
1081
|
padding: 0;
|
|
1050
1082
|
margin: 0;
|
|
1051
1083
|
border: 0;
|
|
1052
1084
|
}
|
|
1053
1085
|
|
|
1054
|
-
.root-
|
|
1086
|
+
.root-module_x-button__MJil1.root-module_button--skeleton__jLPcC > div {
|
|
1055
1087
|
height: 100%;
|
|
1056
1088
|
width: 100%;
|
|
1057
1089
|
min-width: 160px;
|
|
1058
1090
|
border-radius: var(--xbox-rounding-pill);
|
|
1059
1091
|
}
|
|
1060
1092
|
|
|
1061
|
-
.root-
|
|
1093
|
+
.root-module_xbuttonicon__DPAEB {
|
|
1062
1094
|
display: flex;
|
|
1063
1095
|
align-items: center;
|
|
1064
1096
|
background-color: var(--color-neutral-lightest);
|
|
@@ -1070,124 +1102,124 @@
|
|
|
1070
1102
|
justify-content: center;
|
|
1071
1103
|
padding: 0;
|
|
1072
1104
|
}
|
|
1073
|
-
.root-
|
|
1105
|
+
.root-module_xbuttonicon__DPAEB:hover {
|
|
1074
1106
|
transform: scale(1.025);
|
|
1075
1107
|
}
|
|
1076
|
-
.root-
|
|
1108
|
+
.root-module_xbuttonicon__DPAEB:active {
|
|
1077
1109
|
transform: scale(0.95);
|
|
1078
1110
|
}
|
|
1079
1111
|
|
|
1080
1112
|
/* Disable State */
|
|
1081
|
-
.root-
|
|
1113
|
+
.root-module_xbuttonicon__DPAEB[disabled] {
|
|
1082
1114
|
cursor: not-allowed;
|
|
1083
1115
|
color: var(--color-neutral-dim);
|
|
1084
1116
|
box-shadow: none;
|
|
1085
1117
|
transition: none;
|
|
1086
1118
|
transform: none;
|
|
1087
1119
|
}
|
|
1088
|
-
.root-
|
|
1089
|
-
.root-
|
|
1120
|
+
.root-module_xbuttonicon__DPAEB:hover[disabled],
|
|
1121
|
+
.root-module_xbuttonicon__DPAEB:active[disabled] {
|
|
1090
1122
|
transition: none;
|
|
1091
1123
|
transform: none;
|
|
1092
1124
|
}
|
|
1093
|
-
.root-module_buttonicon_type-
|
|
1094
|
-
.root-module_buttonicon_type-
|
|
1095
|
-
.root-module_buttonicon_type-
|
|
1096
|
-
.root-module_buttonicon_type-
|
|
1097
|
-
.root-module_buttonicon_type-
|
|
1125
|
+
.root-module_buttonicon_type-default__lTUnb[disabled],
|
|
1126
|
+
.root-module_buttonicon_type-solid__leS8D[disabled],
|
|
1127
|
+
.root-module_buttonicon_type-tonal__GLawu[disabled],
|
|
1128
|
+
.root-module_buttonicon_type-clear__H56qZ[disabled],
|
|
1129
|
+
.root-module_buttonicon_type-outline__RTRTN[disabled] {
|
|
1098
1130
|
background-color: var(--color-neutral-light);
|
|
1099
1131
|
}
|
|
1100
|
-
.root-module_buttonicon_type-
|
|
1132
|
+
.root-module_buttonicon_type-outline__RTRTN[disabled] {
|
|
1101
1133
|
border-color: var(--color-neutral-dim);
|
|
1102
1134
|
background-color: var(--color-neutral-lightest);
|
|
1103
1135
|
}
|
|
1104
1136
|
|
|
1105
1137
|
/* ButtonIcon Types */
|
|
1106
|
-
.root-module_buttonicon_type-
|
|
1138
|
+
.root-module_buttonicon_type-default__lTUnb {
|
|
1107
1139
|
box-shadow: var(--shadow);
|
|
1108
1140
|
}
|
|
1109
|
-
.root-module_buttonicon_type-
|
|
1141
|
+
.root-module_buttonicon_type-solid__leS8D {
|
|
1110
1142
|
background-color: var(--color-neutral-darkest);
|
|
1111
1143
|
color: var(--color-neutral-lightest);
|
|
1112
1144
|
}
|
|
1113
1145
|
|
|
1114
|
-
.root-module_buttonicon_type-
|
|
1146
|
+
.root-module_buttonicon_type-solid__leS8D > div {
|
|
1115
1147
|
color: var(--color-neutral-lightest);
|
|
1116
1148
|
}
|
|
1117
1149
|
|
|
1118
|
-
.root-module_buttonicon_type-
|
|
1150
|
+
.root-module_buttonicon_type-tonal__GLawu {
|
|
1119
1151
|
background-color: var(--color-neutral-light);
|
|
1120
1152
|
color: var(--color-neutral-darkest);
|
|
1121
1153
|
}
|
|
1122
|
-
.root-module_buttonicon_type-
|
|
1154
|
+
.root-module_buttonicon_type-outline__RTRTN {
|
|
1123
1155
|
border-color: var(--color-neutral-darkest);
|
|
1124
1156
|
}
|
|
1125
|
-
.root-module_buttonicon_type-
|
|
1157
|
+
.root-module_buttonicon_type-clear__H56qZ {
|
|
1126
1158
|
border-color: transparent;
|
|
1127
1159
|
background-color: transparent;
|
|
1128
1160
|
}
|
|
1129
1161
|
|
|
1130
1162
|
/* ButtonIcon Sizes */
|
|
1131
|
-
.root-module_buttonicon_size-
|
|
1163
|
+
.root-module_buttonicon_size-xs__PVcdw {
|
|
1132
1164
|
height: var(--xbuttonicon-size-xs);
|
|
1133
1165
|
width: var(--xbuttonicon-size-xs);
|
|
1134
1166
|
}
|
|
1135
|
-
.root-module_buttonicon_size-
|
|
1167
|
+
.root-module_buttonicon_size-s__Uc7Ol {
|
|
1136
1168
|
height: var(--xbuttonicon-size-s);
|
|
1137
1169
|
width: var(--xbuttonicon-size-s);
|
|
1138
1170
|
}
|
|
1139
|
-
.root-module_buttonicon_size-
|
|
1171
|
+
.root-module_buttonicon_size-m__0U2yc {
|
|
1140
1172
|
height: var(--xbuttonicon-size-m);
|
|
1141
1173
|
width: var(--xbuttonicon-size-m);
|
|
1142
1174
|
}
|
|
1143
|
-
.root-module_buttonicon_size-
|
|
1175
|
+
.root-module_buttonicon_size-l__D3MzX {
|
|
1144
1176
|
height: var(--xbuttonicon-size-l);
|
|
1145
1177
|
width: var(--xbuttonicon-size-l);
|
|
1146
1178
|
}
|
|
1147
|
-
.root-module_buttonicon_size-
|
|
1179
|
+
.root-module_buttonicon_size-xl__kOQQJ {
|
|
1148
1180
|
height: var(--xbuttonicon-size-xl);
|
|
1149
1181
|
width: var(--xbuttonicon-size-xl);
|
|
1150
1182
|
}
|
|
1151
1183
|
|
|
1152
1184
|
/* Loading State */
|
|
1153
|
-
.root-module_buttonicon-
|
|
1185
|
+
.root-module_buttonicon-loading__t62Ut {
|
|
1154
1186
|
pointer-events: none;
|
|
1155
1187
|
}
|
|
1156
1188
|
|
|
1157
1189
|
|
|
1158
1190
|
/* Solid state */
|
|
1159
|
-
.root-module_buttonicon-state-
|
|
1191
|
+
.root-module_buttonicon-state-success__-Eo3Q {
|
|
1160
1192
|
background-color: var(--color-success-dim);
|
|
1161
1193
|
border-color: transparent;
|
|
1162
1194
|
}
|
|
1163
1195
|
|
|
1164
|
-
.root-module_buttonicon-state-
|
|
1196
|
+
.root-module_buttonicon-state-error__6vurV {
|
|
1165
1197
|
background-color: var(--color-error-dim);
|
|
1166
1198
|
border-color: transparent;
|
|
1167
1199
|
}
|
|
1168
|
-
.root-module_buttonicon-state-
|
|
1200
|
+
.root-module_buttonicon-state-warning__p6hxl {
|
|
1169
1201
|
background-color: var(--color-warning-dim);
|
|
1170
1202
|
border-color: transparent;
|
|
1171
1203
|
}
|
|
1172
|
-
.root-module_buttonicon-state-
|
|
1173
|
-
.root-module_buttonicon-state-
|
|
1174
|
-
.root-module_buttonicon-state-
|
|
1204
|
+
.root-module_buttonicon-state-success__-Eo3Q > div,
|
|
1205
|
+
.root-module_buttonicon-state-error__6vurV > div,
|
|
1206
|
+
.root-module_buttonicon-state-warning__p6hxl > div {
|
|
1175
1207
|
color: var(--color-neutral-lightest);
|
|
1176
1208
|
}
|
|
1177
1209
|
|
|
1178
|
-
.root-module_buttonicon-state-
|
|
1210
|
+
.root-module_buttonicon-state-success__-Eo3Q[disabled] {
|
|
1179
1211
|
background-color: var(--color-success-light);
|
|
1180
1212
|
border-color: transparent;
|
|
1181
1213
|
}
|
|
1182
|
-
.root-module_buttonicon-state-
|
|
1214
|
+
.root-module_buttonicon-state-error__6vurV[disabled] {
|
|
1183
1215
|
background-color: var(--color-error-light);
|
|
1184
1216
|
border-color: transparent;
|
|
1185
1217
|
}
|
|
1186
|
-
.root-module_buttonicon-state-
|
|
1218
|
+
.root-module_buttonicon-state-warning__p6hxl[disabled] {
|
|
1187
1219
|
background-color: var(--color-warning-light);
|
|
1188
1220
|
border-color: transparent;
|
|
1189
1221
|
}
|
|
1190
|
-
.root-module_xdecision-
|
|
1222
|
+
.root-module_xdecision-item__sik-o {
|
|
1191
1223
|
display: inline-flex;
|
|
1192
1224
|
justify-content: center;
|
|
1193
1225
|
align-items: center;
|
|
@@ -1201,27 +1233,27 @@
|
|
|
1201
1233
|
position: relative;
|
|
1202
1234
|
}
|
|
1203
1235
|
|
|
1204
|
-
.root-module_xdecision-
|
|
1236
|
+
.root-module_xdecision-item__content__ULUpI {
|
|
1205
1237
|
display: flex;
|
|
1206
1238
|
align-items: center;
|
|
1207
1239
|
justify-content: center;
|
|
1208
1240
|
gap: var(--xbutton-gap);
|
|
1209
1241
|
}
|
|
1210
1242
|
|
|
1211
|
-
.root-module_xdecision-
|
|
1243
|
+
.root-module_xdecision-item__text__1x2MJ{
|
|
1212
1244
|
padding-right: 4px;
|
|
1213
1245
|
}
|
|
1214
1246
|
|
|
1215
|
-
.root-module_xdecision-
|
|
1247
|
+
.root-module_xdecision-item__sik-o:hover {
|
|
1216
1248
|
transform: scale(1.025);
|
|
1217
1249
|
}
|
|
1218
1250
|
|
|
1219
|
-
.root-module_xdecision-
|
|
1251
|
+
.root-module_xdecision-item__sik-o:active {
|
|
1220
1252
|
transform: scale(0.95);
|
|
1221
1253
|
}
|
|
1222
1254
|
|
|
1223
1255
|
/* Disabled */
|
|
1224
|
-
.root-module_xdecision-
|
|
1256
|
+
.root-module_xdecision-item__sik-o[disabled] {
|
|
1225
1257
|
cursor: not-allowed;
|
|
1226
1258
|
color: var(--neutral-dark-50);
|
|
1227
1259
|
box-shadow: none;
|
|
@@ -1229,73 +1261,73 @@
|
|
|
1229
1261
|
transform: none;
|
|
1230
1262
|
}
|
|
1231
1263
|
|
|
1232
|
-
.root-module_xdecision-
|
|
1233
|
-
.root-module_xdecision-
|
|
1264
|
+
.root-module_xdecision-item__sik-o:hover[disabled],
|
|
1265
|
+
.root-module_xdecision-item__sik-o:active[disabled] {
|
|
1234
1266
|
transition: none;
|
|
1235
1267
|
transform: none;
|
|
1236
1268
|
}
|
|
1237
1269
|
|
|
1238
|
-
.root-module_xdecision-
|
|
1270
|
+
.root-module_xdecision-item__sik-o[disabled] * {
|
|
1239
1271
|
color: var(--neutral-dark-50) !important;
|
|
1240
1272
|
}
|
|
1241
1273
|
|
|
1242
|
-
.root-module_xdecision-item__type-
|
|
1243
|
-
.root-module_xdecision-item__type-
|
|
1244
|
-
.root-module_xdecision-item__type-not-
|
|
1245
|
-
.root-module_xdecision-item__type-
|
|
1246
|
-
.root-module_xdecision-item__type-
|
|
1274
|
+
.root-module_xdecision-item__type-check__BV4Ec[disabled],
|
|
1275
|
+
.root-module_xdecision-item__type-refuse__H6b5U[disabled],
|
|
1276
|
+
.root-module_xdecision-item__type-not-applicable__0vot7[disabled],
|
|
1277
|
+
.root-module_xdecision-item__type-various__6QYeS[disabled],
|
|
1278
|
+
.root-module_xdecision-item__type-remove__QJC5n[disabled] {
|
|
1247
1279
|
opacity: 0.5;
|
|
1248
1280
|
}
|
|
1249
1281
|
|
|
1250
|
-
.root-module_xdecision-item__type-
|
|
1251
|
-
.root-module_xdecision-item__type-
|
|
1252
|
-
.root-module_xdecision-item__type-not-
|
|
1253
|
-
.root-module_xdecision-item__type-
|
|
1254
|
-
.root-module_xdecision-item__type-
|
|
1282
|
+
.root-module_xdecision-item__type-check__BV4Ec[disabled] *,
|
|
1283
|
+
.root-module_xdecision-item__type-refuse__H6b5U[disabled] *,
|
|
1284
|
+
.root-module_xdecision-item__type-not-applicable__0vot7[disabled] *,
|
|
1285
|
+
.root-module_xdecision-item__type-various__6QYeS[disabled] *,
|
|
1286
|
+
.root-module_xdecision-item__type-remove__QJC5n[disabled] * {
|
|
1255
1287
|
color: var(--color-neutral-lightest) !important;
|
|
1256
1288
|
}
|
|
1257
1289
|
|
|
1258
1290
|
/* Types */
|
|
1259
|
-
.root-module_xdecision-item__type-
|
|
1291
|
+
.root-module_xdecision-item__type-check__BV4Ec {
|
|
1260
1292
|
background: var(--global-success-green-50);
|
|
1261
1293
|
}
|
|
1262
1294
|
|
|
1263
|
-
.root-module_xdecision-item__type-
|
|
1295
|
+
.root-module_xdecision-item__type-refuse__H6b5U {
|
|
1264
1296
|
background: var(--global-error-red-50);
|
|
1265
1297
|
}
|
|
1266
1298
|
|
|
1267
|
-
.root-module_xdecision-item__type-not-
|
|
1299
|
+
.root-module_xdecision-item__type-not-applicable__0vot7 {
|
|
1268
1300
|
background: var(--global-warning-orange-50);
|
|
1269
1301
|
}
|
|
1270
1302
|
|
|
1271
|
-
.root-module_xdecision-item__type-
|
|
1303
|
+
.root-module_xdecision-item__type-various__6QYeS {
|
|
1272
1304
|
background: var(--neutral-dark-80);
|
|
1273
1305
|
}
|
|
1274
1306
|
|
|
1275
|
-
.root-module_xdecision-item__type-
|
|
1307
|
+
.root-module_xdecision-item__type-remove__QJC5n {
|
|
1276
1308
|
background: var(--neutral-dark-80);
|
|
1277
1309
|
}
|
|
1278
1310
|
|
|
1279
|
-
.root-module_xdecision-item__type-
|
|
1280
|
-
.root-module_xdecision-item__type-
|
|
1281
|
-
.root-module_xdecision-item__type-not-
|
|
1282
|
-
.root-module_xdecision-item__type-
|
|
1283
|
-
.root-module_xdecision-item__type-
|
|
1311
|
+
.root-module_xdecision-item__type-check__BV4Ec *,
|
|
1312
|
+
.root-module_xdecision-item__type-refuse__H6b5U *,
|
|
1313
|
+
.root-module_xdecision-item__type-not-applicable__0vot7 *,
|
|
1314
|
+
.root-module_xdecision-item__type-various__6QYeS *,
|
|
1315
|
+
.root-module_xdecision-item__type-remove__QJC5n * {
|
|
1284
1316
|
color: var(--color-neutral-lightest);
|
|
1285
1317
|
}
|
|
1286
1318
|
|
|
1287
1319
|
/* Sizes */
|
|
1288
|
-
.root-module_xdecision-item__size-
|
|
1320
|
+
.root-module_xdecision-item__size-s__nfws7 {
|
|
1289
1321
|
height: var(--xbutton-size-s);
|
|
1290
1322
|
padding: var(--xbutton-padding-xs);
|
|
1291
1323
|
}
|
|
1292
1324
|
|
|
1293
|
-
.root-module_xdecision-item__size-
|
|
1325
|
+
.root-module_xdecision-item__size-m__G8YTd {
|
|
1294
1326
|
height: var(--xbutton-size-m);
|
|
1295
1327
|
padding: 3px;
|
|
1296
1328
|
}
|
|
1297
1329
|
|
|
1298
|
-
.root-
|
|
1330
|
+
.root-module_xbadge__O57S3 {
|
|
1299
1331
|
display: flex;
|
|
1300
1332
|
align-items: center;
|
|
1301
1333
|
justify-content: center;
|
|
@@ -1305,219 +1337,219 @@
|
|
|
1305
1337
|
border-radius: 999px;
|
|
1306
1338
|
}
|
|
1307
1339
|
|
|
1308
|
-
.root-module_xbadge--size-
|
|
1340
|
+
.root-module_xbadge--size-xs__m2aSO {
|
|
1309
1341
|
height: var(--xbadge-size-xs);
|
|
1310
1342
|
font-size: var(--xtext-size-12);
|
|
1311
1343
|
padding: var(--xbadge-padding-xs);
|
|
1312
1344
|
}
|
|
1313
|
-
.root-module_xbadge--size-
|
|
1345
|
+
.root-module_xbadge--size-s__ug-ta {
|
|
1314
1346
|
height: var(--xbadge-size-s);
|
|
1315
1347
|
font-size: var(--xtext-size-10);
|
|
1316
1348
|
padding: var(--xbadge-padding-s);
|
|
1317
1349
|
}
|
|
1318
|
-
.root-module_xbadge--size-
|
|
1350
|
+
.root-module_xbadge--size-m__RR-8o {
|
|
1319
1351
|
height: var(--xbadge-size-m);
|
|
1320
1352
|
font-size: var(--xtext-size-9);
|
|
1321
1353
|
padding: var(--xbadge-padding-m);
|
|
1322
1354
|
}
|
|
1323
|
-
.root-module_xbadge--size-
|
|
1355
|
+
.root-module_xbadge--size-l__AQFv4 {
|
|
1324
1356
|
height: var(--xbadge-size-l);
|
|
1325
1357
|
font-size: var(--xtext-size-8);
|
|
1326
1358
|
padding: var(--xbadge-padding-l);
|
|
1327
1359
|
}
|
|
1328
|
-
.root-module_xbadge--size-
|
|
1360
|
+
.root-module_xbadge--size-xl__EwLdE {
|
|
1329
1361
|
height: var(--xbadge-size-xl);
|
|
1330
1362
|
font-size: var(--xtext-size-7);
|
|
1331
1363
|
padding: var(--xbadge-padding-xl);
|
|
1332
1364
|
}
|
|
1333
1365
|
|
|
1334
|
-
.root-
|
|
1366
|
+
.root-module_squared__zsPnz {
|
|
1335
1367
|
padding: 0;
|
|
1336
1368
|
}
|
|
1337
|
-
.root-
|
|
1369
|
+
.root-module_squared__zsPnz.root-module_xbadge--size-xs__m2aSO {
|
|
1338
1370
|
width: var(--xbadge-size-xs);
|
|
1339
1371
|
}
|
|
1340
|
-
.root-
|
|
1372
|
+
.root-module_squared__zsPnz.root-module_xbadge--size-s__ug-ta {
|
|
1341
1373
|
width: var(--xbadge-size-s);
|
|
1342
1374
|
}
|
|
1343
|
-
.root-
|
|
1375
|
+
.root-module_squared__zsPnz.root-module_xbadge--size-m__RR-8o {
|
|
1344
1376
|
width: var(--xbadge-size-m);
|
|
1345
1377
|
}
|
|
1346
|
-
.root-
|
|
1378
|
+
.root-module_squared__zsPnz.root-module_xbadge--size-l__AQFv4 {
|
|
1347
1379
|
width: var(--xbadge-size-l);
|
|
1348
1380
|
}
|
|
1349
|
-
.root-
|
|
1381
|
+
.root-module_squared__zsPnz.root-module_xbadge--size-xl__EwLdE {
|
|
1350
1382
|
width: var(--xbadge-size-xl);
|
|
1351
1383
|
}
|
|
1352
1384
|
|
|
1353
|
-
.root-
|
|
1385
|
+
.root-module_ximage__BTwY3 {
|
|
1354
1386
|
overflow: hidden;
|
|
1355
1387
|
}
|
|
1356
1388
|
|
|
1357
|
-
.root-module_ximage--rounded-
|
|
1389
|
+
.root-module_ximage--rounded-none__VEnxB {
|
|
1358
1390
|
border-radius: 0;
|
|
1359
1391
|
}
|
|
1360
1392
|
|
|
1361
|
-
.root-module_ximage--rounded-
|
|
1393
|
+
.root-module_ximage--rounded-xxs__X1GO1 {
|
|
1362
1394
|
border-radius: var(--ximage-border-radius-xxs);
|
|
1363
1395
|
}
|
|
1364
1396
|
|
|
1365
|
-
.root-module_ximage--rounded-
|
|
1397
|
+
.root-module_ximage--rounded-xs__LCbJA {
|
|
1366
1398
|
border-radius: var(--ximage-border-radius-xs);
|
|
1367
1399
|
}
|
|
1368
1400
|
|
|
1369
|
-
.root-module_ximage--rounded-
|
|
1401
|
+
.root-module_ximage--rounded-s__6nSWG {
|
|
1370
1402
|
border-radius: var(--ximage-border-radius-s);
|
|
1371
1403
|
}
|
|
1372
1404
|
|
|
1373
|
-
.root-module_ximage--rounded-
|
|
1405
|
+
.root-module_ximage--rounded-m__FjT0c {
|
|
1374
1406
|
border-radius: var(--ximage-border-radius-m);
|
|
1375
1407
|
}
|
|
1376
1408
|
|
|
1377
|
-
.root-module_ximage--rounded-
|
|
1409
|
+
.root-module_ximage--rounded-l__FrKZ- {
|
|
1378
1410
|
border-radius: var(--ximage-border-radius-l);
|
|
1379
1411
|
}
|
|
1380
1412
|
|
|
1381
|
-
.root-module_ximage--rounded-
|
|
1413
|
+
.root-module_ximage--rounded-xl__Hd-yF {
|
|
1382
1414
|
border-radius: var(--ximage-border-radius-xl);
|
|
1383
1415
|
}
|
|
1384
1416
|
|
|
1385
|
-
.root-module_ximage--rounded-
|
|
1417
|
+
.root-module_ximage--rounded-full__cWGyM {
|
|
1386
1418
|
border-radius: 999px;
|
|
1387
1419
|
}
|
|
1388
1420
|
|
|
1389
|
-
.root-module_ximage--border-
|
|
1421
|
+
.root-module_ximage--border-shadow__w3Crs {
|
|
1390
1422
|
box-shadow: 0px 3px 8px -1px rgba(24, 39, 75, 0.08);
|
|
1391
1423
|
}
|
|
1392
1424
|
|
|
1393
|
-
.root-module_ximage--border-
|
|
1425
|
+
.root-module_ximage--border-dashed__sxU4Q {
|
|
1394
1426
|
border: 1px dashed var(--color-neutral-dim);
|
|
1395
1427
|
}
|
|
1396
1428
|
|
|
1397
|
-
.root-module_ximage--border-
|
|
1429
|
+
.root-module_ximage--border-solid__SI3DR {
|
|
1398
1430
|
border: 1px solid var(--color-neutral-light);
|
|
1399
1431
|
}
|
|
1400
1432
|
|
|
1401
|
-
.root-module_ximage--padding-
|
|
1433
|
+
.root-module_ximage--padding-xxs__ZuaF0 {
|
|
1402
1434
|
padding: var(--xbox-padding-xxs);
|
|
1403
1435
|
}
|
|
1404
|
-
.root-module_ximage--padding-
|
|
1436
|
+
.root-module_ximage--padding-xs__aY6aq {
|
|
1405
1437
|
padding: var(--xbox-padding-xs);
|
|
1406
1438
|
}
|
|
1407
|
-
.root-module_ximage--padding-
|
|
1439
|
+
.root-module_ximage--padding-s__KQir9 {
|
|
1408
1440
|
padding: var(--xbox-padding-s);
|
|
1409
1441
|
}
|
|
1410
|
-
.root-module_ximage--padding-
|
|
1442
|
+
.root-module_ximage--padding-m__HqYb5 {
|
|
1411
1443
|
padding: var(--xbox-padding-m);
|
|
1412
1444
|
}
|
|
1413
|
-
.root-module_ximage--padding-
|
|
1445
|
+
.root-module_ximage--padding-l__-2CR6 {
|
|
1414
1446
|
padding: var(--xbox-padding-l);
|
|
1415
1447
|
}
|
|
1416
|
-
.root-module_ximage--padding-
|
|
1448
|
+
.root-module_ximage--padding-xl__z-AwZ {
|
|
1417
1449
|
padding: var(--xbox-padding-xl);
|
|
1418
1450
|
}
|
|
1419
1451
|
|
|
1420
|
-
.root-module_ximage--height-
|
|
1452
|
+
.root-module_ximage--height-auto__NKpUN img {
|
|
1421
1453
|
height: auto;
|
|
1422
1454
|
}
|
|
1423
|
-
.root-module_ximage--height-
|
|
1455
|
+
.root-module_ximage--height-full__C6tRt img {
|
|
1424
1456
|
height: 100%;
|
|
1425
1457
|
}
|
|
1426
|
-
.root-module_ximage--height-
|
|
1458
|
+
.root-module_ximage--height-1__jM0Jy img {
|
|
1427
1459
|
height: var(--xbox-size-1);
|
|
1428
1460
|
}
|
|
1429
|
-
.root-module_ximage--height-
|
|
1461
|
+
.root-module_ximage--height-2__-nyKM img {
|
|
1430
1462
|
height: var(--xbox-size-2);
|
|
1431
1463
|
}
|
|
1432
|
-
.root-module_ximage--height-
|
|
1464
|
+
.root-module_ximage--height-3__bjo4d img {
|
|
1433
1465
|
height: var(--xbox-size-3);
|
|
1434
1466
|
}
|
|
1435
|
-
.root-module_ximage--height-
|
|
1467
|
+
.root-module_ximage--height-4__UxZVg img {
|
|
1436
1468
|
height: var(--xbox-size-4);
|
|
1437
1469
|
}
|
|
1438
|
-
.root-module_ximage--height-
|
|
1470
|
+
.root-module_ximage--height-5__TORb2 img {
|
|
1439
1471
|
height: var(--xbox-size-5);
|
|
1440
1472
|
}
|
|
1441
|
-
.root-module_ximage--height-
|
|
1473
|
+
.root-module_ximage--height-6__p-YU5 img {
|
|
1442
1474
|
height: var(--xbox-size-6);
|
|
1443
1475
|
}
|
|
1444
|
-
.root-module_ximage--height-
|
|
1476
|
+
.root-module_ximage--height-7__FA1uz img {
|
|
1445
1477
|
height: var(--xbox-size-7);
|
|
1446
1478
|
}
|
|
1447
|
-
.root-module_ximage--height-
|
|
1479
|
+
.root-module_ximage--height-8__-xUed img {
|
|
1448
1480
|
height: var(--xbox-size-8);
|
|
1449
1481
|
}
|
|
1450
|
-
.root-module_ximage--height-
|
|
1482
|
+
.root-module_ximage--height-9__sQ8Au img {
|
|
1451
1483
|
height: var(--xbox-size-9);
|
|
1452
1484
|
border-width: var(--xbox-border-small);
|
|
1453
1485
|
}
|
|
1454
|
-
.root-module_ximage--height-
|
|
1486
|
+
.root-module_ximage--height-10__z-tfn img {
|
|
1455
1487
|
height: var(--xbox-size-10);
|
|
1456
1488
|
border-width: var(--xbox-border-small);
|
|
1457
1489
|
}
|
|
1458
|
-
.root-module_ximage--height-
|
|
1490
|
+
.root-module_ximage--height-11__9PmAB img {
|
|
1459
1491
|
height: var(--xbox-size-11);
|
|
1460
1492
|
border-width: var(--xbox-border-small);
|
|
1461
1493
|
}
|
|
1462
|
-
.root-module_ximage--height-
|
|
1494
|
+
.root-module_ximage--height-12__ECLLF img {
|
|
1463
1495
|
height: var(--xbox-size-12);
|
|
1464
1496
|
border-width: var(--xbox-border-small);
|
|
1465
1497
|
}
|
|
1466
1498
|
|
|
1467
|
-
.root-module_ximage--width-
|
|
1499
|
+
.root-module_ximage--width-auto__-gVNP img {
|
|
1468
1500
|
width: auto;
|
|
1469
1501
|
}
|
|
1470
|
-
.root-module_ximage--width-
|
|
1502
|
+
.root-module_ximage--width-half__Hf6SW img {
|
|
1471
1503
|
width: 50%;
|
|
1472
1504
|
}
|
|
1473
|
-
.root-module_ximage--width-
|
|
1505
|
+
.root-module_ximage--width-full__XRGb1 img {
|
|
1474
1506
|
width: 100%;
|
|
1475
1507
|
}
|
|
1476
|
-
.root-module_ximage--width-
|
|
1508
|
+
.root-module_ximage--width-flex__coGlD img {
|
|
1477
1509
|
flex: 1;
|
|
1478
1510
|
}
|
|
1479
|
-
.root-module_ximage--width-
|
|
1511
|
+
.root-module_ximage--width-1__YKR6w img {
|
|
1480
1512
|
width: var(--xbox-size-1);
|
|
1481
1513
|
}
|
|
1482
|
-
.root-module_ximage--width-
|
|
1514
|
+
.root-module_ximage--width-2__5mzhW img {
|
|
1483
1515
|
width: var(--xbox-size-2);
|
|
1484
1516
|
}
|
|
1485
|
-
.root-module_ximage--width-
|
|
1517
|
+
.root-module_ximage--width-3__Bk4Fd img {
|
|
1486
1518
|
width: var(--xbox-size-3);
|
|
1487
1519
|
}
|
|
1488
|
-
.root-module_ximage--width-
|
|
1520
|
+
.root-module_ximage--width-4__OFCID img {
|
|
1489
1521
|
width: var(--xbox-size-4);
|
|
1490
1522
|
}
|
|
1491
|
-
.root-module_ximage--width-
|
|
1523
|
+
.root-module_ximage--width-5__HMkfL img {
|
|
1492
1524
|
width: var(--xbox-size-5);
|
|
1493
1525
|
}
|
|
1494
|
-
.root-module_ximage--width-
|
|
1526
|
+
.root-module_ximage--width-6__0z4Ig img {
|
|
1495
1527
|
width: var(--xbox-size-6);
|
|
1496
1528
|
}
|
|
1497
|
-
.root-module_ximage--width-
|
|
1529
|
+
.root-module_ximage--width-7__SWy3b img {
|
|
1498
1530
|
width: var(--xbox-size-7);
|
|
1499
1531
|
}
|
|
1500
|
-
.root-module_ximage--width-
|
|
1532
|
+
.root-module_ximage--width-8__DDsSO img {
|
|
1501
1533
|
width: var(--xbox-size-8);
|
|
1502
1534
|
}
|
|
1503
|
-
.root-module_ximage--width-
|
|
1535
|
+
.root-module_ximage--width-9__-2Qud img {
|
|
1504
1536
|
width: var(--xbox-size-9);
|
|
1505
1537
|
border-width: var(--xbox-border-small);
|
|
1506
1538
|
}
|
|
1507
|
-
.root-module_ximage--width-
|
|
1539
|
+
.root-module_ximage--width-10__77O9d img {
|
|
1508
1540
|
width: var(--xbox-size-10);
|
|
1509
1541
|
border-width: var(--xbox-border-small);
|
|
1510
1542
|
}
|
|
1511
|
-
.root-module_ximage--width-
|
|
1543
|
+
.root-module_ximage--width-11__jV87R img {
|
|
1512
1544
|
width: var(--xbox-size-11);
|
|
1513
1545
|
border-width: var(--xbox-border-small);
|
|
1514
1546
|
}
|
|
1515
|
-
.root-module_ximage--width-
|
|
1547
|
+
.root-module_ximage--width-12__xpe8j img {
|
|
1516
1548
|
width: var(--xbox-size-12);
|
|
1517
1549
|
border-width: var(--xbox-border-small);
|
|
1518
1550
|
}
|
|
1519
1551
|
|
|
1520
|
-
.root-module_ximage-
|
|
1552
|
+
.root-module_ximage-preview__7Tt1v {
|
|
1521
1553
|
height: var(--xbox-size-2);
|
|
1522
1554
|
width: var(--xbox-size-2);
|
|
1523
1555
|
position: relative;
|
|
@@ -1525,7 +1557,7 @@
|
|
|
1525
1557
|
cursor: pointer;
|
|
1526
1558
|
}
|
|
1527
1559
|
|
|
1528
|
-
.root-module_ximage-
|
|
1560
|
+
.root-module_ximage-preview__7Tt1v .root-module_ximagepreview__icon__YB4JB {
|
|
1529
1561
|
width: var(--xbox-size-9);
|
|
1530
1562
|
height: var(--xbox-size-9);
|
|
1531
1563
|
position: absolute;
|
|
@@ -1536,7 +1568,7 @@
|
|
|
1536
1568
|
z-index: 1;
|
|
1537
1569
|
}
|
|
1538
1570
|
|
|
1539
|
-
.root-module_ximage-
|
|
1571
|
+
.root-module_ximage-preview__7Tt1v .root-module_ximagepreview__overlay__8DTBd {
|
|
1540
1572
|
position: absolute;
|
|
1541
1573
|
top: 0;
|
|
1542
1574
|
left: 0;
|
|
@@ -1546,7 +1578,7 @@
|
|
|
1546
1578
|
background-color: rgba(0, 0, 0, 0.3);
|
|
1547
1579
|
}
|
|
1548
1580
|
|
|
1549
|
-
.root-module_ximage-
|
|
1581
|
+
.root-module_ximage-preview__7Tt1v .root-module_modal__0UfVo {
|
|
1550
1582
|
position: fixed;
|
|
1551
1583
|
top: 0;
|
|
1552
1584
|
left: 0;
|
|
@@ -1561,14 +1593,14 @@
|
|
|
1561
1593
|
z-index: 9999;
|
|
1562
1594
|
}
|
|
1563
1595
|
|
|
1564
|
-
.root-module_ximage-
|
|
1596
|
+
.root-module_ximage-preview__7Tt1v .root-module_modal__content__close__NJpXd {
|
|
1565
1597
|
margin-top: var(--xbox-padding-xl);
|
|
1566
1598
|
text-align: -webkit-center;
|
|
1567
1599
|
display: flex;
|
|
1568
1600
|
justify-content: center;
|
|
1569
1601
|
}
|
|
1570
1602
|
|
|
1571
|
-
.root-module_ximage-
|
|
1603
|
+
.root-module_ximage-preview__7Tt1v .root-module_modal__background__2KoZ5 {
|
|
1572
1604
|
width: 100%;
|
|
1573
1605
|
height: 100%;
|
|
1574
1606
|
background-color: rgba(0,0,0,0.5);
|
|
@@ -1581,14 +1613,14 @@
|
|
|
1581
1613
|
z-index: 9998;
|
|
1582
1614
|
}
|
|
1583
1615
|
|
|
1584
|
-
.root-
|
|
1616
|
+
.root-module_ximagepreview__cBjpR {
|
|
1585
1617
|
height: var(--xbox-size-2);
|
|
1586
1618
|
width: var(--xbox-size-2);
|
|
1587
1619
|
position: relative;
|
|
1588
1620
|
border-radius: var(--xbox-rounding-m);
|
|
1589
1621
|
cursor: pointer;
|
|
1590
1622
|
}
|
|
1591
|
-
.root-
|
|
1623
|
+
.root-module_ximagepreview__icon__AQNqH {
|
|
1592
1624
|
width: var(--xbox-size-9);
|
|
1593
1625
|
height: var(--xbox-size-9);
|
|
1594
1626
|
position: absolute;
|
|
@@ -1599,7 +1631,7 @@
|
|
|
1599
1631
|
z-index: 1;
|
|
1600
1632
|
}
|
|
1601
1633
|
|
|
1602
|
-
.root-
|
|
1634
|
+
.root-module_ximagepreview__overlay__vHPvs {
|
|
1603
1635
|
position: absolute;
|
|
1604
1636
|
top: 0;
|
|
1605
1637
|
left: 0;
|
|
@@ -1609,14 +1641,14 @@
|
|
|
1609
1641
|
background-color: rgba(0, 0, 0, 0.3);
|
|
1610
1642
|
}
|
|
1611
1643
|
|
|
1612
|
-
.root-
|
|
1644
|
+
.root-module_modal__content__close__n4GIz {
|
|
1613
1645
|
margin-top: var(--xbox-padding-xl);
|
|
1614
1646
|
text-align: -webkit-center;
|
|
1615
1647
|
display: flex;
|
|
1616
1648
|
justify-content: center;
|
|
1617
1649
|
}
|
|
1618
1650
|
|
|
1619
|
-
.root-
|
|
1651
|
+
.root-module_modal__background__4RFdD {
|
|
1620
1652
|
width: 100%;
|
|
1621
1653
|
height: 100%;
|
|
1622
1654
|
background-color: rgba(0,0,0,0.5);
|
|
@@ -1629,7 +1661,7 @@
|
|
|
1629
1661
|
z-index: 9998;
|
|
1630
1662
|
}
|
|
1631
1663
|
|
|
1632
|
-
.root-
|
|
1664
|
+
.root-module_modal__ZhUKm {
|
|
1633
1665
|
position: fixed;
|
|
1634
1666
|
top: 0;
|
|
1635
1667
|
left: 0;
|
|
@@ -1644,41 +1676,41 @@
|
|
|
1644
1676
|
z-index: 9999;
|
|
1645
1677
|
}
|
|
1646
1678
|
|
|
1647
|
-
.root-
|
|
1679
|
+
.root-module_xtag__P5Sfd {
|
|
1648
1680
|
display: flex;
|
|
1649
1681
|
height: var(--xbox-size-9);
|
|
1650
1682
|
font-weight: var(--xtext-weight-normal);
|
|
1651
1683
|
}
|
|
1652
1684
|
|
|
1653
|
-
.root-module_xtag--size-
|
|
1685
|
+
.root-module_xtag--size-s__Axj5- {
|
|
1654
1686
|
height: var(--xbox-size-9);
|
|
1655
1687
|
font-size: var(--xtext-size-12);
|
|
1656
1688
|
}
|
|
1657
1689
|
|
|
1658
|
-
.root-module_xtag--size-
|
|
1690
|
+
.root-module_xtag--size-l__f9xBd {
|
|
1659
1691
|
height: var(--xbox-size-7);
|
|
1660
1692
|
font-size: var(--xtext-size-11);
|
|
1661
1693
|
}
|
|
1662
1694
|
|
|
1663
|
-
.root-module_xtag--
|
|
1695
|
+
.root-module_xtag--touchable__vcpLJ {
|
|
1664
1696
|
cursor: pointer;
|
|
1665
1697
|
transition: all 0.25s ease-in-out;
|
|
1666
1698
|
transition-property: transform, opacity;
|
|
1667
1699
|
}
|
|
1668
1700
|
|
|
1669
|
-
.root-module_xtag--
|
|
1701
|
+
.root-module_xtag--touchable__vcpLJ:hover {
|
|
1670
1702
|
transform: scale(1.025);
|
|
1671
1703
|
}
|
|
1672
1704
|
|
|
1673
|
-
.root-module_xtag--
|
|
1705
|
+
.root-module_xtag--touchable__vcpLJ:active {
|
|
1674
1706
|
transform: scale(0.95);
|
|
1675
1707
|
}
|
|
1676
1708
|
|
|
1677
|
-
.root-module_xtag--
|
|
1709
|
+
.root-module_xtag--disabled__4au0Y {
|
|
1678
1710
|
color: var(--neutral-dark-50, #999999);
|
|
1679
1711
|
}
|
|
1680
1712
|
|
|
1681
|
-
.root-
|
|
1713
|
+
.root-module_xtag__text_container__s9adJ {
|
|
1682
1714
|
display: flex;
|
|
1683
1715
|
align-items: center;
|
|
1684
1716
|
padding: var(--xbox-padding-xs);
|
|
@@ -1688,150 +1720,150 @@
|
|
|
1688
1720
|
line-height: 100%;
|
|
1689
1721
|
}
|
|
1690
1722
|
|
|
1691
|
-
.root-module_xtag--color-
|
|
1723
|
+
.root-module_xtag--color-gray__7eQsr .root-module_xtag__text_container__s9adJ {
|
|
1692
1724
|
background: var(--color-neutral-light);
|
|
1693
1725
|
}
|
|
1694
1726
|
|
|
1695
|
-
.root-module_xtag--color-
|
|
1727
|
+
.root-module_xtag--color-black__CTXPS .root-module_xtag__text_container__s9adJ {
|
|
1696
1728
|
background-color: var(--color-neutral-darkest);
|
|
1697
1729
|
}
|
|
1698
1730
|
|
|
1699
|
-
.root-module_xtag--color-
|
|
1731
|
+
.root-module_xtag--color-black__CTXPS .root-module_xtag__text__O-9bT {
|
|
1700
1732
|
color: var(--color-neutral-lightest);
|
|
1701
1733
|
}
|
|
1702
1734
|
|
|
1703
|
-
.root-module_xtag--color-
|
|
1735
|
+
.root-module_xtag--color-black__CTXPS .root-module_xtag__icon__1Aqvi > div {
|
|
1704
1736
|
color: var(--color-neutral-lightest);
|
|
1705
1737
|
}
|
|
1706
1738
|
|
|
1707
|
-
.root-
|
|
1739
|
+
.root-module_xtag__text__O-9bT {
|
|
1708
1740
|
padding-left: var(--xbox-padding-xs);
|
|
1709
1741
|
padding-right: var(--xbox-padding-xs);
|
|
1710
1742
|
text-align: center;
|
|
1711
1743
|
}
|
|
1712
1744
|
|
|
1713
1745
|
/* color green */
|
|
1714
|
-
.root-module_xtag--color-
|
|
1746
|
+
.root-module_xtag--color-green__PnrGl .root-module_xtag__text_container__s9adJ {
|
|
1715
1747
|
background: var(--xtag-color-green);
|
|
1716
1748
|
}
|
|
1717
1749
|
|
|
1718
|
-
.root-module_xtag--color-
|
|
1750
|
+
.root-module_xtag--color-green__PnrGl .root-module_xtag__text__O-9bT {
|
|
1719
1751
|
color: var(--color-neutral-lightest);
|
|
1720
1752
|
}
|
|
1721
|
-
.root-module_xtag--color-
|
|
1753
|
+
.root-module_xtag--color-green__PnrGl .root-module_xtag__icon__1Aqvi > div {
|
|
1722
1754
|
color: var(--color-neutral-lightest);
|
|
1723
1755
|
}
|
|
1724
1756
|
|
|
1725
1757
|
/* color sky blue */
|
|
1726
|
-
.root-module_xtag--color-sky-
|
|
1758
|
+
.root-module_xtag--color-sky-blue__Gt47f .root-module_xtag__text_container__s9adJ {
|
|
1727
1759
|
background: var(--xtag-color-sky-blue);
|
|
1728
1760
|
}
|
|
1729
1761
|
|
|
1730
|
-
.root-module_xtag--color-sky-
|
|
1762
|
+
.root-module_xtag--color-sky-blue__Gt47f .root-module_xtag__text__O-9bT {
|
|
1731
1763
|
color: var(--color-neutral-lightest);
|
|
1732
1764
|
}
|
|
1733
|
-
.root-module_xtag--color-sky-
|
|
1765
|
+
.root-module_xtag--color-sky-blue__Gt47f .root-module_xtag__icon__1Aqvi > div {
|
|
1734
1766
|
color: var(--color-neutral-lightest);
|
|
1735
1767
|
}
|
|
1736
1768
|
|
|
1737
1769
|
/* color orange */
|
|
1738
|
-
.root-module_xtag--color-
|
|
1770
|
+
.root-module_xtag--color-orange__2cLMK .root-module_xtag__text_container__s9adJ {
|
|
1739
1771
|
background: var(--xtag-color-orange);
|
|
1740
1772
|
}
|
|
1741
1773
|
|
|
1742
|
-
.root-module_xtag--color-
|
|
1774
|
+
.root-module_xtag--color-orange__2cLMK .root-module_xtag__text__O-9bT {
|
|
1743
1775
|
color: var(--color-neutral-lightest);
|
|
1744
1776
|
}
|
|
1745
|
-
.root-module_xtag--color-
|
|
1777
|
+
.root-module_xtag--color-orange__2cLMK .root-module_xtag__icon__1Aqvi > div {
|
|
1746
1778
|
color: var(--color-neutral-lightest);
|
|
1747
1779
|
}
|
|
1748
1780
|
|
|
1749
1781
|
/* color red */
|
|
1750
|
-
.root-module_xtag--color-
|
|
1782
|
+
.root-module_xtag--color-red__tpxus .root-module_xtag__text_container__s9adJ {
|
|
1751
1783
|
background: var(--xtag-color-red);
|
|
1752
1784
|
}
|
|
1753
1785
|
|
|
1754
|
-
.root-module_xtag--color-
|
|
1786
|
+
.root-module_xtag--color-red__tpxus .root-module_xtag__text__O-9bT {
|
|
1755
1787
|
color: var(--color-neutral-lightest);
|
|
1756
1788
|
}
|
|
1757
|
-
.root-module_xtag--color-
|
|
1789
|
+
.root-module_xtag--color-red__tpxus .root-module_xtag__icon__1Aqvi > div {
|
|
1758
1790
|
color: var(--color-neutral-lightest);
|
|
1759
1791
|
}
|
|
1760
1792
|
|
|
1761
1793
|
/* color purple */
|
|
1762
|
-
.root-module_xtag--color-
|
|
1794
|
+
.root-module_xtag--color-purple__zdGlm .root-module_xtag__text_container__s9adJ {
|
|
1763
1795
|
background: var(--xtag-color-purple);
|
|
1764
1796
|
}
|
|
1765
1797
|
|
|
1766
|
-
.root-module_xtag--color-
|
|
1798
|
+
.root-module_xtag--color-purple__zdGlm .root-module_xtag__text__O-9bT {
|
|
1767
1799
|
color: var(--color-neutral-lightest);
|
|
1768
1800
|
}
|
|
1769
|
-
.root-module_xtag--color-
|
|
1801
|
+
.root-module_xtag--color-purple__zdGlm .root-module_xtag__icon__1Aqvi > div {
|
|
1770
1802
|
color: var(--color-neutral-lightest);
|
|
1771
1803
|
}
|
|
1772
1804
|
|
|
1773
1805
|
/* color pink */
|
|
1774
|
-
.root-module_xtag--color-
|
|
1806
|
+
.root-module_xtag--color-pink__Ufc1u .root-module_xtag__text_container__s9adJ {
|
|
1775
1807
|
background: var(--xtag-color-pink);
|
|
1776
1808
|
}
|
|
1777
1809
|
|
|
1778
|
-
.root-module_xtag--color-
|
|
1810
|
+
.root-module_xtag--color-pink__Ufc1u .root-module_xtag__text__O-9bT {
|
|
1779
1811
|
color: var(--color-neutral-lightest);
|
|
1780
1812
|
}
|
|
1781
|
-
.root-module_xtag--color-
|
|
1813
|
+
.root-module_xtag--color-pink__Ufc1u .root-module_xtag__icon__1Aqvi > div {
|
|
1782
1814
|
color: var(--color-neutral-lightest);
|
|
1783
1815
|
}
|
|
1784
1816
|
|
|
1785
1817
|
/* color green check */
|
|
1786
|
-
.root-module_xtag--color-green-
|
|
1818
|
+
.root-module_xtag--color-green-check__k6dPU .root-module_xtag__text_container__s9adJ {
|
|
1787
1819
|
background: var(--xtag-color-green-check);
|
|
1788
1820
|
}
|
|
1789
1821
|
|
|
1790
|
-
.root-module_xtag--color-green-
|
|
1822
|
+
.root-module_xtag--color-green-check__k6dPU .root-module_xtag__text__O-9bT {
|
|
1791
1823
|
color: var(--color-neutral-lightest);
|
|
1792
1824
|
}
|
|
1793
|
-
.root-module_xtag--color-green-
|
|
1825
|
+
.root-module_xtag--color-green-check__k6dPU .root-module_xtag__icon__1Aqvi > div {
|
|
1794
1826
|
color: var(--color-neutral-lightest);
|
|
1795
1827
|
}
|
|
1796
1828
|
|
|
1797
1829
|
/* color red refuse */
|
|
1798
|
-
.root-module_xtag--color-red-
|
|
1830
|
+
.root-module_xtag--color-red-refuse__HnHsI .root-module_xtag__text_container__s9adJ {
|
|
1799
1831
|
background: var(--xtag-color-red-refuse);
|
|
1800
1832
|
}
|
|
1801
1833
|
|
|
1802
|
-
.root-module_xtag--color-red-
|
|
1834
|
+
.root-module_xtag--color-red-refuse__HnHsI .root-module_xtag__text__O-9bT {
|
|
1803
1835
|
color: var(--color-neutral-lightest);
|
|
1804
1836
|
}
|
|
1805
|
-
.root-module_xtag--color-red-
|
|
1837
|
+
.root-module_xtag--color-red-refuse__HnHsI .root-module_xtag__icon__1Aqvi > div {
|
|
1806
1838
|
color: var(--color-neutral-lightest);
|
|
1807
1839
|
}
|
|
1808
1840
|
|
|
1809
1841
|
/* color yellow */
|
|
1810
|
-
.root-module_xtag--color-
|
|
1842
|
+
.root-module_xtag--color-yellow__dvtkb .root-module_xtag__text_container__s9adJ {
|
|
1811
1843
|
background: var(--xtag-color-yellow);
|
|
1812
1844
|
}
|
|
1813
1845
|
|
|
1814
|
-
.root-module_xtag--color-
|
|
1846
|
+
.root-module_xtag--color-yellow__dvtkb .root-module_xtag__text__O-9bT {
|
|
1815
1847
|
color: var(--color-neutral-darkest);
|
|
1816
1848
|
}
|
|
1817
|
-
.root-module_xtag--color-
|
|
1849
|
+
.root-module_xtag--color-yellow__dvtkb .root-module_xtag__icon__1Aqvi > div {
|
|
1818
1850
|
color: var(--color-neutral-darkest);
|
|
1819
1851
|
}
|
|
1820
1852
|
|
|
1821
|
-
.root-
|
|
1853
|
+
.root-module_xtag_business__fqT2D {
|
|
1822
1854
|
display: flex;
|
|
1823
1855
|
height: var(--xbox-size-9);
|
|
1824
1856
|
}
|
|
1825
1857
|
|
|
1826
|
-
.root-module_xtag_business--size-
|
|
1858
|
+
.root-module_xtag_business--size-s__wYCOE {
|
|
1827
1859
|
height: var(--xbox-size-9);
|
|
1828
1860
|
}
|
|
1829
1861
|
|
|
1830
|
-
.root-module_xtag_business--size-
|
|
1862
|
+
.root-module_xtag_business--size-l__829JS {
|
|
1831
1863
|
height: var(--xbox-size-7);
|
|
1832
1864
|
}
|
|
1833
1865
|
|
|
1834
|
-
.root-
|
|
1866
|
+
.root-module_xtab__LypPo {
|
|
1835
1867
|
display: flex;
|
|
1836
1868
|
align-items: center;
|
|
1837
1869
|
justify-content: center;
|
|
@@ -1844,69 +1876,60 @@
|
|
|
1844
1876
|
padding: 0 var(--xbox-padding-m)
|
|
1845
1877
|
}
|
|
1846
1878
|
|
|
1847
|
-
.root-
|
|
1879
|
+
.root-module_xtab__badge__uTq06 {
|
|
1848
1880
|
position: absolute;
|
|
1849
1881
|
color: var(--color-neutral-darkest);
|
|
1850
1882
|
top: -1px;
|
|
1851
1883
|
right: 2px;
|
|
1852
1884
|
}
|
|
1853
1885
|
|
|
1854
|
-
.root-
|
|
1886
|
+
.root-module_xtab__badge__uTq06 > div {
|
|
1855
1887
|
box-sizing: border-box;
|
|
1856
1888
|
padding: 0px 6px;
|
|
1857
1889
|
height: 16px;
|
|
1858
1890
|
}
|
|
1859
1891
|
|
|
1860
|
-
.root-
|
|
1892
|
+
.root-module_xtab__LypPo:not(.root-module_xtab--disabled__VDGQf):hover {
|
|
1861
1893
|
transform: scale(1.025);
|
|
1862
1894
|
}
|
|
1863
1895
|
|
|
1864
|
-
.root-
|
|
1896
|
+
.root-module_xtab__LypPo:not(.root-module_xtab--disabled__VDGQf):active {
|
|
1865
1897
|
transform: scale(0.95);
|
|
1866
1898
|
}
|
|
1867
1899
|
|
|
1868
|
-
.root-module_xtab--type-
|
|
1900
|
+
.root-module_xtab--type-outline__swHWU.root-module_xtab__LypPo {
|
|
1869
1901
|
border: 2px solid var(--color-neutral-light);
|
|
1870
1902
|
}
|
|
1871
1903
|
|
|
1872
|
-
.root-module_xtab--
|
|
1904
|
+
.root-module_xtab--disabled__VDGQf.root-module_xtab__LypPo {
|
|
1873
1905
|
background: var(--color-neutral-light);
|
|
1874
1906
|
color: var(--color-neutral-dim);
|
|
1875
1907
|
cursor: default;
|
|
1876
1908
|
}
|
|
1877
1909
|
|
|
1878
|
-
.root-module_xtab--
|
|
1879
|
-
background-color: var(--color-neutral-darkest);
|
|
1880
|
-
color: var(--color-neutral-lightest);
|
|
1881
|
-
}
|
|
1882
|
-
|
|
1883
|
-
.theme-arcus .root-module_xtab--selected__t230H.root-module_xtab__fKOxk:not(.root-module_xtab--disabled__LFH-h) {
|
|
1884
|
-
color: var(--color-neutral-darkest);
|
|
1885
|
-
background: linear-gradient(#fff, #fff) padding-box, var(--color-gradient-arcus) border-box;
|
|
1910
|
+
.root-module_xtab--selected__WP8di.root-module_xtab__LypPo:not(.root-module_xtab--disabled__VDGQf) {
|
|
1886
1911
|
border: 2px solid transparent;
|
|
1912
|
+
background: var(--primary-color-tab, #000000);
|
|
1913
|
+
color: var(--primary-color-contrast, #FFFFFF);
|
|
1887
1914
|
}
|
|
1888
1915
|
|
|
1889
|
-
.root-
|
|
1916
|
+
.root-module_xtab__content__vFCXb {
|
|
1890
1917
|
display: flex;
|
|
1891
1918
|
align-items: center;
|
|
1892
1919
|
gap: 8px;
|
|
1893
1920
|
}
|
|
1894
1921
|
|
|
1895
|
-
.root-module_xtab--
|
|
1896
|
-
color: var(--color-
|
|
1922
|
+
.root-module_xtab--selected__WP8di .root-module_xtab__content__vFCXb > div:nth-child(1) {
|
|
1923
|
+
color: var(--primary-color-contrast, #FFFFFF);
|
|
1897
1924
|
}
|
|
1898
1925
|
|
|
1899
|
-
.
|
|
1900
|
-
color: var(--color-neutral-darkest);
|
|
1901
|
-
}
|
|
1902
|
-
|
|
1903
|
-
.root-module_xtab__text__9HfH6 {
|
|
1926
|
+
.root-module_xtab__text__GyxTs {
|
|
1904
1927
|
white-space: nowrap;
|
|
1905
1928
|
font-weight: var(--xtext-weight-bold);
|
|
1906
1929
|
font-size: var(--xtext-size-10);
|
|
1907
1930
|
}
|
|
1908
1931
|
|
|
1909
|
-
.root-
|
|
1932
|
+
.root-module_xtabs__Qtq7o {
|
|
1910
1933
|
display: flex;
|
|
1911
1934
|
border: 2px solid #f5f5f5;
|
|
1912
1935
|
border-radius: 999px;
|
|
@@ -1915,11 +1938,11 @@
|
|
|
1915
1938
|
width: fit-content;
|
|
1916
1939
|
}
|
|
1917
1940
|
|
|
1918
|
-
.root-module_xtabs--border-
|
|
1941
|
+
.root-module_xtabs--border-none__n1AMj {
|
|
1919
1942
|
border: none;
|
|
1920
1943
|
}
|
|
1921
1944
|
|
|
1922
|
-
.root-
|
|
1945
|
+
.root-module_xtabs__content__Rze4Z {
|
|
1923
1946
|
flex: 1;
|
|
1924
1947
|
display: flex;
|
|
1925
1948
|
gap: 8px;
|
|
@@ -1930,27 +1953,27 @@
|
|
|
1930
1953
|
align-items: center;
|
|
1931
1954
|
}
|
|
1932
1955
|
|
|
1933
|
-
.root-
|
|
1956
|
+
.root-module_xtabs__content__Rze4Z::-webkit-scrollbar {
|
|
1934
1957
|
display: none; /* Safari and Chrome */
|
|
1935
1958
|
}
|
|
1936
1959
|
|
|
1937
|
-
.root-
|
|
1960
|
+
.root-module_xtabs__actions__IjvuN {
|
|
1938
1961
|
display: flex;
|
|
1939
1962
|
gap: 16px;
|
|
1940
1963
|
box-sizing: content-box;
|
|
1941
1964
|
}
|
|
1942
1965
|
|
|
1943
|
-
.root-
|
|
1966
|
+
.root-module_xtabs__actions__IjvuN > div:first-child {
|
|
1944
1967
|
margin-left: 16px;
|
|
1945
1968
|
border: 1px solid #f5f5f5;
|
|
1946
1969
|
}
|
|
1947
1970
|
|
|
1948
|
-
.root-
|
|
1971
|
+
.root-module_xtabs__actions__IjvuN > div:nth-child(2) {
|
|
1949
1972
|
box-sizing: border-box;
|
|
1950
1973
|
}
|
|
1951
1974
|
|
|
1952
1975
|
/* SKELETONS */
|
|
1953
|
-
.root-module_xtabs--
|
|
1976
|
+
.root-module_xtabs--skeleton__HN-q7 {
|
|
1954
1977
|
border: 0px;
|
|
1955
1978
|
border-radius: 0px;
|
|
1956
1979
|
min-height: 40px;
|
|
@@ -1959,17 +1982,17 @@
|
|
|
1959
1982
|
overflow: hidden;
|
|
1960
1983
|
}
|
|
1961
1984
|
|
|
1962
|
-
.root-module_xtabs--
|
|
1985
|
+
.root-module_xtabs--skeleton__HN-q7 > div {
|
|
1963
1986
|
min-width: 120px;
|
|
1964
1987
|
height: 44px !important;
|
|
1965
1988
|
border-radius: var(--xbox-rounding-pill);
|
|
1966
1989
|
}
|
|
1967
1990
|
|
|
1968
|
-
.root-
|
|
1991
|
+
.root-module_xtab_content__VChF5 {
|
|
1969
1992
|
|
|
1970
1993
|
}
|
|
1971
1994
|
|
|
1972
|
-
.root-
|
|
1995
|
+
.root-module_xtab_panel__ShV4M {
|
|
1973
1996
|
display: none;
|
|
1974
1997
|
}
|
|
1975
1998
|
|
|
@@ -2014,13 +2037,8 @@
|
|
|
2014
2037
|
}
|
|
2015
2038
|
|
|
2016
2039
|
.root-module_x-input__8bcVs:not(.root-module_x-input--has-error__T7LO6).root-module_x-input__8bcVs:focus-within .root-module_x-input__content__OGkTU {
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
.theme-arcus .root-module_x-input__8bcVs:not(.root-module_x-input--has-error__T7LO6).root-module_x-input__8bcVs:focus-within .root-module_x-input__content__OGkTU {
|
|
2021
|
-
color: var(--color-neutral-darkest);
|
|
2022
|
-
background: linear-gradient(#fff, #fff) padding-box, var(--color-gradient-arcus) border-box;
|
|
2023
|
-
border-color: transparent;
|
|
2040
|
+
background: linear-gradient(white, white) padding-box, var(--primary-color-border-input, #000000) border-box;
|
|
2041
|
+
border: 1px solid transparent;
|
|
2024
2042
|
}
|
|
2025
2043
|
|
|
2026
2044
|
.root-module_x-input__icon__7Kv84>div {
|
|
@@ -2227,30 +2245,30 @@
|
|
|
2227
2245
|
cursor: not-allowed;
|
|
2228
2246
|
}
|
|
2229
2247
|
|
|
2230
|
-
.root-
|
|
2248
|
+
.root-module_xavatar__5a3Ap {
|
|
2231
2249
|
display: inline-block;
|
|
2232
2250
|
max-height: var(--xicon-size-xl);
|
|
2233
2251
|
max-width: var(--xicon-size-xl);
|
|
2234
2252
|
border-radius: 50%;
|
|
2235
2253
|
overflow: hidden;
|
|
2236
2254
|
}
|
|
2237
|
-
.root-module_size-
|
|
2255
|
+
.root-module_size-xs__aOWZw {
|
|
2238
2256
|
height: var(--xicon-size-xs);
|
|
2239
2257
|
width: var(--xicon-size-xs);
|
|
2240
2258
|
}
|
|
2241
|
-
.root-module_size-
|
|
2259
|
+
.root-module_size-s__DJC3- {
|
|
2242
2260
|
height: var(--xicon-size-s);
|
|
2243
2261
|
width: var(--xicon-size-s);
|
|
2244
2262
|
}
|
|
2245
|
-
.root-module_size-
|
|
2263
|
+
.root-module_size-m__jmE3U {
|
|
2246
2264
|
height: var(--xicon-size-m);
|
|
2247
2265
|
width: var(--xicon-size-m);
|
|
2248
2266
|
}
|
|
2249
|
-
.root-module_size-
|
|
2267
|
+
.root-module_size-l__v7WIc {
|
|
2250
2268
|
height: var(--xicon-size-l);
|
|
2251
2269
|
width: var(--xicon-size-l);
|
|
2252
2270
|
}
|
|
2253
|
-
.root-module_size-
|
|
2271
|
+
.root-module_size-xl__Oy3y- {
|
|
2254
2272
|
height: var(--xicon-size-xl);
|
|
2255
2273
|
width: var(--xicon-size-xl);
|
|
2256
2274
|
}
|
|
@@ -2376,13 +2394,8 @@
|
|
|
2376
2394
|
}
|
|
2377
2395
|
|
|
2378
2396
|
.root-module_x-textarea__of1mo:not(.root-module_x-textarea--has-error__u3sYQ).root-module_x-textarea__of1mo:focus-within .root-module_x-textarea__content__HzYvt {
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
.theme-arcus .root-module_x-textarea__of1mo:not(.root-module_x-textarea--has-error__u3sYQ).root-module_x-textarea__of1mo:focus-within .root-module_x-textarea__content__HzYvt {
|
|
2383
|
-
color: var(--color-neutral-darkest);
|
|
2384
|
-
background: linear-gradient(#fff, #fff) padding-box, var(--color-gradient-arcus) border-box;
|
|
2385
|
-
border-color: transparent;
|
|
2397
|
+
background: linear-gradient(white, white) padding-box, var(--primary-color-border-input, #000000) border-box;
|
|
2398
|
+
border: 1px solid transparent;
|
|
2386
2399
|
}
|
|
2387
2400
|
|
|
2388
2401
|
.root-module_x-textarea__subcontent__Pq3VE {
|
|
@@ -2448,7 +2461,7 @@
|
|
|
2448
2461
|
font-size: var(--xtext-size-11);
|
|
2449
2462
|
}
|
|
2450
2463
|
|
|
2451
|
-
.root-module_xform-
|
|
2464
|
+
.root-module_xform-item__v9WiU {
|
|
2452
2465
|
display: flex;
|
|
2453
2466
|
flex-direction: column;
|
|
2454
2467
|
align-items: stretch;
|
|
@@ -2457,25 +2470,25 @@
|
|
|
2457
2470
|
gap: var(--xbox-padding-xs);
|
|
2458
2471
|
}
|
|
2459
2472
|
|
|
2460
|
-
.root-module_xform-
|
|
2461
|
-
.root-module_xform-
|
|
2473
|
+
.root-module_xform-item__caption__wik8D,
|
|
2474
|
+
.root-module_xform-item__error__cgd22 {
|
|
2462
2475
|
display: flex;
|
|
2463
2476
|
align-items: center;
|
|
2464
2477
|
gap: var(--xbox-padding-xs);
|
|
2465
2478
|
color: var(--color-neutral-medium);
|
|
2466
2479
|
}
|
|
2467
2480
|
|
|
2468
|
-
.root-module_xform-
|
|
2469
|
-
.root-module_xform-
|
|
2481
|
+
.root-module_xform-item__caption__wik8D div:first-child,
|
|
2482
|
+
.root-module_xform-item__error__cgd22 div:first-child {
|
|
2470
2483
|
height: 20px;
|
|
2471
2484
|
width: 20px;
|
|
2472
2485
|
}
|
|
2473
2486
|
|
|
2474
|
-
.root-module_xform-
|
|
2487
|
+
.root-module_xform-item__error__cgd22 div {
|
|
2475
2488
|
color: var(--global-error-red-50);
|
|
2476
2489
|
}
|
|
2477
2490
|
|
|
2478
|
-
.root-
|
|
2491
|
+
.root-module_xlist__EbfGd {
|
|
2479
2492
|
display: flex;
|
|
2480
2493
|
flex-direction: column;
|
|
2481
2494
|
align-items: stretch;
|
|
@@ -2483,17 +2496,17 @@
|
|
|
2483
2496
|
gap: var(--xbox-padding-xs);
|
|
2484
2497
|
}
|
|
2485
2498
|
|
|
2486
|
-
.root-module_xlist--
|
|
2499
|
+
.root-module_xlist--skeleton__s5mnD > div {
|
|
2487
2500
|
width: 100%;
|
|
2488
2501
|
border-radius: var(--xbox-rounding-pill);
|
|
2489
2502
|
}
|
|
2490
2503
|
|
|
2491
|
-
.root-module_xlist--
|
|
2504
|
+
.root-module_xlist--skeleton__s5mnD > div > div {
|
|
2492
2505
|
width: 100%;
|
|
2493
2506
|
height: 80px !important;
|
|
2494
2507
|
}
|
|
2495
2508
|
|
|
2496
|
-
.root-
|
|
2509
|
+
.root-module_xcard__tZHMy {
|
|
2497
2510
|
background: var(--color-neutral-lightest);
|
|
2498
2511
|
border-radius: var(--xbox-size-11);
|
|
2499
2512
|
display: flex;
|
|
@@ -2502,83 +2515,83 @@
|
|
|
2502
2515
|
text-align: left;
|
|
2503
2516
|
}
|
|
2504
2517
|
|
|
2505
|
-
.root-
|
|
2518
|
+
.root-module_xcard__tZHMy.root-module_xcard--disabled__ngXe0 {
|
|
2506
2519
|
background-color: var(--color-neutral-light);
|
|
2507
2520
|
}
|
|
2508
2521
|
|
|
2509
|
-
.root-
|
|
2522
|
+
.root-module_xcard__tZHMy:not(.root-module_xcard--with-children__dNrfc) {
|
|
2510
2523
|
transition: all 0.25s ease-in-out;
|
|
2511
2524
|
transition-property: transform, opacity;
|
|
2512
2525
|
}
|
|
2513
2526
|
|
|
2514
|
-
.root-
|
|
2527
|
+
.root-module_xcard__tZHMy:hover:not(.root-module_xcard--with-children__dNrfc) {
|
|
2515
2528
|
transform: scale(1.025);
|
|
2516
2529
|
}
|
|
2517
2530
|
|
|
2518
|
-
.root-
|
|
2531
|
+
.root-module_xcard__tZHMy:active:not(.root-module_xcard--with-children__dNrfc) {
|
|
2519
2532
|
transform: scale(0.95);
|
|
2520
2533
|
}
|
|
2521
2534
|
|
|
2522
|
-
.root-module_xcard--with-
|
|
2535
|
+
.root-module_xcard--with-children__dNrfc {
|
|
2523
2536
|
align-items: flex-start;
|
|
2524
2537
|
gap: 0;
|
|
2525
2538
|
}
|
|
2526
2539
|
|
|
2527
|
-
.root-module_xcard--size-
|
|
2540
|
+
.root-module_xcard--size-s__PJwAS {
|
|
2528
2541
|
padding: var(--xbox-padding-xs) var(--xbox-padding-s);
|
|
2529
2542
|
}
|
|
2530
2543
|
|
|
2531
|
-
.root-module_xcard--size-
|
|
2544
|
+
.root-module_xcard--size-l__tHBKC {
|
|
2532
2545
|
padding: var(--xbox-padding-xs) var(--xbox-padding-m);
|
|
2533
2546
|
}
|
|
2534
2547
|
|
|
2535
|
-
.root-module_xcard--border-
|
|
2548
|
+
.root-module_xcard--border-shadow__35TzF {
|
|
2536
2549
|
box-shadow: 0px 3px 8px -1px rgba(24, 39, 75, 0.08);
|
|
2537
2550
|
}
|
|
2538
2551
|
|
|
2539
|
-
.root-module_xcard--border-
|
|
2552
|
+
.root-module_xcard--border-dashed__rSKEv {
|
|
2540
2553
|
border: 1px dashed var(--color-neutral-dim);
|
|
2541
2554
|
}
|
|
2542
2555
|
|
|
2543
|
-
.root-module_xcard--border-
|
|
2556
|
+
.root-module_xcard--border-solid__uyY6w {
|
|
2544
2557
|
border: 1px solid var(--color-neutral-light);
|
|
2545
2558
|
}
|
|
2546
2559
|
|
|
2547
|
-
.root-module_xcard--border-
|
|
2560
|
+
.root-module_xcard--border-gradient__77BCG {
|
|
2548
2561
|
border: 1px solid transparent;
|
|
2549
2562
|
color: var(--color-neutral-darkest);
|
|
2550
2563
|
background: linear-gradient(#fff, #fff) padding-box, var(--color-gradient-arcus) border-box;
|
|
2551
2564
|
border-color: transparent;
|
|
2552
2565
|
}
|
|
2553
2566
|
|
|
2554
|
-
.root-module_xcard--
|
|
2567
|
+
.root-module_xcard--clickable__ObuoI {
|
|
2555
2568
|
cursor: pointer;
|
|
2556
2569
|
}
|
|
2557
2570
|
|
|
2558
|
-
.root-
|
|
2571
|
+
.root-module_xcard__symbol__4iPkk {
|
|
2559
2572
|
display: flex;
|
|
2560
2573
|
background: var(--color-neutral-light);
|
|
2561
2574
|
}
|
|
2562
2575
|
|
|
2563
|
-
.root-module_xcard--
|
|
2576
|
+
.root-module_xcard--disabled__ngXe0 .root-module_xcard__symbol__4iPkk {
|
|
2564
2577
|
background: transparent;
|
|
2565
2578
|
}
|
|
2566
2579
|
|
|
2567
|
-
.root-module_xcard--
|
|
2580
|
+
.root-module_xcard--disabled__ngXe0 .root-module_xcard__symbol__4iPkk > div > svg {
|
|
2568
2581
|
opacity: 0.4;
|
|
2569
2582
|
}
|
|
2570
2583
|
|
|
2571
|
-
.root-module_xcard--size-
|
|
2584
|
+
.root-module_xcard--size-s__PJwAS .root-module_xcard__symbol__4iPkk {
|
|
2572
2585
|
padding: 4px;
|
|
2573
2586
|
border-radius: var(--xbox-size-14);
|
|
2574
2587
|
}
|
|
2575
2588
|
|
|
2576
|
-
.root-module_xcard--size-
|
|
2589
|
+
.root-module_xcard--size-l__tHBKC .root-module_xcard__symbol__4iPkk {
|
|
2577
2590
|
padding: var(--xbox-padding-xs);
|
|
2578
2591
|
border-radius: var(--xbox-size-11);
|
|
2579
2592
|
}
|
|
2580
2593
|
|
|
2581
|
-
.root-
|
|
2594
|
+
.root-module_xcard__texts__X1Qbv {
|
|
2582
2595
|
flex: 1;
|
|
2583
2596
|
display: flex;
|
|
2584
2597
|
flex-direction: column;
|
|
@@ -2586,121 +2599,121 @@
|
|
|
2586
2599
|
gap: 4px;
|
|
2587
2600
|
}
|
|
2588
2601
|
|
|
2589
|
-
.root-module_xcard--
|
|
2602
|
+
.root-module_xcard--disabled__ngXe0 .root-module_xcard__texts__X1Qbv {
|
|
2590
2603
|
opacity: 0.5;
|
|
2591
2604
|
}
|
|
2592
2605
|
|
|
2593
|
-
.root-module_xcard--size-
|
|
2606
|
+
.root-module_xcard--size-s__PJwAS .root-module_xcard__texts__X1Qbv {
|
|
2594
2607
|
min-height: 32px;
|
|
2595
2608
|
}
|
|
2596
2609
|
|
|
2597
|
-
.root-module_xcard--size-
|
|
2610
|
+
.root-module_xcard--size-l__tHBKC .root-module_xcard__texts__X1Qbv {
|
|
2598
2611
|
min-height: 56px;
|
|
2599
2612
|
}
|
|
2600
2613
|
|
|
2601
|
-
.root-
|
|
2614
|
+
.root-module_xcard__icon__SR6Yj > div {
|
|
2602
2615
|
color: var(--color-neutral-dim);
|
|
2603
2616
|
}
|
|
2604
2617
|
|
|
2605
|
-
.root-module_xcard--
|
|
2618
|
+
.root-module_xcard--disabled__ngXe0 .root-module_xcard__badge__-HDkv > div {
|
|
2606
2619
|
background: var(--color-neutral-dim);
|
|
2607
2620
|
color: var(--color-neutral-lightest);
|
|
2608
2621
|
}
|
|
2609
2622
|
|
|
2610
2623
|
/* colors */
|
|
2611
|
-
.root-module_xcard--border_color-
|
|
2624
|
+
.root-module_xcard--border_color-gray__BXqmK {
|
|
2612
2625
|
border-color: var(--color-neutral-light);
|
|
2613
2626
|
}
|
|
2614
2627
|
|
|
2615
|
-
.root-module_xcard--border_color-
|
|
2628
|
+
.root-module_xcard--border_color-black__NSoa0 {
|
|
2616
2629
|
border-color: var(--color-neutral-darkest);
|
|
2617
2630
|
}
|
|
2618
2631
|
|
|
2619
2632
|
/* color green */
|
|
2620
|
-
.root-module_xcard--border_color-
|
|
2633
|
+
.root-module_xcard--border_color-green__s-E0Q {
|
|
2621
2634
|
border-color: var(--xcard-border-color-green);
|
|
2622
2635
|
}
|
|
2623
2636
|
|
|
2624
2637
|
/* color sky blue */
|
|
2625
|
-
.root-module_xcard--border_color-sky-
|
|
2638
|
+
.root-module_xcard--border_color-sky-blue__2yMkA {
|
|
2626
2639
|
border-color: var(--xcard-border-color-sky-blue);
|
|
2627
2640
|
}
|
|
2628
2641
|
|
|
2629
2642
|
/* color orange */
|
|
2630
|
-
.root-module_xcard--border_color-
|
|
2643
|
+
.root-module_xcard--border_color-orange__w4UKK {
|
|
2631
2644
|
border-color: var(--xcard-border-color-orange);
|
|
2632
2645
|
}
|
|
2633
2646
|
|
|
2634
2647
|
/* color red */
|
|
2635
|
-
.root-module_xcard--border_color-
|
|
2648
|
+
.root-module_xcard--border_color-red__DiXIC {
|
|
2636
2649
|
border-color: var(--xcard-border-color-red);
|
|
2637
2650
|
}
|
|
2638
2651
|
|
|
2639
2652
|
/* color purple */
|
|
2640
|
-
.root-module_xcard--border_color-
|
|
2653
|
+
.root-module_xcard--border_color-purple__8JIxN {
|
|
2641
2654
|
border-color: var(--xcard-border-color-purple);
|
|
2642
2655
|
}
|
|
2643
2656
|
|
|
2644
2657
|
/* color pink */
|
|
2645
|
-
.root-module_xcard--border_color-
|
|
2658
|
+
.root-module_xcard--border_color-pink__6wQ07 {
|
|
2646
2659
|
border-color: var(--xcard-border-color-pink);
|
|
2647
2660
|
}
|
|
2648
2661
|
|
|
2649
2662
|
/* color green check */
|
|
2650
|
-
.root-module_xcard--border_color-green-
|
|
2663
|
+
.root-module_xcard--border_color-green-check__-H7rz {
|
|
2651
2664
|
border-color: var(--xcard-border-color-green-check);
|
|
2652
2665
|
}
|
|
2653
2666
|
|
|
2654
2667
|
/* color red refuse */
|
|
2655
|
-
.root-module_xcard--border_color-red-
|
|
2668
|
+
.root-module_xcard--border_color-red-refuse__apKCP {
|
|
2656
2669
|
border-color: var(--xcard-border-color-red-refuse);
|
|
2657
2670
|
}
|
|
2658
2671
|
|
|
2659
2672
|
/* color yellow */
|
|
2660
|
-
.root-module_xcard--border_color-
|
|
2673
|
+
.root-module_xcard--border_color-yellow__yIUJY {
|
|
2661
2674
|
border-color: var(--xcard-border-color-yellow);
|
|
2662
2675
|
}
|
|
2663
2676
|
|
|
2664
2677
|
/* color yellow */
|
|
2665
|
-
.root-module_xcard--border_color-
|
|
2678
|
+
.root-module_xcard--border_color-turquoise__-C9gR {
|
|
2666
2679
|
border-color: var(--xcard-border-color-turquoise);
|
|
2667
2680
|
}
|
|
2668
2681
|
|
|
2669
|
-
.root-module_xcard--border_size-
|
|
2682
|
+
.root-module_xcard--border_size-s__U6E3h {
|
|
2670
2683
|
border-width: var(--xcard-border-s);
|
|
2671
2684
|
}
|
|
2672
2685
|
|
|
2673
|
-
.root-module_xcard--border_size-
|
|
2686
|
+
.root-module_xcard--border_size-m__UG4pV {
|
|
2674
2687
|
border-width: var(--xcard-border-m);
|
|
2675
2688
|
}
|
|
2676
2689
|
|
|
2677
2690
|
|
|
2678
2691
|
|
|
2679
|
-
.root-module_border_radius-
|
|
2692
|
+
.root-module_border_radius-xxs__Oj0rS {
|
|
2680
2693
|
border-radius: var(--xbox-border-small);
|
|
2681
2694
|
}
|
|
2682
2695
|
|
|
2683
|
-
.root-module_border_radius-
|
|
2696
|
+
.root-module_border_radius-xs__lK5QG {
|
|
2684
2697
|
border-radius: var(--xbox-rounding-default);
|
|
2685
2698
|
}
|
|
2686
2699
|
|
|
2687
|
-
.root-module_border_radius-
|
|
2700
|
+
.root-module_border_radius-s__yFa64 {
|
|
2688
2701
|
border-radius: var(--xbox-rounding-s);
|
|
2689
2702
|
}
|
|
2690
2703
|
|
|
2691
|
-
.root-module_border_radius-
|
|
2704
|
+
.root-module_border_radius-m__FmQnw {
|
|
2692
2705
|
border-radius: var(--xbox-rounding-m);
|
|
2693
2706
|
}
|
|
2694
2707
|
|
|
2695
|
-
.root-module_border_radius-
|
|
2708
|
+
.root-module_border_radius-l__IRI47 {
|
|
2696
2709
|
border-radius: var(--xbox-rounding-l);
|
|
2697
2710
|
}
|
|
2698
2711
|
|
|
2699
|
-
.root-module_border_radius-
|
|
2712
|
+
.root-module_border_radius-xl__pSip9 {
|
|
2700
2713
|
border-radius: var(--xbox-rounding-xl);
|
|
2701
2714
|
}
|
|
2702
2715
|
|
|
2703
|
-
.root-module_border_radius-
|
|
2716
|
+
.root-module_border_radius-full__Wyydd {
|
|
2704
2717
|
border-radius: var(--xbox-rounding-circle);
|
|
2705
2718
|
}
|
|
2706
2719
|
|
|
@@ -2811,7 +2824,7 @@
|
|
|
2811
2824
|
color: var(--global-warning-orange-60);
|
|
2812
2825
|
}
|
|
2813
2826
|
|
|
2814
|
-
.root-module_xcollapse-
|
|
2827
|
+
.root-module_xcollapse-card__G2T4w {
|
|
2815
2828
|
display: flex;
|
|
2816
2829
|
flex-direction: column;
|
|
2817
2830
|
align-items: stretch;
|
|
@@ -2821,64 +2834,64 @@
|
|
|
2821
2834
|
border: 1px solid transparent;
|
|
2822
2835
|
}
|
|
2823
2836
|
|
|
2824
|
-
.root-module_xcollapse-card--
|
|
2837
|
+
.root-module_xcollapse-card--disabled__Z1DBA {
|
|
2825
2838
|
background-color: var(--color-neutral-light);
|
|
2826
2839
|
color: var(--color-neutral-medium);
|
|
2827
2840
|
}
|
|
2828
2841
|
|
|
2829
|
-
.root-module_xcollapse-card--
|
|
2842
|
+
.root-module_xcollapse-card--selected__-UWQ0 {
|
|
2830
2843
|
border: 1px solid var(--color-neutral-darkest);
|
|
2831
2844
|
}
|
|
2832
2845
|
|
|
2833
|
-
.root-module_xcollapse-
|
|
2846
|
+
.root-module_xcollapse-card__header__EPRur {
|
|
2834
2847
|
display: flex;
|
|
2835
2848
|
align-items: center;
|
|
2836
2849
|
gap: var(--xbox-padding-m);
|
|
2837
2850
|
cursor: pointer;
|
|
2838
2851
|
}
|
|
2839
2852
|
|
|
2840
|
-
.root-module_xcollapse-card__header--size-
|
|
2853
|
+
.root-module_xcollapse-card__header--size-s__7ixb8 {
|
|
2841
2854
|
padding: var(--xbox-padding-s);
|
|
2842
2855
|
}
|
|
2843
2856
|
|
|
2844
|
-
.root-module_xcollapse-card__header--size-
|
|
2857
|
+
.root-module_xcollapse-card__header--size-m__4fbmD {
|
|
2845
2858
|
padding: var(--xbox-padding-m);
|
|
2846
2859
|
}
|
|
2847
2860
|
|
|
2848
|
-
.root-module_xcollapse-
|
|
2861
|
+
.root-module_xcollapse-card__header__texts__gxK4i {
|
|
2849
2862
|
flex: 1;
|
|
2850
2863
|
display: flex;
|
|
2851
2864
|
flex-direction: column;
|
|
2852
2865
|
gap: 4px;
|
|
2853
2866
|
}
|
|
2854
2867
|
|
|
2855
|
-
.root-module_xcollapse-
|
|
2868
|
+
.root-module_xcollapse-card__header__texts__gxK4i > .root-module_xcollapse-card__header__texts__detail__xA61Z > div {
|
|
2856
2869
|
font-weight: 600;
|
|
2857
2870
|
}
|
|
2858
2871
|
|
|
2859
|
-
.root-module_xcollapse-
|
|
2872
|
+
.root-module_xcollapse-card__header__texts__gxK4i > .root-module_xcollapse-card__header__texts__detail--error__fI7HE > div {
|
|
2860
2873
|
color: var(--color-error-dim);
|
|
2861
2874
|
font-weight: 600;
|
|
2862
2875
|
}
|
|
2863
2876
|
|
|
2864
|
-
.root-module_xcollapse-card--
|
|
2877
|
+
.root-module_xcollapse-card--disabled__Z1DBA .root-module_xcollapse-card__header__count__cbZUP > div {
|
|
2865
2878
|
background: var(--color-neutral-medium);
|
|
2866
2879
|
color: var(--color-neutral-lightest);
|
|
2867
2880
|
}
|
|
2868
2881
|
|
|
2869
|
-
.root-module_xcollapse-
|
|
2882
|
+
.root-module_xcollapse-card__body__Ks2zv {
|
|
2870
2883
|
padding: var(--xbox-padding-xs) var(--xbox-padding-m) var(--xbox-padding-m) var(--xbox-padding-m);
|
|
2871
2884
|
}
|
|
2872
2885
|
|
|
2873
|
-
.root-module_xcollapse-
|
|
2886
|
+
.root-module_xcollapse-card__body__Ks2zv.root-module_xcollapse-card__body--size-s__seksB {
|
|
2874
2887
|
padding: var(--xbox-padding-xs) var(--xbox-padding-s) var(--xbox-padding-s) var(--xbox-padding-s);
|
|
2875
2888
|
}
|
|
2876
2889
|
|
|
2877
|
-
.loading-module_xloading-
|
|
2890
|
+
.loading-module_xloading-container__vrCJV {
|
|
2878
2891
|
display: block;
|
|
2879
2892
|
}
|
|
2880
2893
|
|
|
2881
|
-
.loading-
|
|
2894
|
+
.loading-module_xloading__backdrop__OrT5t {
|
|
2882
2895
|
position: fixed;
|
|
2883
2896
|
z-index: 30;
|
|
2884
2897
|
top: 0px;
|
|
@@ -2889,7 +2902,7 @@
|
|
|
2889
2902
|
opacity: var(--x-modal-sheet-opacity);
|
|
2890
2903
|
}
|
|
2891
2904
|
|
|
2892
|
-
.loading-
|
|
2905
|
+
.loading-module_xloading__VTo2r {
|
|
2893
2906
|
-webkit-user-select: none;
|
|
2894
2907
|
-moz-user-select: none;
|
|
2895
2908
|
user-select: none;
|
|
@@ -2904,25 +2917,25 @@
|
|
|
2904
2917
|
bottom: 0px;
|
|
2905
2918
|
}
|
|
2906
2919
|
|
|
2907
|
-
.loading-
|
|
2920
|
+
.loading-module_xloading__content__k8roO {
|
|
2908
2921
|
display: flex;
|
|
2909
2922
|
flex-direction: column;
|
|
2910
2923
|
gap: 8px;
|
|
2911
2924
|
}
|
|
2912
2925
|
|
|
2913
|
-
.loading-
|
|
2926
|
+
.loading-module_xloading__content__loading__iwdJY {
|
|
2914
2927
|
color: var(--color-success-dim);
|
|
2915
2928
|
display: flex;
|
|
2916
2929
|
align-items: center;
|
|
2917
2930
|
justify-content: center;
|
|
2918
2931
|
}
|
|
2919
2932
|
|
|
2920
|
-
.loading-
|
|
2933
|
+
.loading-module_xloading__content__text__nSMDH {
|
|
2921
2934
|
display: flex;
|
|
2922
2935
|
color: var(--color-neutral-darkest);
|
|
2923
2936
|
}
|
|
2924
2937
|
|
|
2925
|
-
.root-module_xtag-
|
|
2938
|
+
.root-module_xtag-state__7rIMj {
|
|
2926
2939
|
display: flex;
|
|
2927
2940
|
align-items: center;
|
|
2928
2941
|
justify-content: center;
|
|
@@ -2932,205 +2945,197 @@
|
|
|
2932
2945
|
width: fit-content;
|
|
2933
2946
|
}
|
|
2934
2947
|
|
|
2935
|
-
.root-module_xtag-state--size-
|
|
2948
|
+
.root-module_xtag-state--size-s__mzAa3 {
|
|
2936
2949
|
padding: 6px var(--xbox-padding-xs);
|
|
2937
2950
|
}
|
|
2938
2951
|
|
|
2939
|
-
.root-module_xtag-state--size-
|
|
2952
|
+
.root-module_xtag-state--size-l__BwIYZ {
|
|
2940
2953
|
padding: 9px var(--xbox-padding-s);
|
|
2941
2954
|
}
|
|
2942
2955
|
|
|
2943
|
-
.root-module_xtag-state--
|
|
2956
|
+
.root-module_xtag-state--touchable__XaTyu {
|
|
2944
2957
|
cursor: pointer;
|
|
2945
2958
|
transition: all 0.25s ease-in-out;
|
|
2946
2959
|
transition-property: transform, opacity;
|
|
2947
2960
|
}
|
|
2948
2961
|
|
|
2949
|
-
.root-module_xtag-state--state-
|
|
2962
|
+
.root-module_xtag-state--state-info__acxVT.root-module_xtag-state--type-solid__yDT6I {
|
|
2950
2963
|
background: var(--color-info-lightest);
|
|
2951
2964
|
}
|
|
2952
2965
|
|
|
2953
|
-
.root-module_xtag-state--state-
|
|
2966
|
+
.root-module_xtag-state--state-success__QO5MB.root-module_xtag-state--type-solid__yDT6I {
|
|
2954
2967
|
background: var(--color-success-lightest);
|
|
2955
2968
|
}
|
|
2956
2969
|
|
|
2957
|
-
.root-module_xtag-state--state-
|
|
2970
|
+
.root-module_xtag-state--state-warning__Q1zqv.root-module_xtag-state--type-solid__yDT6I {
|
|
2958
2971
|
background: var(--color-warning-lightest);
|
|
2959
2972
|
}
|
|
2960
2973
|
|
|
2961
|
-
.root-module_xtag-state--state-
|
|
2974
|
+
.root-module_xtag-state--state-error__XzU-0.root-module_xtag-state--type-solid__yDT6I {
|
|
2962
2975
|
background: var(--color-error-lightest);
|
|
2963
2976
|
}
|
|
2964
2977
|
|
|
2965
|
-
.root-module_xtag-state--state-
|
|
2978
|
+
.root-module_xtag-state--state-neutral__FgEcd.root-module_xtag-state--type-solid__yDT6I {
|
|
2966
2979
|
background: var(--color-neutral-light);
|
|
2967
2980
|
}
|
|
2968
2981
|
|
|
2969
|
-
.root-module_xtag-state--state-info-
|
|
2982
|
+
.root-module_xtag-state--state-info-pink__ER3YK.root-module_xtag-state--type-solid__yDT6I {
|
|
2970
2983
|
background: var(--xtag-state-color-pink-lightest);
|
|
2971
2984
|
}
|
|
2972
2985
|
|
|
2973
|
-
.root-module_xtag-state--state-info-
|
|
2986
|
+
.root-module_xtag-state--state-info-orange__oOyfz.root-module_xtag-state--type-solid__yDT6I {
|
|
2974
2987
|
background: var(--xtag-state-color-orange-lightest);
|
|
2975
2988
|
}
|
|
2976
2989
|
|
|
2977
|
-
.root-module_xtag-
|
|
2990
|
+
.root-module_xtag-state__point__-AsFh {
|
|
2978
2991
|
width: 8px;
|
|
2979
2992
|
height: 8px;
|
|
2980
2993
|
border-radius: 999px;
|
|
2981
2994
|
}
|
|
2982
2995
|
|
|
2983
|
-
.root-module_xtag-state--state-
|
|
2996
|
+
.root-module_xtag-state--state-info__acxVT .root-module_xtag-state__point__-AsFh {
|
|
2984
2997
|
background: var(--color-info-light);
|
|
2985
2998
|
}
|
|
2986
2999
|
|
|
2987
|
-
.root-module_xtag-state--state-
|
|
3000
|
+
.root-module_xtag-state--state-success__QO5MB .root-module_xtag-state__point__-AsFh {
|
|
2988
3001
|
background: var(--color-success-dim);
|
|
2989
3002
|
}
|
|
2990
3003
|
|
|
2991
|
-
.root-module_xtag-state--state-
|
|
3004
|
+
.root-module_xtag-state--state-warning__Q1zqv .root-module_xtag-state__point__-AsFh {
|
|
2992
3005
|
background: var(--color-warning-medium);
|
|
2993
3006
|
}
|
|
2994
3007
|
|
|
2995
|
-
.root-module_xtag-state--state-
|
|
3008
|
+
.root-module_xtag-state--state-error__XzU-0 .root-module_xtag-state__point__-AsFh {
|
|
2996
3009
|
background: var(--color-error-dim);
|
|
2997
3010
|
}
|
|
2998
3011
|
|
|
2999
|
-
.root-module_xtag-state--state-
|
|
3012
|
+
.root-module_xtag-state--state-neutral__FgEcd .root-module_xtag-state__point__-AsFh {
|
|
3000
3013
|
background: var(--color-neutral-dim);
|
|
3001
3014
|
}
|
|
3002
3015
|
|
|
3003
|
-
.root-module_xtag-state--state-info-
|
|
3016
|
+
.root-module_xtag-state--state-info-pink__ER3YK .root-module_xtag-state__point__-AsFh {
|
|
3004
3017
|
background: var(--xtag-state-color-pink-medium);
|
|
3005
3018
|
}
|
|
3006
3019
|
|
|
3007
|
-
.root-module_xtag-state--state-info-
|
|
3020
|
+
.root-module_xtag-state--state-info-orange__oOyfz .root-module_xtag-state__point__-AsFh {
|
|
3008
3021
|
background: var(--xtag-state-color-orange-medium);
|
|
3009
3022
|
}
|
|
3010
3023
|
|
|
3011
|
-
.root-module_xtag-
|
|
3024
|
+
.root-module_xtag-state__text__AMD1t {
|
|
3012
3025
|
padding: 0 var(--xbox-padding-xs);
|
|
3013
3026
|
}
|
|
3014
3027
|
|
|
3015
3028
|
|
|
3016
3029
|
/* NEW PROP COLOR */
|
|
3017
|
-
.root-module_xtag-state--color-
|
|
3030
|
+
.root-module_xtag-state--color-info__zb8sy.root-module_xtag-state--type-solid__yDT6I {
|
|
3018
3031
|
background: var(--global-info-blue-10);
|
|
3019
3032
|
}
|
|
3020
3033
|
|
|
3021
|
-
.root-module_xtag-state--color-
|
|
3034
|
+
.root-module_xtag-state--color-success__jIBZX.root-module_xtag-state--type-solid__yDT6I {
|
|
3022
3035
|
background: var(--global-success-green-10);
|
|
3023
3036
|
}
|
|
3024
3037
|
|
|
3025
|
-
.root-module_xtag-state--color-
|
|
3038
|
+
.root-module_xtag-state--color-warning__Yso-2.root-module_xtag-state--type-solid__yDT6I {
|
|
3026
3039
|
background: var(--global-alert-yellow-10);
|
|
3027
3040
|
}
|
|
3028
3041
|
|
|
3029
|
-
.root-module_xtag-state--color-
|
|
3042
|
+
.root-module_xtag-state--color-error__hc2ov.root-module_xtag-state--type-solid__yDT6I {
|
|
3030
3043
|
background: var(--global-error-red-10);
|
|
3031
3044
|
}
|
|
3032
3045
|
|
|
3033
|
-
.root-module_xtag-state--color-
|
|
3046
|
+
.root-module_xtag-state--color-neutral__ydoVy.root-module_xtag-state--type-solid__yDT6I {
|
|
3034
3047
|
background: var(--neutral-dark-20);
|
|
3035
3048
|
}
|
|
3036
3049
|
|
|
3037
|
-
.root-module_xtag-state--color-info-
|
|
3050
|
+
.root-module_xtag-state--color-info-pink__UyhLp.root-module_xtag-state--type-solid__yDT6I {
|
|
3038
3051
|
background: var(--xtag-state-color-pink-lightest);
|
|
3039
3052
|
}
|
|
3040
3053
|
|
|
3041
|
-
.root-module_xtag-state--color-info-
|
|
3054
|
+
.root-module_xtag-state--color-info-orange__W43gt.root-module_xtag-state--type-solid__yDT6I {
|
|
3042
3055
|
background: var(--xtag-state-color-orange-lightest);
|
|
3043
3056
|
}
|
|
3044
3057
|
|
|
3045
3058
|
/* POINT COLOR */
|
|
3046
|
-
.root-module_xtag-state--color-
|
|
3059
|
+
.root-module_xtag-state--color-info__zb8sy .root-module_xtag-state__point__-AsFh {
|
|
3047
3060
|
background: var(--global-info-blue-30);
|
|
3048
3061
|
}
|
|
3049
3062
|
|
|
3050
|
-
.root-module_xtag-state--color-
|
|
3063
|
+
.root-module_xtag-state--color-success__jIBZX .root-module_xtag-state__point__-AsFh {
|
|
3051
3064
|
background: var(--global-success-green-50);
|
|
3052
3065
|
}
|
|
3053
3066
|
|
|
3054
|
-
.root-module_xtag-state--color-
|
|
3067
|
+
.root-module_xtag-state--color-warning__Yso-2 .root-module_xtag-state__point__-AsFh {
|
|
3055
3068
|
background: var(--global-alert-yellow-70);
|
|
3056
3069
|
}
|
|
3057
3070
|
|
|
3058
|
-
.root-module_xtag-state--color-
|
|
3071
|
+
.root-module_xtag-state--color-error__hc2ov .root-module_xtag-state__point__-AsFh {
|
|
3059
3072
|
background: var(--global-error-red-50);
|
|
3060
3073
|
}
|
|
3061
3074
|
|
|
3062
|
-
.root-module_xtag-state--color-
|
|
3075
|
+
.root-module_xtag-state--color-neutral__ydoVy .root-module_xtag-state__point__-AsFh {
|
|
3063
3076
|
background: var(--neutral-dark-50);
|
|
3064
3077
|
}
|
|
3065
3078
|
|
|
3066
|
-
.root-module_xtag-state--color-info-
|
|
3079
|
+
.root-module_xtag-state--color-info-pink__UyhLp .root-module_xtag-state__point__-AsFh {
|
|
3067
3080
|
background: var(--xtag-state-color-pink-medium);
|
|
3068
3081
|
}
|
|
3069
3082
|
|
|
3070
|
-
.root-module_xtag-state--color-info-
|
|
3083
|
+
.root-module_xtag-state--color-info-orange__W43gt .root-module_xtag-state__point__-AsFh {
|
|
3071
3084
|
background: var(--xtag-state-color-orange-medium);
|
|
3072
3085
|
}
|
|
3073
|
-
.root-module_xvspace--size-
|
|
3086
|
+
.root-module_xvspace--size-xxs__lk8ha {
|
|
3074
3087
|
height: var(--xbox-padding-xxs);
|
|
3075
3088
|
}
|
|
3076
|
-
.root-module_xvspace--size-
|
|
3089
|
+
.root-module_xvspace--size-xs__NJkZg {
|
|
3077
3090
|
height: var(--xbox-padding-xs);
|
|
3078
3091
|
}
|
|
3079
|
-
.root-module_xvspace--size-
|
|
3092
|
+
.root-module_xvspace--size-s__HVFOy {
|
|
3080
3093
|
height: var(--xbox-padding-s);
|
|
3081
3094
|
}
|
|
3082
|
-
.root-module_xvspace--size-
|
|
3095
|
+
.root-module_xvspace--size-m__LLj5i {
|
|
3083
3096
|
height: var(--xbox-padding-m);
|
|
3084
3097
|
}
|
|
3085
|
-
.root-module_xvspace--size-
|
|
3098
|
+
.root-module_xvspace--size-l__wUghC {
|
|
3086
3099
|
height: var(--xbox-padding-l);
|
|
3087
3100
|
}
|
|
3088
|
-
.root-module_xvspace--size-
|
|
3101
|
+
.root-module_xvspace--size-xl__dFff0 {
|
|
3089
3102
|
height: var(--xbox-padding-xl);
|
|
3090
3103
|
}
|
|
3091
3104
|
|
|
3092
|
-
.root-module_xskeleton-
|
|
3105
|
+
.root-module_xskeleton-renderer__PIY52 {
|
|
3093
3106
|
display: none;
|
|
3094
3107
|
width: 100%;
|
|
3095
3108
|
}
|
|
3096
3109
|
|
|
3097
|
-
.root-module_xskeleton-renderer--
|
|
3110
|
+
.root-module_xskeleton-renderer--visible__8DpSQ {
|
|
3098
3111
|
display: block;
|
|
3099
3112
|
}
|
|
3100
3113
|
|
|
3101
|
-
.root-
|
|
3114
|
+
.root-module_xcounter__button__PsOy- {
|
|
3102
3115
|
width: 32px;
|
|
3103
3116
|
height: 32px;
|
|
3104
3117
|
border-radius: 999px;
|
|
3105
3118
|
display: flex;
|
|
3106
3119
|
align-items: center;
|
|
3107
3120
|
justify-content: center;
|
|
3108
|
-
background: var(--color
|
|
3121
|
+
background: var(--primary-color, #000000);
|
|
3109
3122
|
cursor: pointer;
|
|
3110
3123
|
}
|
|
3111
3124
|
|
|
3112
|
-
.
|
|
3113
|
-
|
|
3114
|
-
}
|
|
3115
|
-
|
|
3116
|
-
.root-module_xcounter__button__CErAT > div {
|
|
3117
|
-
color: var(--color-neutral-lightest);
|
|
3118
|
-
}
|
|
3119
|
-
|
|
3120
|
-
.theme-arcus .root-module_xcounter__button__CErAT:not(.root-module_xcounter__button--disabled__goqgV) > div {
|
|
3121
|
-
color: var(--color-neutral-darkest);
|
|
3125
|
+
.root-module_xcounter__button__PsOy- > div {
|
|
3126
|
+
color: var(--primary-color-contrast, #FFFFFF);
|
|
3122
3127
|
}
|
|
3123
3128
|
|
|
3124
|
-
.root-module_xcounter__button--
|
|
3129
|
+
.root-module_xcounter__button--disabled__hgCON {
|
|
3125
3130
|
background: var(--color-neutral-light);
|
|
3126
3131
|
cursor: not-allowed;
|
|
3127
3132
|
}
|
|
3128
3133
|
|
|
3129
|
-
.root-module_xcounter__button--
|
|
3134
|
+
.root-module_xcounter__button--disabled__hgCON > div {
|
|
3130
3135
|
color: var(--color-neutral-dim);
|
|
3131
3136
|
}
|
|
3132
3137
|
|
|
3133
|
-
.root-
|
|
3138
|
+
.root-module_xcounter__value__OofPU {
|
|
3134
3139
|
box-sizing: border-box;
|
|
3135
3140
|
padding: var(--xbox-padding-xs) var(--xbox-padding-xxs);
|
|
3136
3141
|
min-width: 48px;
|
|
@@ -3145,7 +3150,7 @@
|
|
|
3145
3150
|
user-select: none;
|
|
3146
3151
|
}
|
|
3147
3152
|
|
|
3148
|
-
.root-
|
|
3153
|
+
.root-module_xcounter__input__value__K4MmE {
|
|
3149
3154
|
display: flex;
|
|
3150
3155
|
flex-direction: row;
|
|
3151
3156
|
align-items: center;
|
|
@@ -3156,7 +3161,7 @@
|
|
|
3156
3161
|
height: 32px;
|
|
3157
3162
|
}
|
|
3158
3163
|
|
|
3159
|
-
.root-
|
|
3164
|
+
.root-module_xcounter__input__value__K4MmE > input {
|
|
3160
3165
|
border: 1px solid #d6d6d6;
|
|
3161
3166
|
background: var(--color-neutral-lightest);
|
|
3162
3167
|
border-radius: var(--ximage-border-radius-xs);
|
|
@@ -3175,40 +3180,40 @@
|
|
|
3175
3180
|
outline: none;
|
|
3176
3181
|
}
|
|
3177
3182
|
|
|
3178
|
-
.root-
|
|
3179
|
-
.root-
|
|
3183
|
+
.root-module_xcounter__input__value__K4MmE > input::-webkit-inner-spin-button,
|
|
3184
|
+
.root-module_xcounter__input__value__K4MmE > input::-webkit-outer-spin-button {
|
|
3180
3185
|
-webkit-appearance: none;
|
|
3181
3186
|
appearance: none;
|
|
3182
3187
|
margin: 0; /* Remove qualquer margem padrão */
|
|
3183
3188
|
}
|
|
3184
3189
|
|
|
3185
|
-
.root-
|
|
3190
|
+
.root-module_xcounter__input__value__K4MmE > input:focus-visible {
|
|
3186
3191
|
border-radius: var(--ximage-border-radius-xs);
|
|
3187
3192
|
border: 1px solid var(--color-neutral-darkest);
|
|
3188
3193
|
}
|
|
3189
3194
|
|
|
3190
|
-
.root-
|
|
3195
|
+
.root-module_xcounter__input__value__K4MmE > input::-moz-placeholder {
|
|
3191
3196
|
color: var(--color-neutral-darkest);
|
|
3192
3197
|
}
|
|
3193
3198
|
|
|
3194
|
-
.root-
|
|
3199
|
+
.root-module_xcounter__input__value__K4MmE > input::placeholder {
|
|
3195
3200
|
color: var(--color-neutral-darkest);
|
|
3196
3201
|
}
|
|
3197
3202
|
|
|
3198
|
-
.root-
|
|
3203
|
+
.root-module_xdivider__SM9nq {
|
|
3199
3204
|
display: flex;
|
|
3200
3205
|
align-items: center;
|
|
3201
3206
|
vertical-align: middle;
|
|
3202
3207
|
}
|
|
3203
3208
|
|
|
3204
|
-
.root-module_xdivider__orientation--
|
|
3209
|
+
.root-module_xdivider__orientation--horizontal__y9foQ {
|
|
3205
3210
|
border: 0;
|
|
3206
3211
|
width: 100%;
|
|
3207
3212
|
height: 1px;
|
|
3208
3213
|
background-color: var(--color-neutral-light);
|
|
3209
3214
|
}
|
|
3210
3215
|
|
|
3211
|
-
.root-module_xdivider__orientation--
|
|
3216
|
+
.root-module_xdivider__orientation--vertical__b0rb1 {
|
|
3212
3217
|
width: 1px;
|
|
3213
3218
|
background-color: var(--color-neutral-light);
|
|
3214
3219
|
height: 100%;
|
|
@@ -3217,86 +3222,86 @@
|
|
|
3217
3222
|
vertical-align: middle;
|
|
3218
3223
|
}
|
|
3219
3224
|
|
|
3220
|
-
.root-module_xdivider--vertical-size-
|
|
3225
|
+
.root-module_xdivider--vertical-size-xs__mvrVq {
|
|
3221
3226
|
height: 16px;
|
|
3222
3227
|
}
|
|
3223
3228
|
|
|
3224
|
-
.root-module_xdivider--vertical-size-
|
|
3229
|
+
.root-module_xdivider--vertical-size-s__XRrZC {
|
|
3225
3230
|
height: 20px;
|
|
3226
3231
|
}
|
|
3227
3232
|
|
|
3228
|
-
.root-module_xdivider--vertical-size-
|
|
3233
|
+
.root-module_xdivider--vertical-size-m__YzVHG {
|
|
3229
3234
|
height: 24px;
|
|
3230
3235
|
}
|
|
3231
3236
|
|
|
3232
|
-
.root-module_xdivider--vertical-size-
|
|
3237
|
+
.root-module_xdivider--vertical-size-l__8scIP {
|
|
3233
3238
|
height: 28px;
|
|
3234
3239
|
}
|
|
3235
3240
|
|
|
3236
|
-
.root-module_xdivider--vertical-size-
|
|
3241
|
+
.root-module_xdivider--vertical-size-xl__NaQdh {
|
|
3237
3242
|
height: 32px;
|
|
3238
3243
|
}
|
|
3239
3244
|
|
|
3240
3245
|
|
|
3241
|
-
.root-module_background_thone-
|
|
3246
|
+
.root-module_background_thone-darkest__uy7Sy {
|
|
3242
3247
|
background-color: var(--color-neutral-dark);
|
|
3243
3248
|
}
|
|
3244
3249
|
|
|
3245
|
-
.root-module_background_thone-
|
|
3250
|
+
.root-module_background_thone-medium__CdFtU {
|
|
3246
3251
|
background-color: var(--color-neutral-medium);
|
|
3247
3252
|
}
|
|
3248
3253
|
|
|
3249
|
-
.root-module_background_thone-
|
|
3254
|
+
.root-module_background_thone-dim__sc6zT {
|
|
3250
3255
|
background-color: var(--color-neutral-dim);
|
|
3251
3256
|
}
|
|
3252
3257
|
|
|
3253
|
-
.root-module_background_thone-
|
|
3258
|
+
.root-module_background_thone-lightest__ZpJdF {
|
|
3254
3259
|
background-color: var(--color-neutral-lightest);
|
|
3255
3260
|
}
|
|
3256
3261
|
|
|
3257
|
-
.root-module_background_thone-
|
|
3262
|
+
.root-module_background_thone-light__elIY5 {
|
|
3258
3263
|
background-color: var(--color-neutral-light);
|
|
3259
3264
|
}
|
|
3260
3265
|
|
|
3261
|
-
.root-module_background_thone-
|
|
3266
|
+
.root-module_background_thone-dark__8No75 {
|
|
3262
3267
|
background-color: var(--color-neutral-dark);
|
|
3263
3268
|
}
|
|
3264
3269
|
|
|
3265
|
-
.root-module_background_thone-dark-
|
|
3270
|
+
.root-module_background_thone-dark-30__MuGJY {
|
|
3266
3271
|
background-color: var(--neutral-dark-30);
|
|
3267
3272
|
}
|
|
3268
3273
|
|
|
3269
|
-
.root-module_xexpansion-
|
|
3274
|
+
.root-module_xexpansion-panel__4z1pQ {
|
|
3270
3275
|
display: flex;
|
|
3271
3276
|
flex-direction: column;
|
|
3272
3277
|
align-items: stretch;
|
|
3273
3278
|
text-align: left;
|
|
3274
3279
|
}
|
|
3275
3280
|
|
|
3276
|
-
.root-module_xexpansion-panel--
|
|
3281
|
+
.root-module_xexpansion-panel--disabled__yp77s {
|
|
3277
3282
|
background-color: var(--color-neutral-light);
|
|
3278
3283
|
color: var(--color-neutral-medium);
|
|
3279
3284
|
}
|
|
3280
3285
|
|
|
3281
|
-
.root-module_xexpansion-panel__body--
|
|
3286
|
+
.root-module_xexpansion-panel__body--open__fSoUY {
|
|
3282
3287
|
overflow: hidden;
|
|
3283
3288
|
max-height: 1000px;
|
|
3284
3289
|
transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
|
|
3285
3290
|
}
|
|
3286
3291
|
|
|
3287
|
-
.root-module_xexpansion-
|
|
3292
|
+
.root-module_xexpansion-panel__body__WnxIR {
|
|
3288
3293
|
max-height: 0;
|
|
3289
3294
|
opacity: 0;
|
|
3290
3295
|
visibility: hidden;
|
|
3291
3296
|
transition: max-height 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
|
|
3292
3297
|
}
|
|
3293
|
-
.root-
|
|
3298
|
+
.root-module_xswitch__HX3BG {
|
|
3294
3299
|
display: inline-flex;
|
|
3295
3300
|
align-items: center;
|
|
3296
3301
|
gap: var(--xbox-padding-xs);
|
|
3297
3302
|
}
|
|
3298
3303
|
|
|
3299
|
-
.root-
|
|
3304
|
+
.root-module_xswitch__switch__EzYzh {
|
|
3300
3305
|
width: var(--xbox-size-4);
|
|
3301
3306
|
height: var(--xbox-size-8);
|
|
3302
3307
|
flex-shrink: 0;
|
|
@@ -3308,16 +3313,16 @@
|
|
|
3308
3313
|
cursor: pointer;
|
|
3309
3314
|
}
|
|
3310
3315
|
|
|
3311
|
-
.root-module_xswitch--
|
|
3316
|
+
.root-module_xswitch--active__o7GWJ .root-module_xswitch__switch__EzYzh {
|
|
3312
3317
|
background: var(--color-success-dim);
|
|
3313
3318
|
}
|
|
3314
3319
|
|
|
3315
|
-
.root-module_xswitch--
|
|
3320
|
+
.root-module_xswitch--disabled__hSWMP .root-module_xswitch__switch__EzYzh {
|
|
3316
3321
|
opacity: var(--xswitch-opacity-disabled);
|
|
3317
3322
|
cursor: default;
|
|
3318
3323
|
}
|
|
3319
3324
|
|
|
3320
|
-
.root-
|
|
3325
|
+
.root-module_xswitch__indicator__WnwCI {
|
|
3321
3326
|
width: var(--xicon-size-s);
|
|
3322
3327
|
height: var(--xicon-size-s);
|
|
3323
3328
|
flex-shrink: 0;
|
|
@@ -3325,16 +3330,16 @@
|
|
|
3325
3330
|
background: var(--color-neutral-lightest);
|
|
3326
3331
|
}
|
|
3327
3332
|
|
|
3328
|
-
.root-module_xswitch--
|
|
3333
|
+
.root-module_xswitch--active__o7GWJ .root-module_xswitch__indicator__WnwCI {
|
|
3329
3334
|
margin-left: auto;
|
|
3330
3335
|
margin-right: 0;
|
|
3331
3336
|
}
|
|
3332
3337
|
|
|
3333
|
-
.root-module_xswitch--
|
|
3338
|
+
.root-module_xswitch--disabled__hSWMP .root-module_xswitch__indicator__WnwCI {
|
|
3334
3339
|
opacity: var(--xswitch-opacity-disabled);
|
|
3335
3340
|
}
|
|
3336
3341
|
|
|
3337
|
-
.root-module_xcard-
|
|
3342
|
+
.root-module_xcard-counter__zi8kb {
|
|
3338
3343
|
background: var(--color-neutral-lightest);
|
|
3339
3344
|
border-radius: var(--xbox-size-11);
|
|
3340
3345
|
display: flex;
|
|
@@ -3349,11 +3354,11 @@
|
|
|
3349
3354
|
box-shadow: 0px 3px 8px -1px rgba(24, 39, 75, 0.08);
|
|
3350
3355
|
}
|
|
3351
3356
|
|
|
3352
|
-
.root-module_xcard-
|
|
3357
|
+
.root-module_xcard-counter__zi8kb.root-module_xcard-counter--exclusive__3NySm {
|
|
3353
3358
|
flex-wrap: wrap;
|
|
3354
3359
|
}
|
|
3355
3360
|
|
|
3356
|
-
.root-module_xcard-
|
|
3361
|
+
.root-module_xcard-counter__zi8kb .root-module_xcard-counter-trash-icon__Bl5O1 {
|
|
3357
3362
|
cursor: pointer;
|
|
3358
3363
|
display: flex;
|
|
3359
3364
|
width: 34px;
|
|
@@ -3366,103 +3371,99 @@
|
|
|
3366
3371
|
}
|
|
3367
3372
|
|
|
3368
3373
|
/* BORDER */
|
|
3369
|
-
.root-module_xcard-
|
|
3374
|
+
.root-module_xcard-counter__zi8kb.root-module_xcard-counter--border-shadow__5IZ37 {
|
|
3370
3375
|
box-shadow: 0px 3px 8px -1px rgba(24, 39, 75, 0.08);
|
|
3371
3376
|
}
|
|
3372
3377
|
|
|
3373
|
-
.root-module_xcard-
|
|
3378
|
+
.root-module_xcard-counter__zi8kb.root-module_xcard-counter--border-solid__LEd7z {
|
|
3374
3379
|
border: 1px solid var(--color-neutral-light);
|
|
3375
3380
|
box-shadow:none
|
|
3376
3381
|
}
|
|
3377
3382
|
|
|
3378
3383
|
|
|
3379
|
-
.root-module_xcard-
|
|
3384
|
+
.root-module_xcard-counter__zi8kb.root-module_xcard-counter--disabled__Y2xvM {
|
|
3380
3385
|
background-color: var(--color-neutral-light);
|
|
3381
3386
|
}
|
|
3382
3387
|
|
|
3383
|
-
.root-module_xcard-
|
|
3388
|
+
.root-module_xcard-counter__zi8kb.root-module_xcard-counter--disabled__Y2xvM .root-module_xcard-counter-trash-icon__Bl5O1 {
|
|
3384
3389
|
background-color: transparent;
|
|
3385
3390
|
cursor: auto;
|
|
3386
3391
|
}
|
|
3387
3392
|
|
|
3388
|
-
.root-module_xcard-
|
|
3393
|
+
.root-module_xcard-counter__zi8kb.root-module_xcard-counter--disabled__Y2xvM .root-module_xcard-counter-trash-icon__Bl5O1 > div > svg {
|
|
3389
3394
|
color: var(--color-neutral-dim);
|
|
3390
3395
|
}
|
|
3391
|
-
.root-
|
|
3396
|
+
.root-module_xcredits__j402- {
|
|
3392
3397
|
display: flex;
|
|
3393
3398
|
flex-direction: column;
|
|
3394
3399
|
align-items: center;
|
|
3395
3400
|
align-self: stretch;
|
|
3396
3401
|
}
|
|
3397
3402
|
|
|
3398
|
-
.root-
|
|
3403
|
+
.root-module_xcredits__content__4Sl1a{
|
|
3399
3404
|
display: flex;
|
|
3400
3405
|
justify-content: center;
|
|
3401
3406
|
align-items: center;
|
|
3402
3407
|
gap: 4px;
|
|
3403
3408
|
}
|
|
3404
3409
|
|
|
3405
|
-
.root-
|
|
3410
|
+
.root-module_xcredits__description__IrU2G{
|
|
3406
3411
|
display: flex;
|
|
3407
3412
|
align-items: center;
|
|
3408
3413
|
gap: 3px;
|
|
3409
3414
|
align-self: stretch;
|
|
3410
3415
|
}
|
|
3411
3416
|
|
|
3412
|
-
.root-
|
|
3417
|
+
.root-module_xcredits__description__IrU2G > div{
|
|
3413
3418
|
color: var(--neutral-dark-40);
|
|
3414
3419
|
}
|
|
3415
3420
|
|
|
3416
|
-
.root-
|
|
3421
|
+
.root-module_xcredits__logos__kplP-{
|
|
3417
3422
|
display: flex;
|
|
3418
3423
|
align-items: center;
|
|
3419
3424
|
gap: 4px;
|
|
3420
3425
|
}
|
|
3421
3426
|
|
|
3422
|
-
.root-
|
|
3427
|
+
.root-module_xbar__F5vXa {
|
|
3423
3428
|
width: 100%;
|
|
3424
3429
|
background-color: #F5F5F5;
|
|
3425
3430
|
border-radius: var(--border-radius-circle);
|
|
3426
3431
|
overflow: hidden;
|
|
3427
3432
|
}
|
|
3428
3433
|
|
|
3429
|
-
.root-
|
|
3434
|
+
.root-module_xbar__content__J7UQ0 {
|
|
3430
3435
|
color: white;
|
|
3431
3436
|
line-height: 30px;
|
|
3432
3437
|
text-align: center;
|
|
3433
3438
|
height: var(--spacing-2);
|
|
3434
|
-
background
|
|
3439
|
+
background: var(--primary-color ,#000000);
|
|
3435
3440
|
border-radius: var(--border-radius-circle) 0 0 var(--border-radius-circle);
|
|
3436
3441
|
}
|
|
3437
3442
|
|
|
3438
|
-
.
|
|
3439
|
-
background: var(--color-turquoise);
|
|
3440
|
-
}
|
|
3441
|
-
|
|
3442
|
-
.root-module_xbar--size-xs__mWXgr {
|
|
3443
|
+
.root-module_xbar--size-xs__tqGp3 {
|
|
3443
3444
|
height: var(--xbar-size-xs);
|
|
3444
3445
|
}
|
|
3445
3446
|
|
|
3446
|
-
.root-module_xbar--size-
|
|
3447
|
+
.root-module_xbar--size-s__5Ataf {
|
|
3447
3448
|
height: var(--xbar-size-s);
|
|
3448
3449
|
}
|
|
3449
3450
|
|
|
3450
|
-
.root-module_xbar__content--in-
|
|
3451
|
+
.root-module_xbar__content--in-progress__wjdYZ {
|
|
3451
3452
|
border-radius: var(--border-radius-circle) 0 0 var(--border-radius-circle);
|
|
3452
3453
|
}
|
|
3453
3454
|
|
|
3454
|
-
.root-module_xbar__content--
|
|
3455
|
+
.root-module_xbar__content--completed__uFZBa {
|
|
3455
3456
|
border-radius: var(--border-radius-circle);
|
|
3456
3457
|
}
|
|
3457
3458
|
|
|
3458
|
-
.root-module_xbar__content--
|
|
3459
|
+
.root-module_xbar__content--indeterminate__X-zzy {
|
|
3459
3460
|
width: 100% !important;
|
|
3460
3461
|
border-radius: var(--border-radius-circle);
|
|
3461
|
-
animation: root-
|
|
3462
|
+
animation: root-module_indeterminateAnimation__hXlcL 2s infinite linear;
|
|
3462
3463
|
transform-origin: 0 50%;
|
|
3463
3464
|
}
|
|
3464
3465
|
|
|
3465
|
-
@keyframes root-
|
|
3466
|
+
@keyframes root-module_indeterminateAnimation__hXlcL {
|
|
3466
3467
|
0% {
|
|
3467
3468
|
transform: translateX(0) scaleX(0);
|
|
3468
3469
|
}
|
|
@@ -3508,7 +3509,7 @@
|
|
|
3508
3509
|
height: 2px;
|
|
3509
3510
|
}
|
|
3510
3511
|
|
|
3511
|
-
.root-
|
|
3512
|
+
.root-module_xpage__jLdFj {
|
|
3512
3513
|
position: fixed;
|
|
3513
3514
|
|
|
3514
3515
|
/* -16px is applied because in iphones with notch it look bad */
|
|
@@ -3522,7 +3523,7 @@
|
|
|
3522
3523
|
color: var(--color-neutral-darkest);
|
|
3523
3524
|
}
|
|
3524
3525
|
|
|
3525
|
-
.root-
|
|
3526
|
+
.root-module_xheader__ltsHI {
|
|
3526
3527
|
position: sticky;
|
|
3527
3528
|
top: 0px;
|
|
3528
3529
|
padding: var(--xbox-padding-xl) var(--xbox-padding-xl) var(--xbox-padding-s)
|
|
@@ -3531,17 +3532,17 @@
|
|
|
3531
3532
|
z-index: 10;
|
|
3532
3533
|
}
|
|
3533
3534
|
|
|
3534
|
-
.root-module_xheader--
|
|
3535
|
+
.root-module_xheader--sticky__fWSS6 {
|
|
3535
3536
|
position: sticky;
|
|
3536
3537
|
/* 16px margin top + 20px title height */
|
|
3537
3538
|
top: -36px;
|
|
3538
3539
|
}
|
|
3539
3540
|
|
|
3540
|
-
.root-module_xheader-
|
|
3541
|
+
.root-module_xheader-sticky_pinned__AtZRg {
|
|
3541
3542
|
box-shadow: var(--shadow);
|
|
3542
3543
|
}
|
|
3543
3544
|
|
|
3544
|
-
.root-
|
|
3545
|
+
.root-module_xheader__bar__JeTrZ {
|
|
3545
3546
|
height: var(--xbox-size-11);
|
|
3546
3547
|
display: flex;
|
|
3547
3548
|
align-items: center;
|
|
@@ -3551,28 +3552,28 @@
|
|
|
3551
3552
|
min-height: var(--xbox-size-9);
|
|
3552
3553
|
}
|
|
3553
3554
|
|
|
3554
|
-
.root-module_xheader--
|
|
3555
|
+
.root-module_xheader--sticky__fWSS6 .root-module_xheader__bar__JeTrZ {
|
|
3555
3556
|
position: sticky;
|
|
3556
3557
|
/* 24px margin top */
|
|
3557
3558
|
top: var(--xbox-padding-xl);
|
|
3558
3559
|
}
|
|
3559
3560
|
|
|
3560
|
-
.root-
|
|
3561
|
+
.root-module_xheader__bar__back__N7CQj {
|
|
3561
3562
|
cursor: pointer;
|
|
3562
3563
|
transition: all 0.25s ease-in-out;
|
|
3563
3564
|
transition-property: transform, opacity;
|
|
3564
3565
|
display: flex;
|
|
3565
3566
|
}
|
|
3566
3567
|
|
|
3567
|
-
.root-
|
|
3568
|
+
.root-module_xheader__bar__back__N7CQj:hover {
|
|
3568
3569
|
transform: scale(1.025);
|
|
3569
3570
|
}
|
|
3570
3571
|
|
|
3571
|
-
.root-
|
|
3572
|
+
.root-module_xheader__bar__back__N7CQj:active {
|
|
3572
3573
|
transform: scale(0.95);
|
|
3573
3574
|
}
|
|
3574
3575
|
|
|
3575
|
-
.root-
|
|
3576
|
+
.root-module_xheader__bar__title__2bvoW {
|
|
3576
3577
|
visibility: hidden;
|
|
3577
3578
|
flex: 1;
|
|
3578
3579
|
width: 0px;
|
|
@@ -3581,16 +3582,16 @@
|
|
|
3581
3582
|
gap: var(--xbox-padding-xxs);
|
|
3582
3583
|
}
|
|
3583
3584
|
|
|
3584
|
-
.root-
|
|
3585
|
+
.root-module_xheader__bar__title__2bvoW > div {
|
|
3585
3586
|
padding-left: 4px;
|
|
3586
3587
|
}
|
|
3587
3588
|
|
|
3588
|
-
.root-module_xheader-
|
|
3589
|
+
.root-module_xheader-sticky_pinned__AtZRg .root-module_xheader__bar__title__2bvoW {
|
|
3589
3590
|
visibility: visible;
|
|
3590
3591
|
width: auto;
|
|
3591
3592
|
}
|
|
3592
3593
|
|
|
3593
|
-
.root-
|
|
3594
|
+
.root-module_xheader__bar__search__Qt1ja {
|
|
3594
3595
|
display: flex;
|
|
3595
3596
|
position: relative;
|
|
3596
3597
|
align-items: center;
|
|
@@ -3600,44 +3601,44 @@
|
|
|
3600
3601
|
gap: 8px;
|
|
3601
3602
|
}
|
|
3602
3603
|
|
|
3603
|
-
.root-
|
|
3604
|
+
.root-module_xheader__bar__search__icon__RoMXy {
|
|
3604
3605
|
display: flex;
|
|
3605
3606
|
align-items: center;
|
|
3606
3607
|
}
|
|
3607
3608
|
|
|
3608
|
-
.root-
|
|
3609
|
+
.root-module_xheader__bar__search__Qt1ja .root-module_xheader__bar__search--active__YDeiM {
|
|
3609
3610
|
width: 100%;
|
|
3610
3611
|
}
|
|
3611
3612
|
|
|
3612
|
-
.root-
|
|
3613
|
+
.root-module_xheader__bar__search__Qt1ja .root-module_xheader__bar__search__input__aPllG {
|
|
3613
3614
|
width: 100%;
|
|
3614
3615
|
}
|
|
3615
3616
|
|
|
3616
|
-
.root-
|
|
3617
|
+
.root-module_xheader__bar__search__Qt1ja .root-module_xheader__bar__search__input__aPllG > input {
|
|
3617
3618
|
border: 0px solid var(--color-neutral-light);
|
|
3618
3619
|
width: 95%;
|
|
3619
3620
|
background: transparent;
|
|
3620
3621
|
}
|
|
3621
3622
|
|
|
3622
|
-
.root-
|
|
3623
|
+
.root-module_xheader__bar__search__Qt1ja .root-module_xheader__bar__search__input__aPllG > input:focus {
|
|
3623
3624
|
outline: none;
|
|
3624
3625
|
}
|
|
3625
3626
|
|
|
3626
|
-
.root-
|
|
3627
|
+
.root-module_xheader__bar__search__Qt1ja .root-module_xheader__bar__search__input__aPllG > input::-moz-placeholder {
|
|
3627
3628
|
font-size: var(--xtext-size-11);
|
|
3628
3629
|
color: var(--color-neutral-dim);
|
|
3629
3630
|
-webkit-font-smoothing: antialiased;
|
|
3630
3631
|
letter-spacing: var(--xtext-letterspacing);
|
|
3631
3632
|
}
|
|
3632
3633
|
|
|
3633
|
-
.root-
|
|
3634
|
+
.root-module_xheader__bar__search__Qt1ja .root-module_xheader__bar__search__input__aPllG > input::placeholder {
|
|
3634
3635
|
font-size: var(--xtext-size-11);
|
|
3635
3636
|
color: var(--color-neutral-dim);
|
|
3636
3637
|
-webkit-font-smoothing: antialiased;
|
|
3637
3638
|
letter-spacing: var(--xtext-letterspacing);
|
|
3638
3639
|
}
|
|
3639
3640
|
|
|
3640
|
-
.root-
|
|
3641
|
+
.root-module_xheader__bar__filter__MdUXJ {
|
|
3641
3642
|
position: relative;
|
|
3642
3643
|
display: flex;
|
|
3643
3644
|
align-items: center;
|
|
@@ -3645,7 +3646,7 @@
|
|
|
3645
3646
|
cursor: pointer;
|
|
3646
3647
|
}
|
|
3647
3648
|
|
|
3648
|
-
.root-
|
|
3649
|
+
.root-module_xheader__bar__filter__MdUXJ .root-module_xheader__bar__filter__badge__fddsm {
|
|
3649
3650
|
width: 8px;
|
|
3650
3651
|
height: 8px;
|
|
3651
3652
|
position: absolute;
|
|
@@ -3656,21 +3657,21 @@
|
|
|
3656
3657
|
background: var(--color-turquoise);
|
|
3657
3658
|
}
|
|
3658
3659
|
|
|
3659
|
-
.root-
|
|
3660
|
+
.root-module_xheader__bar__extra__eR9h3 {
|
|
3660
3661
|
display: flex;
|
|
3661
3662
|
gap: var(--xbox-padding-xs);
|
|
3662
3663
|
align-items: center;
|
|
3663
3664
|
}
|
|
3664
3665
|
|
|
3665
|
-
.root-
|
|
3666
|
+
.root-module_xheader__bar__tag_first__B2yMW {
|
|
3666
3667
|
display: block;
|
|
3667
3668
|
}
|
|
3668
3669
|
|
|
3669
|
-
.root-module_xheader-
|
|
3670
|
+
.root-module_xheader-sticky_pinned__AtZRg .root-module_xheader__bar__tag_first__B2yMW {
|
|
3670
3671
|
display: none;
|
|
3671
3672
|
}
|
|
3672
3673
|
|
|
3673
|
-
.root-
|
|
3674
|
+
.root-module_xheader__content__-drE9 {
|
|
3674
3675
|
margin-top: var(--xbox-padding-m);
|
|
3675
3676
|
display: flex;
|
|
3676
3677
|
flex-direction: column;
|
|
@@ -3678,37 +3679,37 @@
|
|
|
3678
3679
|
gap: var(--xbox-padding-m);
|
|
3679
3680
|
}
|
|
3680
3681
|
|
|
3681
|
-
.root-
|
|
3682
|
+
.root-module_header__content__title__N8qSY {
|
|
3682
3683
|
visibility: visible;
|
|
3683
3684
|
display: flex;
|
|
3684
3685
|
flex-direction: column;
|
|
3685
3686
|
gap: var(--xbox-padding-xxs);
|
|
3686
3687
|
}
|
|
3687
3688
|
|
|
3688
|
-
.root-module_xheader-
|
|
3689
|
+
.root-module_xheader-sticky_pinned__AtZRg .root-module_header__content__title__N8qSY {
|
|
3689
3690
|
visibility: hidden;
|
|
3690
3691
|
}
|
|
3691
3692
|
|
|
3692
3693
|
/* SKELETON */
|
|
3693
|
-
.root-
|
|
3694
|
+
.root-module_xheader__ltsHI.root-module_xheader--skeleton__ommej .root-module_xheader__bar__JeTrZ {
|
|
3694
3695
|
background-color: transparent;
|
|
3695
3696
|
}
|
|
3696
3697
|
|
|
3697
|
-
.root-
|
|
3698
|
-
.root-
|
|
3698
|
+
.root-module_xheader__ltsHI.root-module_xheader--skeleton__ommej .root-module_xheader__bar__title__2bvoW,
|
|
3699
|
+
.root-module_xheader__ltsHI.root-module_xheader--skeleton__ommej .root-module_header__content__title__N8qSY {
|
|
3699
3700
|
width: 100%;
|
|
3700
3701
|
}
|
|
3701
3702
|
|
|
3702
|
-
.root-
|
|
3703
|
+
.root-module_xbody__CnPY6 {
|
|
3703
3704
|
padding: var(--xbox-padding-s) var(--xbox-padding-xl) var(--xbox-padding-xl)
|
|
3704
3705
|
var(--xbox-padding-xl);
|
|
3705
3706
|
}
|
|
3706
3707
|
|
|
3707
|
-
.root-module_xbody--without-
|
|
3708
|
+
.root-module_xbody--without-header__xEJDC {
|
|
3708
3709
|
padding: var(--xbox-padding-xl);
|
|
3709
3710
|
}
|
|
3710
3711
|
|
|
3711
|
-
.root-
|
|
3712
|
+
.root-module_xfooter__rEMlw {
|
|
3712
3713
|
padding: var(--xbox-padding-xs) var(--xbox-padding-xl) var(--xbox-padding-xs) var(--xbox-padding-xl);
|
|
3713
3714
|
position: fixed;
|
|
3714
3715
|
left: 0;
|
|
@@ -3717,16 +3718,16 @@
|
|
|
3717
3718
|
z-index: 9;
|
|
3718
3719
|
}
|
|
3719
3720
|
|
|
3720
|
-
.root-module_xfooter--backround-
|
|
3721
|
+
.root-module_xfooter--backround-solid__2TaB0 {
|
|
3721
3722
|
background-color: var(--color-neutral-lightest);
|
|
3722
3723
|
}
|
|
3723
3724
|
|
|
3724
|
-
.root-module_xfooter--backround-
|
|
3725
|
+
.root-module_xfooter--backround-gradient__H-bTz {
|
|
3725
3726
|
padding: var(--xbox-padding-xl) var(--xbox-padding-xl) var(--xbox-padding-xs) var(--xbox-padding-xl);
|
|
3726
3727
|
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--color-neutral-lightest) 22.97%);
|
|
3727
3728
|
}
|
|
3728
3729
|
|
|
3729
|
-
.root-module_xfooter--backround-
|
|
3730
|
+
.root-module_xfooter--backround-transparent__-XITq {
|
|
3730
3731
|
background-color: transparent;
|
|
3731
3732
|
}
|
|
3732
3733
|
|
|
@@ -3856,7 +3857,7 @@
|
|
|
3856
3857
|
padding-bottom: 32px;
|
|
3857
3858
|
}
|
|
3858
3859
|
|
|
3859
|
-
.root-
|
|
3860
|
+
.root-module_xselect__G1bH- {
|
|
3860
3861
|
display: flex;
|
|
3861
3862
|
flex-direction: column;
|
|
3862
3863
|
align-items: stretch;
|
|
@@ -3865,7 +3866,7 @@
|
|
|
3865
3866
|
width: 100%;
|
|
3866
3867
|
}
|
|
3867
3868
|
|
|
3868
|
-
.root-
|
|
3869
|
+
.root-module_xselect__content__hr2ZL {
|
|
3869
3870
|
display: flex;
|
|
3870
3871
|
align-items: center;
|
|
3871
3872
|
padding: var(--xbox-padding-s) var(--xbox-padding-m);
|
|
@@ -3876,7 +3877,7 @@
|
|
|
3876
3877
|
user-select: none;
|
|
3877
3878
|
}
|
|
3878
3879
|
|
|
3879
|
-
.root-
|
|
3880
|
+
.root-module_xselect__tag_container__DTgLg {
|
|
3880
3881
|
display: flex;
|
|
3881
3882
|
flex-flow: wrap;
|
|
3882
3883
|
padding: 8px;
|
|
@@ -3884,36 +3885,36 @@
|
|
|
3884
3885
|
width: 100%;
|
|
3885
3886
|
}
|
|
3886
3887
|
|
|
3887
|
-
.root-module_xselect--has-
|
|
3888
|
+
.root-module_xselect--has-error__Nt0PV .root-module_xselect__content__hr2ZL {
|
|
3888
3889
|
border: 1px solid var(--global-error-red-50);
|
|
3889
3890
|
}
|
|
3890
3891
|
|
|
3891
|
-
.root-module_xselect--
|
|
3892
|
+
.root-module_xselect--disabled__Z3KGO .root-module_xselect__content__hr2ZL {
|
|
3892
3893
|
background-color: var(--color-neutral-light);
|
|
3893
3894
|
}
|
|
3894
3895
|
|
|
3895
|
-
.root-module_xselect--size-
|
|
3896
|
+
.root-module_xselect--size-s__By597 .root-module_xselect__content__hr2ZL {
|
|
3896
3897
|
display: flex;
|
|
3897
3898
|
align-items: center;
|
|
3898
3899
|
padding: 9px var(--xbox-padding-m);
|
|
3899
3900
|
}
|
|
3900
3901
|
|
|
3901
|
-
.root-
|
|
3902
|
+
.root-module_xselect__icon__M0to2 {
|
|
3902
3903
|
margin-right: var(--xbox-padding-xs);
|
|
3903
3904
|
color: var(--color-neutral-dim);
|
|
3904
3905
|
display: flex;
|
|
3905
3906
|
}
|
|
3906
3907
|
|
|
3907
|
-
.root-
|
|
3908
|
+
.root-module_xselect__icon__M0to2:last-child {
|
|
3908
3909
|
margin-right: 0;
|
|
3909
3910
|
margin-left: var(--xbox-padding-xs);
|
|
3910
3911
|
}
|
|
3911
3912
|
|
|
3912
|
-
.root-module_xselect--has-
|
|
3913
|
+
.root-module_xselect--has-error__Nt0PV .root-module_xselect__icon__M0to2 {
|
|
3913
3914
|
color: var(--global-error-red-50);
|
|
3914
3915
|
}
|
|
3915
3916
|
|
|
3916
|
-
.root-
|
|
3917
|
+
.root-module_xselect__text__rIWkR {
|
|
3917
3918
|
flex: 1;
|
|
3918
3919
|
text-align: left;
|
|
3919
3920
|
height: var(--xbox-size-9);
|
|
@@ -3929,110 +3930,106 @@
|
|
|
3929
3930
|
user-select: none;
|
|
3930
3931
|
}
|
|
3931
3932
|
|
|
3932
|
-
.root-
|
|
3933
|
-
.root-
|
|
3933
|
+
.root-module_xselect__text__rIWkR,
|
|
3934
|
+
.root-module_xselect__placeholder__IWYS1 {
|
|
3934
3935
|
width: 168px;
|
|
3935
3936
|
}
|
|
3936
3937
|
|
|
3937
|
-
.root-
|
|
3938
|
+
.root-module_xselect__text__rIWkR>div {
|
|
3938
3939
|
white-space: nowrap;
|
|
3939
3940
|
overflow: hidden;
|
|
3940
3941
|
text-overflow: ellipsis;
|
|
3941
3942
|
padding-bottom: 2px;
|
|
3942
3943
|
}
|
|
3943
3944
|
|
|
3944
|
-
.root-module_xselect--size-
|
|
3945
|
+
.root-module_xselect--size-s__By597 .root-module_xselect__text__rIWkR {
|
|
3945
3946
|
height: var(--xbox-size-12);
|
|
3946
3947
|
font-size: var(--xtext-size-11);
|
|
3947
3948
|
}
|
|
3948
3949
|
|
|
3949
|
-
.root-module_xselect--has-
|
|
3950
|
+
.root-module_xselect--has-error__Nt0PV .root-module_xselect__text__rIWkR {
|
|
3950
3951
|
color: var(--global-error-red-50);
|
|
3951
3952
|
}
|
|
3952
3953
|
|
|
3953
|
-
.root-
|
|
3954
|
+
.root-module_xselect__placeholder__IWYS1 {
|
|
3954
3955
|
flex: 1;
|
|
3955
3956
|
text-align: left;
|
|
3956
3957
|
font-size: var(--xtext-size-10);
|
|
3957
3958
|
color: var(--color-neutral-dim);
|
|
3958
3959
|
}
|
|
3959
3960
|
|
|
3960
|
-
.root-module_xselect--has-
|
|
3961
|
+
.root-module_xselect--has-error__Nt0PV .root-module_xselect__placeholder__IWYS1 {
|
|
3961
3962
|
color: var(--global-error-red-50);
|
|
3962
3963
|
}
|
|
3963
3964
|
|
|
3964
|
-
.root-module_xselect--size-
|
|
3965
|
+
.root-module_xselect--size-s__By597 .root-module_xselect__placeholder__IWYS1 {
|
|
3965
3966
|
font-size: var(--xtext-size-11);
|
|
3966
3967
|
}
|
|
3967
3968
|
|
|
3968
|
-
.root-
|
|
3969
|
+
.root-module_xselect__modal_searchable_text__sdv5A {
|
|
3969
3970
|
padding: var(--xbox-padding-xs) var(--xbox-padding-m) 0;
|
|
3970
3971
|
}
|
|
3971
3972
|
|
|
3972
|
-
.root-
|
|
3973
|
+
.root-module_modal__zyaYw {
|
|
3973
3974
|
gap: 8px;
|
|
3974
3975
|
display: flex;
|
|
3975
3976
|
flex-direction: column;
|
|
3976
3977
|
}
|
|
3977
3978
|
|
|
3978
|
-
.root-
|
|
3979
|
+
.root-module_modal__zyaYw>.root-module_modal__item__wSm2F {
|
|
3979
3980
|
cursor: pointer;
|
|
3980
3981
|
}
|
|
3981
3982
|
|
|
3982
3983
|
|
|
3983
|
-
.root-
|
|
3984
|
+
.root-module_modal__item__wSm2F {
|
|
3984
3985
|
border: 2px solid #F5F5F5;
|
|
3985
3986
|
padding: 12px 16px 12px 24px;
|
|
3986
3987
|
gap: 16px;
|
|
3987
3988
|
border-radius: 24px;
|
|
3988
3989
|
}
|
|
3989
3990
|
|
|
3990
|
-
.root-module_modal__item--
|
|
3991
|
-
|
|
3991
|
+
.root-module_modal__item--selected__L1Cz- {
|
|
3992
|
+
background: linear-gradient(white, white) padding-box,
|
|
3993
|
+
var(--primary-color-gradient, #1F1F1F) border-box;
|
|
3994
|
+
border: 2px solid transparent;
|
|
3995
|
+
|
|
3992
3996
|
}
|
|
3993
3997
|
|
|
3994
|
-
.root-module_modal__item--
|
|
3998
|
+
.root-module_modal__item--selected__L1Cz->div>div:nth-child(1) {
|
|
3995
3999
|
border: 2px solid #1F1F1F;
|
|
3996
4000
|
}
|
|
3997
4001
|
|
|
3998
|
-
|
|
3999
|
-
.theme-arcus .root-module_modal__item--selected__h9fcZ {
|
|
4000
|
-
color: var(--color-neutral-darkest);
|
|
4001
|
-
background: linear-gradient(#fff, #fff) padding-box, var(--color-gradient-arcus) border-box;
|
|
4002
|
-
border-color: transparent;
|
|
4003
|
-
|
|
4004
|
-
}
|
|
4005
|
-
.root-module_xfloat-button__naGjT {
|
|
4002
|
+
.root-module_xfloat-button__TVa6z {
|
|
4006
4003
|
position: fixed;
|
|
4007
4004
|
bottom: calc(env(safe-area-inset-bottom, 33px) + var(--xbox-padding-xs));
|
|
4008
4005
|
z-index: 20;
|
|
4009
4006
|
}
|
|
4010
4007
|
|
|
4011
|
-
.root-module_xfloat-button--placement-
|
|
4008
|
+
.root-module_xfloat-button--placement-left__8-F96 {
|
|
4012
4009
|
left: 24px;
|
|
4013
4010
|
}
|
|
4014
4011
|
|
|
4015
|
-
.root-module_xfloat-button--placement-
|
|
4012
|
+
.root-module_xfloat-button--placement-right__5Xd9k {
|
|
4016
4013
|
right: 24px;
|
|
4017
4014
|
}
|
|
4018
4015
|
|
|
4019
|
-
.root-module_xfloat-button--bottom-
|
|
4016
|
+
.root-module_xfloat-button--bottom-s__4zaxw {
|
|
4020
4017
|
bottom: calc(env(safe-area-inset-bottom, 33px) + calc(var(--xbox-padding-s) * 2));
|
|
4021
4018
|
}
|
|
4022
4019
|
|
|
4023
|
-
.root-module_xfloat-button--bottom-
|
|
4020
|
+
.root-module_xfloat-button--bottom-m__sVWCS {
|
|
4024
4021
|
bottom: calc(env(safe-area-inset-bottom, 33px) + calc(var(--xbox-padding-m) * 3));
|
|
4025
4022
|
}
|
|
4026
4023
|
|
|
4027
|
-
.root-module_xfloat-button--bottom-
|
|
4024
|
+
.root-module_xfloat-button--bottom-l__4FRlz {
|
|
4028
4025
|
bottom: calc(env(safe-area-inset-bottom, 33px) + calc(var(--xbox-padding-xl) * 3));
|
|
4029
4026
|
}
|
|
4030
4027
|
|
|
4031
|
-
.root-module_xfloat-button--bottom-
|
|
4028
|
+
.root-module_xfloat-button--bottom-xl__Htp2V {
|
|
4032
4029
|
bottom: calc(env(safe-area-inset-bottom, 33px) + calc(var(--xbox-padding-xl) * 4));
|
|
4033
4030
|
}
|
|
4034
4031
|
|
|
4035
|
-
.root-
|
|
4032
|
+
.root-module_xselectmultiple__ac2Qt {
|
|
4036
4033
|
display: flex;
|
|
4037
4034
|
flex-direction: column;
|
|
4038
4035
|
align-items: stretch;
|
|
@@ -4041,7 +4038,7 @@
|
|
|
4041
4038
|
width: 100%;
|
|
4042
4039
|
}
|
|
4043
4040
|
|
|
4044
|
-
.root-
|
|
4041
|
+
.root-module_xselectmultiple__content__njYTF {
|
|
4045
4042
|
display: flex;
|
|
4046
4043
|
align-items: center;
|
|
4047
4044
|
padding: var(--xbox-padding-s) var(--xbox-padding-m);
|
|
@@ -4052,7 +4049,7 @@
|
|
|
4052
4049
|
user-select: none;
|
|
4053
4050
|
}
|
|
4054
4051
|
|
|
4055
|
-
.root-
|
|
4052
|
+
.root-module_xselectmultiple__tag_container__-MM4v {
|
|
4056
4053
|
display: flex;
|
|
4057
4054
|
flex-flow: wrap;
|
|
4058
4055
|
padding: 8px;
|
|
@@ -4060,40 +4057,40 @@
|
|
|
4060
4057
|
width: 100%;
|
|
4061
4058
|
}
|
|
4062
4059
|
|
|
4063
|
-
.root-module_xselectmultiple--has-
|
|
4060
|
+
.root-module_xselectmultiple--has-error__Xh4-q .root-module_xselectmultiple__content__njYTF {
|
|
4064
4061
|
border: 1px solid var(--global-error-red-50);
|
|
4065
4062
|
}
|
|
4066
4063
|
|
|
4067
|
-
.root-module_xselectmultiple--
|
|
4064
|
+
.root-module_xselectmultiple--disabled__xCO6U .root-module_xselectmultiple__content__njYTF {
|
|
4068
4065
|
background-color: var(--color-neutral-light);
|
|
4069
4066
|
}
|
|
4070
4067
|
|
|
4071
|
-
.root-module_xselectmultiple--size-
|
|
4068
|
+
.root-module_xselectmultiple--size-s__yMDG9 .root-module_xselectmultiple__content__njYTF {
|
|
4072
4069
|
display: flex;
|
|
4073
4070
|
align-items: center;
|
|
4074
4071
|
padding: 9px var(--xbox-padding-m);
|
|
4075
4072
|
}
|
|
4076
4073
|
|
|
4077
|
-
.root-
|
|
4074
|
+
.root-module_xselectmultiple__icon__bwuIn {
|
|
4078
4075
|
margin-right: var(--xbox-padding-xs);
|
|
4079
4076
|
color: var(--color-neutral-dark);
|
|
4080
4077
|
display: flex;
|
|
4081
4078
|
}
|
|
4082
4079
|
|
|
4083
|
-
.root-
|
|
4080
|
+
.root-module_xselectmultiple__symbol__wmWDj {
|
|
4084
4081
|
color: var(--color-neutral-dim);
|
|
4085
4082
|
}
|
|
4086
4083
|
|
|
4087
|
-
.root-
|
|
4084
|
+
.root-module_xselectmultiple__icon__bwuIn:last-child {
|
|
4088
4085
|
margin-right: 0;
|
|
4089
4086
|
margin-left: var(--xbox-padding-xs);
|
|
4090
4087
|
}
|
|
4091
4088
|
|
|
4092
|
-
.root-module_xselectmultiple--has-
|
|
4089
|
+
.root-module_xselectmultiple--has-error__Xh4-q .root-module_xselectmultiple__icon__bwuIn {
|
|
4093
4090
|
color: var(--global-error-red-50);
|
|
4094
4091
|
}
|
|
4095
4092
|
|
|
4096
|
-
.root-
|
|
4093
|
+
.root-module_xselectmultiple__text__L5Toi {
|
|
4097
4094
|
flex: 1;
|
|
4098
4095
|
text-align: left;
|
|
4099
4096
|
height: var(--xbox-size-9);
|
|
@@ -4109,53 +4106,53 @@
|
|
|
4109
4106
|
user-select: none;
|
|
4110
4107
|
}
|
|
4111
4108
|
|
|
4112
|
-
.root-
|
|
4113
|
-
.root-
|
|
4109
|
+
.root-module_xselectmultiple__text__L5Toi,
|
|
4110
|
+
.root-module_xselectmultiple__placeholder__gtavF {
|
|
4114
4111
|
width: 168px;
|
|
4115
4112
|
}
|
|
4116
4113
|
|
|
4117
|
-
.root-
|
|
4114
|
+
.root-module_xselectmultiple__text__L5Toi > div {
|
|
4118
4115
|
white-space: nowrap;
|
|
4119
4116
|
overflow: hidden;
|
|
4120
4117
|
text-overflow: ellipsis;
|
|
4121
4118
|
padding-bottom: 2px;
|
|
4122
4119
|
}
|
|
4123
4120
|
|
|
4124
|
-
.root-module_xselectmultiple--size-
|
|
4121
|
+
.root-module_xselectmultiple--size-s__yMDG9 .root-module_xselectmultiple__text__L5Toi {
|
|
4125
4122
|
height: var(--xbox-size-12);
|
|
4126
4123
|
font-size: var(--xtext-size-11);
|
|
4127
4124
|
}
|
|
4128
4125
|
|
|
4129
|
-
.root-module_xselectmultiple--has-
|
|
4126
|
+
.root-module_xselectmultiple--has-error__Xh4-q .root-module_xselectmultiple__text__L5Toi {
|
|
4130
4127
|
color: var(--global-error-red-50);
|
|
4131
4128
|
}
|
|
4132
4129
|
|
|
4133
|
-
.root-
|
|
4130
|
+
.root-module_xselectmultiple__placeholder__gtavF {
|
|
4134
4131
|
flex: 1;
|
|
4135
4132
|
text-align: left;
|
|
4136
4133
|
font-size: var(--xtext-size-10);
|
|
4137
4134
|
color: var(--color-neutral-dark);
|
|
4138
4135
|
}
|
|
4139
4136
|
|
|
4140
|
-
.root-module_xselectmultiple--has-
|
|
4137
|
+
.root-module_xselectmultiple--has-error__Xh4-q .root-module_xselectmultiple__placeholder__gtavF {
|
|
4141
4138
|
color: var(--global-error-red-50);
|
|
4142
4139
|
}
|
|
4143
4140
|
|
|
4144
|
-
.root-module_xselectmultiple--size-
|
|
4141
|
+
.root-module_xselectmultiple--size-s__yMDG9 .root-module_xselectmultiple__placeholder__gtavF {
|
|
4145
4142
|
font-size: var(--xtext-size-11);
|
|
4146
4143
|
}
|
|
4147
4144
|
|
|
4148
|
-
.root-
|
|
4145
|
+
.root-module_modal__5kltj {
|
|
4149
4146
|
gap: 8px;
|
|
4150
4147
|
display: flex;
|
|
4151
4148
|
flex-direction: column;
|
|
4152
4149
|
}
|
|
4153
4150
|
|
|
4154
|
-
.root-
|
|
4151
|
+
.root-module_modal__5kltj > .root-module_modal__item__TRU2T {
|
|
4155
4152
|
cursor: pointer;
|
|
4156
4153
|
}
|
|
4157
4154
|
|
|
4158
|
-
.root-
|
|
4155
|
+
.root-module_modal__item__TRU2T {
|
|
4159
4156
|
border: 2px solid #f5f5f5;
|
|
4160
4157
|
padding: 12px 16px 12px 24px;
|
|
4161
4158
|
border-radius: 24px;
|
|
@@ -4164,33 +4161,29 @@
|
|
|
4164
4161
|
align-items: center;
|
|
4165
4162
|
}
|
|
4166
4163
|
|
|
4167
|
-
.root-module_modal__item--
|
|
4168
|
-
|
|
4164
|
+
.root-module_modal__item--selected__1dTpE {
|
|
4165
|
+
color: var(--color-neutral-darkest);
|
|
4166
|
+
background: linear-gradient(white, white) padding-box, var(--primary-color-gradient, #1F1F1F) border-box;
|
|
4167
|
+
border: 2px solid transparent;
|
|
4169
4168
|
}
|
|
4170
4169
|
|
|
4171
|
-
.root-module_modal__item--
|
|
4170
|
+
.root-module_modal__item--selected__1dTpE > div > div:nth-child(1) {
|
|
4172
4171
|
border: 2px solid #1f1f1f;
|
|
4173
4172
|
}
|
|
4174
4173
|
|
|
4175
|
-
.root-module_modal__item--
|
|
4174
|
+
.root-module_modal__item--disabled__xK3kd {
|
|
4176
4175
|
opacity: 0.5;
|
|
4177
4176
|
}
|
|
4178
4177
|
|
|
4179
|
-
.root-module_modal__item--
|
|
4178
|
+
.root-module_modal__item--disabled__xK3kd.root-module_modal__item--selected__1dTpE {
|
|
4180
4179
|
border: 2px solid #f5f5f5;
|
|
4181
4180
|
}
|
|
4182
4181
|
|
|
4183
|
-
.root-module_modal__item--
|
|
4182
|
+
.root-module_modal__item--disabled__xK3kd.root-module_modal__item--selected__1dTpE > div > div:nth-child(1) {
|
|
4184
4183
|
border: 2px solid var(--color-neutral-light);
|
|
4185
4184
|
}
|
|
4186
4185
|
|
|
4187
|
-
.
|
|
4188
|
-
color: var(--color-neutral-darkest);
|
|
4189
|
-
background: linear-gradient(#fff, #fff) padding-box, var(--color-gradient-arcus) border-box;
|
|
4190
|
-
border-color: transparent;
|
|
4191
|
-
}
|
|
4192
|
-
|
|
4193
|
-
.root-module_xapp__iziZE {
|
|
4186
|
+
.root-module_xapp__lL4E1 {
|
|
4194
4187
|
}
|
|
4195
4188
|
|
|
4196
4189
|
.snackbar-module_xsnackbar-container__8hsKX {
|
|
@@ -4280,7 +4273,7 @@
|
|
|
4280
4273
|
background-color: var(--color-neutral-dark);
|
|
4281
4274
|
}
|
|
4282
4275
|
|
|
4283
|
-
.root-module_xcard-
|
|
4276
|
+
.root-module_xcard-image__KBEnN {
|
|
4284
4277
|
background: var(--color-neutral-lightest);
|
|
4285
4278
|
border-radius: var(--xbox-size-11);
|
|
4286
4279
|
display: flex;
|
|
@@ -4292,43 +4285,43 @@
|
|
|
4292
4285
|
/* border: 1px solid var(--color-neutral-light); */
|
|
4293
4286
|
}
|
|
4294
4287
|
|
|
4295
|
-
.root-module_xcard-image--size-
|
|
4288
|
+
.root-module_xcard-image--size-s__KxG31 {
|
|
4296
4289
|
padding: var(--xbox-padding-xs);
|
|
4297
4290
|
}
|
|
4298
4291
|
|
|
4299
|
-
.root-module_xcard-image--size-
|
|
4292
|
+
.root-module_xcard-image--size-m__1JoBK {
|
|
4300
4293
|
padding: var(--xbox-padding-xs) var(--xbox-padding-m);
|
|
4301
4294
|
}
|
|
4302
4295
|
|
|
4303
|
-
.root-module_xcard-image--size-
|
|
4296
|
+
.root-module_xcard-image--size-l__zzXir {
|
|
4304
4297
|
padding: var(--xbox-padding-m);
|
|
4305
4298
|
}
|
|
4306
4299
|
|
|
4307
|
-
.root-module_xcard-
|
|
4300
|
+
.root-module_xcard-image__img__mwp5q {
|
|
4308
4301
|
width: 100%;
|
|
4309
4302
|
border-radius: var(--ximage-border-radius-m);
|
|
4310
4303
|
}
|
|
4311
4304
|
|
|
4312
|
-
.root-module_xcard-image--size-
|
|
4305
|
+
.root-module_xcard-image--size-s__KxG31 .root-module_xcard-image__img__mwp5q {
|
|
4313
4306
|
border-radius: 8px;
|
|
4314
4307
|
height: 32px;
|
|
4315
4308
|
width: 32px;
|
|
4316
4309
|
}
|
|
4317
4310
|
|
|
4318
|
-
.root-module_xcard-image--size-
|
|
4311
|
+
.root-module_xcard-image--size-m__1JoBK .root-module_xcard-image__img__mwp5q {
|
|
4319
4312
|
height: 88px;
|
|
4320
4313
|
width: 88px;
|
|
4321
4314
|
}
|
|
4322
4315
|
|
|
4323
|
-
.root-module_xcard-image--size-
|
|
4316
|
+
.root-module_xcard-image--size-l__zzXir .root-module_xcard-image__img__mwp5q {
|
|
4324
4317
|
width: 100%;
|
|
4325
4318
|
}
|
|
4326
4319
|
|
|
4327
|
-
.root-module_xcard-
|
|
4320
|
+
.root-module_xcard-image__icon__9UaKO > div {
|
|
4328
4321
|
color: var(--color-neutral-dim);
|
|
4329
4322
|
}
|
|
4330
4323
|
|
|
4331
|
-
.root-
|
|
4324
|
+
.root-module_xcalendar__S7Opc {
|
|
4332
4325
|
display: flex;
|
|
4333
4326
|
flex-direction: column;
|
|
4334
4327
|
align-items: stretch;
|
|
@@ -4337,7 +4330,7 @@
|
|
|
4337
4330
|
width: 100%;
|
|
4338
4331
|
}
|
|
4339
4332
|
|
|
4340
|
-
.root-
|
|
4333
|
+
.root-module_xcalendar__content__oo2Su {
|
|
4341
4334
|
display: flex;
|
|
4342
4335
|
align-items: center;
|
|
4343
4336
|
padding: var(--xbox-padding-s) var(--xbox-padding-m);
|
|
@@ -4348,23 +4341,23 @@
|
|
|
4348
4341
|
user-select: none;
|
|
4349
4342
|
}
|
|
4350
4343
|
|
|
4351
|
-
.root-module_xcalendar--has-
|
|
4344
|
+
.root-module_xcalendar--has-error__y7bZg .root-module_xcalendar__content__oo2Su {
|
|
4352
4345
|
border: 1px solid var(--global-error-red-50);
|
|
4353
4346
|
}
|
|
4354
4347
|
|
|
4355
|
-
.root-module_xcalendar--
|
|
4348
|
+
.root-module_xcalendar--disabled__qHC6M .root-module_xcalendar__content__oo2Su {
|
|
4356
4349
|
background-color: var(--color-neutral-light);
|
|
4357
4350
|
}
|
|
4358
4351
|
|
|
4359
|
-
.root-
|
|
4352
|
+
.root-module_xcalendar__symbol__tL2LG {
|
|
4360
4353
|
color: var(--color-neutral-dim);
|
|
4361
4354
|
}
|
|
4362
4355
|
|
|
4363
|
-
.root-module_xcalendar--has-
|
|
4356
|
+
.root-module_xcalendar--has-error__y7bZg .root-module_xcalendar__icon__l7ViW {
|
|
4364
4357
|
color: var(--global-error-red-50);
|
|
4365
4358
|
}
|
|
4366
4359
|
|
|
4367
|
-
.root-
|
|
4360
|
+
.root-module_xcalendar__text__RRaa7 {
|
|
4368
4361
|
flex: 1;
|
|
4369
4362
|
text-align: left;
|
|
4370
4363
|
height: var(--xbox-size-9);
|
|
@@ -4380,70 +4373,70 @@
|
|
|
4380
4373
|
user-select: none;
|
|
4381
4374
|
}
|
|
4382
4375
|
|
|
4383
|
-
.root-
|
|
4384
|
-
.root-
|
|
4376
|
+
.root-module_xcalendar__text__RRaa7,
|
|
4377
|
+
.root-module_xcalendar__placeholder__1qVLl {
|
|
4385
4378
|
width: 168px;
|
|
4386
4379
|
}
|
|
4387
4380
|
|
|
4388
|
-
.root-
|
|
4381
|
+
.root-module_xcalendar__text__RRaa7 > div {
|
|
4389
4382
|
white-space: nowrap;
|
|
4390
4383
|
overflow: hidden;
|
|
4391
4384
|
text-overflow: ellipsis;
|
|
4392
4385
|
padding-bottom: 2px;
|
|
4393
4386
|
}
|
|
4394
4387
|
|
|
4395
|
-
.root-module_xcalendar--has-
|
|
4388
|
+
.root-module_xcalendar--has-error__y7bZg .root-module_xcalendar__text__RRaa7 {
|
|
4396
4389
|
color: var(--global-error-red-50);
|
|
4397
4390
|
}
|
|
4398
4391
|
|
|
4399
|
-
.root-
|
|
4392
|
+
.root-module_xcalendar__placeholder__1qVLl {
|
|
4400
4393
|
flex: 1;
|
|
4401
4394
|
text-align: left;
|
|
4402
4395
|
font-size: var(--xtext-size-10);
|
|
4403
4396
|
color: var(--color-neutral-dim);
|
|
4404
4397
|
}
|
|
4405
4398
|
|
|
4406
|
-
.root-module_xcalendar--has-
|
|
4399
|
+
.root-module_xcalendar--has-error__y7bZg .root-module_xcalendar__placeholder__1qVLl {
|
|
4407
4400
|
color: var(--global-error-red-50);
|
|
4408
4401
|
}
|
|
4409
|
-
.root-module_xcalendar--size-
|
|
4402
|
+
.root-module_xcalendar--size-s__icuCG .root-module_xcalendar__placeholder__1qVLl {
|
|
4410
4403
|
font-size: var(--xtext-size-11);
|
|
4411
4404
|
}
|
|
4412
|
-
.root-module_xcalendar--size-
|
|
4405
|
+
.root-module_xcalendar--size-s__icuCG .root-module_xcalendar__text__RRaa7 {
|
|
4413
4406
|
height: var(--xbox-size-12);
|
|
4414
4407
|
font-size: var(--xtext-size-11);
|
|
4415
4408
|
}
|
|
4416
|
-
.root-module_xcalendar--size-
|
|
4409
|
+
.root-module_xcalendar--size-s__icuCG .root-module_xcalendar__content__oo2Su {
|
|
4417
4410
|
display: flex;
|
|
4418
4411
|
align-items: center;
|
|
4419
4412
|
padding: 9px var(--xbox-padding-m);
|
|
4420
4413
|
}
|
|
4421
4414
|
|
|
4422
4415
|
/* CALENDAR */
|
|
4423
|
-
.root-
|
|
4416
|
+
.root-module_modal__calendar__tEsq1 {
|
|
4424
4417
|
border: 1px solid var(--color-neutral-light);
|
|
4425
4418
|
border-radius: 16px;
|
|
4426
4419
|
}
|
|
4427
4420
|
|
|
4428
|
-
.root-
|
|
4421
|
+
.root-module_modal__calendar__container__pzljb {
|
|
4429
4422
|
padding: 8px 16px;
|
|
4430
4423
|
}
|
|
4431
4424
|
|
|
4432
|
-
.root-
|
|
4425
|
+
.root-module_modal__calendar__months__oNe3z {
|
|
4433
4426
|
border-bottom: 1px solid var(--color-neutral-light);
|
|
4434
4427
|
padding: 8px 16px;
|
|
4435
4428
|
display: flex;
|
|
4436
4429
|
align-items: center;
|
|
4437
4430
|
justify-content: center;
|
|
4438
4431
|
}
|
|
4439
|
-
.root-
|
|
4432
|
+
.root-module_modal__calendar__months__oNe3z > div:nth-child(2) {
|
|
4440
4433
|
flex: 1;
|
|
4441
4434
|
display: flex;
|
|
4442
4435
|
align-items: center;
|
|
4443
4436
|
justify-content: center;
|
|
4444
4437
|
}
|
|
4445
4438
|
|
|
4446
|
-
.root-
|
|
4439
|
+
.root-module_modal__calendar__weekdays__apnfg {
|
|
4447
4440
|
height: 44px;
|
|
4448
4441
|
display: flex;
|
|
4449
4442
|
flex-wrap: wrap;
|
|
@@ -4451,7 +4444,7 @@
|
|
|
4451
4444
|
justify-content: center;
|
|
4452
4445
|
}
|
|
4453
4446
|
|
|
4454
|
-
.root-
|
|
4447
|
+
.root-module_modal__calendar__weekdays__item__ksKlI {
|
|
4455
4448
|
flex: 1 0 13%;
|
|
4456
4449
|
text-align: center;
|
|
4457
4450
|
border: 1px solid transparent;
|
|
@@ -4461,12 +4454,12 @@
|
|
|
4461
4454
|
user-select: none;
|
|
4462
4455
|
}
|
|
4463
4456
|
|
|
4464
|
-
.root-
|
|
4457
|
+
.root-module_modal__calendar__days__ULEVT {
|
|
4465
4458
|
display: flex;
|
|
4466
4459
|
flex-wrap: wrap;
|
|
4467
4460
|
}
|
|
4468
4461
|
|
|
4469
|
-
.root-
|
|
4462
|
+
.root-module_modal__calendar__days__item__Ccr-F {
|
|
4470
4463
|
flex: 1 0 13%;
|
|
4471
4464
|
height: 40px;
|
|
4472
4465
|
border: 1px solid transparent;
|
|
@@ -4481,7 +4474,7 @@
|
|
|
4481
4474
|
font-size: var(--xtext-size-10);
|
|
4482
4475
|
}
|
|
4483
4476
|
|
|
4484
|
-
.root-
|
|
4477
|
+
.root-module_modal__calendar__days__item__Ccr-F > div {
|
|
4485
4478
|
border-radius: 8px;
|
|
4486
4479
|
width: 80%;
|
|
4487
4480
|
height: 75%;
|
|
@@ -4492,77 +4485,71 @@
|
|
|
4492
4485
|
justify-content: center;
|
|
4493
4486
|
}
|
|
4494
4487
|
|
|
4495
|
-
.root-
|
|
4488
|
+
.root-module_modal__calendar__days__item__Ccr-F:hover > div {
|
|
4496
4489
|
background-color: var(--color-neutral-light);
|
|
4497
4490
|
}
|
|
4498
4491
|
|
|
4499
|
-
.root-module_modal__calendar__days__item--
|
|
4500
|
-
.root-module_modal__calendar__days__item--
|
|
4501
|
-
background-color: var(--color
|
|
4502
|
-
color: var(--color-
|
|
4492
|
+
.root-module_modal__calendar__days__item--selected__8NMZF:hover > div,
|
|
4493
|
+
.root-module_modal__calendar__days__item--selected__8NMZF > div {
|
|
4494
|
+
background-color: var(--primary-color, #000000);
|
|
4495
|
+
color: var(--primary-color-contrast, #FFFFFF);
|
|
4503
4496
|
}
|
|
4504
4497
|
|
|
4505
|
-
.root-module_modal__calendar__days__item--
|
|
4498
|
+
.root-module_modal__calendar__days__item--in_month__I5vRJ {
|
|
4506
4499
|
color: var(--color-neutral-darkest);
|
|
4507
4500
|
}
|
|
4508
4501
|
|
|
4509
|
-
.root-module_modal__calendar__days__item--
|
|
4502
|
+
.root-module_modal__calendar__days__item--another_month__NmZZU {
|
|
4510
4503
|
color: var(--color-neutral-dim);
|
|
4511
4504
|
}
|
|
4512
4505
|
|
|
4513
|
-
|
|
4514
|
-
.theme-arcus .root-module_modal__calendar__days__item--selected__bRkUF:hover > div,
|
|
4515
|
-
.theme-arcus .root-module_modal__calendar__days__item--selected__bRkUF > div {
|
|
4516
|
-
background-color: var(--color-turquoise);
|
|
4517
|
-
}
|
|
4518
|
-
|
|
4519
|
-
.root-module_ximageuploader__8ECTO {
|
|
4506
|
+
.root-module_ximageuploader__YWD2o {
|
|
4520
4507
|
display: block;
|
|
4521
4508
|
padding: var(--xbox-padding-s) var(--xbox-padding-s) 14px var(--xbox-padding-s);
|
|
4522
4509
|
border: 1px dashed var(--color-neutral-dim);
|
|
4523
4510
|
border-radius: var(--xbox-rounding-l);
|
|
4524
4511
|
}
|
|
4525
4512
|
|
|
4526
|
-
.root-module_ximageuploader--
|
|
4513
|
+
.root-module_ximageuploader--disabled__-UWMr {
|
|
4527
4514
|
display: block;
|
|
4528
4515
|
}
|
|
4529
4516
|
|
|
4530
|
-
.root-module_ximageuploader--
|
|
4517
|
+
.root-module_ximageuploader--disabled__-UWMr .root-module_ximageuploader__content__image__VBSXK {
|
|
4531
4518
|
filter: grayscale();
|
|
4532
4519
|
}
|
|
4533
4520
|
|
|
4534
|
-
.root-
|
|
4521
|
+
.root-module_ximageuploader__content__O4Il8 {
|
|
4535
4522
|
display: flex;
|
|
4536
4523
|
align-items: center;
|
|
4537
4524
|
justify-content: center;
|
|
4538
4525
|
flex-direction: column;
|
|
4539
4526
|
}
|
|
4540
4527
|
|
|
4541
|
-
.root-
|
|
4528
|
+
.root-module_ximageuploader__content__image__VBSXK {
|
|
4542
4529
|
display: block;
|
|
4543
4530
|
}
|
|
4544
4531
|
|
|
4545
|
-
.root-
|
|
4532
|
+
.root-module_ximageuploader__content__title__LdKcr {
|
|
4546
4533
|
padding: var(--xbox-padding-s) 0px;
|
|
4547
4534
|
}
|
|
4548
4535
|
|
|
4549
|
-
.root-
|
|
4536
|
+
.root-module_ximageuploader__content__actions__JoyR7 {
|
|
4550
4537
|
width: 100%;
|
|
4551
4538
|
display: flex;
|
|
4552
4539
|
gap: 8px;
|
|
4553
4540
|
}
|
|
4554
|
-
.root-
|
|
4541
|
+
.root-module_ximageuploader__content__actions__JoyR7 > button {
|
|
4555
4542
|
flex: 1;
|
|
4556
4543
|
}
|
|
4557
4544
|
|
|
4558
|
-
.root-
|
|
4545
|
+
.root-module_ximageuploader__content__files__vP5Ms {
|
|
4559
4546
|
width: 100%;
|
|
4560
4547
|
padding-top: 16px;
|
|
4561
4548
|
gap: 8px;
|
|
4562
4549
|
display: flex;
|
|
4563
4550
|
flex-direction: column;
|
|
4564
4551
|
}
|
|
4565
|
-
.root-
|
|
4552
|
+
.root-module_ximageuploader__content__files__item__7vEll {
|
|
4566
4553
|
display: flex;
|
|
4567
4554
|
align-items: center;
|
|
4568
4555
|
padding: 8px;
|
|
@@ -4570,41 +4557,41 @@
|
|
|
4570
4557
|
border: 1px solid var(--color-neutral-light);
|
|
4571
4558
|
border-radius: 8px;
|
|
4572
4559
|
}
|
|
4573
|
-
.root-
|
|
4560
|
+
.root-module_ximageuploader__content__files__item__image__YHi1M {
|
|
4574
4561
|
display: block;
|
|
4575
4562
|
}
|
|
4576
|
-
.root-
|
|
4563
|
+
.root-module_ximageuploader__content__files__item__body__zD3HZ {
|
|
4577
4564
|
display: flex;
|
|
4578
4565
|
flex-direction: column;
|
|
4579
4566
|
flex: 1;
|
|
4580
4567
|
}
|
|
4581
|
-
.root-
|
|
4568
|
+
.root-module_ximageuploader__content__files__item__close__JPjOz {
|
|
4582
4569
|
display: block;
|
|
4583
4570
|
}
|
|
4584
4571
|
|
|
4585
|
-
.root-
|
|
4572
|
+
.root-module_xtabbar__XfjfI {
|
|
4586
4573
|
box-shadow: 0px 8px 24px -1px #18274B1A;
|
|
4587
4574
|
border-radius: 16px;
|
|
4588
4575
|
width: 100%;
|
|
4589
4576
|
background-color: var(--color-neutral-lightest);
|
|
4590
4577
|
}
|
|
4591
4578
|
|
|
4592
|
-
.root-module_xtabbar--border-
|
|
4579
|
+
.root-module_xtabbar--border-solid__tLKuZ {
|
|
4593
4580
|
border: 1px solid var(--color-neutral-light);
|
|
4594
4581
|
box-shadow: none;
|
|
4595
4582
|
}
|
|
4596
4583
|
|
|
4597
|
-
.root-module_xtabbar--border-
|
|
4584
|
+
.root-module_xtabbar--border-none__35SFE {
|
|
4598
4585
|
border: none;
|
|
4599
4586
|
box-shadow: none;
|
|
4600
4587
|
}
|
|
4601
|
-
.root-
|
|
4588
|
+
.root-module_xtabbar__content__98owH{
|
|
4602
4589
|
padding: 0 var(--xbox-padding-xl);
|
|
4603
4590
|
display: flex;
|
|
4604
4591
|
align-items: center;
|
|
4605
4592
|
justify-content: center;
|
|
4606
4593
|
}
|
|
4607
|
-
.root-
|
|
4594
|
+
.root-module_xtabbar__button__T5Xs9 {
|
|
4608
4595
|
height: 100%;
|
|
4609
4596
|
padding: 12px;
|
|
4610
4597
|
gap: 6px;
|
|
@@ -4614,17 +4601,17 @@
|
|
|
4614
4601
|
justify-content: center;
|
|
4615
4602
|
align-items: center;
|
|
4616
4603
|
}
|
|
4617
|
-
.root-
|
|
4604
|
+
.root-module_xtabbar__button__T5Xs9:not(.root-module_xtabbar__button--disabled__R8-bV):hover{
|
|
4618
4605
|
transform: scale(1.125);
|
|
4619
4606
|
transition: transform 0.3s ease
|
|
4620
4607
|
}
|
|
4621
4608
|
|
|
4622
|
-
.root-module_xtabbar__button--
|
|
4609
|
+
.root-module_xtabbar__button--disabled__R8-bV {
|
|
4623
4610
|
cursor: default;
|
|
4624
4611
|
opacity: 0.5;
|
|
4625
4612
|
}
|
|
4626
4613
|
|
|
4627
|
-
.root-module_xcard-
|
|
4614
|
+
.root-module_xcard-scan__je6Xn {
|
|
4628
4615
|
background: var(--color-neutral-lightest);
|
|
4629
4616
|
display: flex;
|
|
4630
4617
|
gap: var(--xbox-padding-s);
|
|
@@ -4632,7 +4619,7 @@
|
|
|
4632
4619
|
align-items: center;
|
|
4633
4620
|
}
|
|
4634
4621
|
|
|
4635
|
-
.root-
|
|
4622
|
+
.root-module_xexpanssion_modal__WBEhB {
|
|
4636
4623
|
position: fixed;
|
|
4637
4624
|
left: 0px;
|
|
4638
4625
|
right: 0px;
|
|
@@ -4644,11 +4631,11 @@
|
|
|
4644
4631
|
background: var(--color-neutral-lightest);
|
|
4645
4632
|
}
|
|
4646
4633
|
|
|
4647
|
-
.root-
|
|
4634
|
+
.root-module_xexpanssion_modal__header__av4FS{
|
|
4648
4635
|
box-shadow: 0px 6px 12px -1px #18274B1A;
|
|
4649
4636
|
}
|
|
4650
4637
|
|
|
4651
|
-
.root-
|
|
4638
|
+
.root-module_xexpanssion_modal__handler__VhBKS {
|
|
4652
4639
|
background: #D6D6D6;
|
|
4653
4640
|
width: 48px;
|
|
4654
4641
|
height: 4px;
|
|
@@ -4656,7 +4643,7 @@
|
|
|
4656
4643
|
border-radius: 2px;
|
|
4657
4644
|
}
|
|
4658
4645
|
|
|
4659
|
-
.root-
|
|
4646
|
+
.root-module_xexpanssion_modal_modal__8Ccwq {
|
|
4660
4647
|
height: 0;
|
|
4661
4648
|
position: relative;
|
|
4662
4649
|
background-color: var(--color-neutral-lightest);
|
|
@@ -4667,7 +4654,7 @@
|
|
|
4667
4654
|
flex-direction: column;
|
|
4668
4655
|
}
|
|
4669
4656
|
|
|
4670
|
-
.root-
|
|
4657
|
+
.root-module_xexpanssion_modal__backdrop__E5MZX {
|
|
4671
4658
|
position: fixed;
|
|
4672
4659
|
top: 0px;
|
|
4673
4660
|
left: 0px;
|
|
@@ -4678,25 +4665,25 @@
|
|
|
4678
4665
|
z-index: 1;
|
|
4679
4666
|
}
|
|
4680
4667
|
|
|
4681
|
-
.root-
|
|
4668
|
+
.root-module_xexpanssion_modal__WBEhB > .root-module_xexpanssion_modal__close__maVPA {
|
|
4682
4669
|
position: absolute;
|
|
4683
4670
|
right: var(--xbox-padding-m);
|
|
4684
4671
|
top: var(--xbox-padding-m);
|
|
4685
4672
|
border-radius: 50%;
|
|
4686
4673
|
}
|
|
4687
4674
|
|
|
4688
|
-
.root-
|
|
4675
|
+
.root-module_xexpanssion_modal__WBEhB > .root-module_xexpanssion_modal__close__maVPA > button > div {
|
|
4689
4676
|
background-color: var(--color-neutral-light);
|
|
4690
4677
|
padding: 4px;
|
|
4691
4678
|
border-radius: 50%;
|
|
4692
4679
|
}
|
|
4693
4680
|
|
|
4694
|
-
.root-
|
|
4681
|
+
.root-module_xexpanssion_modal__WBEhB > .root-module_xexpanssion_modal__header__av4FS > .root-module_xexpanssion_modal__header__icon__kB0bj {
|
|
4695
4682
|
padding-bottom: 4px;
|
|
4696
4683
|
display: block;
|
|
4697
4684
|
}
|
|
4698
4685
|
|
|
4699
|
-
.root-
|
|
4686
|
+
.root-module_xexpanssion_modal__WBEhB > .root-module_xexpanssion_modal__header__av4FS > .root-module_xexpanssion_modal__header__title__72Pmp {
|
|
4700
4687
|
padding-top: 24px;
|
|
4701
4688
|
display: block;
|
|
4702
4689
|
-webkit-user-select: none;
|
|
@@ -4704,31 +4691,31 @@
|
|
|
4704
4691
|
user-select: none;
|
|
4705
4692
|
}
|
|
4706
4693
|
|
|
4707
|
-
.root-
|
|
4694
|
+
.root-module_xexpanssion_modal__WBEhB > .root-module_xexpanssion_modal__header__av4FS > .root-module_xexpanssion_modal__header__subtitle__-suq2 {
|
|
4708
4695
|
display: block;
|
|
4709
4696
|
padding-top: var(--xbox-padding-xs);
|
|
4710
4697
|
opacity: 0.5;
|
|
4711
4698
|
}
|
|
4712
4699
|
|
|
4713
|
-
.root-
|
|
4700
|
+
.root-module_xexpanssion_modal__WBEhB > .root-module_xexpanssion_modal__header__av4FS > .root-module_xexpanssion_modal__header__children__tRgYO {
|
|
4714
4701
|
padding-top: var(--xbox-padding-xs);
|
|
4715
4702
|
}
|
|
4716
4703
|
|
|
4717
|
-
.root-
|
|
4704
|
+
.root-module_xexpanssion_modal__WBEhB > .root-module_xexpanssion_modal__header__av4FS {
|
|
4718
4705
|
padding: 0 var(--xbox-padding-xl);
|
|
4719
4706
|
padding-bottom: 8px;
|
|
4720
4707
|
}
|
|
4721
4708
|
|
|
4722
|
-
.root-
|
|
4709
|
+
.root-module_xexpanssion_modal__WBEhB > .root-module_xexpanssion_modal__body__iy1dV {
|
|
4723
4710
|
padding: var(--xbox-padding-xl);
|
|
4724
4711
|
}
|
|
4725
4712
|
|
|
4726
|
-
.root-
|
|
4713
|
+
.root-module_xexpanssion_modal__WBEhB > .root-module_xexpanssion_modal__actions__F-siH {
|
|
4727
4714
|
padding: var(--xbox-padding-xl);
|
|
4728
4715
|
margin-bottom: env(safe-area-inset-bottom);
|
|
4729
4716
|
}
|
|
4730
4717
|
/* CSS FOR XCALENDAR */
|
|
4731
|
-
.root-
|
|
4718
|
+
.root-module_xdatepicker__3Dn07 {
|
|
4732
4719
|
font-weight: 600;
|
|
4733
4720
|
font-size: 14px;
|
|
4734
4721
|
line-height: 1;
|
|
@@ -4741,7 +4728,7 @@
|
|
|
4741
4728
|
/* padding: 24px 16px; */
|
|
4742
4729
|
}
|
|
4743
4730
|
|
|
4744
|
-
.root-
|
|
4731
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__header__VovGq {
|
|
4745
4732
|
display: flex;
|
|
4746
4733
|
justify-content: space-between;
|
|
4747
4734
|
align-items: center;
|
|
@@ -4751,8 +4738,8 @@
|
|
|
4751
4738
|
padding: 0 16px;
|
|
4752
4739
|
}
|
|
4753
4740
|
|
|
4754
|
-
.root-
|
|
4755
|
-
.root-
|
|
4741
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__header__VovGq .root-module_dc__nav-prev-month__6R-es,
|
|
4742
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__header__VovGq .root-module_dc__nav-next-month__-2-W4 {
|
|
4756
4743
|
min-width: 32px;
|
|
4757
4744
|
max-width: 32px;
|
|
4758
4745
|
min-height: 32px;
|
|
@@ -4763,14 +4750,14 @@
|
|
|
4763
4750
|
cursor: pointer;
|
|
4764
4751
|
}
|
|
4765
4752
|
|
|
4766
|
-
.root-
|
|
4767
|
-
.root-
|
|
4753
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__header__VovGq .root-module_dc__nav-prev-month__6R-es svg path,
|
|
4754
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__header__VovGq .root-module_dc__nav-next-month__-2-W4 svg path {
|
|
4768
4755
|
height: 12.5px;
|
|
4769
4756
|
width: 7.5px;
|
|
4770
4757
|
fill: #5C5C5C;
|
|
4771
4758
|
}
|
|
4772
4759
|
|
|
4773
|
-
.root-
|
|
4760
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__header__VovGq .root-module_dc__nav-month-year__SUIyg {
|
|
4774
4761
|
display: flex;
|
|
4775
4762
|
gap: 8px;
|
|
4776
4763
|
font-weight: 700;
|
|
@@ -4778,7 +4765,7 @@
|
|
|
4778
4765
|
cursor: pointer;
|
|
4779
4766
|
}
|
|
4780
4767
|
|
|
4781
|
-
.root-
|
|
4768
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__content__wZh4R {
|
|
4782
4769
|
height: 0;
|
|
4783
4770
|
background: #FFFFFF;
|
|
4784
4771
|
overflow: hidden;
|
|
@@ -4789,20 +4776,20 @@
|
|
|
4789
4776
|
gap: 8px;
|
|
4790
4777
|
}
|
|
4791
4778
|
|
|
4792
|
-
.root-
|
|
4779
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__content__wZh4R.root-module_opened__-mMLV {
|
|
4793
4780
|
transform: translateY(0);
|
|
4794
4781
|
height: auto;
|
|
4795
4782
|
}
|
|
4796
4783
|
|
|
4797
|
-
.root-
|
|
4784
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__content__wZh4R .root-module_dc__row__0-ln8 {
|
|
4798
4785
|
display: flex;
|
|
4799
4786
|
align-items: center;
|
|
4800
4787
|
justify-content: space-evenly;
|
|
4801
4788
|
gap: 5px;
|
|
4802
4789
|
}
|
|
4803
4790
|
|
|
4804
|
-
.root-
|
|
4805
|
-
.root-
|
|
4791
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__content__wZh4R .root-module_dc__row__0-ln8 .root-module_dc__tile__lRdf3,
|
|
4792
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__content__wZh4R .root-module_dc__row__0-ln8 .root-module_dc__large-tile__FD1Bt {
|
|
4806
4793
|
background: #FFFFFF;
|
|
4807
4794
|
padding: 0;
|
|
4808
4795
|
margin: 0;
|
|
@@ -4812,24 +4799,24 @@
|
|
|
4812
4799
|
border-radius: 8px;
|
|
4813
4800
|
}
|
|
4814
4801
|
|
|
4815
|
-
.root-
|
|
4816
|
-
.root-
|
|
4802
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__content__wZh4R .root-module_dc__row__0-ln8 .root-module_dc__tile__lRdf3:disabled,
|
|
4803
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__content__wZh4R .root-module_dc__row__0-ln8 .root-module_dc__large-tile__FD1Bt:disabled {
|
|
4817
4804
|
color: #999999;
|
|
4818
4805
|
}
|
|
4819
4806
|
|
|
4820
|
-
.root-
|
|
4821
|
-
.root-
|
|
4822
|
-
color: #
|
|
4823
|
-
background: #
|
|
4807
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__content__wZh4R .root-module_dc__row__0-ln8 .root-module_dc__tile__lRdf3.root-module_dc__active__D3cte,
|
|
4808
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__content__wZh4R .root-module_dc__row__0-ln8 .root-module_dc__large-tile__FD1Bt.root-module_dc__active__D3cte {
|
|
4809
|
+
color: var(--primary-color-contrast, #FFFFFF);
|
|
4810
|
+
background: var(--primary-color, #000000);
|
|
4824
4811
|
font-weight: 700;
|
|
4825
4812
|
}
|
|
4826
4813
|
|
|
4827
|
-
.root-
|
|
4828
|
-
.root-
|
|
4814
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__content__wZh4R .root-module_dc__row__0-ln8 .root-module_dc__tile__lRdf3.root-module_dc__range__v7Fg-,
|
|
4815
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__content__wZh4R .root-module_dc__row__0-ln8 .root-module_dc__large-tile__FD1Bt.root-module_dc__range__v7Fg- {
|
|
4829
4816
|
background: #F5F5F5;
|
|
4830
4817
|
}
|
|
4831
4818
|
|
|
4832
|
-
.root-
|
|
4819
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__content__wZh4R .root-module_dc__row__0-ln8 .root-module_dc__large-tile__FD1Bt {
|
|
4833
4820
|
flex: 1 31%;
|
|
4834
4821
|
width: 100%;
|
|
4835
4822
|
min-height: 45px;
|
|
@@ -4838,11 +4825,11 @@
|
|
|
4838
4825
|
padding: 16px 8px;
|
|
4839
4826
|
}
|
|
4840
4827
|
|
|
4841
|
-
.root-
|
|
4828
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__days-content__FWWvx.root-module_opened__-mMLV {
|
|
4842
4829
|
padding: 24px 16px 16px;
|
|
4843
4830
|
}
|
|
4844
4831
|
|
|
4845
|
-
.root-
|
|
4832
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__days-content__FWWvx .root-module_dc__days-row__19THI .root-module_dc__day-tile__bjV-E {
|
|
4846
4833
|
border: 0;
|
|
4847
4834
|
min-width: 32px;
|
|
4848
4835
|
max-width: 32px;
|
|
@@ -4851,17 +4838,17 @@
|
|
|
4851
4838
|
cursor: pointer;
|
|
4852
4839
|
}
|
|
4853
4840
|
|
|
4854
|
-
.root-
|
|
4841
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__days-content__FWWvx .root-module_dc__days-row__19THI .root-module_dc__day-tile__bjV-E:disabled {
|
|
4855
4842
|
color: #999999;
|
|
4856
4843
|
}
|
|
4857
4844
|
|
|
4858
|
-
.root-
|
|
4859
|
-
color: #
|
|
4860
|
-
background: #
|
|
4845
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__days-content__FWWvx .root-module_dc__days-row__19THI .root-module_dc__day-tile__bjV-E.root-module_dc__active__D3cte {
|
|
4846
|
+
color: var(--primary-color-contrast, #FFFFFF);
|
|
4847
|
+
background: var(--primary-color, #000000);
|
|
4861
4848
|
font-weight: 700;
|
|
4862
4849
|
}
|
|
4863
4850
|
|
|
4864
|
-
.root-
|
|
4851
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__days-content__FWWvx .root-module_dc__days-row__19THI .root-module_dc__weekday_name__cnZ-6 {
|
|
4865
4852
|
color: #000000;
|
|
4866
4853
|
font-weight: 600;
|
|
4867
4854
|
font-size: 14px;
|
|
@@ -4873,22 +4860,22 @@
|
|
|
4873
4860
|
align-items: center;
|
|
4874
4861
|
}
|
|
4875
4862
|
|
|
4876
|
-
.root-
|
|
4863
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__months-content__cNNR-.root-module_opened__-mMLV {
|
|
4877
4864
|
padding: 24px 16px 16px;
|
|
4878
4865
|
}
|
|
4879
4866
|
|
|
4880
|
-
.root-
|
|
4867
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__months-content__cNNR-.root-module_opened__-mMLV .root-module_dc__large-tile__FD1Bt {
|
|
4881
4868
|
border: 0;
|
|
4882
4869
|
display: flex;
|
|
4883
4870
|
justify-content: center;
|
|
4884
4871
|
align-items: center;
|
|
4885
4872
|
}
|
|
4886
4873
|
|
|
4887
|
-
.root-
|
|
4874
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__years-content__AQ31P.root-module_opened__-mMLV {
|
|
4888
4875
|
padding: 24px 16px 16px;
|
|
4889
4876
|
}
|
|
4890
4877
|
|
|
4891
|
-
.root-
|
|
4878
|
+
.root-module_xdatepicker__3Dn07 .root-module_dc__years-content__AQ31P.root-module_opened__-mMLV .root-module_dc__large-tile__FD1Bt {
|
|
4892
4879
|
border: 0;
|
|
4893
4880
|
display: flex;
|
|
4894
4881
|
justify-content: center;
|
|
@@ -4896,20 +4883,7 @@
|
|
|
4896
4883
|
cursor: pointer;
|
|
4897
4884
|
}
|
|
4898
4885
|
|
|
4899
|
-
|
|
4900
|
-
.theme-arcus .root-module_xdatepicker__OhYup .root-module_dc__days-content__WrNNs .root-module_dc__days-row__oqyYd .root-module_dc__day-tile__YbrEo.root-module_dc__active__-OMUz {
|
|
4901
|
-
background: #2CDFA6;
|
|
4902
|
-
color: #000
|
|
4903
|
-
}
|
|
4904
|
-
|
|
4905
|
-
.theme-arcus .root-module_xdatepicker__OhYup .root-module_dc__content__t7NC5 .root-module_dc__row__fTNgb .root-module_dc__tile__TVLn-.root-module_dc__active__-OMUz,
|
|
4906
|
-
.theme-arcus .root-module_xdatepicker__OhYup .root-module_dc__content__t7NC5 .root-module_dc__row__fTNgb .root-module_dc__large-tile__0CfkE.root-module_dc__active__-OMUz {
|
|
4907
|
-
background: #2CDFA6;
|
|
4908
|
-
color: #000
|
|
4909
|
-
}
|
|
4910
|
-
|
|
4911
|
-
/* CSS FOR XCALENDAR INPUT */
|
|
4912
|
-
.root-module_xdatepicker__input__KOdjV {
|
|
4886
|
+
.root-module_xdatepicker__input__DHBgq {
|
|
4913
4887
|
display: flex;
|
|
4914
4888
|
flex-direction: column;
|
|
4915
4889
|
align-items: stretch;
|
|
@@ -4918,7 +4892,7 @@
|
|
|
4918
4892
|
width: 100%;
|
|
4919
4893
|
}
|
|
4920
4894
|
|
|
4921
|
-
.root-
|
|
4895
|
+
.root-module_xdatepicker__input__DHBgq .root-module_xdatepicker__input__content__KMqIg {
|
|
4922
4896
|
display: flex;
|
|
4923
4897
|
align-items: center;
|
|
4924
4898
|
padding: var(--xbox-padding-s) var(--xbox-padding-m);
|
|
@@ -4929,33 +4903,29 @@
|
|
|
4929
4903
|
user-select: none;
|
|
4930
4904
|
}
|
|
4931
4905
|
|
|
4932
|
-
.root-
|
|
4933
|
-
|
|
4934
|
-
|
|
4935
|
-
|
|
4936
|
-
.theme-arcus .root-module_xdatepicker__input__KOdjV.root-module_xdatepicker__input--has-value__79E6Q:not(.root-module_xdatepicker__input--has-error__914ad) .root-module_xdatepicker__input__content__c-W7R {
|
|
4937
|
-
border-color: transparent;
|
|
4938
|
-
background: linear-gradient(#fff, #fff) padding-box, var(--color-gradient-arcus) border-box;
|
|
4906
|
+
.root-module_xdatepicker__input__DHBgq.root-module_xdatepicker__input--has-value__-qCbH:not(.root-module_xdatepicker__input--has-error__yI6RU) .root-module_xdatepicker__input__content__KMqIg {
|
|
4907
|
+
background: linear-gradient(white, white) padding-box,
|
|
4908
|
+
var(--primary-color-gradient, #000000) border-box;
|
|
4909
|
+
border: 1px solid transparent;
|
|
4939
4910
|
}
|
|
4940
4911
|
|
|
4941
|
-
|
|
4942
|
-
.root-module_xdatepicker__input__KOdjV.root-module_xdatepicker__input--has-error__914ad .root-module_xdatepicker__input__content__c-W7R {
|
|
4912
|
+
.root-module_xdatepicker__input__DHBgq.root-module_xdatepicker__input--has-error__yI6RU .root-module_xdatepicker__input__content__KMqIg {
|
|
4943
4913
|
border: 1px solid var(--global-error-red-50);
|
|
4944
4914
|
}
|
|
4945
4915
|
|
|
4946
|
-
.root-
|
|
4916
|
+
.root-module_xdatepicker__input__DHBgq.root-module_xdatepicker__input--disabled__SLhVS .root-module_xdatepicker__input__content__KMqIg {
|
|
4947
4917
|
background-color: var(--color-neutral-light);
|
|
4948
4918
|
}
|
|
4949
4919
|
|
|
4950
|
-
.root-
|
|
4920
|
+
.root-module_xdatepicker__input__DHBgq.root-module_xdatepicker__input--has-error__yI6RU .root-module_xdatepicker__input__icon__d6nHk {
|
|
4951
4921
|
color: var(--global-error-red-50);
|
|
4952
4922
|
}
|
|
4953
4923
|
|
|
4954
|
-
.root-
|
|
4924
|
+
.root-module_xdatepicker__input__DHBgq .root-module_xdatepicker__input__symbol__5UNgb {
|
|
4955
4925
|
color: var(--color-neutral-dim);
|
|
4956
4926
|
}
|
|
4957
4927
|
|
|
4958
|
-
.root-
|
|
4928
|
+
.root-module_xdatepicker__input__DHBgq .root-module_xdatepicker__input__text__jhNPF {
|
|
4959
4929
|
flex: 1;
|
|
4960
4930
|
text-align: left;
|
|
4961
4931
|
height: var(--xbox-size-9);
|
|
@@ -4971,64 +4941,64 @@
|
|
|
4971
4941
|
user-select: none;
|
|
4972
4942
|
}
|
|
4973
4943
|
|
|
4974
|
-
.root-
|
|
4975
|
-
.root-
|
|
4944
|
+
.root-module_xdatepicker__input__DHBgq .root-module_xdatepicker__input__text__jhNPF,
|
|
4945
|
+
.root-module_xdatepicker__input__DHBgq .root-module_xdatepicker__input__placeholder__50HlR {
|
|
4976
4946
|
width: 168px;
|
|
4977
4947
|
}
|
|
4978
4948
|
|
|
4979
|
-
.root-
|
|
4949
|
+
.root-module_xdatepicker__input__DHBgq .root-module_xdatepicker__input__text__jhNPF > div {
|
|
4980
4950
|
white-space: nowrap;
|
|
4981
4951
|
overflow: hidden;
|
|
4982
4952
|
text-overflow: ellipsis;
|
|
4983
4953
|
padding-bottom: 2px;
|
|
4984
4954
|
}
|
|
4985
4955
|
|
|
4986
|
-
.root-
|
|
4956
|
+
.root-module_xdatepicker__input__DHBgq.root-module_xdatepicker__input--has-error__yI6RU .root-module_xdatepicker__input__text__jhNPF {
|
|
4987
4957
|
color: var(--global-error-red-50);
|
|
4988
4958
|
}
|
|
4989
4959
|
|
|
4990
|
-
.root-
|
|
4960
|
+
.root-module_xdatepicker__input__DHBgq .root-module_xdatepicker__input__placeholder__50HlR {
|
|
4991
4961
|
flex: 1;
|
|
4992
4962
|
text-align: left;
|
|
4993
4963
|
}
|
|
4994
4964
|
|
|
4995
|
-
.root-
|
|
4965
|
+
.root-module_xdatepicker__input__DHBgq .root-module_xdatepicker__input__placeholder__50HlR > div {
|
|
4996
4966
|
font-size: var(--xtext-size-10);
|
|
4997
4967
|
color: var(--color-neutral-dim);
|
|
4998
4968
|
}
|
|
4999
4969
|
|
|
5000
|
-
.root-
|
|
4970
|
+
.root-module_xdatepicker__input__DHBgq.root-module_xdatepicker__input--has-error__yI6RU .root-module_xdatepicker__input__placeholder__50HlR {
|
|
5001
4971
|
color: var(--global-error-red-50);
|
|
5002
4972
|
}
|
|
5003
|
-
.root-
|
|
4973
|
+
.root-module_xdatepicker__input__DHBgq.root-module_xdatepicker__input--size-s__vk-jT .root-module_xdatepicker__input__placeholder__50HlR > div {
|
|
5004
4974
|
font-size: var(--xtext-size-11);
|
|
5005
4975
|
}
|
|
5006
4976
|
|
|
5007
|
-
.root-
|
|
4977
|
+
.root-module_xdatepicker__input__DHBgq.root-module_xdatepicker__input--size-s__vk-jT .root-module_xdatepicker__input__text__jhNPF > div {
|
|
5008
4978
|
font-size: var(--xtext-size-11);
|
|
5009
4979
|
}
|
|
5010
4980
|
|
|
5011
|
-
.root-
|
|
4981
|
+
.root-module_xdatepicker__input__DHBgq.root-module_xdatepicker__input--size-s__vk-jT .root-module_xdatepicker__input__content__KMqIg {
|
|
5012
4982
|
display: flex;
|
|
5013
4983
|
align-items: center;
|
|
5014
4984
|
padding: 9px var(--xbox-padding-m);
|
|
5015
4985
|
}
|
|
5016
4986
|
|
|
5017
|
-
.root-module_xcard-
|
|
4987
|
+
.root-module_xcard-decision__x2kPl {
|
|
5018
4988
|
}
|
|
5019
4989
|
|
|
5020
|
-
.root-module_xcard-decision--
|
|
4990
|
+
.root-module_xcard-decision--label__Hw-Vx {
|
|
5021
4991
|
width: 80%;
|
|
5022
4992
|
}
|
|
5023
4993
|
|
|
5024
|
-
.root-module_xcard-decision__btn-group--size-
|
|
4994
|
+
.root-module_xcard-decision__btn-group--size-l__Cpd01 {
|
|
5025
4995
|
width: 100%;
|
|
5026
4996
|
}
|
|
5027
4997
|
|
|
5028
4998
|
/**
|
|
5029
4999
|
* XAtom Decision Styles
|
|
5030
5000
|
*/
|
|
5031
|
-
.root-module_xcard-
|
|
5001
|
+
.root-module_xcard-decision__x2kPl .root-module_xatom-decision__Nvr9X {
|
|
5032
5002
|
display: flex;
|
|
5033
5003
|
gap: 6px;
|
|
5034
5004
|
cursor: pointer;
|
|
@@ -5044,28 +5014,28 @@
|
|
|
5044
5014
|
}
|
|
5045
5015
|
|
|
5046
5016
|
/* XAtom states */
|
|
5047
|
-
.root-module_xcard-
|
|
5017
|
+
.root-module_xcard-decision__x2kPl .root-module_xatom-decision--success__RzVxj {
|
|
5048
5018
|
border-color: transparent;
|
|
5049
5019
|
background-color: var(--color-success-dim);
|
|
5050
5020
|
}
|
|
5051
5021
|
|
|
5052
|
-
.root-module_xcard-
|
|
5022
|
+
.root-module_xcard-decision__x2kPl .root-module_xatom-decision--error__lw4m8 {
|
|
5053
5023
|
border-color: transparent;
|
|
5054
5024
|
background-color: var(--color-error-dim);
|
|
5055
5025
|
}
|
|
5056
5026
|
|
|
5057
|
-
.root-module_xcard-
|
|
5027
|
+
.root-module_xcard-decision__x2kPl .root-module_xatom-decision--warning__XMjs7 {
|
|
5058
5028
|
border-color: transparent;
|
|
5059
5029
|
background-color: var(--color-warning-dim);
|
|
5060
5030
|
}
|
|
5061
5031
|
|
|
5062
|
-
.root-module_xcard-
|
|
5063
|
-
.root-module_xcard-
|
|
5064
|
-
.root-module_xcard-
|
|
5032
|
+
.root-module_xcard-decision__x2kPl .root-module_xatom-decision--success__RzVxj > div,
|
|
5033
|
+
.root-module_xcard-decision__x2kPl .root-module_xatom-decision--error__lw4m8 > div,
|
|
5034
|
+
.root-module_xcard-decision__x2kPl .root-module_xatom-decision--warning__XMjs7 > div {
|
|
5065
5035
|
color: var(--color-neutral-lightest);
|
|
5066
5036
|
}
|
|
5067
5037
|
|
|
5068
|
-
.root-module_xoption-radio-
|
|
5038
|
+
.root-module_xoption-radio-button__OmRhp {
|
|
5069
5039
|
gap: 6px;
|
|
5070
5040
|
display: flex;
|
|
5071
5041
|
align-items: center;
|
|
@@ -5075,42 +5045,40 @@
|
|
|
5075
5045
|
background: var(--color-neutral-lightest, #FFF);
|
|
5076
5046
|
}
|
|
5077
5047
|
|
|
5078
|
-
.root-module_xoption-radio-button--with-
|
|
5048
|
+
.root-module_xoption-radio-button--with-symbol__MSABN {
|
|
5079
5049
|
padding: 8px 16px 8px 8px;
|
|
5080
5050
|
}
|
|
5081
5051
|
|
|
5082
|
-
.root-module_xoption-radio-button--
|
|
5052
|
+
.root-module_xoption-radio-button--disabled__fN1sU {
|
|
5083
5053
|
cursor: not-allowed;
|
|
5084
5054
|
pointer-events: none;
|
|
5085
|
-
border: 1px solid var(--
|
|
5086
|
-
background: var(--
|
|
5055
|
+
border: 1px solid var(--neutral-dark-20, #F5F5F5);
|
|
5056
|
+
background: var(--neutral-dark-20, #F5F5F5);
|
|
5087
5057
|
}
|
|
5088
5058
|
|
|
5089
|
-
.root-module_xoption-radio-button--
|
|
5059
|
+
.root-module_xoption-radio-button--active__YZxaU {
|
|
5090
5060
|
border-radius: 999px;
|
|
5091
|
-
|
|
5061
|
+
background: linear-gradient(white, white) padding-box,
|
|
5062
|
+
var(--primary-color-gradient, #1F1F1F) border-box;
|
|
5063
|
+
border: 1px solid transparent;
|
|
5092
5064
|
}
|
|
5093
5065
|
|
|
5094
|
-
.theme-arcus .root-module_xoption-radio-button--active__3ZnOU {
|
|
5095
|
-
border-color: transparent;
|
|
5096
|
-
background: linear-gradient(#fff, #fff) padding-box, var(--color-gradient-arcus) border-box;
|
|
5097
|
-
}
|
|
5098
5066
|
|
|
5099
|
-
.root-module_xoption-radio-button__radio-
|
|
5067
|
+
.root-module_xoption-radio-button__radio-button__ByY55 {
|
|
5100
5068
|
width: 100%;
|
|
5101
5069
|
}
|
|
5102
5070
|
|
|
5103
|
-
.root-module_xoption-radio-
|
|
5071
|
+
.root-module_xoption-radio-button__symbol__8XHsY {
|
|
5104
5072
|
display: flex;
|
|
5105
5073
|
border-radius: 100px;
|
|
5106
|
-
background: var(--
|
|
5074
|
+
background: var(--neutral-dark-20, #F5F5F5);
|
|
5107
5075
|
padding: 8px;
|
|
5108
5076
|
justify-content: center;
|
|
5109
5077
|
align-items: center;
|
|
5110
5078
|
gap: 10px;
|
|
5111
5079
|
}
|
|
5112
5080
|
|
|
5113
|
-
.root-module_xgroup-radio-
|
|
5081
|
+
.root-module_xgroup-radio-button__8FKau {
|
|
5114
5082
|
}
|
|
5115
5083
|
|
|
5116
5084
|
.root-module_x-bottom-sheet__NjMBE {
|
|
@@ -5231,12 +5199,8 @@
|
|
|
5231
5199
|
|
|
5232
5200
|
.root-module_x-radio-button-option--active__T5-vA {
|
|
5233
5201
|
border-radius: 999px;
|
|
5234
|
-
|
|
5235
|
-
|
|
5236
|
-
|
|
5237
|
-
.theme-arcus .root-module_x-radio-button-option--active__T5-vA {
|
|
5238
|
-
border-color: transparent;
|
|
5239
|
-
background: linear-gradient(#fff, #fff) padding-box, var(--color-gradient-arcus) border-box;
|
|
5202
|
+
background: linear-gradient(white, white) padding-box, var(--primary-color-gradient, #1F1F1F) border-box;
|
|
5203
|
+
border: 1px solid transparent;
|
|
5240
5204
|
}
|
|
5241
5205
|
|
|
5242
5206
|
.root-module_x-radio-button-option__radio-button__5jnJ5 {
|