zartd 0.0.10
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/README.md +3 -0
- package/dist/index.css +2673 -0
- package/dist/index.d.ts +406 -0
- package/dist/index.js +1413 -0
- package/dist/index.min.css +2 -0
- package/dist/index.min.css.map +1 -0
- package/dist/index.min.js +3 -0
- package/dist/index.min.js.map +1 -0
- package/dist/style/fonts/din/din-alternate-bold.ttf +0 -0
- package/dist/style/fonts/din/din.css +4 -0
- package/dist/style/fonts/iconfont/iconfont.css +525 -0
- package/dist/style/fonts/iconfont/iconfont.ttf +0 -0
- package/dist/style/fonts/iconfont/iconfont.woff +0 -0
- package/dist/style/fonts/iconfont/iconfont.woff2 +0 -0
- package/dist/style/images/empty-default.png +0 -0
- package/dist/style/images/login-banner-one-dark.png +0 -0
- package/dist/style/images/login-banner-one-gov.png +0 -0
- package/dist/style/images/login-banner-one.png +0 -0
- package/dist/style/images/login-banner-three-dark.png +0 -0
- package/dist/style/images/login-banner-three-gov.png +0 -0
- package/dist/style/images/login-banner-three.png +0 -0
- package/dist/style/images/login-banner-two-dark.png +0 -0
- package/dist/style/images/login-banner-two-gov.png +0 -0
- package/dist/style/images/login-banner-two.png +0 -0
- package/dist/style/images/login-bg-dark.png +0 -0
- package/dist/style/images/login-bg-gov.png +0 -0
- package/dist/style/images/login-bg.png +0 -0
- package/dist/style/images/spread-navigation-bg.png +0 -0
- package/es/_virtual/plugin-vue_export-helper.js +9 -0
- package/es/a-alert/style/index.css +407 -0
- package/es/a-alert/style/index.d.ts +2 -0
- package/es/a-alert/style/index.js +2 -0
- package/es/a-alert/style/index.less +75 -0
- package/es/a-avatar/style/index.css +3 -0
- package/es/a-avatar/style/index.d.ts +2 -0
- package/es/a-avatar/style/index.js +2 -0
- package/es/a-avatar/style/index.less +3 -0
- package/es/a-badge/style/index.css +3 -0
- package/es/a-badge/style/index.d.ts +2 -0
- package/es/a-badge/style/index.js +2 -0
- package/es/a-badge/style/index.less +5 -0
- package/es/a-button/style/index.css +512 -0
- package/es/a-button/style/index.d.ts +2 -0
- package/es/a-button/style/index.js +2 -0
- package/es/a-button/style/index.less +227 -0
- package/es/a-carousel/style/index.css +3 -0
- package/es/a-carousel/style/index.d.ts +2 -0
- package/es/a-carousel/style/index.js +2 -0
- package/es/a-carousel/style/index.less +9 -0
- package/es/a-cascader/style/index.css +442 -0
- package/es/a-cascader/style/index.d.ts +2 -0
- package/es/a-cascader/style/index.js +2 -0
- package/es/a-cascader/style/index.less +47 -0
- package/es/a-checkbox/style/index.css +383 -0
- package/es/a-checkbox/style/index.d.ts +2 -0
- package/es/a-checkbox/style/index.js +2 -0
- package/es/a-checkbox/style/index.less +65 -0
- package/es/a-collapse/style/index.css +23 -0
- package/es/a-collapse/style/index.d.ts +2 -0
- package/es/a-collapse/style/index.js +2 -0
- package/es/a-collapse/style/index.less +29 -0
- package/es/a-date-picker/style/index.css +26 -0
- package/es/a-date-picker/style/index.d.ts +2 -0
- package/es/a-date-picker/style/index.js +2 -0
- package/es/a-date-picker/style/index.less +53 -0
- package/es/a-description/style/index.css +8 -0
- package/es/a-description/style/index.d.ts +2 -0
- package/es/a-description/style/index.js +2 -0
- package/es/a-description/style/index.less +15 -0
- package/es/a-drawer/style/index.css +38 -0
- package/es/a-drawer/style/index.d.ts +2 -0
- package/es/a-drawer/style/index.js +2 -0
- package/es/a-drawer/style/index.less +53 -0
- package/es/a-dropdown/style/index.css +9 -0
- package/es/a-dropdown/style/index.d.ts +2 -0
- package/es/a-dropdown/style/index.js +2 -0
- package/es/a-dropdown/style/index.less +19 -0
- package/es/a-empty/style/index.css +48 -0
- package/es/a-empty/style/index.d.ts +2 -0
- package/es/a-empty/style/index.js +2 -0
- package/es/a-empty/style/index.less +62 -0
- package/es/a-form/style/index.css +366 -0
- package/es/a-form/style/index.d.ts +2 -0
- package/es/a-form/style/index.js +2 -0
- package/es/a-form/style/index.less +38 -0
- package/es/a-input/style/index.css +373 -0
- package/es/a-input/style/index.d.ts +2 -0
- package/es/a-input/style/index.js +2 -0
- package/es/a-input/style/index.less +41 -0
- package/es/a-input-number/style/index.css +396 -0
- package/es/a-input-number/style/index.d.ts +2 -0
- package/es/a-input-number/style/index.js +2 -0
- package/es/a-input-number/style/index.less +12 -0
- package/es/a-menu/style/index.css +442 -0
- package/es/a-menu/style/index.d.ts +2 -0
- package/es/a-menu/style/index.js +2 -0
- package/es/a-menu/style/index.less +116 -0
- package/es/a-message/style/index.css +361 -0
- package/es/a-message/style/index.d.ts +2 -0
- package/es/a-message/style/index.js +2 -0
- package/es/a-message/style/index.less +17 -0
- package/es/a-modal/style/index.css +381 -0
- package/es/a-modal/style/index.d.ts +2 -0
- package/es/a-modal/style/index.js +2 -0
- package/es/a-modal/style/index.less +41 -0
- package/es/a-notification/style/index.css +407 -0
- package/es/a-notification/style/index.d.ts +2 -0
- package/es/a-notification/style/index.js +2 -0
- package/es/a-notification/style/index.less +79 -0
- package/es/a-pageheader/style/index.css +12 -0
- package/es/a-pageheader/style/index.d.ts +2 -0
- package/es/a-pageheader/style/index.js +2 -0
- package/es/a-pageheader/style/index.less +16 -0
- package/es/a-pagination/style/index.css +4 -0
- package/es/a-pagination/style/index.d.ts +2 -0
- package/es/a-pagination/style/index.js +2 -0
- package/es/a-pagination/style/index.less +8 -0
- package/es/a-popover/style/index.css +439 -0
- package/es/a-popover/style/index.d.ts +2 -0
- package/es/a-popover/style/index.js +2 -0
- package/es/a-popover/style/index.less +115 -0
- package/es/a-progress/style/index.css +409 -0
- package/es/a-progress/style/index.d.ts +2 -0
- package/es/a-progress/style/index.js +2 -0
- package/es/a-progress/style/index.less +93 -0
- package/es/a-radio/style/index.css +389 -0
- package/es/a-radio/style/index.d.ts +2 -0
- package/es/a-radio/style/index.js +2 -0
- package/es/a-radio/style/index.less +59 -0
- package/es/a-select/style/index.css +373 -0
- package/es/a-select/style/index.d.ts +2 -0
- package/es/a-select/style/index.js +2 -0
- package/es/a-select/style/index.less +37 -0
- package/es/a-select-tree/style/index.css +526 -0
- package/es/a-select-tree/style/index.d.ts +2 -0
- package/es/a-select-tree/style/index.js +2 -0
- package/es/a-select-tree/style/index.less +16 -0
- package/es/a-steps/style/index.css +37 -0
- package/es/a-steps/style/index.d.ts +2 -0
- package/es/a-steps/style/index.js +2 -0
- package/es/a-steps/style/index.less +66 -0
- package/es/a-switch/style/index.css +359 -0
- package/es/a-switch/style/index.d.ts +2 -0
- package/es/a-switch/style/index.js +2 -0
- package/es/a-switch/style/index.less +18 -0
- package/es/a-table/style/index.css +12 -0
- package/es/a-table/style/index.d.ts +2 -0
- package/es/a-table/style/index.js +2 -0
- package/es/a-table/style/index.less +25 -0
- package/es/a-tabs/style/index.css +83 -0
- package/es/a-tabs/style/index.d.ts +2 -0
- package/es/a-tabs/style/index.js +2 -0
- package/es/a-tabs/style/index.less +104 -0
- package/es/a-tooltip/style/index.css +5 -0
- package/es/a-tooltip/style/index.d.ts +2 -0
- package/es/a-tooltip/style/index.js +2 -0
- package/es/a-tooltip/style/index.less +7 -0
- package/es/a-tree/style/index.css +457 -0
- package/es/a-tree/style/index.d.ts +2 -0
- package/es/a-tree/style/index.js +2 -0
- package/es/a-tree/style/index.less +84 -0
- package/es/a-upload/style/index.css +488 -0
- package/es/a-upload/style/index.d.ts +2 -0
- package/es/a-upload/style/index.js +2 -0
- package/es/a-upload/style/index.less +180 -0
- package/es/collapse-button/collapse-button.vue.d.ts +45 -0
- package/es/collapse-button/collapse-button.vue.js +54 -0
- package/es/collapse-button/index.d.ts +45 -0
- package/es/collapse-button/index.js +6 -0
- package/es/collapse-button/style/index.css +47 -0
- package/es/collapse-button/style/index.d.ts +2 -0
- package/es/collapse-button/style/index.js +2 -0
- package/es/collapse-button/style/index.less +58 -0
- package/es/empty/index.d.ts +14 -0
- package/es/empty/index.js +6 -0
- package/es/empty/index.vue.d.ts +14 -0
- package/es/empty/index.vue.js +24 -0
- package/es/empty/style/index.css +15 -0
- package/es/empty/style/index.d.ts +2 -0
- package/es/empty/style/index.js +2 -0
- package/es/empty/style/index.less +17 -0
- package/es/iframe/iframe.vue.d.ts +17 -0
- package/es/iframe/iframe.vue.js +42 -0
- package/es/iframe/index.d.ts +17 -0
- package/es/iframe/index.js +6 -0
- package/es/iframe/style/index.css +363 -0
- package/es/iframe/style/index.d.ts +2 -0
- package/es/iframe/style/index.js +2 -0
- package/es/iframe/style/index.less +15 -0
- package/es/iframe-with-token/iframe-with-token.vue.d.ts +16 -0
- package/es/iframe-with-token/iframe-with-token.vue.js +94 -0
- package/es/iframe-with-token/index.d.ts +16 -0
- package/es/iframe-with-token/index.js +6 -0
- package/es/iframe-with-token/style/index.css +4 -0
- package/es/iframe-with-token/style/index.d.ts +2 -0
- package/es/iframe-with-token/style/index.js +2 -0
- package/es/iframe-with-token/style/index.less +4 -0
- package/es/index.d.ts +24 -0
- package/es/index.js +62 -0
- package/es/layout-header-more/index.d.ts +6 -0
- package/es/layout-header-more/index.js +6 -0
- package/es/layout-header-more/layout-header-more.vue.d.ts +6 -0
- package/es/layout-header-more/layout-header-more.vue.js +164 -0
- package/es/layout-header-more/style/index.css +41 -0
- package/es/layout-header-more/style/index.d.ts +2 -0
- package/es/layout-header-more/style/index.js +2 -0
- package/es/layout-header-more/style/index.less +49 -0
- package/es/layout-navs/index.d.ts +44 -0
- package/es/layout-navs/index.js +6 -0
- package/es/layout-navs/layout-navs.vue.d.ts +45 -0
- package/es/layout-navs/layout-navs.vue.js +87 -0
- package/es/layout-navs/style/index.css +11 -0
- package/es/layout-navs/style/index.d.ts +2 -0
- package/es/layout-navs/style/index.js +2 -0
- package/es/layout-navs/style/index.less +15 -0
- package/es/modal-theme/index.d.ts +52 -0
- package/es/modal-theme/index.js +6 -0
- package/es/modal-theme/modal-theme.vue.d.ts +53 -0
- package/es/modal-theme/modal-theme.vue.js +162 -0
- package/es/modal-theme/style/index.css +3 -0
- package/es/modal-theme/style/index.d.ts +2 -0
- package/es/modal-theme/style/index.js +2 -0
- package/es/modal-theme/style/index.less +3 -0
- package/es/modules.d.js +1 -0
- package/es/panal-bg/index.d.ts +16 -0
- package/es/panal-bg/index.js +6 -0
- package/es/panal-bg/panal-bg.vue.d.ts +16 -0
- package/es/panal-bg/panal-bg.vue.js +31 -0
- package/es/panal-bg/style/index.css +17 -0
- package/es/panal-bg/style/index.d.ts +2 -0
- package/es/panal-bg/style/index.js +2 -0
- package/es/panal-bg/style/index.less +20 -0
- package/es/panal-table/index.d.ts +6 -0
- package/es/panal-table/index.js +6 -0
- package/es/panal-table/panal-table.vue.d.ts +6 -0
- package/es/panal-table/panal-table.vue.js +76 -0
- package/es/panal-table/style/index.css +39 -0
- package/es/panal-table/style/index.d.ts +2 -0
- package/es/panal-table/style/index.js +2 -0
- package/es/panal-table/style/index.less +57 -0
- package/es/profile-avatar/index.d.ts +42 -0
- package/es/profile-avatar/index.js +6 -0
- package/es/profile-avatar/profile-avatar.vue.d.ts +42 -0
- package/es/profile-avatar/profile-avatar.vue.js +52 -0
- package/es/profile-avatar/style/index.css +383 -0
- package/es/profile-avatar/style/index.d.ts +2 -0
- package/es/profile-avatar/style/index.js +2 -0
- package/es/profile-avatar/style/index.less +40 -0
- package/es/side-menu/index.d.ts +27 -0
- package/es/side-menu/index.js +6 -0
- package/es/side-menu/side-menu-item.vue.d.ts +14 -0
- package/es/side-menu/side-menu-item.vue.js +45 -0
- package/es/side-menu/side-menu.vue.d.ts +29 -0
- package/es/side-menu/side-menu.vue.js +73 -0
- package/es/side-menu/side-sub-menu.vue.d.ts +14 -0
- package/es/side-menu/side-sub-menu.vue.js +62 -0
- package/es/side-menu/style/index.css +16 -0
- package/es/side-menu/style/index.d.ts +2 -0
- package/es/side-menu/style/index.js +2 -0
- package/es/side-menu/style/index.less +25 -0
- package/es/spread-navigation/index.d.ts +32 -0
- package/es/spread-navigation/index.js +6 -0
- package/es/spread-navigation/spread-navigation.vue.d.ts +33 -0
- package/es/spread-navigation/spread-navigation.vue.js +71 -0
- package/es/spread-navigation/style/index.css +64 -0
- package/es/spread-navigation/style/index.d.ts +2 -0
- package/es/spread-navigation/style/index.js +2 -0
- package/es/spread-navigation/style/index.less +74 -0
- package/es/spread-navigation/types.d.ts +9 -0
- package/es/spread-navigation/types.js +1 -0
- package/es/style/core.less +2 -0
- package/es/style/fonts/din/din-alternate-bold.ttf +0 -0
- package/es/style/fonts/din/din.css +4 -0
- package/es/style/fonts/iconfont/iconfont.css +525 -0
- package/es/style/fonts/iconfont/iconfont.ttf +0 -0
- package/es/style/fonts/iconfont/iconfont.woff +0 -0
- package/es/style/fonts/iconfont/iconfont.woff2 +0 -0
- package/es/style/global.less +26 -0
- package/es/style/images/empty-default.png +0 -0
- package/es/style/images/login-banner-one-dark.png +0 -0
- package/es/style/images/login-banner-one-gov.png +0 -0
- package/es/style/images/login-banner-one.png +0 -0
- package/es/style/images/login-banner-three-dark.png +0 -0
- package/es/style/images/login-banner-three-gov.png +0 -0
- package/es/style/images/login-banner-three.png +0 -0
- package/es/style/images/login-banner-two-dark.png +0 -0
- package/es/style/images/login-banner-two-gov.png +0 -0
- package/es/style/images/login-banner-two.png +0 -0
- package/es/style/images/login-bg-dark.png +0 -0
- package/es/style/images/login-bg-gov.png +0 -0
- package/es/style/images/login-bg.png +0 -0
- package/es/style/images/spread-navigation-bg.png +0 -0
- package/es/style/index.css +2654 -0
- package/es/style/index.d.ts +1 -0
- package/es/style/index.js +1 -0
- package/es/style/index.less +57 -0
- package/es/style/themes/dark.less +18 -0
- package/es/style/themes/gov.less +17 -0
- package/es/style/themes/index.css +350 -0
- package/es/style/themes/index.less +129 -0
- package/es/style/themes/light.less +77 -0
- package/es/style/variable.less +257 -0
- package/es/sub-title/index.d.ts +2 -0
- package/es/sub-title/index.js +6 -0
- package/es/sub-title/style/index.css +370 -0
- package/es/sub-title/style/index.d.ts +2 -0
- package/es/sub-title/style/index.js +2 -0
- package/es/sub-title/style/index.less +23 -0
- package/es/sub-title/sub-title.vue.d.ts +2 -0
- package/es/sub-title/sub-title.vue.js +14 -0
- package/es/top-menu/index.d.ts +17 -0
- package/es/top-menu/index.js +6 -0
- package/es/top-menu/style/index.css +33 -0
- package/es/top-menu/style/index.d.ts +2 -0
- package/es/top-menu/style/index.js +2 -0
- package/es/top-menu/style/index.less +36 -0
- package/es/top-menu/top-menu.vue.d.ts +19 -0
- package/es/top-menu/top-menu.vue.js +57 -0
- package/es/view-login/index.d.ts +33 -0
- package/es/view-login/index.js +6 -0
- package/es/view-login/style/index.css +168 -0
- package/es/view-login/style/index.d.ts +2 -0
- package/es/view-login/style/index.js +2 -0
- package/es/view-login/style/index.less +209 -0
- package/es/view-login/view-login.vue.d.ts +33 -0
- package/es/view-login/view-login.vue.js +195 -0
- package/es/view-rec-box/index.d.ts +12 -0
- package/es/view-rec-box/index.js +6 -0
- package/es/view-rec-box/service.d.ts +6 -0
- package/es/view-rec-box/service.js +10 -0
- package/es/view-rec-box/style/index.css +4 -0
- package/es/view-rec-box/style/index.d.ts +2 -0
- package/es/view-rec-box/style/index.js +2 -0
- package/es/view-rec-box/style/index.less +4 -0
- package/es/view-rec-box/view-rec-box.vue.d.ts +12 -0
- package/es/view-rec-box/view-rec-box.vue.js +102 -0
- package/lib/_virtual/plugin-vue_export-helper.js +13 -0
- package/lib/a-alert/style/index.css +407 -0
- package/lib/a-alert/style/index.d.ts +2 -0
- package/lib/a-alert/style/index.js +2 -0
- package/lib/a-alert/style/index.less +75 -0
- package/lib/a-avatar/style/index.css +3 -0
- package/lib/a-avatar/style/index.d.ts +2 -0
- package/lib/a-avatar/style/index.js +2 -0
- package/lib/a-avatar/style/index.less +3 -0
- package/lib/a-badge/style/index.css +3 -0
- package/lib/a-badge/style/index.d.ts +2 -0
- package/lib/a-badge/style/index.js +2 -0
- package/lib/a-badge/style/index.less +5 -0
- package/lib/a-button/style/index.css +512 -0
- package/lib/a-button/style/index.d.ts +2 -0
- package/lib/a-button/style/index.js +2 -0
- package/lib/a-button/style/index.less +227 -0
- package/lib/a-carousel/style/index.css +3 -0
- package/lib/a-carousel/style/index.d.ts +2 -0
- package/lib/a-carousel/style/index.js +2 -0
- package/lib/a-carousel/style/index.less +9 -0
- package/lib/a-cascader/style/index.css +442 -0
- package/lib/a-cascader/style/index.d.ts +2 -0
- package/lib/a-cascader/style/index.js +2 -0
- package/lib/a-cascader/style/index.less +47 -0
- package/lib/a-checkbox/style/index.css +383 -0
- package/lib/a-checkbox/style/index.d.ts +2 -0
- package/lib/a-checkbox/style/index.js +2 -0
- package/lib/a-checkbox/style/index.less +65 -0
- package/lib/a-collapse/style/index.css +23 -0
- package/lib/a-collapse/style/index.d.ts +2 -0
- package/lib/a-collapse/style/index.js +2 -0
- package/lib/a-collapse/style/index.less +29 -0
- package/lib/a-date-picker/style/index.css +26 -0
- package/lib/a-date-picker/style/index.d.ts +2 -0
- package/lib/a-date-picker/style/index.js +2 -0
- package/lib/a-date-picker/style/index.less +53 -0
- package/lib/a-description/style/index.css +8 -0
- package/lib/a-description/style/index.d.ts +2 -0
- package/lib/a-description/style/index.js +2 -0
- package/lib/a-description/style/index.less +15 -0
- package/lib/a-drawer/style/index.css +38 -0
- package/lib/a-drawer/style/index.d.ts +2 -0
- package/lib/a-drawer/style/index.js +2 -0
- package/lib/a-drawer/style/index.less +53 -0
- package/lib/a-dropdown/style/index.css +9 -0
- package/lib/a-dropdown/style/index.d.ts +2 -0
- package/lib/a-dropdown/style/index.js +2 -0
- package/lib/a-dropdown/style/index.less +19 -0
- package/lib/a-empty/style/index.css +48 -0
- package/lib/a-empty/style/index.d.ts +2 -0
- package/lib/a-empty/style/index.js +2 -0
- package/lib/a-empty/style/index.less +62 -0
- package/lib/a-form/style/index.css +366 -0
- package/lib/a-form/style/index.d.ts +2 -0
- package/lib/a-form/style/index.js +2 -0
- package/lib/a-form/style/index.less +38 -0
- package/lib/a-input/style/index.css +373 -0
- package/lib/a-input/style/index.d.ts +2 -0
- package/lib/a-input/style/index.js +2 -0
- package/lib/a-input/style/index.less +41 -0
- package/lib/a-input-number/style/index.css +396 -0
- package/lib/a-input-number/style/index.d.ts +2 -0
- package/lib/a-input-number/style/index.js +2 -0
- package/lib/a-input-number/style/index.less +12 -0
- package/lib/a-menu/style/index.css +442 -0
- package/lib/a-menu/style/index.d.ts +2 -0
- package/lib/a-menu/style/index.js +2 -0
- package/lib/a-menu/style/index.less +116 -0
- package/lib/a-message/style/index.css +361 -0
- package/lib/a-message/style/index.d.ts +2 -0
- package/lib/a-message/style/index.js +2 -0
- package/lib/a-message/style/index.less +17 -0
- package/lib/a-modal/style/index.css +381 -0
- package/lib/a-modal/style/index.d.ts +2 -0
- package/lib/a-modal/style/index.js +2 -0
- package/lib/a-modal/style/index.less +41 -0
- package/lib/a-notification/style/index.css +407 -0
- package/lib/a-notification/style/index.d.ts +2 -0
- package/lib/a-notification/style/index.js +2 -0
- package/lib/a-notification/style/index.less +79 -0
- package/lib/a-pageheader/style/index.css +12 -0
- package/lib/a-pageheader/style/index.d.ts +2 -0
- package/lib/a-pageheader/style/index.js +2 -0
- package/lib/a-pageheader/style/index.less +16 -0
- package/lib/a-pagination/style/index.css +4 -0
- package/lib/a-pagination/style/index.d.ts +2 -0
- package/lib/a-pagination/style/index.js +2 -0
- package/lib/a-pagination/style/index.less +8 -0
- package/lib/a-popover/style/index.css +439 -0
- package/lib/a-popover/style/index.d.ts +2 -0
- package/lib/a-popover/style/index.js +2 -0
- package/lib/a-popover/style/index.less +115 -0
- package/lib/a-progress/style/index.css +409 -0
- package/lib/a-progress/style/index.d.ts +2 -0
- package/lib/a-progress/style/index.js +2 -0
- package/lib/a-progress/style/index.less +93 -0
- package/lib/a-radio/style/index.css +389 -0
- package/lib/a-radio/style/index.d.ts +2 -0
- package/lib/a-radio/style/index.js +2 -0
- package/lib/a-radio/style/index.less +59 -0
- package/lib/a-select/style/index.css +373 -0
- package/lib/a-select/style/index.d.ts +2 -0
- package/lib/a-select/style/index.js +2 -0
- package/lib/a-select/style/index.less +37 -0
- package/lib/a-select-tree/style/index.css +526 -0
- package/lib/a-select-tree/style/index.d.ts +2 -0
- package/lib/a-select-tree/style/index.js +2 -0
- package/lib/a-select-tree/style/index.less +16 -0
- package/lib/a-steps/style/index.css +37 -0
- package/lib/a-steps/style/index.d.ts +2 -0
- package/lib/a-steps/style/index.js +2 -0
- package/lib/a-steps/style/index.less +66 -0
- package/lib/a-switch/style/index.css +359 -0
- package/lib/a-switch/style/index.d.ts +2 -0
- package/lib/a-switch/style/index.js +2 -0
- package/lib/a-switch/style/index.less +18 -0
- package/lib/a-table/style/index.css +12 -0
- package/lib/a-table/style/index.d.ts +2 -0
- package/lib/a-table/style/index.js +2 -0
- package/lib/a-table/style/index.less +25 -0
- package/lib/a-tabs/style/index.css +83 -0
- package/lib/a-tabs/style/index.d.ts +2 -0
- package/lib/a-tabs/style/index.js +2 -0
- package/lib/a-tabs/style/index.less +104 -0
- package/lib/a-tooltip/style/index.css +5 -0
- package/lib/a-tooltip/style/index.d.ts +2 -0
- package/lib/a-tooltip/style/index.js +2 -0
- package/lib/a-tooltip/style/index.less +7 -0
- package/lib/a-tree/style/index.css +457 -0
- package/lib/a-tree/style/index.d.ts +2 -0
- package/lib/a-tree/style/index.js +2 -0
- package/lib/a-tree/style/index.less +84 -0
- package/lib/a-upload/style/index.css +488 -0
- package/lib/a-upload/style/index.d.ts +2 -0
- package/lib/a-upload/style/index.js +2 -0
- package/lib/a-upload/style/index.less +180 -0
- package/lib/collapse-button/collapse-button.vue.d.ts +45 -0
- package/lib/collapse-button/collapse-button.vue.js +58 -0
- package/lib/collapse-button/index.d.ts +45 -0
- package/lib/collapse-button/index.js +11 -0
- package/lib/collapse-button/style/index.css +47 -0
- package/lib/collapse-button/style/index.d.ts +2 -0
- package/lib/collapse-button/style/index.js +2 -0
- package/lib/collapse-button/style/index.less +58 -0
- package/lib/empty/index.d.ts +14 -0
- package/lib/empty/index.js +11 -0
- package/lib/empty/index.vue.d.ts +14 -0
- package/lib/empty/index.vue.js +28 -0
- package/lib/empty/style/index.css +15 -0
- package/lib/empty/style/index.d.ts +2 -0
- package/lib/empty/style/index.js +2 -0
- package/lib/empty/style/index.less +17 -0
- package/lib/iframe/iframe.vue.d.ts +17 -0
- package/lib/iframe/iframe.vue.js +46 -0
- package/lib/iframe/index.d.ts +17 -0
- package/lib/iframe/index.js +11 -0
- package/lib/iframe/style/index.css +363 -0
- package/lib/iframe/style/index.d.ts +2 -0
- package/lib/iframe/style/index.js +2 -0
- package/lib/iframe/style/index.less +15 -0
- package/lib/iframe-with-token/iframe-with-token.vue.d.ts +16 -0
- package/lib/iframe-with-token/iframe-with-token.vue.js +102 -0
- package/lib/iframe-with-token/index.d.ts +16 -0
- package/lib/iframe-with-token/index.js +11 -0
- package/lib/iframe-with-token/style/index.css +4 -0
- package/lib/iframe-with-token/style/index.d.ts +2 -0
- package/lib/iframe-with-token/style/index.js +2 -0
- package/lib/iframe-with-token/style/index.less +4 -0
- package/lib/index.d.ts +24 -0
- package/lib/index.js +67 -0
- package/lib/layout-header-more/index.d.ts +6 -0
- package/lib/layout-header-more/index.js +11 -0
- package/lib/layout-header-more/layout-header-more.vue.d.ts +6 -0
- package/lib/layout-header-more/layout-header-more.vue.js +168 -0
- package/lib/layout-header-more/style/index.css +41 -0
- package/lib/layout-header-more/style/index.d.ts +2 -0
- package/lib/layout-header-more/style/index.js +2 -0
- package/lib/layout-header-more/style/index.less +49 -0
- package/lib/layout-navs/index.d.ts +44 -0
- package/lib/layout-navs/index.js +11 -0
- package/lib/layout-navs/layout-navs.vue.d.ts +45 -0
- package/lib/layout-navs/layout-navs.vue.js +91 -0
- package/lib/layout-navs/style/index.css +11 -0
- package/lib/layout-navs/style/index.d.ts +2 -0
- package/lib/layout-navs/style/index.js +2 -0
- package/lib/layout-navs/style/index.less +15 -0
- package/lib/modal-theme/index.d.ts +52 -0
- package/lib/modal-theme/index.js +11 -0
- package/lib/modal-theme/modal-theme.vue.d.ts +53 -0
- package/lib/modal-theme/modal-theme.vue.js +166 -0
- package/lib/modal-theme/style/index.css +3 -0
- package/lib/modal-theme/style/index.d.ts +2 -0
- package/lib/modal-theme/style/index.js +2 -0
- package/lib/modal-theme/style/index.less +3 -0
- package/lib/modules.d.js +4 -0
- package/lib/panal-bg/index.d.ts +16 -0
- package/lib/panal-bg/index.js +11 -0
- package/lib/panal-bg/panal-bg.vue.d.ts +16 -0
- package/lib/panal-bg/panal-bg.vue.js +35 -0
- package/lib/panal-bg/style/index.css +17 -0
- package/lib/panal-bg/style/index.d.ts +2 -0
- package/lib/panal-bg/style/index.js +2 -0
- package/lib/panal-bg/style/index.less +20 -0
- package/lib/panal-table/index.d.ts +6 -0
- package/lib/panal-table/index.js +11 -0
- package/lib/panal-table/panal-table.vue.d.ts +6 -0
- package/lib/panal-table/panal-table.vue.js +80 -0
- package/lib/panal-table/style/index.css +39 -0
- package/lib/panal-table/style/index.d.ts +2 -0
- package/lib/panal-table/style/index.js +2 -0
- package/lib/panal-table/style/index.less +57 -0
- package/lib/profile-avatar/index.d.ts +42 -0
- package/lib/profile-avatar/index.js +11 -0
- package/lib/profile-avatar/profile-avatar.vue.d.ts +42 -0
- package/lib/profile-avatar/profile-avatar.vue.js +56 -0
- package/lib/profile-avatar/style/index.css +383 -0
- package/lib/profile-avatar/style/index.d.ts +2 -0
- package/lib/profile-avatar/style/index.js +2 -0
- package/lib/profile-avatar/style/index.less +40 -0
- package/lib/side-menu/index.d.ts +27 -0
- package/lib/side-menu/index.js +11 -0
- package/lib/side-menu/side-menu-item.vue.d.ts +14 -0
- package/lib/side-menu/side-menu-item.vue.js +49 -0
- package/lib/side-menu/side-menu.vue.d.ts +29 -0
- package/lib/side-menu/side-menu.vue.js +77 -0
- package/lib/side-menu/side-sub-menu.vue.d.ts +14 -0
- package/lib/side-menu/side-sub-menu.vue.js +66 -0
- package/lib/side-menu/style/index.css +16 -0
- package/lib/side-menu/style/index.d.ts +2 -0
- package/lib/side-menu/style/index.js +2 -0
- package/lib/side-menu/style/index.less +25 -0
- package/lib/spread-navigation/index.d.ts +32 -0
- package/lib/spread-navigation/index.js +11 -0
- package/lib/spread-navigation/spread-navigation.vue.d.ts +33 -0
- package/lib/spread-navigation/spread-navigation.vue.js +75 -0
- package/lib/spread-navigation/style/index.css +64 -0
- package/lib/spread-navigation/style/index.d.ts +2 -0
- package/lib/spread-navigation/style/index.js +2 -0
- package/lib/spread-navigation/style/index.less +74 -0
- package/lib/spread-navigation/types.d.ts +9 -0
- package/lib/spread-navigation/types.js +2 -0
- package/lib/style/core.less +2 -0
- package/lib/style/fonts/din/din-alternate-bold.ttf +0 -0
- package/lib/style/fonts/din/din.css +4 -0
- package/lib/style/fonts/iconfont/iconfont.css +525 -0
- package/lib/style/fonts/iconfont/iconfont.ttf +0 -0
- package/lib/style/fonts/iconfont/iconfont.woff +0 -0
- package/lib/style/fonts/iconfont/iconfont.woff2 +0 -0
- package/lib/style/global.less +26 -0
- package/lib/style/images/empty-default.png +0 -0
- package/lib/style/images/login-banner-one-dark.png +0 -0
- package/lib/style/images/login-banner-one-gov.png +0 -0
- package/lib/style/images/login-banner-one.png +0 -0
- package/lib/style/images/login-banner-three-dark.png +0 -0
- package/lib/style/images/login-banner-three-gov.png +0 -0
- package/lib/style/images/login-banner-three.png +0 -0
- package/lib/style/images/login-banner-two-dark.png +0 -0
- package/lib/style/images/login-banner-two-gov.png +0 -0
- package/lib/style/images/login-banner-two.png +0 -0
- package/lib/style/images/login-bg-dark.png +0 -0
- package/lib/style/images/login-bg-gov.png +0 -0
- package/lib/style/images/login-bg.png +0 -0
- package/lib/style/images/spread-navigation-bg.png +0 -0
- package/lib/style/index.css +2654 -0
- package/lib/style/index.d.ts +1 -0
- package/lib/style/index.js +1 -0
- package/lib/style/index.less +57 -0
- package/lib/style/themes/dark.less +18 -0
- package/lib/style/themes/gov.less +17 -0
- package/lib/style/themes/index.css +350 -0
- package/lib/style/themes/index.less +129 -0
- package/lib/style/themes/light.less +77 -0
- package/lib/style/variable.less +257 -0
- package/lib/sub-title/index.d.ts +2 -0
- package/lib/sub-title/index.js +11 -0
- package/lib/sub-title/style/index.css +370 -0
- package/lib/sub-title/style/index.d.ts +2 -0
- package/lib/sub-title/style/index.js +2 -0
- package/lib/sub-title/style/index.less +23 -0
- package/lib/sub-title/sub-title.vue.d.ts +2 -0
- package/lib/sub-title/sub-title.vue.js +18 -0
- package/lib/top-menu/index.d.ts +17 -0
- package/lib/top-menu/index.js +11 -0
- package/lib/top-menu/style/index.css +33 -0
- package/lib/top-menu/style/index.d.ts +2 -0
- package/lib/top-menu/style/index.js +2 -0
- package/lib/top-menu/style/index.less +36 -0
- package/lib/top-menu/top-menu.vue.d.ts +19 -0
- package/lib/top-menu/top-menu.vue.js +61 -0
- package/lib/view-login/index.d.ts +33 -0
- package/lib/view-login/index.js +11 -0
- package/lib/view-login/style/index.css +168 -0
- package/lib/view-login/style/index.d.ts +2 -0
- package/lib/view-login/style/index.js +2 -0
- package/lib/view-login/style/index.less +209 -0
- package/lib/view-login/view-login.vue.d.ts +33 -0
- package/lib/view-login/view-login.vue.js +199 -0
- package/lib/view-rec-box/index.d.ts +12 -0
- package/lib/view-rec-box/index.js +11 -0
- package/lib/view-rec-box/service.d.ts +6 -0
- package/lib/view-rec-box/service.js +14 -0
- package/lib/view-rec-box/style/index.css +4 -0
- package/lib/view-rec-box/style/index.d.ts +2 -0
- package/lib/view-rec-box/style/index.js +2 -0
- package/lib/view-rec-box/style/index.less +4 -0
- package/lib/view-rec-box/view-rec-box.vue.d.ts +12 -0
- package/lib/view-rec-box/view-rec-box.vue.js +106 -0
- package/package.json +88 -0
|
@@ -0,0 +1,2654 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'DIN';
|
|
3
|
+
src: url('din-alternate-bold.ttf') format('truetype');
|
|
4
|
+
}
|
|
5
|
+
@font-face {
|
|
6
|
+
font-family: 'zt-iconfont';
|
|
7
|
+
/* Project id 3622406 */
|
|
8
|
+
src: url('iconfont.woff2?t=1662432181001') format('woff2'), url('iconfont.woff?t=1662432181001') format('woff'), url('iconfont.ttf?t=1662432181001') format('truetype');
|
|
9
|
+
}
|
|
10
|
+
.zt-iconfont {
|
|
11
|
+
font-family: 'zt-iconfont' !important;
|
|
12
|
+
font-size: 16px;
|
|
13
|
+
font-style: normal;
|
|
14
|
+
-webkit-font-smoothing: antialiased;
|
|
15
|
+
-moz-osx-font-smoothing: grayscale;
|
|
16
|
+
}
|
|
17
|
+
.zt-icon-fold:before {
|
|
18
|
+
content: '\e685';
|
|
19
|
+
}
|
|
20
|
+
.zt-icon-setting-back:before {
|
|
21
|
+
content: '\e686';
|
|
22
|
+
}
|
|
23
|
+
.zt-icon-info:before {
|
|
24
|
+
content: '\e687';
|
|
25
|
+
}
|
|
26
|
+
.zt-icon-filter:before {
|
|
27
|
+
content: '\e688';
|
|
28
|
+
}
|
|
29
|
+
.zt-icon-document-setting:before {
|
|
30
|
+
content: '\e689';
|
|
31
|
+
}
|
|
32
|
+
.zt-icon-arrow-down:before {
|
|
33
|
+
content: '\e68a';
|
|
34
|
+
}
|
|
35
|
+
.zt-icon-relation:before {
|
|
36
|
+
content: '\e68b';
|
|
37
|
+
}
|
|
38
|
+
.zt-icon-import:before {
|
|
39
|
+
content: '\e68c';
|
|
40
|
+
}
|
|
41
|
+
.zt-icon-document-history:before {
|
|
42
|
+
content: '\e68d';
|
|
43
|
+
}
|
|
44
|
+
.zt-icon-user:before {
|
|
45
|
+
content: '\e68e';
|
|
46
|
+
}
|
|
47
|
+
.zt-icon-text-extend:before {
|
|
48
|
+
content: '\e68f';
|
|
49
|
+
}
|
|
50
|
+
.zt-icon-document-magnifier:before {
|
|
51
|
+
content: '\e690';
|
|
52
|
+
}
|
|
53
|
+
.zt-icon-copy:before {
|
|
54
|
+
content: '\e691';
|
|
55
|
+
}
|
|
56
|
+
.zt-icon-double-arrow-left:before {
|
|
57
|
+
content: '\e692';
|
|
58
|
+
}
|
|
59
|
+
.zt-icon-number:before {
|
|
60
|
+
content: '\e693';
|
|
61
|
+
}
|
|
62
|
+
.zt-icon-edit:before {
|
|
63
|
+
content: '\e694';
|
|
64
|
+
}
|
|
65
|
+
.zt-icon-send:before {
|
|
66
|
+
content: '\e695';
|
|
67
|
+
}
|
|
68
|
+
.zt-icon-bell-back:before {
|
|
69
|
+
content: '\e6b3';
|
|
70
|
+
}
|
|
71
|
+
.zt-icon-bell-setting:before {
|
|
72
|
+
content: '\e6b4';
|
|
73
|
+
}
|
|
74
|
+
.zt-icon-bell-magnifier:before {
|
|
75
|
+
content: '\e6b5';
|
|
76
|
+
}
|
|
77
|
+
.zt-icon-bell-edit:before {
|
|
78
|
+
content: '\e6b6';
|
|
79
|
+
}
|
|
80
|
+
.zt-icon-bell:before {
|
|
81
|
+
content: '\e6b7';
|
|
82
|
+
}
|
|
83
|
+
.zt-icon-box1:before {
|
|
84
|
+
content: '\e6b9';
|
|
85
|
+
}
|
|
86
|
+
.zt-icon-bell-report:before {
|
|
87
|
+
content: '\e6ba';
|
|
88
|
+
}
|
|
89
|
+
.zt-icon-broke:before {
|
|
90
|
+
content: '\e6be';
|
|
91
|
+
}
|
|
92
|
+
.zt-icon-distribute-history:before {
|
|
93
|
+
content: '\e6cb';
|
|
94
|
+
}
|
|
95
|
+
.zt-icon-document-deactivate:before {
|
|
96
|
+
content: '\e6ce';
|
|
97
|
+
}
|
|
98
|
+
.zt-icon-distribution:before {
|
|
99
|
+
content: '\e6cf';
|
|
100
|
+
}
|
|
101
|
+
.zt-icon-document-edit:before {
|
|
102
|
+
content: '\e6d1';
|
|
103
|
+
}
|
|
104
|
+
.zt-icon-document:before {
|
|
105
|
+
content: '\e6d2';
|
|
106
|
+
}
|
|
107
|
+
.zt-icon-document-back:before {
|
|
108
|
+
content: '\e6d3';
|
|
109
|
+
}
|
|
110
|
+
.zt-icon-distribute:before {
|
|
111
|
+
content: '\e6df';
|
|
112
|
+
}
|
|
113
|
+
.zt-icon-hammer:before {
|
|
114
|
+
content: '\e6eb';
|
|
115
|
+
}
|
|
116
|
+
.zt-icon-fire:before {
|
|
117
|
+
content: '\e6ec';
|
|
118
|
+
}
|
|
119
|
+
.zt-icon-heart:before {
|
|
120
|
+
content: '\e6ed';
|
|
121
|
+
}
|
|
122
|
+
.zt-icon-launch:before {
|
|
123
|
+
content: '\e6f0';
|
|
124
|
+
}
|
|
125
|
+
.zt-icon-independent-window:before {
|
|
126
|
+
content: '\e6f5';
|
|
127
|
+
}
|
|
128
|
+
.zt-icon-relation-setting:before {
|
|
129
|
+
content: '\e705';
|
|
130
|
+
}
|
|
131
|
+
.zt-icon-perception:before {
|
|
132
|
+
content: '\e707';
|
|
133
|
+
}
|
|
134
|
+
.zt-icon-tag-delete:before {
|
|
135
|
+
content: '\e70a';
|
|
136
|
+
}
|
|
137
|
+
.zt-icon-tag-magnifier:before {
|
|
138
|
+
content: '\e70b';
|
|
139
|
+
}
|
|
140
|
+
.zt-icon-tag-approval:before {
|
|
141
|
+
content: '\e70f';
|
|
142
|
+
}
|
|
143
|
+
.zt-icon-tag-down:before {
|
|
144
|
+
content: '\e712';
|
|
145
|
+
}
|
|
146
|
+
.zt-icon-transmit:before {
|
|
147
|
+
content: '\e714';
|
|
148
|
+
}
|
|
149
|
+
.zt-icon-tag:before {
|
|
150
|
+
content: '\e71c';
|
|
151
|
+
}
|
|
152
|
+
.zt-icon-right:before {
|
|
153
|
+
content: '\e71f';
|
|
154
|
+
}
|
|
155
|
+
.zt-icon-tag-setting:before {
|
|
156
|
+
content: '\e723';
|
|
157
|
+
}
|
|
158
|
+
.zt-icon-tag-plus:before {
|
|
159
|
+
content: '\e728';
|
|
160
|
+
}
|
|
161
|
+
.zt-icon-area:before {
|
|
162
|
+
content: '\e64a';
|
|
163
|
+
}
|
|
164
|
+
.zt-icon-position:before {
|
|
165
|
+
content: '\e64b';
|
|
166
|
+
}
|
|
167
|
+
.zt-icon-folder:before {
|
|
168
|
+
content: '\e64c';
|
|
169
|
+
}
|
|
170
|
+
.zt-icon-box:before {
|
|
171
|
+
content: '\e64d';
|
|
172
|
+
}
|
|
173
|
+
.zt-icon-slot:before {
|
|
174
|
+
content: '\e64e';
|
|
175
|
+
}
|
|
176
|
+
.zt-icon-grid:before {
|
|
177
|
+
content: '\e64f';
|
|
178
|
+
}
|
|
179
|
+
.zt-icon-indicate:before {
|
|
180
|
+
content: '\e650';
|
|
181
|
+
}
|
|
182
|
+
.zt-icon-flex2:before {
|
|
183
|
+
content: '\e651';
|
|
184
|
+
}
|
|
185
|
+
.zt-icon-sampling:before {
|
|
186
|
+
content: '\e653';
|
|
187
|
+
}
|
|
188
|
+
.zt-icon-tab:before {
|
|
189
|
+
content: '\e654';
|
|
190
|
+
}
|
|
191
|
+
.zt-icon-circle-min:before {
|
|
192
|
+
content: '\e655';
|
|
193
|
+
}
|
|
194
|
+
.zt-icon-close:before {
|
|
195
|
+
content: '\e656';
|
|
196
|
+
}
|
|
197
|
+
.zt-icon-circle-plus:before {
|
|
198
|
+
content: '\e657';
|
|
199
|
+
}
|
|
200
|
+
.zt-icon-cancellation:before {
|
|
201
|
+
content: '\e658';
|
|
202
|
+
}
|
|
203
|
+
.zt-icon-reduce:before {
|
|
204
|
+
content: '\e659';
|
|
205
|
+
}
|
|
206
|
+
.zt-icon-search:before {
|
|
207
|
+
content: '\e65a';
|
|
208
|
+
}
|
|
209
|
+
.zt-icon-home:before {
|
|
210
|
+
content: '\e65b';
|
|
211
|
+
}
|
|
212
|
+
.zt-icon-implant:before {
|
|
213
|
+
content: '\e65c';
|
|
214
|
+
}
|
|
215
|
+
.zt-icon-document-plus:before {
|
|
216
|
+
content: '\e65d';
|
|
217
|
+
}
|
|
218
|
+
.zt-icon-step:before {
|
|
219
|
+
content: '\e65e';
|
|
220
|
+
}
|
|
221
|
+
.zt-icon-eye:before {
|
|
222
|
+
content: '\e65f';
|
|
223
|
+
}
|
|
224
|
+
.zt-icon-deactivate:before {
|
|
225
|
+
content: '\e660';
|
|
226
|
+
}
|
|
227
|
+
.zt-icon-plus:before {
|
|
228
|
+
content: '\e661';
|
|
229
|
+
}
|
|
230
|
+
.zt-icon-calendar:before {
|
|
231
|
+
content: '\e662';
|
|
232
|
+
}
|
|
233
|
+
.zt-icon-classify:before {
|
|
234
|
+
content: '\e663';
|
|
235
|
+
}
|
|
236
|
+
.zt-icon-delete:before {
|
|
237
|
+
content: '\e664';
|
|
238
|
+
}
|
|
239
|
+
.zt-icon-calculator:before {
|
|
240
|
+
content: '\e665';
|
|
241
|
+
}
|
|
242
|
+
.zt-icon-upload:before {
|
|
243
|
+
content: '\e666';
|
|
244
|
+
}
|
|
245
|
+
.zt-icon-time:before {
|
|
246
|
+
content: '\e667';
|
|
247
|
+
}
|
|
248
|
+
.zt-icon-back:before {
|
|
249
|
+
content: '\e668';
|
|
250
|
+
}
|
|
251
|
+
.zt-icon-fullscreen:before {
|
|
252
|
+
content: '\e669';
|
|
253
|
+
}
|
|
254
|
+
.zt-icon-arrow-left:before {
|
|
255
|
+
content: '\e66a';
|
|
256
|
+
}
|
|
257
|
+
.zt-icon-refresh:before {
|
|
258
|
+
content: '\e66b';
|
|
259
|
+
}
|
|
260
|
+
.zt-icon-eye-invisible:before {
|
|
261
|
+
content: '\e66c';
|
|
262
|
+
}
|
|
263
|
+
.zt-icon-arrow-right:before {
|
|
264
|
+
content: '\e66d';
|
|
265
|
+
}
|
|
266
|
+
.zt-icon-arrow-up:before {
|
|
267
|
+
content: '\e66e';
|
|
268
|
+
}
|
|
269
|
+
.zt-icon-fold-panel:before {
|
|
270
|
+
content: '\e66f';
|
|
271
|
+
}
|
|
272
|
+
.zt-icon-dot-more:before {
|
|
273
|
+
content: '\e670';
|
|
274
|
+
}
|
|
275
|
+
.zt-icon-menu:before {
|
|
276
|
+
content: '\e671';
|
|
277
|
+
}
|
|
278
|
+
.zt-icon-download:before {
|
|
279
|
+
content: '\e672';
|
|
280
|
+
}
|
|
281
|
+
.zt-icon-double-arrow-right:before {
|
|
282
|
+
content: '\e673';
|
|
283
|
+
}
|
|
284
|
+
.zt-icon-data:before {
|
|
285
|
+
content: '\e674';
|
|
286
|
+
}
|
|
287
|
+
.zt-icon-dot:before {
|
|
288
|
+
content: '\e675';
|
|
289
|
+
}
|
|
290
|
+
.zt-icon-feedback:before {
|
|
291
|
+
content: '\e676';
|
|
292
|
+
}
|
|
293
|
+
.zt-icon-document-down:before {
|
|
294
|
+
content: '\e677';
|
|
295
|
+
}
|
|
296
|
+
.zt-icon-flag:before {
|
|
297
|
+
content: '\e678';
|
|
298
|
+
}
|
|
299
|
+
.zt-icon-task:before {
|
|
300
|
+
content: '\e679';
|
|
301
|
+
}
|
|
302
|
+
.zt-icon-setting:before {
|
|
303
|
+
content: '\e67a';
|
|
304
|
+
}
|
|
305
|
+
.zt-icon-export:before {
|
|
306
|
+
content: '\e67b';
|
|
307
|
+
}
|
|
308
|
+
.zt-icon-version:before {
|
|
309
|
+
content: '\e67c';
|
|
310
|
+
}
|
|
311
|
+
.zt-icon-question:before {
|
|
312
|
+
content: '\e67d';
|
|
313
|
+
}
|
|
314
|
+
.zt-icon-loading:before {
|
|
315
|
+
content: '\e67e';
|
|
316
|
+
}
|
|
317
|
+
.zt-icon-save:before {
|
|
318
|
+
content: '\e67f';
|
|
319
|
+
}
|
|
320
|
+
.zt-icon-enable:before {
|
|
321
|
+
content: '\e680';
|
|
322
|
+
}
|
|
323
|
+
.zt-icon-location:before {
|
|
324
|
+
content: '\e681';
|
|
325
|
+
}
|
|
326
|
+
.zt-icon-open:before {
|
|
327
|
+
content: '\e682';
|
|
328
|
+
}
|
|
329
|
+
.zt-icon-explain:before {
|
|
330
|
+
content: '\e683';
|
|
331
|
+
}
|
|
332
|
+
.zt-icon-file:before {
|
|
333
|
+
content: '\e684';
|
|
334
|
+
}
|
|
335
|
+
.zt-icon-arrow-circle-left:before {
|
|
336
|
+
content: '\e6aa';
|
|
337
|
+
}
|
|
338
|
+
.zt-icon-approval:before {
|
|
339
|
+
content: '\e6ac';
|
|
340
|
+
}
|
|
341
|
+
.zt-icon-arrow-circle-right:before {
|
|
342
|
+
content: '\e6ad';
|
|
343
|
+
}
|
|
344
|
+
.zt-icon-bring-backward:before {
|
|
345
|
+
content: '\e6b8';
|
|
346
|
+
}
|
|
347
|
+
.zt-icon-bring-bottom:before {
|
|
348
|
+
content: '\e6bc';
|
|
349
|
+
}
|
|
350
|
+
.zt-icon-bring-forward:before {
|
|
351
|
+
content: '\e6bf';
|
|
352
|
+
}
|
|
353
|
+
.zt-icon-bring-top:before {
|
|
354
|
+
content: '\e6c1';
|
|
355
|
+
}
|
|
356
|
+
.zt-icon-car:before {
|
|
357
|
+
content: '\e6c5';
|
|
358
|
+
}
|
|
359
|
+
.zt-icon-cellphone:before {
|
|
360
|
+
content: '\e6c8';
|
|
361
|
+
}
|
|
362
|
+
.zt-icon-flex:before {
|
|
363
|
+
content: '\e6e8';
|
|
364
|
+
}
|
|
365
|
+
.zt-icon-hide-launch:before {
|
|
366
|
+
content: '\e6ea';
|
|
367
|
+
}
|
|
368
|
+
.zt-icon-institution:before {
|
|
369
|
+
content: '\e6f3';
|
|
370
|
+
}
|
|
371
|
+
.zt-icon-lock:before {
|
|
372
|
+
content: '\e6f4';
|
|
373
|
+
}
|
|
374
|
+
.zt-icon-monitor:before {
|
|
375
|
+
content: '\e6fe';
|
|
376
|
+
}
|
|
377
|
+
.zt-icon-keyboard:before {
|
|
378
|
+
content: '\e708';
|
|
379
|
+
}
|
|
380
|
+
.zt-icon-process:before {
|
|
381
|
+
content: '\e70d';
|
|
382
|
+
}
|
|
383
|
+
.zt-icon-shield-star:before {
|
|
384
|
+
content: '\e70e';
|
|
385
|
+
}
|
|
386
|
+
.zt-icon-setting2:before {
|
|
387
|
+
content: '\e716';
|
|
388
|
+
}
|
|
389
|
+
.zt-icon-move:before {
|
|
390
|
+
content: '\e719';
|
|
391
|
+
}
|
|
392
|
+
.zt-icon-update:before {
|
|
393
|
+
content: '\e71b';
|
|
394
|
+
}
|
|
395
|
+
.zt-icon-unlock:before {
|
|
396
|
+
content: '\e724';
|
|
397
|
+
}
|
|
398
|
+
.zt-icon-shield-magnifier:before {
|
|
399
|
+
content: '\e727';
|
|
400
|
+
}
|
|
401
|
+
/* stylelint-disable number-max-precision */
|
|
402
|
+
/* stylelint-disable function-name-case */
|
|
403
|
+
/* stylelint-disable no-duplicate-selectors */
|
|
404
|
+
/* stylelint-disable */
|
|
405
|
+
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
406
|
+
:root {
|
|
407
|
+
/* -------------------- common -------------------- */
|
|
408
|
+
--zartd-body-background: #fff;
|
|
409
|
+
--zartd-border-color: #e9ecf2;
|
|
410
|
+
--zartd-shadow-color: rgba(0, 0, 0, 0.1);
|
|
411
|
+
--zartd-box-shadow: 0 2px 24px 2px rgba(0, 0, 0, 0.1);
|
|
412
|
+
--zartd-text-color: #235;
|
|
413
|
+
--zartd-text-color-light: #6b7a99;
|
|
414
|
+
--zartd-text-color-lighter: #c3cad9;
|
|
415
|
+
--zartd-text-color-heavy: #081126;
|
|
416
|
+
--zartd-text-color-positive: #fff;
|
|
417
|
+
--zartd-text-color-negative: #000;
|
|
418
|
+
/* -------------------- components -------------------- */
|
|
419
|
+
/* -------------------- a-button -------------------- */
|
|
420
|
+
--zartd-button-dangerous-active-background-color: rgba(255, 97, 97, 0.05);
|
|
421
|
+
/* -------------------- a-collapse -------------------- */
|
|
422
|
+
--zartd-collapse-body-box-shadow: 0 2px 10px 0 rgba(34, 51, 85, 0.1);
|
|
423
|
+
/* -------------------- a-message -------------------- */
|
|
424
|
+
--zartd-message-content-box-shadow-color: rgba(0, 0, 0, 0.1);
|
|
425
|
+
/* -------------------- a-modal -------------------- */
|
|
426
|
+
--zartd-modal-content-box-shadow-color: rgba(0, 67, 202, 0.2);
|
|
427
|
+
/* -------------------- a-notification -------------------- */
|
|
428
|
+
--zartd-notification-notice-box-shadow-color: rgba(0, 0, 0, 0.1);
|
|
429
|
+
/* -------------------- a-popover -------------------- */
|
|
430
|
+
--zartd-popover-content-box-shadow-color: rgba(0, 0, 0, 0.1);
|
|
431
|
+
/* -------------------- a-tabs -------------------- */
|
|
432
|
+
--zartd-tabs-nav-wrap-bg: linear-gradient(0deg, #fff 11%, #fff 12%, #fff 12%, #e9ecf2 100%);
|
|
433
|
+
--zartd-tabs-nav-tab-active: linear-gradient(180deg, #fff 0%, #f1f6fa 68%);
|
|
434
|
+
--zartd-tabs-tab-active-border-shadow: -2px 1px 4px 0 rgba(16, 0, 0, 0.1), 2px 1px 4px 0 rgb(0 0 0 / 8%);
|
|
435
|
+
/* -------------------- procomponents -------------------- */
|
|
436
|
+
/* -------------------- collapse-button -------------------- */
|
|
437
|
+
--zartd-collapse-button-background-color: var(--zartd-primary-fade-20);
|
|
438
|
+
--zartd-collapse-button-border-color: var(--zartd-primary-fade-50);
|
|
439
|
+
/* -------------------- empty -------------------- */
|
|
440
|
+
--zartd-empty-default-image: url('../images/empty-default.png');
|
|
441
|
+
/* -------------------- layout-header-more -------------------- */
|
|
442
|
+
--zartd-layout-header-more-button-active-background-color: var(--zartd-primary-fade-10);
|
|
443
|
+
/* -------------------- profile-avatar -------------------- */
|
|
444
|
+
--zartd-profile-avatar-photo-box-shadow: 7px 5px 10px 0 #e9eeff, -7px -5px 10px 0 #fff;
|
|
445
|
+
/* -------------------- spread-navigation -------------------- */
|
|
446
|
+
--zartd-spread-navigation-background-image: url('../images/spread-navigation-bg.png');
|
|
447
|
+
--zartd-spread-navigation-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1);
|
|
448
|
+
/* -------------------- top-menu -------------------- */
|
|
449
|
+
--zartd-top-menu-item-active-background-color: rgba(0, 0, 0, 0.05);
|
|
450
|
+
--zartd-top-menu-item-selected-background-color: rgba(0, 0, 0, 0.1);
|
|
451
|
+
/* -------------------- view-login -------------------- */
|
|
452
|
+
--zartd-view-login-background-image: url('../images/login-bg.png');
|
|
453
|
+
--zartd-view-login-banner-one-background-image: url('../images/login-banner-one.png');
|
|
454
|
+
--zartd-view-login-banner-two-background-image: url('../images/login-banner-two.png');
|
|
455
|
+
--zartd-view-login-banner-three-background-image: url('../images/login-banner-three.png');
|
|
456
|
+
--zartd-view-login-content-background: linear-gradient(145deg, rgba(0, 146, 250, 0.85), rgba(0, 147, 250, 0.85), rgba(0, 195, 255, 0.85));
|
|
457
|
+
--zartd-view-login-form-input-border-color: rgba(255, 255, 255, 0.3);
|
|
458
|
+
--zartd-view-login-carousel-box-shadow-color: rgba(18, 33, 61, 0.15);
|
|
459
|
+
--zartd-view-login-carousel-dots-button-background: #c7e4f7;
|
|
460
|
+
--zartd-view-login-carousel-dots-button-active-background-image: linear-gradient(268deg, #38f 1%, #5f8ff7 81%);
|
|
461
|
+
--zartd-view-login-carousel-dots-button-active-box-shadow: 1px 1px 6px 0 rgba(72, 117, 252, 0.2);
|
|
462
|
+
/* -------------------- panal-bg -------------------- */
|
|
463
|
+
--zartd-panal-bg-background-color: #fff;
|
|
464
|
+
--zartd-panal-bg-box-shadow: 2px 2px 4px 0 rgba(0, 114, 255, 0.06);
|
|
465
|
+
}
|
|
466
|
+
:root.dark,
|
|
467
|
+
:root[theme-color='dark'] {
|
|
468
|
+
/* -------------------- common -------------------- */
|
|
469
|
+
--zartd-body-background: #22272e;
|
|
470
|
+
/* -------------------- components -------------------- */
|
|
471
|
+
/* -------------------- procomponents -------------------- */
|
|
472
|
+
/* -------------------- view-login -------------------- */
|
|
473
|
+
--zartd-view-login-background-image: url('../images/login-bg-dark.png');
|
|
474
|
+
--zartd-view-login-banner-one-background-image: url('../images/login-banner-one-dark.png');
|
|
475
|
+
--zartd-view-login-banner-two-background-image: url('../images/login-banner-two-dark.png');
|
|
476
|
+
--zartd-view-login-banner-three-background-image: url('../images/login-banner-three-dark.png');
|
|
477
|
+
--zartd-view-login-content-background: rgba(15, 23, 33, 0.85);
|
|
478
|
+
--zartd-view-login-carousel-dots-button-active-background-image: linear-gradient(178deg, #4376ec 11%, #5f8ff7 91%);
|
|
479
|
+
--zartd-view-login-carousel-dots-button-active-box-shadow: -10px -8px 30px 0 #293e68, 10px 8px 30px 0 rgb(0 0 0 / 20%);
|
|
480
|
+
}
|
|
481
|
+
:root.gov,
|
|
482
|
+
:root[theme-color='gov'] {
|
|
483
|
+
/* -------------------- common -------------------- */
|
|
484
|
+
/* -------------------- components -------------------- */
|
|
485
|
+
/* -------------------- procomponents -------------------- */
|
|
486
|
+
/* -------------------- view-login -------------------- */
|
|
487
|
+
--zartd-view-login-background-image: url('../images/login-bg-gov.png');
|
|
488
|
+
--zartd-view-login-banner-one-background-image: url('../images/login-banner-one-gov.png');
|
|
489
|
+
--zartd-view-login-banner-two-background-image: url('../images/login-banner-two-gov.png');
|
|
490
|
+
--zartd-view-login-banner-three-background-image: url('../images/login-banner-three-gov.png');
|
|
491
|
+
--zartd-view-login-content-background: linear-gradient(145deg, rgba(205, 31, 39, 0.85), rgba(205, 31, 39, 0.85), rgba(255, 67, 0, 0.85));
|
|
492
|
+
--zartd-view-login-carousel-dots-button-background: #e1e1e1;
|
|
493
|
+
--zartd-view-login-carousel-dots-button-active-background-image: linear-gradient(-44deg, #ff4300 0%, #cd1f27 100%, #cd1f27 100%);
|
|
494
|
+
}
|
|
495
|
+
:root {
|
|
496
|
+
--zartd-primary-color: #3388ff;
|
|
497
|
+
--zartd-primary-color-hover: #3388ff;
|
|
498
|
+
--zartd-primary-color-active: #2167d9;
|
|
499
|
+
--zartd-primary-color-outline: #d6edff;
|
|
500
|
+
--zartd-primary-1: #f0f9ff;
|
|
501
|
+
--zartd-primary-2: #d6edff;
|
|
502
|
+
--zartd-primary-3: #add8ff;
|
|
503
|
+
--zartd-primary-4: #85c0ff;
|
|
504
|
+
--zartd-primary-5: #5ca5ff;
|
|
505
|
+
--zartd-primary-6: #3388ff;
|
|
506
|
+
--zartd-primary-7: #2167d9;
|
|
507
|
+
--zartd-primary-8: #124ab3;
|
|
508
|
+
--zartd-primary-9: #07318c;
|
|
509
|
+
--zartd-primary-10: #042066;
|
|
510
|
+
--zartd-primary-fade-5: rgba(51, 136, 255, 0.05);
|
|
511
|
+
--zartd-primary-fade-10: rgba(51, 136, 255, 0.1);
|
|
512
|
+
--zartd-primary-fade-15: rgba(51, 136, 255, 0.15);
|
|
513
|
+
--zartd-primary-fade-20: rgba(51, 136, 255, 0.2);
|
|
514
|
+
--zartd-primary-fade-25: rgba(51, 136, 255, 0.25);
|
|
515
|
+
--zartd-primary-fade-30: rgba(51, 136, 255, 0.3);
|
|
516
|
+
--zartd-primary-fade-35: rgba(51, 136, 255, 0.35);
|
|
517
|
+
--zartd-primary-fade-40: rgba(51, 136, 255, 0.4);
|
|
518
|
+
--zartd-primary-fade-45: rgba(51, 136, 255, 0.45);
|
|
519
|
+
--zartd-primary-fade-50: rgba(51, 136, 255, 0.5);
|
|
520
|
+
--zartd-primary-fade-55: rgba(51, 136, 255, 0.55);
|
|
521
|
+
--zartd-primary-fade-60: rgba(51, 136, 255, 0.6);
|
|
522
|
+
--zartd-primary-fade-65: rgba(51, 136, 255, 0.65);
|
|
523
|
+
--zartd-primary-fade-70: rgba(51, 136, 255, 0.7);
|
|
524
|
+
--zartd-primary-fade-75: rgba(51, 136, 255, 0.75);
|
|
525
|
+
--zartd-primary-fade-80: rgba(51, 136, 255, 0.8);
|
|
526
|
+
--zartd-primary-fade-85: rgba(51, 136, 255, 0.85);
|
|
527
|
+
--zartd-primary-fade-90: rgba(51, 136, 255, 0.9);
|
|
528
|
+
--zartd-primary-fade-95: rgba(51, 136, 255, 0.95);
|
|
529
|
+
--zartd-primary-fade-100: #3388ff;
|
|
530
|
+
--zartd-primary-color-deprecated-pure: ;
|
|
531
|
+
--zartd-primary-color-deprecated-l-35: #e5f0ff;
|
|
532
|
+
--zartd-primary-color-deprecated-l-20: #99c3ff;
|
|
533
|
+
--zartd-primary-color-deprecated-t-20: #5ca0ff;
|
|
534
|
+
--zartd-primary-color-deprecated-t-50: #99c4ff;
|
|
535
|
+
--zartd-primary-color-deprecated-f-12: rgba(51, 136, 255, 0.12);
|
|
536
|
+
--zartd-primary-color-active-deprecated-f-30: rgba(240, 249, 255, 0.3);
|
|
537
|
+
--zartd-primary-color-active-deprecated-d-02: #e6f5ff;
|
|
538
|
+
--zartd-success-color: #11c79b;
|
|
539
|
+
--zartd-success-color-hover: #35d4a7;
|
|
540
|
+
--zartd-success-color-active: #06a17f;
|
|
541
|
+
--zartd-success-color-outline: rgba(17, 199, 155, 0.2);
|
|
542
|
+
--zartd-success-color-deprecated-bg: #e6fff4;
|
|
543
|
+
--zartd-success-color-deprecated-border: #87edc9;
|
|
544
|
+
--zartd-error-color: #ff4433;
|
|
545
|
+
--zartd-error-color-hover: #ff4433;
|
|
546
|
+
--zartd-error-color-active: #d92a21;
|
|
547
|
+
--zartd-error-color-outline: #ffdfd6;
|
|
548
|
+
--zartd-error-color-deprecated-bg: #fff4f0;
|
|
549
|
+
--zartd-error-color-deprecated-border: #ffbcad;
|
|
550
|
+
--zartd-error-1: #fff4f0;
|
|
551
|
+
--zartd-error-2: #ffdfd6;
|
|
552
|
+
--zartd-error-3: #ffbcad;
|
|
553
|
+
--zartd-error-4: #ff9785;
|
|
554
|
+
--zartd-error-5: #ff6f5c;
|
|
555
|
+
--zartd-error-6: #ff4433;
|
|
556
|
+
--zartd-error-7: #d92a21;
|
|
557
|
+
--zartd-error-8: #b31512;
|
|
558
|
+
--zartd-error-9: #8c0709;
|
|
559
|
+
--zartd-error-10: #660409;
|
|
560
|
+
--zartd-warning-color: #ff6600;
|
|
561
|
+
--zartd-warning-color-hover: #ff8629;
|
|
562
|
+
--zartd-warning-color-active: #d94f00;
|
|
563
|
+
--zartd-warning-color-outline: rgba(255, 102, 0, 0.2);
|
|
564
|
+
--zartd-warning-color-deprecated-bg: #fff4e6;
|
|
565
|
+
--zartd-warning-color-deprecated-border: #ffbd7a;
|
|
566
|
+
--zartd-info-color: #3388ff;
|
|
567
|
+
--zartd-info-color-deprecated-bg: #f0f9ff;
|
|
568
|
+
--zartd-info-color-deprecated-border: #add8ff;
|
|
569
|
+
--zartd-text-color-1: #ffffff;
|
|
570
|
+
--zartd-text-color-2: #f5f7fa;
|
|
571
|
+
--zartd-text-color-3: #e9ecf2;
|
|
572
|
+
--zartd-text-color-4: #dde1eb;
|
|
573
|
+
--zartd-text-color-5: #ced4e0;
|
|
574
|
+
--zartd-text-color-6: #c3cad9;
|
|
575
|
+
--zartd-text-color-7: #6b7a99;
|
|
576
|
+
--zartd-text-color-8: #223355;
|
|
577
|
+
--zartd-text-color-9: #081126;
|
|
578
|
+
--zartd-text-color-10: #000000;
|
|
579
|
+
}
|
|
580
|
+
:root.dark,
|
|
581
|
+
:root[theme-color=dark] {
|
|
582
|
+
--zartd-primary-color: #3388ff;
|
|
583
|
+
--zartd-primary-color-hover: #3388ff;
|
|
584
|
+
--zartd-primary-color-active: #2167d9;
|
|
585
|
+
--zartd-primary-color-outline: #d6edff;
|
|
586
|
+
--zartd-primary-1: #f0f9ff;
|
|
587
|
+
--zartd-primary-2: #d6edff;
|
|
588
|
+
--zartd-primary-3: #add8ff;
|
|
589
|
+
--zartd-primary-4: #85c0ff;
|
|
590
|
+
--zartd-primary-5: #5ca5ff;
|
|
591
|
+
--zartd-primary-6: #3388ff;
|
|
592
|
+
--zartd-primary-7: #2167d9;
|
|
593
|
+
--zartd-primary-8: #124ab3;
|
|
594
|
+
--zartd-primary-9: #07318c;
|
|
595
|
+
--zartd-primary-10: #042066;
|
|
596
|
+
--zartd-primary-fade-5: rgba(51, 136, 255, 0.05);
|
|
597
|
+
--zartd-primary-fade-10: rgba(51, 136, 255, 0.1);
|
|
598
|
+
--zartd-primary-fade-15: rgba(51, 136, 255, 0.15);
|
|
599
|
+
--zartd-primary-fade-20: rgba(51, 136, 255, 0.2);
|
|
600
|
+
--zartd-primary-fade-25: rgba(51, 136, 255, 0.25);
|
|
601
|
+
--zartd-primary-fade-30: rgba(51, 136, 255, 0.3);
|
|
602
|
+
--zartd-primary-fade-35: rgba(51, 136, 255, 0.35);
|
|
603
|
+
--zartd-primary-fade-40: rgba(51, 136, 255, 0.4);
|
|
604
|
+
--zartd-primary-fade-45: rgba(51, 136, 255, 0.45);
|
|
605
|
+
--zartd-primary-fade-50: rgba(51, 136, 255, 0.5);
|
|
606
|
+
--zartd-primary-fade-55: rgba(51, 136, 255, 0.55);
|
|
607
|
+
--zartd-primary-fade-60: rgba(51, 136, 255, 0.6);
|
|
608
|
+
--zartd-primary-fade-65: rgba(51, 136, 255, 0.65);
|
|
609
|
+
--zartd-primary-fade-70: rgba(51, 136, 255, 0.7);
|
|
610
|
+
--zartd-primary-fade-75: rgba(51, 136, 255, 0.75);
|
|
611
|
+
--zartd-primary-fade-80: rgba(51, 136, 255, 0.8);
|
|
612
|
+
--zartd-primary-fade-85: rgba(51, 136, 255, 0.85);
|
|
613
|
+
--zartd-primary-fade-90: rgba(51, 136, 255, 0.9);
|
|
614
|
+
--zartd-primary-fade-95: rgba(51, 136, 255, 0.95);
|
|
615
|
+
--zartd-primary-fade-100: #3388ff;
|
|
616
|
+
--zartd-primary-color-deprecated-pure: ;
|
|
617
|
+
--zartd-primary-color-deprecated-l-35: #e5f0ff;
|
|
618
|
+
--zartd-primary-color-deprecated-l-20: #99c3ff;
|
|
619
|
+
--zartd-primary-color-deprecated-t-20: #5ca0ff;
|
|
620
|
+
--zartd-primary-color-deprecated-t-50: #99c4ff;
|
|
621
|
+
--zartd-primary-color-deprecated-f-12: rgba(51, 136, 255, 0.12);
|
|
622
|
+
--zartd-primary-color-active-deprecated-f-30: rgba(240, 249, 255, 0.3);
|
|
623
|
+
--zartd-primary-color-active-deprecated-d-02: #e6f5ff;
|
|
624
|
+
--zartd-success-color: #11c79b;
|
|
625
|
+
--zartd-success-color-hover: #35d4a7;
|
|
626
|
+
--zartd-success-color-active: #06a17f;
|
|
627
|
+
--zartd-success-color-outline: rgba(17, 199, 155, 0.2);
|
|
628
|
+
--zartd-success-color-deprecated-bg: #e6fff4;
|
|
629
|
+
--zartd-success-color-deprecated-border: #87edc9;
|
|
630
|
+
--zartd-error-color: #ff4433;
|
|
631
|
+
--zartd-error-color-hover: #ff4433;
|
|
632
|
+
--zartd-error-color-active: #d92a21;
|
|
633
|
+
--zartd-error-color-outline: #ffdfd6;
|
|
634
|
+
--zartd-error-color-deprecated-bg: #fff4f0;
|
|
635
|
+
--zartd-error-color-deprecated-border: #ffbcad;
|
|
636
|
+
--zartd-error-1: #fff4f0;
|
|
637
|
+
--zartd-error-2: #ffdfd6;
|
|
638
|
+
--zartd-error-3: #ffbcad;
|
|
639
|
+
--zartd-error-4: #ff9785;
|
|
640
|
+
--zartd-error-5: #ff6f5c;
|
|
641
|
+
--zartd-error-6: #ff4433;
|
|
642
|
+
--zartd-error-7: #d92a21;
|
|
643
|
+
--zartd-error-8: #b31512;
|
|
644
|
+
--zartd-error-9: #8c0709;
|
|
645
|
+
--zartd-error-10: #660409;
|
|
646
|
+
--zartd-warning-color: #ff6600;
|
|
647
|
+
--zartd-warning-color-hover: #ff8629;
|
|
648
|
+
--zartd-warning-color-active: #d94f00;
|
|
649
|
+
--zartd-warning-color-outline: rgba(255, 102, 0, 0.2);
|
|
650
|
+
--zartd-warning-color-deprecated-bg: #fff4e6;
|
|
651
|
+
--zartd-warning-color-deprecated-border: #ffbd7a;
|
|
652
|
+
--zartd-info-color: #3388ff;
|
|
653
|
+
--zartd-info-color-deprecated-bg: #f0f9ff;
|
|
654
|
+
--zartd-info-color-deprecated-border: #add8ff;
|
|
655
|
+
--zartd-text-color-1: #ffffff;
|
|
656
|
+
--zartd-text-color-2: #f5f7fa;
|
|
657
|
+
--zartd-text-color-3: #e9ecf2;
|
|
658
|
+
--zartd-text-color-4: #dde1eb;
|
|
659
|
+
--zartd-text-color-5: #ced4e0;
|
|
660
|
+
--zartd-text-color-6: #c3cad9;
|
|
661
|
+
--zartd-text-color-7: #6b7a99;
|
|
662
|
+
--zartd-text-color-8: #223355;
|
|
663
|
+
--zartd-text-color-9: #081126;
|
|
664
|
+
--zartd-text-color-10: #000000;
|
|
665
|
+
}
|
|
666
|
+
:root.gov,
|
|
667
|
+
:root[theme-color=gov] {
|
|
668
|
+
--zartd-primary-color: #ff4300;
|
|
669
|
+
--zartd-primary-color-hover: #ff4300;
|
|
670
|
+
--zartd-primary-color-active: #d93300;
|
|
671
|
+
--zartd-primary-color-outline: #ffc8a3;
|
|
672
|
+
--zartd-primary-1: #fff1e6;
|
|
673
|
+
--zartd-primary-2: #ffc8a3;
|
|
674
|
+
--zartd-primary-3: #ffab7a;
|
|
675
|
+
--zartd-primary-4: #ff8b52;
|
|
676
|
+
--zartd-primary-5: #ff6929;
|
|
677
|
+
--zartd-primary-6: #ff4400;
|
|
678
|
+
--zartd-primary-7: #d93300;
|
|
679
|
+
--zartd-primary-8: #b32400;
|
|
680
|
+
--zartd-primary-9: #8c1700;
|
|
681
|
+
--zartd-primary-10: #660e00;
|
|
682
|
+
--zartd-primary-fade-5: rgba(255, 67, 0, 0.05);
|
|
683
|
+
--zartd-primary-fade-10: rgba(255, 67, 0, 0.1);
|
|
684
|
+
--zartd-primary-fade-15: rgba(255, 67, 0, 0.15);
|
|
685
|
+
--zartd-primary-fade-20: rgba(255, 67, 0, 0.2);
|
|
686
|
+
--zartd-primary-fade-25: rgba(255, 67, 0, 0.25);
|
|
687
|
+
--zartd-primary-fade-30: rgba(255, 67, 0, 0.3);
|
|
688
|
+
--zartd-primary-fade-35: rgba(255, 67, 0, 0.35);
|
|
689
|
+
--zartd-primary-fade-40: rgba(255, 67, 0, 0.4);
|
|
690
|
+
--zartd-primary-fade-45: rgba(255, 67, 0, 0.45);
|
|
691
|
+
--zartd-primary-fade-50: rgba(255, 67, 0, 0.5);
|
|
692
|
+
--zartd-primary-fade-55: rgba(255, 67, 0, 0.55);
|
|
693
|
+
--zartd-primary-fade-60: rgba(255, 67, 0, 0.6);
|
|
694
|
+
--zartd-primary-fade-65: rgba(255, 67, 0, 0.65);
|
|
695
|
+
--zartd-primary-fade-70: rgba(255, 67, 0, 0.7);
|
|
696
|
+
--zartd-primary-fade-75: rgba(255, 67, 0, 0.75);
|
|
697
|
+
--zartd-primary-fade-80: rgba(255, 67, 0, 0.8);
|
|
698
|
+
--zartd-primary-fade-85: rgba(255, 67, 0, 0.85);
|
|
699
|
+
--zartd-primary-fade-90: rgba(255, 67, 0, 0.9);
|
|
700
|
+
--zartd-primary-fade-95: rgba(255, 67, 0, 0.95);
|
|
701
|
+
--zartd-primary-fade-100: #ff4300;
|
|
702
|
+
--zartd-primary-color-deprecated-pure: ;
|
|
703
|
+
--zartd-primary-color-deprecated-l-35: #ffc7b3;
|
|
704
|
+
--zartd-primary-color-deprecated-l-20: #ff8e66;
|
|
705
|
+
--zartd-primary-color-deprecated-t-20: #ff6933;
|
|
706
|
+
--zartd-primary-color-deprecated-t-50: #ffa180;
|
|
707
|
+
--zartd-primary-color-deprecated-f-12: rgba(255, 67, 0, 0.12);
|
|
708
|
+
--zartd-primary-color-active-deprecated-f-30: rgba(255, 241, 230, 0.3);
|
|
709
|
+
--zartd-primary-color-active-deprecated-d-02: #ffebdc;
|
|
710
|
+
--zartd-success-color: #11c79b;
|
|
711
|
+
--zartd-success-color-hover: #35d4a7;
|
|
712
|
+
--zartd-success-color-active: #06a17f;
|
|
713
|
+
--zartd-success-color-outline: rgba(17, 199, 155, 0.2);
|
|
714
|
+
--zartd-success-color-deprecated-bg: #e6fff4;
|
|
715
|
+
--zartd-success-color-deprecated-border: #87edc9;
|
|
716
|
+
--zartd-error-color: #ff4433;
|
|
717
|
+
--zartd-error-color-hover: #ff4433;
|
|
718
|
+
--zartd-error-color-active: #d92a21;
|
|
719
|
+
--zartd-error-color-outline: #ffdfd6;
|
|
720
|
+
--zartd-error-color-deprecated-bg: #fff4f0;
|
|
721
|
+
--zartd-error-color-deprecated-border: #ffbcad;
|
|
722
|
+
--zartd-error-1: #fff4f0;
|
|
723
|
+
--zartd-error-2: #ffdfd6;
|
|
724
|
+
--zartd-error-3: #ffbcad;
|
|
725
|
+
--zartd-error-4: #ff9785;
|
|
726
|
+
--zartd-error-5: #ff6f5c;
|
|
727
|
+
--zartd-error-6: #ff4433;
|
|
728
|
+
--zartd-error-7: #d92a21;
|
|
729
|
+
--zartd-error-8: #b31512;
|
|
730
|
+
--zartd-error-9: #8c0709;
|
|
731
|
+
--zartd-error-10: #660409;
|
|
732
|
+
--zartd-warning-color: #ff6600;
|
|
733
|
+
--zartd-warning-color-hover: #ff8629;
|
|
734
|
+
--zartd-warning-color-active: #d94f00;
|
|
735
|
+
--zartd-warning-color-outline: rgba(255, 102, 0, 0.2);
|
|
736
|
+
--zartd-warning-color-deprecated-bg: #fff4e6;
|
|
737
|
+
--zartd-warning-color-deprecated-border: #ffbd7a;
|
|
738
|
+
--zartd-info-color: #ff4300;
|
|
739
|
+
--zartd-info-color-deprecated-bg: #fff1e6;
|
|
740
|
+
--zartd-info-color-deprecated-border: #ffab7a;
|
|
741
|
+
--zartd-text-color-1: #ffffff;
|
|
742
|
+
--zartd-text-color-2: #f5f7fa;
|
|
743
|
+
--zartd-text-color-3: #e9ecf2;
|
|
744
|
+
--zartd-text-color-4: #dde1eb;
|
|
745
|
+
--zartd-text-color-5: #ced4e0;
|
|
746
|
+
--zartd-text-color-6: #c3cad9;
|
|
747
|
+
--zartd-text-color-7: #6b7a99;
|
|
748
|
+
--zartd-text-color-8: #223355;
|
|
749
|
+
--zartd-text-color-9: #081126;
|
|
750
|
+
--zartd-text-color-10: #000000;
|
|
751
|
+
}
|
|
752
|
+
:root {
|
|
753
|
+
--zartd-font-family: -apple-system, 'BlinkMacSystemFont', 'Helvetica Neue', 'Segoe UI', 'Roboto', 'Tahoma', 'Arial', 'PingFang SC', 'Hiragino Sans GB',
|
|
754
|
+
'Microsoft YaHei', 'Noto Sans', 'WenQuanYi Micro Hei', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
755
|
+
--zartd-font-family-code: 'Consolas', 'Monaco', 'Andale Mono', 'Ubuntu Mono', monospace;
|
|
756
|
+
--zartd-font-family-number: 'DIN';
|
|
757
|
+
}
|
|
758
|
+
:root ::-webkit-scrollbar {
|
|
759
|
+
width: 6px;
|
|
760
|
+
height: 6px;
|
|
761
|
+
background-color: transparent;
|
|
762
|
+
}
|
|
763
|
+
:root ::-webkit-scrollbar-track {
|
|
764
|
+
background-color: transparent;
|
|
765
|
+
}
|
|
766
|
+
:root ::-webkit-scrollbar-thumb {
|
|
767
|
+
background-color: var(--zartd-shadow-color);
|
|
768
|
+
border-radius: 3px;
|
|
769
|
+
}
|
|
770
|
+
body {
|
|
771
|
+
-webkit-font-smoothing: antialiased;
|
|
772
|
+
-moz-osx-font-smoothing: grayscale;
|
|
773
|
+
}
|
|
774
|
+
/* -------------------- components -------------------- */
|
|
775
|
+
.ant-alert {
|
|
776
|
+
padding: 16px;
|
|
777
|
+
border: none;
|
|
778
|
+
}
|
|
779
|
+
.ant-alert .anticon {
|
|
780
|
+
display: flex;
|
|
781
|
+
align-items: center;
|
|
782
|
+
}
|
|
783
|
+
.ant-alert .anticon.ant-alert-icon {
|
|
784
|
+
width: 16px;
|
|
785
|
+
height: 16px;
|
|
786
|
+
margin-right: 8px;
|
|
787
|
+
}
|
|
788
|
+
.ant-alert.ant-alert-closable .ant-alert-close-icon .anticon-close {
|
|
789
|
+
display: flex;
|
|
790
|
+
align-items: center;
|
|
791
|
+
width: 16px;
|
|
792
|
+
height: 16px;
|
|
793
|
+
}
|
|
794
|
+
.ant-alert.ant-alert-closable .ant-alert-close-icon .ant-alert-close-text {
|
|
795
|
+
height: 20px;
|
|
796
|
+
color: var(--zartd-primary-color);
|
|
797
|
+
font-weight: 400;
|
|
798
|
+
line-height: 20px;
|
|
799
|
+
}
|
|
800
|
+
.ant-alert.ant-alert-with-description {
|
|
801
|
+
padding: 16px;
|
|
802
|
+
}
|
|
803
|
+
.ant-alert.ant-alert-with-description .anticon {
|
|
804
|
+
display: flex;
|
|
805
|
+
align-items: center;
|
|
806
|
+
}
|
|
807
|
+
.ant-alert.ant-alert-with-description .anticon.ant-alert-icon {
|
|
808
|
+
width: 16px;
|
|
809
|
+
height: 16px;
|
|
810
|
+
margin-top: 2px;
|
|
811
|
+
margin-right: 8px;
|
|
812
|
+
}
|
|
813
|
+
.ant-alert.ant-alert-with-description.ant-alert-closable .ant-alert-close-icon {
|
|
814
|
+
font-size: 14px;
|
|
815
|
+
}
|
|
816
|
+
.ant-alert.ant-alert-with-description.ant-alert-closable .ant-alert-close-icon .anticon-close {
|
|
817
|
+
display: flex;
|
|
818
|
+
align-items: center;
|
|
819
|
+
width: 16px;
|
|
820
|
+
height: 16px;
|
|
821
|
+
}
|
|
822
|
+
.ant-alert.ant-alert-with-description .ant-alert-message {
|
|
823
|
+
margin-bottom: 8px;
|
|
824
|
+
font-weight: 500;
|
|
825
|
+
font-size: 14px;
|
|
826
|
+
line-height: 20px;
|
|
827
|
+
}
|
|
828
|
+
.ant-alert.ant-alert-with-description .ant-alert-description {
|
|
829
|
+
line-height: 20px;
|
|
830
|
+
}
|
|
831
|
+
.ant-avatar-lg {
|
|
832
|
+
font-size: 18px !important;
|
|
833
|
+
}
|
|
834
|
+
.ant-badge .ant-avatar {
|
|
835
|
+
border-radius: 20px;
|
|
836
|
+
}
|
|
837
|
+
.ant-btn:not(.ant-btn-primary, .ant-btn-text, .ant-btn-link, .ant-btn-dangerous):hover,
|
|
838
|
+
.ant-btn:not(.ant-btn-primary, .ant-btn-text, .ant-btn-link, .ant-btn-dangerous):focus,
|
|
839
|
+
.ant-btn:not(.ant-btn-primary, .ant-btn-text, .ant-btn-link, .ant-btn-dangerous):active {
|
|
840
|
+
background: var(--zartd-primary-fade-5);
|
|
841
|
+
}
|
|
842
|
+
.ant-btn:not(.ant-btn-primary, .ant-btn-text, .ant-btn-link, .ant-btn-dangerous)[ant-click-animating-without-extra-node='true'] {
|
|
843
|
+
background: var(--zartd-primary-3);
|
|
844
|
+
}
|
|
845
|
+
.ant-btn.ant-btn-primary:hover,
|
|
846
|
+
.ant-btn.ant-btn-primary:focus,
|
|
847
|
+
.ant-btn.ant-btn-primary:active {
|
|
848
|
+
background: var(--zartd-primary-5);
|
|
849
|
+
border-color: var(--zartd-primary-5);
|
|
850
|
+
}
|
|
851
|
+
.ant-btn.ant-btn-primary[disabled],
|
|
852
|
+
.ant-btn.ant-btn-primary[disabled]:hover,
|
|
853
|
+
.ant-btn.ant-btn-primary[disabled]:focus,
|
|
854
|
+
.ant-btn.ant-btn-primary[disabled]:active {
|
|
855
|
+
color: var(--zartd-text-color-1);
|
|
856
|
+
background: var(--zartd-primary-3);
|
|
857
|
+
border-color: var(--zartd-primary-3);
|
|
858
|
+
}
|
|
859
|
+
.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node='true'] {
|
|
860
|
+
background: var(--zartd-primary-color-active);
|
|
861
|
+
border-color: var(--zartd-primary-color-active);
|
|
862
|
+
}
|
|
863
|
+
.ant-btn.ant-btn-text {
|
|
864
|
+
padding: 5px;
|
|
865
|
+
}
|
|
866
|
+
.ant-btn.ant-btn-text:hover,
|
|
867
|
+
.ant-btn.ant-btn-text:focus,
|
|
868
|
+
.ant-btn.ant-btn-text:active {
|
|
869
|
+
background: var(--zartd-text-color-2);
|
|
870
|
+
}
|
|
871
|
+
.ant-btn.ant-btn-text[disabled],
|
|
872
|
+
.ant-btn.ant-btn-text[disabled]:hover,
|
|
873
|
+
.ant-btn.ant-btn-text[disabled]:focus,
|
|
874
|
+
.ant-btn.ant-btn-text[disabled]:active {
|
|
875
|
+
border-color: transparent;
|
|
876
|
+
}
|
|
877
|
+
.ant-btn.ant-btn-text[ant-click-animating-without-extra-node='true'] {
|
|
878
|
+
background: var(--zartd-text-color-3);
|
|
879
|
+
}
|
|
880
|
+
.ant-btn.ant-btn-link {
|
|
881
|
+
padding: 5px;
|
|
882
|
+
}
|
|
883
|
+
.ant-btn.ant-btn-dangerous:not(.ant-btn-link):hover,
|
|
884
|
+
.ant-btn.ant-btn-dangerous:not(.ant-btn-link):focus,
|
|
885
|
+
.ant-btn.ant-btn-dangerous:not(.ant-btn-link):active {
|
|
886
|
+
background: var(--zartd-button-dangerous-active-background-color);
|
|
887
|
+
}
|
|
888
|
+
.ant-btn.ant-btn-dangerous[disabled],
|
|
889
|
+
.ant-btn.ant-btn-dangerous[disabled]:hover,
|
|
890
|
+
.ant-btn.ant-btn-dangerous[disabled]:focus,
|
|
891
|
+
.ant-btn.ant-btn-dangerous[disabled]:active {
|
|
892
|
+
color: var(--zartd-error-3);
|
|
893
|
+
background: var(--zartd-text-color-1);
|
|
894
|
+
border-color: var(--zartd-text-color-2);
|
|
895
|
+
}
|
|
896
|
+
.ant-btn.ant-btn-dangerous.ant-btn-primary:hover,
|
|
897
|
+
.ant-btn.ant-btn-dangerous.ant-btn-primary:focus,
|
|
898
|
+
.ant-btn.ant-btn-dangerous.ant-btn-primary:active {
|
|
899
|
+
background: var(--zartd-error-5);
|
|
900
|
+
border-color: var(--zartd-error-5);
|
|
901
|
+
}
|
|
902
|
+
.ant-btn.ant-btn-dangerous.ant-btn-primary[disabled],
|
|
903
|
+
.ant-btn.ant-btn-dangerous.ant-btn-primary[disabled]:hover,
|
|
904
|
+
.ant-btn.ant-btn-dangerous.ant-btn-primary[disabled]:focus,
|
|
905
|
+
.ant-btn.ant-btn-dangerous.ant-btn-primary[disabled]:active {
|
|
906
|
+
color: var(--zartd-text-color-1);
|
|
907
|
+
background: var(--zartd-error-3);
|
|
908
|
+
border-color: var(--zartd-error-3);
|
|
909
|
+
}
|
|
910
|
+
.ant-btn.ant-btn-dangerous[ant-click-animating-without-extra-node='true'].ant-btn-primary {
|
|
911
|
+
background: var(--zartd-error-7);
|
|
912
|
+
border-color: var(--zartd-error-7);
|
|
913
|
+
}
|
|
914
|
+
.ant-btn.ant-btn-dangerous[ant-click-animating-without-extra-node='true']:not(.ant-btn-primary) {
|
|
915
|
+
background: var(--zartd-error-color-deprecated-border) !important;
|
|
916
|
+
}
|
|
917
|
+
.ant-btn.ant-btn-background-ghost {
|
|
918
|
+
color: var(--zartd-text-color-8);
|
|
919
|
+
border-color: var(--zartd-text-color-3);
|
|
920
|
+
}
|
|
921
|
+
.ant-btn.ant-btn-background-ghost[disabled],
|
|
922
|
+
.ant-btn.ant-btn-background-ghost[disabled]:hover,
|
|
923
|
+
.ant-btn.ant-btn-background-ghost[disabled]:focus,
|
|
924
|
+
.ant-btn.ant-btn-background-ghost[disabled]:active {
|
|
925
|
+
color: var(--zartd-text-color-5);
|
|
926
|
+
background: transparent;
|
|
927
|
+
border-color: var(--zartd-text-color-3);
|
|
928
|
+
}
|
|
929
|
+
.ant-btn.ant-btn-background-ghost.ant-btn-primary {
|
|
930
|
+
color: var(--zartd-primary-6);
|
|
931
|
+
}
|
|
932
|
+
.ant-btn.ant-btn-background-ghost.ant-btn-primary:hover,
|
|
933
|
+
.ant-btn.ant-btn-background-ghost.ant-btn-primary:focus,
|
|
934
|
+
.ant-btn.ant-btn-background-ghost.ant-btn-primary:active {
|
|
935
|
+
color: var(--zartd-primary-6);
|
|
936
|
+
background: var(--zartd-primary-fade-5);
|
|
937
|
+
border-color: var(--zartd-primary-6);
|
|
938
|
+
}
|
|
939
|
+
.ant-btn.ant-btn-background-ghost.ant-btn-primary[disabled],
|
|
940
|
+
.ant-btn.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
|
|
941
|
+
.ant-btn.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
|
|
942
|
+
.ant-btn.ant-btn-background-ghost.ant-btn-primary[disabled]:active {
|
|
943
|
+
color: var(--zartd-text-color-1);
|
|
944
|
+
background: var(--zartd-primary-3);
|
|
945
|
+
border-color: var(--zartd-primary-3);
|
|
946
|
+
}
|
|
947
|
+
.ant-btn.ant-btn-background-ghost.ant-btn-primary[ant-click-animating-without-extra-node='true'] {
|
|
948
|
+
background: var(--zartd-primary-3);
|
|
949
|
+
}
|
|
950
|
+
.ant-btn.ant-btn-background-ghost.ant-btn-dangerous {
|
|
951
|
+
color: var(--zartd-error-7);
|
|
952
|
+
}
|
|
953
|
+
.ant-btn.ant-btn-background-ghost.ant-btn-dangerous[disabled],
|
|
954
|
+
.ant-btn.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover,
|
|
955
|
+
.ant-btn.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,
|
|
956
|
+
.ant-btn.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {
|
|
957
|
+
color: var(--zartd-error-3);
|
|
958
|
+
}
|
|
959
|
+
.ant-btn.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-primary:hover,
|
|
960
|
+
.ant-btn.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-primary:focus,
|
|
961
|
+
.ant-btn.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-primary:active {
|
|
962
|
+
color: var(--zartd-error-7);
|
|
963
|
+
background: var(--zartd-button-dangerous-active-background-color);
|
|
964
|
+
border-color: var(--zartd-error-5);
|
|
965
|
+
}
|
|
966
|
+
.ant-btn.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-primary[disabled],
|
|
967
|
+
.ant-btn.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-primary[disabled]:hover,
|
|
968
|
+
.ant-btn.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-primary[disabled]:focus,
|
|
969
|
+
.ant-btn.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-primary[disabled]:active {
|
|
970
|
+
color: var(--zartd-text-color-1);
|
|
971
|
+
background: var(--zartd-error-3);
|
|
972
|
+
border-color: var(--zartd-error-3);
|
|
973
|
+
}
|
|
974
|
+
.ant-btn.ant-btn-background-ghost.ant-btn-dangerous[ant-click-animating-without-extra-node='true'] {
|
|
975
|
+
background: var(--zartd-error-color-deprecated-border) !important;
|
|
976
|
+
}
|
|
977
|
+
.ant-btn.ant-btn-background-ghost.ant-btn-dangerous[ant-click-animating-without-extra-node='true'].ant-btn-primary {
|
|
978
|
+
background: var(--zartd-error-7);
|
|
979
|
+
border-color: var(--zartd-error-7);
|
|
980
|
+
}
|
|
981
|
+
.ant-btn[disabled],
|
|
982
|
+
.ant-btn[disabled]:hover,
|
|
983
|
+
.ant-btn[disabled]:focus,
|
|
984
|
+
.ant-btn[disabled]:active {
|
|
985
|
+
color: var(--zartd-text-color-5);
|
|
986
|
+
background: var(--zartd-text-color-1);
|
|
987
|
+
border-color: var(--zartd-text-color-2);
|
|
988
|
+
}
|
|
989
|
+
.ant-btn > i {
|
|
990
|
+
line-height: 1;
|
|
991
|
+
}
|
|
992
|
+
.ant-btn > i + span,
|
|
993
|
+
.ant-btn > span + i,
|
|
994
|
+
.ant-btn > .anticon + span,
|
|
995
|
+
.ant-btn > span + .anticon {
|
|
996
|
+
margin-left: 4px;
|
|
997
|
+
}
|
|
998
|
+
.ant-carousel .slick-dots li button {
|
|
999
|
+
border-radius: 9px;
|
|
1000
|
+
}
|
|
1001
|
+
.ant-cascader-checkbox-inner {
|
|
1002
|
+
border-color: var(--zartd-text-color-6);
|
|
1003
|
+
}
|
|
1004
|
+
.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner {
|
|
1005
|
+
border-color: var(--zartd-primary-6);
|
|
1006
|
+
background-color: var(--zartd-primary-6);
|
|
1007
|
+
}
|
|
1008
|
+
.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner::after {
|
|
1009
|
+
height: 2px;
|
|
1010
|
+
background-color: var(--zartd-text-color-1);
|
|
1011
|
+
}
|
|
1012
|
+
.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner {
|
|
1013
|
+
background-color: var(--zartd-text-color-2);
|
|
1014
|
+
border-color: var(--zartd-text-color-4) !important;
|
|
1015
|
+
}
|
|
1016
|
+
.ant-cascader-checkbox-disabled.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner,
|
|
1017
|
+
.ant-cascader-checkbox-disabled.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner {
|
|
1018
|
+
background-color: var(--zartd-primary-3);
|
|
1019
|
+
border-color: var(--zartd-primary-3) !important;
|
|
1020
|
+
}
|
|
1021
|
+
.ant-cascader-checkbox-disabled.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after {
|
|
1022
|
+
border-color: var(--zartd-text-color-1);
|
|
1023
|
+
}
|
|
1024
|
+
.ant-cascader-checkbox-disabled.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner::after {
|
|
1025
|
+
background-color: var(--zartd-text-color-1);
|
|
1026
|
+
}
|
|
1027
|
+
.ant-cascader-checkbox-disabled + span {
|
|
1028
|
+
color: var(--zartd-text-color-8);
|
|
1029
|
+
}
|
|
1030
|
+
.ant-cascader-dropdown .ant-cascader-menu-item {
|
|
1031
|
+
margin: 8px 8px 0;
|
|
1032
|
+
padding: 6px 13px;
|
|
1033
|
+
border-radius: 4px;
|
|
1034
|
+
}
|
|
1035
|
+
.ant-cascader-dropdown .ant-cascader-menu-item:first-child {
|
|
1036
|
+
margin-top: 0;
|
|
1037
|
+
}
|
|
1038
|
+
.ant-cascader-dropdown .ant-cascader-menu-item-expand {
|
|
1039
|
+
padding-right: 8px;
|
|
1040
|
+
}
|
|
1041
|
+
.ant-cascader-dropdown .ant-cascader-menu-item-expand-icon,
|
|
1042
|
+
.ant-cascader-dropdown .ant-cascader-menu-item-loading-icon {
|
|
1043
|
+
color: var(--zartd-text-color-6);
|
|
1044
|
+
}
|
|
1045
|
+
.ant-cascader-menu-item-disabled.ant-cascader-dropdown .ant-cascader-menu-item-expand-icon,
|
|
1046
|
+
.ant-cascader-menu-item-disabled.ant-cascader-dropdown .ant-cascader-menu-item-loading-icon {
|
|
1047
|
+
color: #c3cad9;
|
|
1048
|
+
}
|
|
1049
|
+
.ant-cascader-dropdown .ant-cascader-menu-item-active:not(.ant-cascader-dropdown .ant-cascader-menu-item-disabled),
|
|
1050
|
+
.ant-cascader-dropdown .ant-cascader-menu-item-active:not(.ant-cascader-dropdown .ant-cascader-menu-item-disabled):hover {
|
|
1051
|
+
color: var(--zartd-primary-color);
|
|
1052
|
+
}
|
|
1053
|
+
.ant-cascader-dropdown .ant-cascader-menu-item-active:not(.ant-cascader-dropdown .ant-cascader-menu-item-disabled) .ant-cascader-menu-item-expand-icon,
|
|
1054
|
+
.ant-cascader-dropdown .ant-cascader-menu-item-active:not(.ant-cascader-dropdown .ant-cascader-menu-item-disabled):hover .ant-cascader-menu-item-expand-icon {
|
|
1055
|
+
color: inherit;
|
|
1056
|
+
}
|
|
1057
|
+
.ant-cascader-dropdown .ant-cascader-menu-item-keyword {
|
|
1058
|
+
color: var(--zartd-primary-color);
|
|
1059
|
+
}
|
|
1060
|
+
.ant-checkbox + span {
|
|
1061
|
+
padding-left: 4px;
|
|
1062
|
+
}
|
|
1063
|
+
.ant-checkbox-inner {
|
|
1064
|
+
border-color: var(--zartd-text-color-6);
|
|
1065
|
+
}
|
|
1066
|
+
.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
1067
|
+
border-color: var(--zartd-primary-6);
|
|
1068
|
+
background-color: var(--zartd-primary-6);
|
|
1069
|
+
}
|
|
1070
|
+
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
1071
|
+
height: 2px;
|
|
1072
|
+
background-color: var(--zartd-text-color-1);
|
|
1073
|
+
}
|
|
1074
|
+
.ant-checkbox-disabled .ant-checkbox-inner {
|
|
1075
|
+
background-color: var(--zartd-text-color-2);
|
|
1076
|
+
border-color: var(--zartd-text-color-4) !important;
|
|
1077
|
+
}
|
|
1078
|
+
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner,
|
|
1079
|
+
.ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
1080
|
+
background-color: var(--zartd-primary-3);
|
|
1081
|
+
border-color: var(--zartd-primary-3) !important;
|
|
1082
|
+
}
|
|
1083
|
+
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
|
|
1084
|
+
border-color: var(--zartd-text-color-1);
|
|
1085
|
+
}
|
|
1086
|
+
.ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
|
1087
|
+
background-color: var(--zartd-text-color-1);
|
|
1088
|
+
}
|
|
1089
|
+
.ant-checkbox-disabled + span {
|
|
1090
|
+
color: var(--zartd-text-color-8);
|
|
1091
|
+
}
|
|
1092
|
+
.ant-collapse {
|
|
1093
|
+
border-bottom: 1px solid var(--zartd-border-color);
|
|
1094
|
+
}
|
|
1095
|
+
.ant-collapse .ant-collapse-item {
|
|
1096
|
+
margin: 0 16px;
|
|
1097
|
+
}
|
|
1098
|
+
.ant-collapse .ant-collapse-item .ant-collapse-header {
|
|
1099
|
+
padding: 0;
|
|
1100
|
+
padding: 10px 0;
|
|
1101
|
+
font-weight: 500;
|
|
1102
|
+
}
|
|
1103
|
+
.ant-collapse .ant-collapse-item .ant-collapse-content {
|
|
1104
|
+
border-top: none;
|
|
1105
|
+
}
|
|
1106
|
+
.ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
1107
|
+
padding: 0;
|
|
1108
|
+
}
|
|
1109
|
+
.ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box p {
|
|
1110
|
+
margin: 0 9px 9px 0;
|
|
1111
|
+
}
|
|
1112
|
+
.ant-collapse .ant-collapse-item:last-child {
|
|
1113
|
+
border-bottom: none;
|
|
1114
|
+
}
|
|
1115
|
+
.ant-picker-cell-in-view.ant-picker-cell-in-range {
|
|
1116
|
+
color: var(--zartd-primary-color);
|
|
1117
|
+
}
|
|
1118
|
+
.ant-picker-footer-extra {
|
|
1119
|
+
padding: 8px;
|
|
1120
|
+
line-height: 32px;
|
|
1121
|
+
}
|
|
1122
|
+
.ant-picker-ranges {
|
|
1123
|
+
padding: 8px;
|
|
1124
|
+
line-height: 32px;
|
|
1125
|
+
}
|
|
1126
|
+
.ant-picker-time-panel-column:not(:first-child) {
|
|
1127
|
+
border-left: none;
|
|
1128
|
+
}
|
|
1129
|
+
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
|
|
1130
|
+
color: var(--zartd-primary-color);
|
|
1131
|
+
}
|
|
1132
|
+
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
|
|
1133
|
+
padding-left: 18px;
|
|
1134
|
+
}
|
|
1135
|
+
.ant-picker-dropdown-range .ant-picker-header > button {
|
|
1136
|
+
font-size: 20px;
|
|
1137
|
+
}
|
|
1138
|
+
.ant-picker-dropdown .ant-picker-panel > .ant-picker-time-panel {
|
|
1139
|
+
padding: 8px;
|
|
1140
|
+
}
|
|
1141
|
+
.ant-descriptions .ant-descriptions-view .ant-descriptions-row td {
|
|
1142
|
+
padding: 9.5px 16px 9.5px 8px;
|
|
1143
|
+
background-color: var(--zartd-body-background);
|
|
1144
|
+
}
|
|
1145
|
+
.ant-descriptions .ant-descriptions-view .ant-descriptions-row th {
|
|
1146
|
+
padding: 9.5px 16px 9.5px 8px;
|
|
1147
|
+
color: var(--zartd-text-color-7);
|
|
1148
|
+
}
|
|
1149
|
+
.ant-drawer.ant-drawer-right .ant-drawer-content-wrapper {
|
|
1150
|
+
width: 400px;
|
|
1151
|
+
}
|
|
1152
|
+
.ant-drawer.ant-drawer-right .ant-drawer-content-wrapper .ant-drawer-header {
|
|
1153
|
+
padding: 16px 16px 14px;
|
|
1154
|
+
border-bottom: 1px solid var(--zartd-text-color-3);
|
|
1155
|
+
}
|
|
1156
|
+
.ant-drawer.ant-drawer-right .ant-drawer-content-wrapper .ant-drawer-header .ant-drawer-close {
|
|
1157
|
+
display: none;
|
|
1158
|
+
}
|
|
1159
|
+
.ant-drawer.ant-drawer-right .ant-drawer-content-wrapper .ant-drawer-header .ant-drawer-title {
|
|
1160
|
+
font-size: 18px;
|
|
1161
|
+
line-height: 25px;
|
|
1162
|
+
}
|
|
1163
|
+
.ant-drawer.ant-drawer-right .ant-drawer-content-wrapper .ant-drawer-header .ant-drawer-extra .ant-btn {
|
|
1164
|
+
height: 25px;
|
|
1165
|
+
padding: 0 20px;
|
|
1166
|
+
}
|
|
1167
|
+
.ant-drawer.ant-drawer-right .ant-drawer-content-wrapper .ant-drawer-body {
|
|
1168
|
+
padding: 16px;
|
|
1169
|
+
}
|
|
1170
|
+
.ant-drawer.ant-drawer-right .ant-drawer-content-wrapper .ant-drawer-body > p {
|
|
1171
|
+
margin-bottom: 0;
|
|
1172
|
+
line-height: 20px;
|
|
1173
|
+
}
|
|
1174
|
+
.ant-drawer.ant-drawer-right .ant-drawer-content-wrapper .ant-drawer-footer {
|
|
1175
|
+
padding: 11.5px 16px;
|
|
1176
|
+
border-top: none;
|
|
1177
|
+
/* stylelint-disable-next-line no-descending-specificity */
|
|
1178
|
+
}
|
|
1179
|
+
.ant-drawer.ant-drawer-right .ant-drawer-content-wrapper .ant-drawer-footer .ant-btn {
|
|
1180
|
+
padding: 5px 15px;
|
|
1181
|
+
line-height: 20px;
|
|
1182
|
+
border: 1px solid var(--zartd-text-color-3);
|
|
1183
|
+
}
|
|
1184
|
+
.ant-drawer.ant-drawer-right .ant-drawer-content-wrapper .ant-drawer-footer .ant-btn.ant-btn-primary {
|
|
1185
|
+
border: 1px solid var(--zartd-primary-color);
|
|
1186
|
+
}
|
|
1187
|
+
.ant-dropdown-menu {
|
|
1188
|
+
padding: 8px 0;
|
|
1189
|
+
}
|
|
1190
|
+
.ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1191
|
+
margin: 8px 8px 0;
|
|
1192
|
+
}
|
|
1193
|
+
.ant-dropdown-menu .ant-dropdown-menu-item:first-child {
|
|
1194
|
+
margin-top: 0;
|
|
1195
|
+
}
|
|
1196
|
+
.ant-empty {
|
|
1197
|
+
padding: 20px 0;
|
|
1198
|
+
}
|
|
1199
|
+
.ant-empty .ant-empty-image {
|
|
1200
|
+
margin-bottom: 24px;
|
|
1201
|
+
}
|
|
1202
|
+
.ant-empty .ant-empty-description {
|
|
1203
|
+
margin: 0;
|
|
1204
|
+
color: var(--zartd-text-color-6);
|
|
1205
|
+
}
|
|
1206
|
+
.ant-select-dropdown-empty {
|
|
1207
|
+
padding: 8px;
|
|
1208
|
+
}
|
|
1209
|
+
.ant-select-dropdown-empty .ant-cascader-menu {
|
|
1210
|
+
min-width: 0 !important;
|
|
1211
|
+
margin: 0;
|
|
1212
|
+
padding: 0;
|
|
1213
|
+
border: none;
|
|
1214
|
+
}
|
|
1215
|
+
.ant-select-dropdown-empty .ant-cascader-menu .ant-cascader-menu-item {
|
|
1216
|
+
margin: 0;
|
|
1217
|
+
padding: 0;
|
|
1218
|
+
}
|
|
1219
|
+
.ant-select-dropdown-empty .ant-cascader-menu .ant-cascader-menu-item .ant-cascader-menu-item-content {
|
|
1220
|
+
padding: 0 !important;
|
|
1221
|
+
}
|
|
1222
|
+
.ant-select-dropdown-empty .ant-select-item-empty {
|
|
1223
|
+
min-height: 0;
|
|
1224
|
+
padding: 0;
|
|
1225
|
+
}
|
|
1226
|
+
.ant-select-dropdown-empty .ant-empty {
|
|
1227
|
+
margin: 0;
|
|
1228
|
+
padding: 0;
|
|
1229
|
+
border: none;
|
|
1230
|
+
}
|
|
1231
|
+
.ant-select-dropdown-empty .ant-empty .ant-empty-image {
|
|
1232
|
+
display: none;
|
|
1233
|
+
}
|
|
1234
|
+
.ant-select-dropdown-empty .ant-empty p {
|
|
1235
|
+
margin: 0 !important;
|
|
1236
|
+
padding: 10px 8px;
|
|
1237
|
+
color: var(--zartd-text-color-7);
|
|
1238
|
+
text-align: left;
|
|
1239
|
+
}
|
|
1240
|
+
.ant-transfer-list-body-not-found .ant-empty {
|
|
1241
|
+
padding: 0;
|
|
1242
|
+
border: none;
|
|
1243
|
+
}
|
|
1244
|
+
.ant-form-item-label > label {
|
|
1245
|
+
color: var(--zartd-text-color-7);
|
|
1246
|
+
}
|
|
1247
|
+
.ant-form-item-with-help {
|
|
1248
|
+
margin-bottom: 16px;
|
|
1249
|
+
}
|
|
1250
|
+
.ant-form-horizontal,
|
|
1251
|
+
.ant-form-vertical {
|
|
1252
|
+
margin-bottom: -16px;
|
|
1253
|
+
}
|
|
1254
|
+
.ant-form-horizontal:has(.ant-form-item-required) .ant-form-item-label > label:not(.ant-form-item-required)::before {
|
|
1255
|
+
width: 8px;
|
|
1256
|
+
margin-right: 4px;
|
|
1257
|
+
content: '';
|
|
1258
|
+
}
|
|
1259
|
+
.ant-input-affix-wrapper {
|
|
1260
|
+
color: var(--zartd-text-color-6);
|
|
1261
|
+
}
|
|
1262
|
+
.ant-input-group-wrapper .ant-input-group {
|
|
1263
|
+
border-radius: 4px;
|
|
1264
|
+
}
|
|
1265
|
+
.ant-input-group-wrapper .ant-input-group-addon .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
1266
|
+
border-right-color: transparent;
|
|
1267
|
+
border-left-color: transparent;
|
|
1268
|
+
box-shadow: none;
|
|
1269
|
+
}
|
|
1270
|
+
.ant-input-group-wrapper .ant-input-group:focus-within {
|
|
1271
|
+
border-color: var(--zartd-primary-color);
|
|
1272
|
+
box-shadow: 0 0 0 2px var(--zartd-primary-color-outline);
|
|
1273
|
+
}
|
|
1274
|
+
.ant-input-group-wrapper .ant-input-group:hover .ant-input,
|
|
1275
|
+
.ant-input-group-wrapper .ant-input-group:focus-within .ant-input,
|
|
1276
|
+
.ant-input-group-wrapper .ant-input-group:hover .ant-input-group-addon,
|
|
1277
|
+
.ant-input-group-wrapper .ant-input-group:focus-within .ant-input-group-addon {
|
|
1278
|
+
border-color: var(--zartd-primary-color);
|
|
1279
|
+
box-shadow: none;
|
|
1280
|
+
}
|
|
1281
|
+
.ant-input-number-handler {
|
|
1282
|
+
color: var(--zartd-text-color-6);
|
|
1283
|
+
border: none;
|
|
1284
|
+
}
|
|
1285
|
+
.ant-input-number-group-wrapper .ant-input-number-group {
|
|
1286
|
+
border-radius: 4px;
|
|
1287
|
+
}
|
|
1288
|
+
.ant-input-number-group-wrapper .ant-input-number-group-addon .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
1289
|
+
border-right-color: transparent;
|
|
1290
|
+
border-left-color: transparent;
|
|
1291
|
+
box-shadow: none;
|
|
1292
|
+
}
|
|
1293
|
+
.ant-input-number-group-wrapper .ant-input-number-group:focus-within {
|
|
1294
|
+
border-color: var(--zartd-primary-color);
|
|
1295
|
+
box-shadow: 0 0 0 2px var(--zartd-primary-color-outline);
|
|
1296
|
+
}
|
|
1297
|
+
.ant-input-number-group-wrapper .ant-input-number-group:hover .ant-input-number,
|
|
1298
|
+
.ant-input-number-group-wrapper .ant-input-number-group:focus-within .ant-input-number,
|
|
1299
|
+
.ant-input-number-group-wrapper .ant-input-number-group:hover .ant-input-number-group-addon,
|
|
1300
|
+
.ant-input-number-group-wrapper .ant-input-number-group:focus-within .ant-input-number-group-addon {
|
|
1301
|
+
border-color: var(--zartd-primary-color);
|
|
1302
|
+
box-shadow: none;
|
|
1303
|
+
}
|
|
1304
|
+
/* stylelint-disable no-descending-specificity */
|
|
1305
|
+
.ant-menu-inline,
|
|
1306
|
+
.ant-menu-vertical {
|
|
1307
|
+
padding: 0 8px;
|
|
1308
|
+
border: none;
|
|
1309
|
+
}
|
|
1310
|
+
.ant-menu-inline .ant-menu-item,
|
|
1311
|
+
.ant-menu-vertical .ant-menu-item,
|
|
1312
|
+
.ant-menu-inline .ant-menu-submenu-title,
|
|
1313
|
+
.ant-menu-vertical .ant-menu-submenu-title {
|
|
1314
|
+
padding: 0 12px;
|
|
1315
|
+
border-radius: 4px;
|
|
1316
|
+
}
|
|
1317
|
+
.ant-menu-inline .ant-menu-item:hover,
|
|
1318
|
+
.ant-menu-vertical .ant-menu-item:hover,
|
|
1319
|
+
.ant-menu-inline .ant-menu-submenu-title:hover,
|
|
1320
|
+
.ant-menu-vertical .ant-menu-submenu-title:hover {
|
|
1321
|
+
background-color: var(--zartd-text-color-2);
|
|
1322
|
+
}
|
|
1323
|
+
.ant-menu-inline .ant-menu-submenu,
|
|
1324
|
+
.ant-menu-vertical .ant-menu-submenu {
|
|
1325
|
+
padding-bottom: 0;
|
|
1326
|
+
}
|
|
1327
|
+
.ant-menu-inline .ant-menu-submenu .ant-menu-item,
|
|
1328
|
+
.ant-menu-vertical .ant-menu-submenu .ant-menu-item {
|
|
1329
|
+
color: var(--zartd-text-color-7);
|
|
1330
|
+
}
|
|
1331
|
+
.ant-menu-inline .ant-menu-submenu .ant-menu-item-selected,
|
|
1332
|
+
.ant-menu-vertical .ant-menu-submenu .ant-menu-item-selected {
|
|
1333
|
+
color: var(--zartd-primary-color);
|
|
1334
|
+
}
|
|
1335
|
+
.ant-menu-inline .ant-menu-submenu .ant-menu-submenu .ant-menu-submenu-title,
|
|
1336
|
+
.ant-menu-vertical .ant-menu-submenu .ant-menu-submenu .ant-menu-submenu-title {
|
|
1337
|
+
color: var(--zartd-text-color-7);
|
|
1338
|
+
}
|
|
1339
|
+
.ant-menu-inline .ant-menu-submenu .ant-menu-submenu .ant-menu-item,
|
|
1340
|
+
.ant-menu-vertical .ant-menu-submenu .ant-menu-submenu .ant-menu-item {
|
|
1341
|
+
color: var(--zartd-text-color-6);
|
|
1342
|
+
}
|
|
1343
|
+
.ant-menu-inline .ant-menu-submenu-arrow,
|
|
1344
|
+
.ant-menu-vertical .ant-menu-submenu-arrow,
|
|
1345
|
+
.ant-menu-inline .ant-menu-submenu-expand-icon,
|
|
1346
|
+
.ant-menu-vertical .ant-menu-submenu-expand-icon {
|
|
1347
|
+
right: 12px;
|
|
1348
|
+
color: var(--zartd-text-color-6);
|
|
1349
|
+
}
|
|
1350
|
+
.ant-menu-dark .ant-menu-item:hover,
|
|
1351
|
+
.ant-menu-dark .ant-menu-submenu-title:hover,
|
|
1352
|
+
.ant-menu-dark .ant-menu-item-active,
|
|
1353
|
+
.ant-menu-dark .ant-menu-submenu-title-active {
|
|
1354
|
+
background-color: var(--zartd-primary-7);
|
|
1355
|
+
}
|
|
1356
|
+
.ant-menu-dark .ant-menu-submenu .ant-menu-item {
|
|
1357
|
+
color: var(--zartd-text-color-6);
|
|
1358
|
+
}
|
|
1359
|
+
.ant-menu-dark .ant-menu-submenu .ant-menu-item-selected {
|
|
1360
|
+
color: var(--zartd-text-color-1) !important;
|
|
1361
|
+
}
|
|
1362
|
+
.ant-menu-dark .ant-menu-submenu .ant-menu-submenu .ant-menu-submenu-title {
|
|
1363
|
+
color: var(--zartd-text-color-6);
|
|
1364
|
+
}
|
|
1365
|
+
.ant-menu-dark .ant-menu-submenu .ant-menu-submenu .ant-menu-item {
|
|
1366
|
+
color: var(--zartd-text-color-7);
|
|
1367
|
+
}
|
|
1368
|
+
.ant-menu-dark .ant-menu-submenu-arrow,
|
|
1369
|
+
.ant-menu-dark .ant-menu-submenu-expand-icon {
|
|
1370
|
+
color: var(--zartd-text-color-7);
|
|
1371
|
+
}
|
|
1372
|
+
.ant-menu-sub > *:first-child {
|
|
1373
|
+
margin-top: 0;
|
|
1374
|
+
}
|
|
1375
|
+
.ant-menu-submenu-popup .ant-menu-vertical {
|
|
1376
|
+
padding: 8px;
|
|
1377
|
+
}
|
|
1378
|
+
.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-item,
|
|
1379
|
+
.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-submenu-title {
|
|
1380
|
+
margin-bottom: 0;
|
|
1381
|
+
}
|
|
1382
|
+
.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-item:first-child,
|
|
1383
|
+
.ant-menu-submenu-popup .ant-menu-vertical .ant-menu-submenu-title:first-child {
|
|
1384
|
+
margin-top: 0;
|
|
1385
|
+
}
|
|
1386
|
+
.ant-menu-submenu-popup .ant-menu-submenu-vertical {
|
|
1387
|
+
margin-top: 8px;
|
|
1388
|
+
}
|
|
1389
|
+
.ant-menu-submenu-popup .ant-menu-submenu-vertical:first-child {
|
|
1390
|
+
margin-top: 0;
|
|
1391
|
+
}
|
|
1392
|
+
.ant-menu-item-group-title {
|
|
1393
|
+
padding: 0 12px;
|
|
1394
|
+
}
|
|
1395
|
+
.ant-message .ant-message-notice .ant-message-notice-content {
|
|
1396
|
+
padding: 16px;
|
|
1397
|
+
line-height: 20px;
|
|
1398
|
+
text-align: left;
|
|
1399
|
+
box-shadow: 0 2px 24px 2px var(--zartd-message-content-box-shadow-color);
|
|
1400
|
+
}
|
|
1401
|
+
.ant-message .ant-message-notice .ant-message-notice-content .anticon {
|
|
1402
|
+
top: 0;
|
|
1403
|
+
font-size: 14px;
|
|
1404
|
+
}
|
|
1405
|
+
.ant-modal .ant-modal-content {
|
|
1406
|
+
max-width: calc(100vw - 100px);
|
|
1407
|
+
max-height: calc(100vh - 100px);
|
|
1408
|
+
border-radius: 4px;
|
|
1409
|
+
box-shadow: 0 2px 50px 0 var(--zartd-modal-content-box-shadow-color);
|
|
1410
|
+
}
|
|
1411
|
+
.ant-modal .ant-modal-content .ant-modal-header {
|
|
1412
|
+
padding: 15px 20px 14px;
|
|
1413
|
+
border-bottom: 1px solid var(--zartd-text-color-2);
|
|
1414
|
+
}
|
|
1415
|
+
.ant-modal .ant-modal-content .ant-modal-header .ant-modal-title {
|
|
1416
|
+
font-size: 14px;
|
|
1417
|
+
}
|
|
1418
|
+
.ant-modal .ant-modal-content .ant-modal-body {
|
|
1419
|
+
max-height: calc(100vh - 202px);
|
|
1420
|
+
padding: 20px;
|
|
1421
|
+
overflow: auto;
|
|
1422
|
+
}
|
|
1423
|
+
.ant-modal .ant-modal-content .ant-modal-body > p {
|
|
1424
|
+
margin-bottom: 0;
|
|
1425
|
+
}
|
|
1426
|
+
.ant-modal .ant-modal-content .ant-modal-footer {
|
|
1427
|
+
border-top: none;
|
|
1428
|
+
}
|
|
1429
|
+
.ant-modal .ant-modal-content .ant-modal-footer .ant-btn {
|
|
1430
|
+
padding: 5px 15px;
|
|
1431
|
+
}
|
|
1432
|
+
.ant-modal .ant-modal-content .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
|
|
1433
|
+
margin-left: 16px;
|
|
1434
|
+
}
|
|
1435
|
+
/* stylelint-disable no-descending-specificity */
|
|
1436
|
+
/* stylelint-disable selector-class-pattern */
|
|
1437
|
+
.ant-notification {
|
|
1438
|
+
margin-right: 20px;
|
|
1439
|
+
}
|
|
1440
|
+
.ant-notification .ant-notification-notice {
|
|
1441
|
+
width: 369px;
|
|
1442
|
+
margin-bottom: 16px;
|
|
1443
|
+
padding: 16px;
|
|
1444
|
+
box-shadow: var(--zartd-box-shadow);
|
|
1445
|
+
}
|
|
1446
|
+
.ant-notification .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-with-icon .ant-notification-notice-icon {
|
|
1447
|
+
margin-left: 0;
|
|
1448
|
+
font-size: 16px;
|
|
1449
|
+
line-height: 20px;
|
|
1450
|
+
}
|
|
1451
|
+
.ant-notification .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-with-icon .anticon {
|
|
1452
|
+
margin-top: 2px;
|
|
1453
|
+
margin-left: 0;
|
|
1454
|
+
font-size: 16px;
|
|
1455
|
+
line-height: 20px;
|
|
1456
|
+
}
|
|
1457
|
+
.ant-notification .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-with-icon .ant-notification-notice-message {
|
|
1458
|
+
margin-left: 24px;
|
|
1459
|
+
}
|
|
1460
|
+
.ant-notification .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-with-icon .ant-notification-notice-description {
|
|
1461
|
+
margin-left: 24px;
|
|
1462
|
+
}
|
|
1463
|
+
.ant-notification .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-message {
|
|
1464
|
+
margin-bottom: 6px;
|
|
1465
|
+
padding-right: 0;
|
|
1466
|
+
font-weight: 500;
|
|
1467
|
+
font-size: 14px;
|
|
1468
|
+
line-height: 20px;
|
|
1469
|
+
}
|
|
1470
|
+
.ant-notification .ant-notification-notice .ant-notification-notice-content .ant-notification-notice-description {
|
|
1471
|
+
width: 252px;
|
|
1472
|
+
}
|
|
1473
|
+
.ant-notification.ant-notification-topRight .ant-notification-notice {
|
|
1474
|
+
margin-top: -4px;
|
|
1475
|
+
}
|
|
1476
|
+
.ant-notification.ant-notification-topLeft {
|
|
1477
|
+
margin-left: 20px;
|
|
1478
|
+
}
|
|
1479
|
+
.ant-notification.ant-notification-topLeft .ant-notification-notice {
|
|
1480
|
+
margin-top: -4px;
|
|
1481
|
+
}
|
|
1482
|
+
.ant-notification.ant-notification-bottomLeft {
|
|
1483
|
+
margin-left: 20px;
|
|
1484
|
+
}
|
|
1485
|
+
.ant-notification.ant-notification-bottomLeft .ant-notification-notice {
|
|
1486
|
+
margin-bottom: -4px;
|
|
1487
|
+
}
|
|
1488
|
+
.ant-notification.ant-notification-bottomRight .ant-notification-notice {
|
|
1489
|
+
margin-bottom: -4px;
|
|
1490
|
+
}
|
|
1491
|
+
.ant-page-header {
|
|
1492
|
+
padding: 16px 16px 15px;
|
|
1493
|
+
border: none;
|
|
1494
|
+
border-radius: 4px;
|
|
1495
|
+
box-shadow: 0 2px 10px 0 rgba(34, 51, 85, 0.1);
|
|
1496
|
+
}
|
|
1497
|
+
.ant-page-header .ant-page-header-heading .ant-page-header-heading-left {
|
|
1498
|
+
margin: 0;
|
|
1499
|
+
}
|
|
1500
|
+
.ant-page-header .ant-page-header-heading .ant-page-header-heading-left .ant-page-header-heading-title {
|
|
1501
|
+
font-weight: 500;
|
|
1502
|
+
}
|
|
1503
|
+
.ant-pagination-options .ant-select-dropdown .ant-select-item {
|
|
1504
|
+
padding-right: 6px;
|
|
1505
|
+
padding-left: 6px;
|
|
1506
|
+
}
|
|
1507
|
+
/* stylelint-disable no-descending-specificity */
|
|
1508
|
+
/* stylelint-disable number-max-precision */
|
|
1509
|
+
.ant-popover {
|
|
1510
|
+
padding-bottom: 6px;
|
|
1511
|
+
line-height: 20px;
|
|
1512
|
+
}
|
|
1513
|
+
.ant-popover .ant-popover-content .ant-popover-arrow {
|
|
1514
|
+
bottom: -2.51471863px;
|
|
1515
|
+
}
|
|
1516
|
+
.ant-popover .ant-popover-content .ant-popover-inner {
|
|
1517
|
+
border-radius: 2px;
|
|
1518
|
+
box-shadow: 0 2px 24px 2px var(--zartd-popover-content-box-shadow-color);
|
|
1519
|
+
}
|
|
1520
|
+
.ant-popover .ant-popover-content .ant-popover-inner .ant-popover-title {
|
|
1521
|
+
padding: 16px 16px 8px;
|
|
1522
|
+
color: var(--zartd-text-color-9);
|
|
1523
|
+
border-bottom: none;
|
|
1524
|
+
}
|
|
1525
|
+
.ant-popover .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
|
|
1526
|
+
margin-bottom: 0;
|
|
1527
|
+
padding: 0 16px 16px;
|
|
1528
|
+
color: var(--zartd-text-color-8);
|
|
1529
|
+
}
|
|
1530
|
+
.ant-popover .ant-popover-content .ant-popover-inner .ant-popover-inner-content > p {
|
|
1531
|
+
max-width: 210px;
|
|
1532
|
+
margin-bottom: 0;
|
|
1533
|
+
line-height: 20px;
|
|
1534
|
+
word-wrap: break-word;
|
|
1535
|
+
}
|
|
1536
|
+
.ant-popover .ant-popover-content .ant-popover-arrow-content {
|
|
1537
|
+
box-shadow: none;
|
|
1538
|
+
}
|
|
1539
|
+
.ant-popover.ant-popconfirm .ant-popover-content .ant-popover-inner {
|
|
1540
|
+
border-radius: 2px;
|
|
1541
|
+
box-shadow: 0 2px 24px 2px var(--zartd-popover-content-box-shadow-color);
|
|
1542
|
+
}
|
|
1543
|
+
.ant-popover.ant-popconfirm .ant-popover-content .ant-popover-inner .ant-popover-title {
|
|
1544
|
+
padding: 16px 16px 8px;
|
|
1545
|
+
color: var(--zartd-text-color-9);
|
|
1546
|
+
border-bottom: none;
|
|
1547
|
+
}
|
|
1548
|
+
.ant-popover.ant-popconfirm .ant-popover-content .ant-popover-inner .ant-popover-inner-content {
|
|
1549
|
+
margin-bottom: 0;
|
|
1550
|
+
padding: 0 20px 18px 16px;
|
|
1551
|
+
color: var(--zartd-text-color-8);
|
|
1552
|
+
}
|
|
1553
|
+
.ant-popover.ant-popconfirm .ant-popover-content .ant-popover-inner .ant-popover-inner-content .ant-popover-message {
|
|
1554
|
+
padding: 14px 0 10px;
|
|
1555
|
+
color: var(--zartd-text-color-8);
|
|
1556
|
+
}
|
|
1557
|
+
.ant-popover.ant-popconfirm .ant-popover-content .ant-popover-inner .ant-popover-inner-content .ant-popover-message > .anticon {
|
|
1558
|
+
top: 0;
|
|
1559
|
+
margin-top: 17px;
|
|
1560
|
+
}
|
|
1561
|
+
.ant-popover.ant-popconfirm .ant-popover-content .ant-popover-inner .ant-popover-inner-content .ant-popover-message .ant-popover-message-title {
|
|
1562
|
+
max-width: 182px;
|
|
1563
|
+
padding-left: 24px;
|
|
1564
|
+
}
|
|
1565
|
+
.ant-popover.ant-popconfirm .ant-popover-content .ant-popover-inner .ant-popover-inner-content .ant-popover-message .ant-popover-message-title > p {
|
|
1566
|
+
margin-bottom: 0;
|
|
1567
|
+
line-height: 20px;
|
|
1568
|
+
}
|
|
1569
|
+
.ant-popover.ant-popconfirm .ant-popover-content .ant-popover-inner .ant-popover-inner-content .ant-popover-buttons {
|
|
1570
|
+
margin-bottom: 0;
|
|
1571
|
+
}
|
|
1572
|
+
.ant-popover.ant-popconfirm .ant-popover-content .ant-popover-inner .ant-popover-inner-content .ant-popover-buttons .ant-btn {
|
|
1573
|
+
color: var(--zartd-text-color-8);
|
|
1574
|
+
line-height: 20px;
|
|
1575
|
+
border: 1px solid var(--zartd-border-color);
|
|
1576
|
+
}
|
|
1577
|
+
.ant-popover.ant-popconfirm .ant-popover-content .ant-popover-inner .ant-popover-inner-content .ant-popover-buttons .ant-btn.ant-btn-primary {
|
|
1578
|
+
color: var(--zartd-text-color-positive);
|
|
1579
|
+
border: 1px solid var(--zartd-primary-color);
|
|
1580
|
+
box-shadow: none;
|
|
1581
|
+
}
|
|
1582
|
+
.ant-popover.ant-popconfirm .ant-popover-content .ant-popover-inner .ant-popover-inner-content .ant-popover-buttons .ant-btn.ant-btn-sm {
|
|
1583
|
+
font-size: 12px;
|
|
1584
|
+
border-radius: 4px;
|
|
1585
|
+
}
|
|
1586
|
+
.ant-popover.ant-popconfirm .ant-popover-content .ant-popover-inner .ant-popover-inner-content > p {
|
|
1587
|
+
max-width: 210px;
|
|
1588
|
+
margin-bottom: 0;
|
|
1589
|
+
line-height: 20px;
|
|
1590
|
+
word-wrap: break-word;
|
|
1591
|
+
}
|
|
1592
|
+
.ant-popover.ant-popconfirm .ant-popover-content .ant-popover-arrow-content {
|
|
1593
|
+
box-shadow: none;
|
|
1594
|
+
}
|
|
1595
|
+
/* stylelint-disable no-descending-specificity */
|
|
1596
|
+
.ant-progress.ant-progress-line .ant-progress-outer {
|
|
1597
|
+
margin-right: calc(-2em - 16px);
|
|
1598
|
+
padding-right: calc(2em + 16px);
|
|
1599
|
+
}
|
|
1600
|
+
.ant-progress.ant-progress-line .ant-progress-outer .ant-progress-inner {
|
|
1601
|
+
height: 4px;
|
|
1602
|
+
background-color: var(--zartd-text-color-3);
|
|
1603
|
+
border-radius: 2px;
|
|
1604
|
+
}
|
|
1605
|
+
.ant-progress.ant-progress-line .ant-progress-outer .ant-progress-inner .ant-progress-bg {
|
|
1606
|
+
height: 100% !important;
|
|
1607
|
+
border-radius: 2px;
|
|
1608
|
+
}
|
|
1609
|
+
.ant-progress.ant-progress-line .ant-progress-text {
|
|
1610
|
+
margin-left: 16px;
|
|
1611
|
+
line-height: 20px;
|
|
1612
|
+
text-align: right;
|
|
1613
|
+
}
|
|
1614
|
+
.ant-progress.ant-progress-line.ant-progress-status-exception .ant-progress-bg {
|
|
1615
|
+
background-color: var(--zartd-error-color);
|
|
1616
|
+
}
|
|
1617
|
+
.ant-progress.ant-progress-line.ant-progress-status-exception .ant-progress-text {
|
|
1618
|
+
width: 16px;
|
|
1619
|
+
height: 16px;
|
|
1620
|
+
margin-left: 8px;
|
|
1621
|
+
text-align: center;
|
|
1622
|
+
}
|
|
1623
|
+
.ant-progress.ant-progress-line.ant-progress-status-exception .ant-progress-text .anticon {
|
|
1624
|
+
vertical-align: 0;
|
|
1625
|
+
}
|
|
1626
|
+
.ant-progress.ant-progress-line.ant-progress-status-success .ant-progress-bg {
|
|
1627
|
+
background-color: #11c79b;
|
|
1628
|
+
}
|
|
1629
|
+
.ant-progress.ant-progress-line.ant-progress-status-success .ant-progress-text {
|
|
1630
|
+
width: 16px;
|
|
1631
|
+
height: 16px;
|
|
1632
|
+
margin-left: 8px;
|
|
1633
|
+
text-align: center;
|
|
1634
|
+
}
|
|
1635
|
+
.ant-progress.ant-progress-line.ant-progress-status-success .ant-progress-text .anticon {
|
|
1636
|
+
vertical-align: 0;
|
|
1637
|
+
}
|
|
1638
|
+
.ant-progress.ant-progress-circle .ant-progress-inner .ant-progress-text {
|
|
1639
|
+
color: var(--zartd-text-color-9);
|
|
1640
|
+
font-weight: 500;
|
|
1641
|
+
font-size: 14px;
|
|
1642
|
+
line-height: 20px;
|
|
1643
|
+
}
|
|
1644
|
+
.ant-progress.ant-progress-circle .ant-progress-inner .ant-progress-text .anticon {
|
|
1645
|
+
font-size: 24px;
|
|
1646
|
+
}
|
|
1647
|
+
.ant-progress.ant-progress-circle.ant-progress-status-exception .ant-progress-inner .ant-progress-text {
|
|
1648
|
+
color: var(--zartd-error-color);
|
|
1649
|
+
}
|
|
1650
|
+
.ant-progress.ant-progress-circle.ant-progress-status-success .ant-progress-inner .ant-progress-text {
|
|
1651
|
+
color: #11c79b;
|
|
1652
|
+
}
|
|
1653
|
+
.ant-radio-wrapper {
|
|
1654
|
+
align-items: center;
|
|
1655
|
+
}
|
|
1656
|
+
.ant-radio-inner {
|
|
1657
|
+
border-color: var(--zartd-text-color-6);
|
|
1658
|
+
}
|
|
1659
|
+
.ant-radio-inner::after {
|
|
1660
|
+
width: 4px;
|
|
1661
|
+
height: 4px;
|
|
1662
|
+
margin: 0;
|
|
1663
|
+
background-color: var(--zartd-body-background);
|
|
1664
|
+
transform: translate(-50%, -50%);
|
|
1665
|
+
}
|
|
1666
|
+
.ant-radio-checked .ant-radio-inner {
|
|
1667
|
+
background-color: var(--zartd-primary-6);
|
|
1668
|
+
border-color: var(--zartd-primary-6);
|
|
1669
|
+
}
|
|
1670
|
+
.ant-radio-checked .ant-radio-inner::after {
|
|
1671
|
+
transform: translate(-50%, -50%);
|
|
1672
|
+
}
|
|
1673
|
+
.ant-radio-disabled .ant-radio-inner {
|
|
1674
|
+
background-color: var(--zartd-text-color-2);
|
|
1675
|
+
border-color: var(--zartd-text-color-4);
|
|
1676
|
+
}
|
|
1677
|
+
.ant-radio-disabled.ant-radio-checked .ant-radio-inner {
|
|
1678
|
+
background-color: var(--zartd-primary-3);
|
|
1679
|
+
border-color: var(--zartd-primary-3) !important;
|
|
1680
|
+
}
|
|
1681
|
+
.ant-radio-disabled.ant-radio-checked .ant-radio-inner::after {
|
|
1682
|
+
background-color: var(--zartd-body-background);
|
|
1683
|
+
border-color: var(--zartd-text-color-1);
|
|
1684
|
+
}
|
|
1685
|
+
.ant-radio-disabled + span {
|
|
1686
|
+
color: var(--zartd-text-color-8);
|
|
1687
|
+
}
|
|
1688
|
+
span.ant-radio + * {
|
|
1689
|
+
padding-left: 6px;
|
|
1690
|
+
}
|
|
1691
|
+
.ant-select-dropdown {
|
|
1692
|
+
padding: 8px 0;
|
|
1693
|
+
}
|
|
1694
|
+
.ant-select-dropdown .ant-select-item {
|
|
1695
|
+
margin: 8px 8px 0;
|
|
1696
|
+
padding: 6px 14px;
|
|
1697
|
+
border-radius: 4px;
|
|
1698
|
+
}
|
|
1699
|
+
.ant-select-dropdown .ant-select-item:first-child {
|
|
1700
|
+
margin-top: 0;
|
|
1701
|
+
}
|
|
1702
|
+
.ant-select-dropdown .rc-virtual-list-holder > div[style*='overflow'] .ant-select-item {
|
|
1703
|
+
margin-top: 0;
|
|
1704
|
+
}
|
|
1705
|
+
.ant-select-multiple .ant-select-selection-item {
|
|
1706
|
+
height: 20px;
|
|
1707
|
+
padding: 0 6px;
|
|
1708
|
+
border: none;
|
|
1709
|
+
}
|
|
1710
|
+
.ant-select-multiple .ant-select-selection-item-remove {
|
|
1711
|
+
color: inherit;
|
|
1712
|
+
}
|
|
1713
|
+
.ant-select-tree-checkbox-inner {
|
|
1714
|
+
border-color: var(--zartd-text-color-6);
|
|
1715
|
+
}
|
|
1716
|
+
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
|
|
1717
|
+
border-color: var(--zartd-primary-6);
|
|
1718
|
+
background-color: var(--zartd-primary-6);
|
|
1719
|
+
}
|
|
1720
|
+
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
|
|
1721
|
+
height: 2px;
|
|
1722
|
+
background-color: var(--zartd-text-color-1);
|
|
1723
|
+
}
|
|
1724
|
+
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
|
|
1725
|
+
background-color: var(--zartd-text-color-2);
|
|
1726
|
+
border-color: var(--zartd-text-color-4) !important;
|
|
1727
|
+
}
|
|
1728
|
+
.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner,
|
|
1729
|
+
.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
|
|
1730
|
+
background-color: var(--zartd-primary-3);
|
|
1731
|
+
border-color: var(--zartd-primary-3) !important;
|
|
1732
|
+
}
|
|
1733
|
+
.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
|
|
1734
|
+
border-color: var(--zartd-text-color-1);
|
|
1735
|
+
}
|
|
1736
|
+
.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
|
|
1737
|
+
background-color: var(--zartd-text-color-1);
|
|
1738
|
+
}
|
|
1739
|
+
.ant-select-tree-checkbox-disabled + span {
|
|
1740
|
+
color: var(--zartd-text-color-8);
|
|
1741
|
+
}
|
|
1742
|
+
.ant-tree-select-dropdown {
|
|
1743
|
+
padding: 8px;
|
|
1744
|
+
}
|
|
1745
|
+
.ant-select-tree .ant-select-tree-treenode {
|
|
1746
|
+
padding: 10px 0;
|
|
1747
|
+
}
|
|
1748
|
+
.ant-select-tree .ant-select-tree-treenode:hover {
|
|
1749
|
+
background-color: var(--zartd-text-color-2);
|
|
1750
|
+
}
|
|
1751
|
+
.ant-select-tree .ant-select-tree-treenode-selected {
|
|
1752
|
+
background-color: var(--zartd-primary-1);
|
|
1753
|
+
}
|
|
1754
|
+
.ant-select-tree-list-holder-inner {
|
|
1755
|
+
align-items: stretch;
|
|
1756
|
+
}
|
|
1757
|
+
.ant-select-tree-indent-unit {
|
|
1758
|
+
margin-right: 8px;
|
|
1759
|
+
}
|
|
1760
|
+
.ant-select-tree-switcher {
|
|
1761
|
+
margin-right: 8px;
|
|
1762
|
+
color: var(--zartd-text-color-6);
|
|
1763
|
+
}
|
|
1764
|
+
.ant-select-tree .ant-select-tree-node-content-wrapper {
|
|
1765
|
+
padding: 0;
|
|
1766
|
+
/* stylelint-disable-next-line selector-class-pattern */
|
|
1767
|
+
}
|
|
1768
|
+
.ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
|
|
1769
|
+
color: var(--zartd-primary-color);
|
|
1770
|
+
}
|
|
1771
|
+
.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle {
|
|
1772
|
+
color: var(--zartd-text-color-6);
|
|
1773
|
+
margin-right: 8px;
|
|
1774
|
+
}
|
|
1775
|
+
.ant-select-tree-show-line .ant-select-tree-switcher {
|
|
1776
|
+
background: transparent;
|
|
1777
|
+
}
|
|
1778
|
+
.ant-select-tree-show-line .ant-select-tree-indent-unit::before {
|
|
1779
|
+
top: -10px;
|
|
1780
|
+
bottom: -10px;
|
|
1781
|
+
}
|
|
1782
|
+
.ant-steps .ant-steps-item-title {
|
|
1783
|
+
padding-right: 4px;
|
|
1784
|
+
}
|
|
1785
|
+
.ant-steps .ant-steps-item {
|
|
1786
|
+
padding-left: 4px !important;
|
|
1787
|
+
}
|
|
1788
|
+
.ant-steps .ant-steps-item:first-child {
|
|
1789
|
+
padding-left: 0 !important;
|
|
1790
|
+
}
|
|
1791
|
+
.ant-steps .ant-steps-item .ant-steps-item-icon {
|
|
1792
|
+
border-color: var(--zartd-primary-1);
|
|
1793
|
+
}
|
|
1794
|
+
.ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
1795
|
+
color: var(--zartd-primary-color);
|
|
1796
|
+
}
|
|
1797
|
+
.ant-steps .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
|
|
1798
|
+
color: var(--zartd-text-color-7);
|
|
1799
|
+
}
|
|
1800
|
+
.ant-steps .ant-steps-item-process .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
1801
|
+
color: var(--zartd-primary-color);
|
|
1802
|
+
font-weight: 500;
|
|
1803
|
+
}
|
|
1804
|
+
.ant-steps .ant-steps-item-process .ant-steps-item-subtitle {
|
|
1805
|
+
color: var(--zartd-text-color-7);
|
|
1806
|
+
}
|
|
1807
|
+
.ant-steps .ant-steps-item-wait .ant-steps-item-icon {
|
|
1808
|
+
background-color: var(--zartd-text-color-2);
|
|
1809
|
+
}
|
|
1810
|
+
.ant-steps .ant-steps-item-wait .ant-steps-item-container {
|
|
1811
|
+
color: var(--zartd-text-color-7);
|
|
1812
|
+
}
|
|
1813
|
+
.ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
1814
|
+
color: var(--zartd-text-color-7);
|
|
1815
|
+
}
|
|
1816
|
+
.ant-steps .ant-steps-item-wait .ant-steps-item-container .ant-steps-item-content .ant-steps-item-description {
|
|
1817
|
+
color: var(--zartd-text-color-7);
|
|
1818
|
+
}
|
|
1819
|
+
.ant-switch-handle {
|
|
1820
|
+
width: 12px;
|
|
1821
|
+
height: 12px;
|
|
1822
|
+
}
|
|
1823
|
+
.ant-switch-small .ant-switch-handle {
|
|
1824
|
+
width: 8px;
|
|
1825
|
+
height: 8px;
|
|
1826
|
+
}
|
|
1827
|
+
.ant-table-thead > tr > th {
|
|
1828
|
+
border-bottom-color: var(--zartd-border-color);
|
|
1829
|
+
}
|
|
1830
|
+
.ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
|
|
1831
|
+
height: 1.4286em;
|
|
1832
|
+
}
|
|
1833
|
+
.ant-table-tbody > tr > td {
|
|
1834
|
+
border-bottom-color: var(--zartd-border-color);
|
|
1835
|
+
}
|
|
1836
|
+
.ant-table-pagination.ant-pagination {
|
|
1837
|
+
margin-bottom: 0;
|
|
1838
|
+
}
|
|
1839
|
+
.ant-tabs .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab {
|
|
1840
|
+
height: 56px;
|
|
1841
|
+
margin-left: 16px;
|
|
1842
|
+
margin-right: 16px;
|
|
1843
|
+
padding: 18px 0;
|
|
1844
|
+
}
|
|
1845
|
+
.ant-tabs .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab .ant-tabs-tab-btn {
|
|
1846
|
+
min-width: 56px;
|
|
1847
|
+
text-align: center;
|
|
1848
|
+
}
|
|
1849
|
+
.ant-tabs .ant-tabs-nav-wrap-ping-bottom .ant-tabs-nav-list .ant-tabs-tab {
|
|
1850
|
+
height: 36px;
|
|
1851
|
+
margin-top: 8px;
|
|
1852
|
+
padding: 8px 16px;
|
|
1853
|
+
}
|
|
1854
|
+
.ant-tabs .ant-tabs-nav-wrap-ping-bottom .ant-tabs-nav-list .ant-tabs-tab-active {
|
|
1855
|
+
background-color: var(--zartd-primary-1);
|
|
1856
|
+
}
|
|
1857
|
+
.ant-tabs-card .ant-tabs-nav .ant-tabs-nav-wrap {
|
|
1858
|
+
height: 50px;
|
|
1859
|
+
background-image: var(--zartd-tabs-nav-wrap-bg);
|
|
1860
|
+
}
|
|
1861
|
+
.ant-tabs-card .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list {
|
|
1862
|
+
align-items: flex-end;
|
|
1863
|
+
height: 50px;
|
|
1864
|
+
}
|
|
1865
|
+
.ant-tabs-card .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab {
|
|
1866
|
+
min-width: 150px;
|
|
1867
|
+
height: 34px;
|
|
1868
|
+
margin-right: 0;
|
|
1869
|
+
margin-left: 6px;
|
|
1870
|
+
padding: 8px 8px 6px;
|
|
1871
|
+
color: var(--zartd-text-color-7);
|
|
1872
|
+
background-color: var(--zartd-text-color-3);
|
|
1873
|
+
border: none;
|
|
1874
|
+
}
|
|
1875
|
+
.ant-tabs-card .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab:first-child {
|
|
1876
|
+
margin-left: 5px;
|
|
1877
|
+
}
|
|
1878
|
+
.ant-tabs-card .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab .ant-tabs-tab-btn {
|
|
1879
|
+
min-width: 0;
|
|
1880
|
+
}
|
|
1881
|
+
.ant-tabs-card .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab .ant-tabs-tab-remove {
|
|
1882
|
+
margin-right: 0;
|
|
1883
|
+
margin-left: 8px;
|
|
1884
|
+
padding: 0;
|
|
1885
|
+
}
|
|
1886
|
+
.ant-tabs-card .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab-active {
|
|
1887
|
+
background-image: var(--zartd-tabs-nav-tab-active);
|
|
1888
|
+
box-shadow: var(--zartd-tabs-tab-active-border-shadow);
|
|
1889
|
+
}
|
|
1890
|
+
.ant-tabs-card .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-tab-with-remove {
|
|
1891
|
+
display: flex;
|
|
1892
|
+
justify-content: space-between;
|
|
1893
|
+
}
|
|
1894
|
+
.ant-tabs-card .ant-tabs-nav .ant-tabs-nav-wrap .ant-tabs-nav-list .ant-tabs-nav-add {
|
|
1895
|
+
height: 34px;
|
|
1896
|
+
margin-left: 6px;
|
|
1897
|
+
padding: 8px 8px 6px;
|
|
1898
|
+
background-color: var(--zartd-text-color-3);
|
|
1899
|
+
}
|
|
1900
|
+
.ant-tabs-dropdown .ant-tabs-dropdown-menu-item > span {
|
|
1901
|
+
display: inline-flex;
|
|
1902
|
+
justify-content: space-between;
|
|
1903
|
+
}
|
|
1904
|
+
.ant-tabs-dropdown-menu {
|
|
1905
|
+
padding: 8px 0;
|
|
1906
|
+
}
|
|
1907
|
+
.ant-tabs-dropdown-menu .ant-tabs-dropdown-menu-item {
|
|
1908
|
+
margin: 8px 8px 0;
|
|
1909
|
+
}
|
|
1910
|
+
.ant-tabs-dropdown-menu .ant-tabs-dropdown-menu-item:first-child {
|
|
1911
|
+
margin-top: 0;
|
|
1912
|
+
}
|
|
1913
|
+
.ant-tooltip .ant-tooltip-inner {
|
|
1914
|
+
padding: 10px 16px 12px;
|
|
1915
|
+
line-height: 20px;
|
|
1916
|
+
opacity: 0.8;
|
|
1917
|
+
}
|
|
1918
|
+
.ant-tree .ant-tree-treenode {
|
|
1919
|
+
padding: 10px 0;
|
|
1920
|
+
}
|
|
1921
|
+
.ant-tree .ant-tree-treenode:hover {
|
|
1922
|
+
background-color: var(--zartd-text-color-2);
|
|
1923
|
+
}
|
|
1924
|
+
.ant-tree .ant-tree-treenode-selected {
|
|
1925
|
+
background-color: var(--zartd-primary-1);
|
|
1926
|
+
}
|
|
1927
|
+
.ant-tree-list-holder-inner {
|
|
1928
|
+
align-items: stretch;
|
|
1929
|
+
}
|
|
1930
|
+
.ant-tree-indent-unit {
|
|
1931
|
+
margin-right: 8px;
|
|
1932
|
+
}
|
|
1933
|
+
.ant-tree-switcher {
|
|
1934
|
+
margin-right: 8px;
|
|
1935
|
+
color: var(--zartd-text-color-6);
|
|
1936
|
+
}
|
|
1937
|
+
.ant-tree .ant-tree-node-content-wrapper {
|
|
1938
|
+
padding: 0;
|
|
1939
|
+
/* stylelint-disable-next-line selector-class-pattern */
|
|
1940
|
+
}
|
|
1941
|
+
.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
|
|
1942
|
+
color: var(--zartd-primary-color);
|
|
1943
|
+
}
|
|
1944
|
+
.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle {
|
|
1945
|
+
color: var(--zartd-text-color-6);
|
|
1946
|
+
margin-right: 8px;
|
|
1947
|
+
}
|
|
1948
|
+
.ant-tree-show-line .ant-tree-switcher {
|
|
1949
|
+
background: transparent;
|
|
1950
|
+
}
|
|
1951
|
+
.ant-tree-show-line .ant-tree-indent-unit::before {
|
|
1952
|
+
top: -10px;
|
|
1953
|
+
bottom: -10px;
|
|
1954
|
+
}
|
|
1955
|
+
.ant-tree.ant-tree-directory .ant-tree-treenode-selected::before,
|
|
1956
|
+
.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before {
|
|
1957
|
+
background: var(--zartd-primary-1);
|
|
1958
|
+
}
|
|
1959
|
+
.ant-tree.ant-tree-directory .ant-tree-switcher,
|
|
1960
|
+
.ant-tree.ant-tree-directory .ant-tree-iconEle {
|
|
1961
|
+
color: var(--zartd-text-color-6);
|
|
1962
|
+
}
|
|
1963
|
+
.ant-tree-checkbox-inner {
|
|
1964
|
+
border-color: var(--zartd-text-color-6);
|
|
1965
|
+
}
|
|
1966
|
+
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
|
|
1967
|
+
border-color: var(--zartd-primary-6);
|
|
1968
|
+
background-color: var(--zartd-primary-6);
|
|
1969
|
+
}
|
|
1970
|
+
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
|
|
1971
|
+
height: 2px;
|
|
1972
|
+
background-color: var(--zartd-text-color-1);
|
|
1973
|
+
}
|
|
1974
|
+
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
|
|
1975
|
+
background-color: var(--zartd-text-color-2);
|
|
1976
|
+
border-color: var(--zartd-text-color-4) !important;
|
|
1977
|
+
}
|
|
1978
|
+
.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner,
|
|
1979
|
+
.ant-tree-checkbox-disabled.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
|
|
1980
|
+
background-color: var(--zartd-primary-3);
|
|
1981
|
+
border-color: var(--zartd-primary-3) !important;
|
|
1982
|
+
}
|
|
1983
|
+
.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
|
|
1984
|
+
border-color: var(--zartd-text-color-1);
|
|
1985
|
+
}
|
|
1986
|
+
.ant-tree-checkbox-disabled.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
|
|
1987
|
+
background-color: var(--zartd-text-color-1);
|
|
1988
|
+
}
|
|
1989
|
+
.ant-tree-checkbox-disabled + span {
|
|
1990
|
+
color: var(--zartd-text-color-8);
|
|
1991
|
+
}
|
|
1992
|
+
/* stylelint-disable no-descending-specificity */
|
|
1993
|
+
.ant-upload.ant-upload-drag .ant-upload {
|
|
1994
|
+
padding: 20px 0;
|
|
1995
|
+
}
|
|
1996
|
+
.ant-upload.ant-upload-drag p.ant-upload-text {
|
|
1997
|
+
color: var(--zartd-text-color-8);
|
|
1998
|
+
font-weight: 500;
|
|
1999
|
+
font-size: 14px;
|
|
2000
|
+
}
|
|
2001
|
+
.ant-upload.ant-upload-drag p.ant-upload-hint {
|
|
2002
|
+
color: var(--zartd-text-color-6);
|
|
2003
|
+
font-size: 12px;
|
|
2004
|
+
}
|
|
2005
|
+
.ant-upload.ant-upload-select-picture-card {
|
|
2006
|
+
width: 60px;
|
|
2007
|
+
height: 60px;
|
|
2008
|
+
}
|
|
2009
|
+
.ant-upload.ant-upload-select-picture-card .ant-upload-text {
|
|
2010
|
+
margin-top: 0;
|
|
2011
|
+
}
|
|
2012
|
+
.ant-upload.ant-upload-drag,
|
|
2013
|
+
.ant-upload.ant-upload-select-picture-card {
|
|
2014
|
+
background: var(--zartd-text-color-2);
|
|
2015
|
+
}
|
|
2016
|
+
.ant-upload.ant-upload-drag:hover,
|
|
2017
|
+
.ant-upload.ant-upload-select-picture-card:hover {
|
|
2018
|
+
background: var(--zartd-primary-1);
|
|
2019
|
+
border-color: var(--zartd-primary-6);
|
|
2020
|
+
}
|
|
2021
|
+
.ant-upload.ant-upload-drag p,
|
|
2022
|
+
.ant-upload.ant-upload-select-picture-card p {
|
|
2023
|
+
line-height: 20px;
|
|
2024
|
+
}
|
|
2025
|
+
.ant-upload-list-item {
|
|
2026
|
+
height: 40px;
|
|
2027
|
+
background-color: var(--zartd-text-color-2);
|
|
2028
|
+
border-radius: 4px;
|
|
2029
|
+
}
|
|
2030
|
+
.ant-upload-list-item-info {
|
|
2031
|
+
padding: 10px 8px;
|
|
2032
|
+
}
|
|
2033
|
+
.ant-upload-list-item-error {
|
|
2034
|
+
background-color: var(--zartd-error-1);
|
|
2035
|
+
}
|
|
2036
|
+
.ant-upload-list-item-error:hover .ant-upload-list-item-info {
|
|
2037
|
+
background-color: var(--zartd-error-1);
|
|
2038
|
+
}
|
|
2039
|
+
.ant-upload-list-item-name {
|
|
2040
|
+
color: var(--zartd-text-color-8) !important;
|
|
2041
|
+
}
|
|
2042
|
+
.ant-upload-list-item-progress {
|
|
2043
|
+
bottom: -6px;
|
|
2044
|
+
padding-left: 0;
|
|
2045
|
+
}
|
|
2046
|
+
.ant-upload-list-item-progress .ant-progress-outer {
|
|
2047
|
+
margin-right: 0 !important;
|
|
2048
|
+
padding-right: 0 !important;
|
|
2049
|
+
}
|
|
2050
|
+
.ant-upload-list-picture .ant-upload-list-item {
|
|
2051
|
+
padding: 10px 8px;
|
|
2052
|
+
}
|
|
2053
|
+
.ant-upload-list-picture .ant-upload-list-item-thumbnail {
|
|
2054
|
+
width: 40px;
|
|
2055
|
+
height: 40px;
|
|
2056
|
+
}
|
|
2057
|
+
.ant-upload-list-picture-card-container {
|
|
2058
|
+
width: 60px;
|
|
2059
|
+
height: 60px;
|
|
2060
|
+
}
|
|
2061
|
+
.ant-upload-list-picture-card .ant-upload-list-item {
|
|
2062
|
+
height: 60px;
|
|
2063
|
+
padding: 0;
|
|
2064
|
+
}
|
|
2065
|
+
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
|
|
2066
|
+
width: 60px;
|
|
2067
|
+
height: 60px;
|
|
2068
|
+
}
|
|
2069
|
+
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-thumbnail,
|
|
2070
|
+
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail,
|
|
2071
|
+
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name,
|
|
2072
|
+
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-name {
|
|
2073
|
+
font-size: 12px;
|
|
2074
|
+
transform: scale(0.8);
|
|
2075
|
+
}
|
|
2076
|
+
.ant-upload-list-text .ant-upload-text-icon,
|
|
2077
|
+
.ant-upload-list-picture .ant-upload-text-icon {
|
|
2078
|
+
padding: 2px;
|
|
2079
|
+
}
|
|
2080
|
+
.ant-upload-list-text .ant-upload-list-item-name,
|
|
2081
|
+
.ant-upload-list-picture .ant-upload-list-item-name {
|
|
2082
|
+
padding: 0 8px 0 4px;
|
|
2083
|
+
}
|
|
2084
|
+
.ant-upload-list-picture .ant-upload-list-item,
|
|
2085
|
+
.ant-upload-list-picture-card .ant-upload-list-item {
|
|
2086
|
+
height: 60px;
|
|
2087
|
+
border: none;
|
|
2088
|
+
}
|
|
2089
|
+
.ant-upload-list-picture .ant-upload-list-item-name,
|
|
2090
|
+
.ant-upload-list-picture-card .ant-upload-list-item-name {
|
|
2091
|
+
padding: 0 8px;
|
|
2092
|
+
line-height: 40px;
|
|
2093
|
+
}
|
|
2094
|
+
.ant-upload-list-picture .ant-upload-list-item-thumbnail,
|
|
2095
|
+
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
|
|
2096
|
+
display: flex;
|
|
2097
|
+
align-items: center;
|
|
2098
|
+
justify-content: center;
|
|
2099
|
+
}
|
|
2100
|
+
.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
|
|
2101
|
+
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
|
|
2102
|
+
width: 100%;
|
|
2103
|
+
height: 100%;
|
|
2104
|
+
border-radius: 4px;
|
|
2105
|
+
}
|
|
2106
|
+
.ant-upload-list-picture .ant-upload-list-item-progress,
|
|
2107
|
+
.ant-upload-list-picture-card .ant-upload-list-item-progress {
|
|
2108
|
+
bottom: -6px;
|
|
2109
|
+
left: 0;
|
|
2110
|
+
width: 100%;
|
|
2111
|
+
padding-left: 0;
|
|
2112
|
+
}
|
|
2113
|
+
.ant-upload-list-picture .ant-upload-list-item:hover,
|
|
2114
|
+
.ant-upload-list-picture-card .ant-upload-list-item:hover {
|
|
2115
|
+
background-color: var(--zartd-text-color-2);
|
|
2116
|
+
}
|
|
2117
|
+
.ant-upload-list-picture .ant-upload-list-item-error,
|
|
2118
|
+
.ant-upload-list-picture-card .ant-upload-list-item-error {
|
|
2119
|
+
background-color: var(--zartd-error-1);
|
|
2120
|
+
}
|
|
2121
|
+
.ant-upload-list-picture .ant-upload-list-item-error:hover,
|
|
2122
|
+
.ant-upload-list-picture-card .ant-upload-list-item-error:hover {
|
|
2123
|
+
background-color: var(--zartd-error-1);
|
|
2124
|
+
}
|
|
2125
|
+
.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
|
|
2126
|
+
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
|
|
2127
|
+
margin-bottom: 0;
|
|
2128
|
+
}
|
|
2129
|
+
/* -------------------- procomponents -------------------- */
|
|
2130
|
+
.zt-collapse-button {
|
|
2131
|
+
position: absolute;
|
|
2132
|
+
z-index: 1;
|
|
2133
|
+
}
|
|
2134
|
+
.zt-collapse-button > * {
|
|
2135
|
+
display: flex;
|
|
2136
|
+
align-items: center;
|
|
2137
|
+
justify-content: center;
|
|
2138
|
+
width: 60px;
|
|
2139
|
+
height: 18px;
|
|
2140
|
+
padding: 0;
|
|
2141
|
+
color: var(--zartd-text-color-positive);
|
|
2142
|
+
background: var(--zartd-collapse-button-background-color);
|
|
2143
|
+
border: 1px solid var(--zartd-collapse-button-border-color);
|
|
2144
|
+
border-radius: 8px;
|
|
2145
|
+
cursor: pointer;
|
|
2146
|
+
backdrop-filter: blur(4px);
|
|
2147
|
+
animation-name: fadeOut;
|
|
2148
|
+
}
|
|
2149
|
+
.zt-collapse-button > *:hover {
|
|
2150
|
+
animation-name: fadeIn;
|
|
2151
|
+
}
|
|
2152
|
+
.zt-collapse-button > * > i {
|
|
2153
|
+
transform: rotateZ(90deg);
|
|
2154
|
+
}
|
|
2155
|
+
.zt-collapse-button > *.is-collapse > i {
|
|
2156
|
+
transform: rotateZ(-90deg);
|
|
2157
|
+
}
|
|
2158
|
+
.zt-collapse-button > *.is-always-visible {
|
|
2159
|
+
animation-name: none;
|
|
2160
|
+
}
|
|
2161
|
+
.zt-collapse-button > *.is-always-visible:hover {
|
|
2162
|
+
animation-name: none;
|
|
2163
|
+
}
|
|
2164
|
+
.zt-collapse-button.direction-horizontal {
|
|
2165
|
+
top: 0;
|
|
2166
|
+
left: 50%;
|
|
2167
|
+
transform: translate(-50%, -50%);
|
|
2168
|
+
}
|
|
2169
|
+
.zt-collapse-button.direction-vertical {
|
|
2170
|
+
top: 50%;
|
|
2171
|
+
right: 0;
|
|
2172
|
+
transform: translate(50%, -50%);
|
|
2173
|
+
}
|
|
2174
|
+
.zt-collapse-button.direction-vertical > * {
|
|
2175
|
+
transform: rotateZ(90deg);
|
|
2176
|
+
}
|
|
2177
|
+
.zt-empty {
|
|
2178
|
+
text-align: center;
|
|
2179
|
+
}
|
|
2180
|
+
.zt-empty .zt-empty-img {
|
|
2181
|
+
width: 115px;
|
|
2182
|
+
height: 115px;
|
|
2183
|
+
margin: 0 auto 24px;
|
|
2184
|
+
background-image: var(--zartd-empty-default-image);
|
|
2185
|
+
background-repeat: no-repeat;
|
|
2186
|
+
background-position: center;
|
|
2187
|
+
background-size: contain;
|
|
2188
|
+
}
|
|
2189
|
+
.zt-empty .zt-empty-description {
|
|
2190
|
+
color: var(--zartd-text-color-6);
|
|
2191
|
+
}
|
|
2192
|
+
.zt-iframe {
|
|
2193
|
+
display: flex;
|
|
2194
|
+
align-items: center;
|
|
2195
|
+
justify-content: center;
|
|
2196
|
+
width: 100%;
|
|
2197
|
+
height: 100%;
|
|
2198
|
+
}
|
|
2199
|
+
.zt-iframe > iframe {
|
|
2200
|
+
width: 100%;
|
|
2201
|
+
height: 100%;
|
|
2202
|
+
overflow: 'visible';
|
|
2203
|
+
}
|
|
2204
|
+
.zt-iframe-with-token {
|
|
2205
|
+
width: 100%;
|
|
2206
|
+
height: 100%;
|
|
2207
|
+
}
|
|
2208
|
+
.zt-layout-header-more {
|
|
2209
|
+
display: flex;
|
|
2210
|
+
align-items: center;
|
|
2211
|
+
justify-content: center;
|
|
2212
|
+
}
|
|
2213
|
+
.zt-layout-header-more > i {
|
|
2214
|
+
color: var(--zartd-text-color-light);
|
|
2215
|
+
font-size: 20px;
|
|
2216
|
+
cursor: pointer;
|
|
2217
|
+
}
|
|
2218
|
+
.zt-layout-header-more .ant-popover {
|
|
2219
|
+
z-index: 10;
|
|
2220
|
+
padding-top: 13px;
|
|
2221
|
+
}
|
|
2222
|
+
.zt-layout-header-more .ant-popover-arrow {
|
|
2223
|
+
top: 5px;
|
|
2224
|
+
}
|
|
2225
|
+
.zt-layout-header-more .ant-popover-inner-content {
|
|
2226
|
+
padding: 10px !important;
|
|
2227
|
+
}
|
|
2228
|
+
.zt-layout-header-more-button {
|
|
2229
|
+
display: flex;
|
|
2230
|
+
align-items: center;
|
|
2231
|
+
width: 180px;
|
|
2232
|
+
height: 40px;
|
|
2233
|
+
padding: 0 20px;
|
|
2234
|
+
color: var(--zartd-text-color-8);
|
|
2235
|
+
font-weight: 600;
|
|
2236
|
+
}
|
|
2237
|
+
.zt-layout-header-more-button:hover {
|
|
2238
|
+
color: var(--zartd-primary-color);
|
|
2239
|
+
background-color: var(--zartd-layout-header-more-button-active-background-color);
|
|
2240
|
+
}
|
|
2241
|
+
.zt-layout-header-more-button:hover.button-logout {
|
|
2242
|
+
color: var(--zartd-error-color);
|
|
2243
|
+
}
|
|
2244
|
+
.zt-layout-header-more-button > i {
|
|
2245
|
+
margin-right: 10px;
|
|
2246
|
+
font-weight: normal;
|
|
2247
|
+
font-size: 18px;
|
|
2248
|
+
}
|
|
2249
|
+
.zt-layout-navs {
|
|
2250
|
+
width: 100%;
|
|
2251
|
+
height: auto;
|
|
2252
|
+
}
|
|
2253
|
+
.zt-layout-navs > .ant-tabs .ant-tabs-nav {
|
|
2254
|
+
margin-bottom: 0;
|
|
2255
|
+
}
|
|
2256
|
+
.zt-layout-navs > .ant-tabs .ant-tabs-ink-bar {
|
|
2257
|
+
height: 0;
|
|
2258
|
+
padding: 0;
|
|
2259
|
+
}
|
|
2260
|
+
.zt-modal-theme {
|
|
2261
|
+
width: 100%;
|
|
2262
|
+
}
|
|
2263
|
+
.zt-panal-bg {
|
|
2264
|
+
width: 100%;
|
|
2265
|
+
height: 100%;
|
|
2266
|
+
padding: 20px;
|
|
2267
|
+
}
|
|
2268
|
+
.zt-panal-bg > main {
|
|
2269
|
+
width: 100%;
|
|
2270
|
+
height: 100%;
|
|
2271
|
+
}
|
|
2272
|
+
.zt-panal-bg-shadow {
|
|
2273
|
+
background: var(--zartd-panal-bg-background-color);
|
|
2274
|
+
border-radius: 5px;
|
|
2275
|
+
box-shadow: var(--zartd-panal-bg-box-shadow);
|
|
2276
|
+
}
|
|
2277
|
+
.zt-panal-bg:not(:first-of-type) {
|
|
2278
|
+
padding-top: 0;
|
|
2279
|
+
}
|
|
2280
|
+
.zt-panal-table {
|
|
2281
|
+
display: flex;
|
|
2282
|
+
flex-direction: column;
|
|
2283
|
+
width: 100%;
|
|
2284
|
+
height: 100%;
|
|
2285
|
+
}
|
|
2286
|
+
.zt-panal-table > header {
|
|
2287
|
+
display: flex;
|
|
2288
|
+
justify-content: space-between;
|
|
2289
|
+
margin-bottom: 20px;
|
|
2290
|
+
}
|
|
2291
|
+
.zt-panal-table > header > .zt-panal-table-buttons {
|
|
2292
|
+
display: flex;
|
|
2293
|
+
}
|
|
2294
|
+
.zt-panal-table > header > .zt-panal-table-buttons > .ant-btn {
|
|
2295
|
+
margin-left: 10px;
|
|
2296
|
+
}
|
|
2297
|
+
.zt-panal-table > header > .zt-panal-table-buttons > .ant-btn:first-child {
|
|
2298
|
+
margin-left: 0;
|
|
2299
|
+
}
|
|
2300
|
+
.zt-panal-table > main {
|
|
2301
|
+
flex: auto;
|
|
2302
|
+
height: 0;
|
|
2303
|
+
}
|
|
2304
|
+
.zt-panal-table > main .ant-table-wrapper {
|
|
2305
|
+
height: 100%;
|
|
2306
|
+
}
|
|
2307
|
+
.zt-panal-table > main .ant-table-wrapper .ant-spin-nested-loading,
|
|
2308
|
+
.zt-panal-table > main .ant-table-wrapper .ant-spin-container {
|
|
2309
|
+
height: 100%;
|
|
2310
|
+
}
|
|
2311
|
+
.zt-panal-table > main .ant-table-wrapper .ant-pagination {
|
|
2312
|
+
position: absolute;
|
|
2313
|
+
right: 0;
|
|
2314
|
+
bottom: 0;
|
|
2315
|
+
}
|
|
2316
|
+
.zt-panal-table > footer {
|
|
2317
|
+
margin-top: 20px;
|
|
2318
|
+
}
|
|
2319
|
+
.zt-profile-avatar {
|
|
2320
|
+
display: flex;
|
|
2321
|
+
align-items: center;
|
|
2322
|
+
justify-content: center;
|
|
2323
|
+
}
|
|
2324
|
+
.zt-profile-avatar > .zt-profile-avatar-photo {
|
|
2325
|
+
display: flex;
|
|
2326
|
+
flex-direction: row;
|
|
2327
|
+
align-items: center;
|
|
2328
|
+
justify-content: center;
|
|
2329
|
+
width: 32px;
|
|
2330
|
+
height: 32px;
|
|
2331
|
+
overflow: hidden;
|
|
2332
|
+
border-radius: 50%;
|
|
2333
|
+
box-shadow: var(--zartd-profile-avatar-photo-box-shadow);
|
|
2334
|
+
cursor: pointer;
|
|
2335
|
+
}
|
|
2336
|
+
.zt-profile-avatar > .zt-profile-avatar-name {
|
|
2337
|
+
color: var(--zartd-text-color-8);
|
|
2338
|
+
}
|
|
2339
|
+
.zt-profile-avatar.direction-horizontal {
|
|
2340
|
+
flex-direction: row;
|
|
2341
|
+
}
|
|
2342
|
+
.zt-profile-avatar.direction-horizontal .zt-profile-avatar-photo {
|
|
2343
|
+
margin-right: 6px;
|
|
2344
|
+
}
|
|
2345
|
+
.zt-profile-avatar.direction-vertical {
|
|
2346
|
+
flex-direction: column;
|
|
2347
|
+
}
|
|
2348
|
+
.zt-profile-avatar.direction-vertical .zt-profile-avatar-photo {
|
|
2349
|
+
margin-bottom: 6px;
|
|
2350
|
+
}
|
|
2351
|
+
.zt-side-menu {
|
|
2352
|
+
position: relative;
|
|
2353
|
+
height: 100%;
|
|
2354
|
+
}
|
|
2355
|
+
.zt-side-menu > .ant-menu {
|
|
2356
|
+
width: 220px;
|
|
2357
|
+
height: 100%;
|
|
2358
|
+
}
|
|
2359
|
+
.zt-side-menu > .ant-menu.is-collapsed {
|
|
2360
|
+
width: 56px;
|
|
2361
|
+
}
|
|
2362
|
+
.zt-side-menu > .ant-menu-inline .ant-menu-submenu .ant-menu-sub .ant-menu-item .ant-menu-item-icon,
|
|
2363
|
+
.zt-side-menu > .ant-menu-inline .ant-menu-submenu .ant-menu-sub .ant-menu-submenu-title .ant-menu-item-icon {
|
|
2364
|
+
min-width: 10px;
|
|
2365
|
+
visibility: hidden;
|
|
2366
|
+
}
|
|
2367
|
+
.zt-spread-navigation {
|
|
2368
|
+
position: absolute;
|
|
2369
|
+
top: 50px;
|
|
2370
|
+
display: flex;
|
|
2371
|
+
width: 100%;
|
|
2372
|
+
height: 0;
|
|
2373
|
+
overflow: hidden;
|
|
2374
|
+
background: var(--zartd-body-background);
|
|
2375
|
+
box-shadow: var(--zartd-spread-navigation-box-shadow);
|
|
2376
|
+
transition: all 0.3s;
|
|
2377
|
+
}
|
|
2378
|
+
.zt-spread-navigation .zt-navigation-left {
|
|
2379
|
+
width: 176px;
|
|
2380
|
+
height: 100%;
|
|
2381
|
+
padding-top: 20px;
|
|
2382
|
+
text-align: center;
|
|
2383
|
+
background: var(--zartd-spread-navigation-background-image) no-repeat;
|
|
2384
|
+
background-size: 100%;
|
|
2385
|
+
}
|
|
2386
|
+
.zt-spread-navigation .zt-navigation-right {
|
|
2387
|
+
display: flex;
|
|
2388
|
+
flex-wrap: wrap;
|
|
2389
|
+
box-sizing: border-box;
|
|
2390
|
+
width: calc(100% - 176px);
|
|
2391
|
+
height: 100%;
|
|
2392
|
+
padding: 20px 32px;
|
|
2393
|
+
overflow-y: scroll;
|
|
2394
|
+
}
|
|
2395
|
+
.zt-spread-navigation .zt-navigation-right .zt-navigation-wrap {
|
|
2396
|
+
width: auto;
|
|
2397
|
+
margin: 0 100px 40px 0;
|
|
2398
|
+
}
|
|
2399
|
+
.zt-spread-navigation .zt-navigation-right .zt-navigation-wrap .zt-navigation-content {
|
|
2400
|
+
height: auto;
|
|
2401
|
+
column-count: 3;
|
|
2402
|
+
column-gap: 40px;
|
|
2403
|
+
}
|
|
2404
|
+
.zt-spread-navigation .zt-navigation-right::-webkit-scrollbar {
|
|
2405
|
+
background: transparent;
|
|
2406
|
+
}
|
|
2407
|
+
.zt-spread-navigation .zt-navigation-title {
|
|
2408
|
+
margin-bottom: 20px;
|
|
2409
|
+
color: var(--zartd-text-color-8);
|
|
2410
|
+
font-weight: 600;
|
|
2411
|
+
letter-spacing: 0.35px;
|
|
2412
|
+
}
|
|
2413
|
+
.zt-spread-navigation .zt-navigation-item {
|
|
2414
|
+
min-width: 60px;
|
|
2415
|
+
margin-bottom: 14px;
|
|
2416
|
+
font-weight: 400;
|
|
2417
|
+
line-height: 20px;
|
|
2418
|
+
letter-spacing: 0.35px;
|
|
2419
|
+
cursor: pointer;
|
|
2420
|
+
}
|
|
2421
|
+
.zt-spread-navigation .zt-navigation-item:hover {
|
|
2422
|
+
color: var(--zartd-primary-color);
|
|
2423
|
+
}
|
|
2424
|
+
.zt-spread-navigation .zt-navigation-item-active {
|
|
2425
|
+
color: var(--zartd-primary-color);
|
|
2426
|
+
font-weight: 600;
|
|
2427
|
+
}
|
|
2428
|
+
.zt-spread-navigation-open {
|
|
2429
|
+
height: 440px;
|
|
2430
|
+
}
|
|
2431
|
+
.zt-sub-title {
|
|
2432
|
+
position: relative;
|
|
2433
|
+
height: 32px;
|
|
2434
|
+
padding: 0 18px;
|
|
2435
|
+
line-height: 32px;
|
|
2436
|
+
}
|
|
2437
|
+
.zt-sub-title::before {
|
|
2438
|
+
position: absolute;
|
|
2439
|
+
top: 5px;
|
|
2440
|
+
left: 0;
|
|
2441
|
+
width: 10px;
|
|
2442
|
+
height: 20px;
|
|
2443
|
+
background-color: var(--zartd-primary-color);
|
|
2444
|
+
border-radius: 2px;
|
|
2445
|
+
content: '';
|
|
2446
|
+
}
|
|
2447
|
+
.zt-sub-title > span {
|
|
2448
|
+
font-size: 20px;
|
|
2449
|
+
}
|
|
2450
|
+
.zt-top-menu {
|
|
2451
|
+
max-width: 70vw;
|
|
2452
|
+
height: 100%;
|
|
2453
|
+
}
|
|
2454
|
+
.zt-top-menu > .ant-menu {
|
|
2455
|
+
height: 100%;
|
|
2456
|
+
background-color: transparent;
|
|
2457
|
+
border-bottom: none;
|
|
2458
|
+
}
|
|
2459
|
+
.zt-top-menu > .ant-menu > .ant-menu-item {
|
|
2460
|
+
top: 0;
|
|
2461
|
+
display: flex;
|
|
2462
|
+
align-items: center;
|
|
2463
|
+
justify-content: center;
|
|
2464
|
+
min-width: 105px;
|
|
2465
|
+
margin-top: 0;
|
|
2466
|
+
color: var(--zartd-text-color-positive);
|
|
2467
|
+
font-size: 16px;
|
|
2468
|
+
}
|
|
2469
|
+
.zt-top-menu > .ant-menu > .ant-menu-item:hover,
|
|
2470
|
+
.zt-top-menu > .ant-menu > .ant-menu-item-active,
|
|
2471
|
+
.zt-top-menu > .ant-menu > .ant-menu-item-selected {
|
|
2472
|
+
color: var(--zartd-text-color-positive);
|
|
2473
|
+
background-color: var(--zartd-top-menu-item-active-background-color);
|
|
2474
|
+
}
|
|
2475
|
+
.zt-top-menu > .ant-menu > .ant-menu-item:hover::after,
|
|
2476
|
+
.zt-top-menu > .ant-menu > .ant-menu-item-active::after,
|
|
2477
|
+
.zt-top-menu > .ant-menu > .ant-menu-item-selected::after {
|
|
2478
|
+
display: none;
|
|
2479
|
+
}
|
|
2480
|
+
.zt-top-menu > .ant-menu > .ant-menu-item-selected {
|
|
2481
|
+
background-color: var(--zartd-top-menu-item-selected-background-color);
|
|
2482
|
+
}
|
|
2483
|
+
.zt-view-login {
|
|
2484
|
+
display: flex;
|
|
2485
|
+
align-items: center;
|
|
2486
|
+
justify-content: center;
|
|
2487
|
+
width: 100%;
|
|
2488
|
+
height: 100%;
|
|
2489
|
+
color: var(--zartd-text-color-positive);
|
|
2490
|
+
background: var(--zartd-view-login-background-image) no-repeat center;
|
|
2491
|
+
background-size: 100% 100%;
|
|
2492
|
+
}
|
|
2493
|
+
.zt-view-login > .login-box {
|
|
2494
|
+
position: relative;
|
|
2495
|
+
width: 1625px;
|
|
2496
|
+
height: 700px;
|
|
2497
|
+
}
|
|
2498
|
+
.zt-view-login > .login-box > .ant-carousel {
|
|
2499
|
+
width: 100%;
|
|
2500
|
+
height: 100%;
|
|
2501
|
+
border-radius: 16px;
|
|
2502
|
+
box-shadow: 0 15px 20px 0 var(--zartd-view-login-carousel-box-shadow-color);
|
|
2503
|
+
}
|
|
2504
|
+
.zt-view-login > .login-box .slick-list {
|
|
2505
|
+
border-radius: 16px;
|
|
2506
|
+
}
|
|
2507
|
+
.zt-view-login > .login-box .carousel-content {
|
|
2508
|
+
width: 700px;
|
|
2509
|
+
height: 700px;
|
|
2510
|
+
}
|
|
2511
|
+
.zt-view-login > .login-box .carousel-content .login-box-bg {
|
|
2512
|
+
width: 100%;
|
|
2513
|
+
height: 100%;
|
|
2514
|
+
background-position: center;
|
|
2515
|
+
background-size: 100% 100%;
|
|
2516
|
+
}
|
|
2517
|
+
.zt-view-login > .login-box .carousel-content .login-box-bg.one {
|
|
2518
|
+
background-image: var(--zartd-view-login-banner-one-background-image);
|
|
2519
|
+
}
|
|
2520
|
+
.zt-view-login > .login-box .carousel-content .login-box-bg.two {
|
|
2521
|
+
background-image: var(--zartd-view-login-banner-two-background-image);
|
|
2522
|
+
}
|
|
2523
|
+
.zt-view-login > .login-box .carousel-content .login-box-bg.three {
|
|
2524
|
+
background-image: var(--zartd-view-login-banner-three-background-image);
|
|
2525
|
+
}
|
|
2526
|
+
.zt-view-login > .login-box .slick-dots {
|
|
2527
|
+
bottom: -100px;
|
|
2528
|
+
}
|
|
2529
|
+
:root[theme-size='large'] .zt-view-login > .login-box .slick-dots {
|
|
2530
|
+
bottom: -60px;
|
|
2531
|
+
}
|
|
2532
|
+
.zt-view-login > .login-box .slick-dots > li button {
|
|
2533
|
+
background: var(--zartd-view-login-carousel-dots-button-background);
|
|
2534
|
+
}
|
|
2535
|
+
.zt-view-login > .login-box .slick-dots > li.slick-active button,
|
|
2536
|
+
.zt-view-login > .login-box .slick-dots > li:hover button {
|
|
2537
|
+
background-image: var(--zartd-view-login-carousel-dots-button-active-background-image);
|
|
2538
|
+
box-shadow: var(--zartd-view-login-carousel-dots-button-active-box-shadow);
|
|
2539
|
+
}
|
|
2540
|
+
.zt-view-login > .login-box > .login-content {
|
|
2541
|
+
position: absolute;
|
|
2542
|
+
top: 0;
|
|
2543
|
+
right: 0;
|
|
2544
|
+
display: flex;
|
|
2545
|
+
flex-direction: column;
|
|
2546
|
+
align-items: center;
|
|
2547
|
+
justify-content: center;
|
|
2548
|
+
width: 700px;
|
|
2549
|
+
height: 700px;
|
|
2550
|
+
background: var(--zartd-view-login-content-background);
|
|
2551
|
+
border-radius: 0 16px 16px 0;
|
|
2552
|
+
backdrop-filter: blur(5px);
|
|
2553
|
+
}
|
|
2554
|
+
.zt-view-login > .login-box > .login-content .login-title {
|
|
2555
|
+
display: flex;
|
|
2556
|
+
align-items: center;
|
|
2557
|
+
justify-content: center;
|
|
2558
|
+
margin-bottom: 40px;
|
|
2559
|
+
padding: 20px;
|
|
2560
|
+
}
|
|
2561
|
+
.zt-view-login > .login-box > .login-content .login-title .sys-logo {
|
|
2562
|
+
flex-shrink: 0;
|
|
2563
|
+
width: 110px;
|
|
2564
|
+
margin-right: 20px;
|
|
2565
|
+
}
|
|
2566
|
+
.zt-view-login > .login-box > .login-content .login-title .sys-logo img {
|
|
2567
|
+
position: relative;
|
|
2568
|
+
width: 100%;
|
|
2569
|
+
max-width: 100%;
|
|
2570
|
+
height: 100%;
|
|
2571
|
+
max-height: 100%;
|
|
2572
|
+
object-fit: contain;
|
|
2573
|
+
}
|
|
2574
|
+
.zt-view-login > .login-box > .login-content .login-title .sys-title {
|
|
2575
|
+
font-weight: 600;
|
|
2576
|
+
font-size: 58px;
|
|
2577
|
+
letter-spacing: 10px;
|
|
2578
|
+
}
|
|
2579
|
+
.zt-view-login > .login-box > .login-content .login-form {
|
|
2580
|
+
width: 410px;
|
|
2581
|
+
}
|
|
2582
|
+
.zt-view-login > .login-box > .login-content .login-form .ant-form-item {
|
|
2583
|
+
margin-bottom: 0;
|
|
2584
|
+
}
|
|
2585
|
+
.zt-view-login > .login-box > .login-content .login-form .ant-form-item:last-child {
|
|
2586
|
+
margin-top: 40px;
|
|
2587
|
+
}
|
|
2588
|
+
.zt-view-login > .login-box > .login-content .login-form-button {
|
|
2589
|
+
width: 100%;
|
|
2590
|
+
height: 60px;
|
|
2591
|
+
color: var(--zartd-text-color-positive);
|
|
2592
|
+
font-weight: 600;
|
|
2593
|
+
font-size: 28px;
|
|
2594
|
+
border: 2px solid var(--zartd-text-color-positive);
|
|
2595
|
+
border-radius: 30px;
|
|
2596
|
+
}
|
|
2597
|
+
.zt-view-login > .login-box > .login-content .login-form-item-input {
|
|
2598
|
+
height: 90px;
|
|
2599
|
+
}
|
|
2600
|
+
.zt-view-login > .login-box > .login-content .login-form-item-input .ant-form-item-explain {
|
|
2601
|
+
font-size: 16px;
|
|
2602
|
+
line-height: 25px;
|
|
2603
|
+
}
|
|
2604
|
+
.zt-view-login > .login-box > .login-content .login-form-item-input .ant-form-item-control-input-content {
|
|
2605
|
+
border-bottom: 1px solid var(--zartd-view-login-form-input-border-color);
|
|
2606
|
+
}
|
|
2607
|
+
.zt-view-login > .login-box > .login-content .login-form .ant-input {
|
|
2608
|
+
padding: 0;
|
|
2609
|
+
color: var(--zartd-text-color-positive);
|
|
2610
|
+
font-weight: 600;
|
|
2611
|
+
font-size: 24px;
|
|
2612
|
+
line-height: 45px;
|
|
2613
|
+
letter-spacing: 0;
|
|
2614
|
+
}
|
|
2615
|
+
.zt-view-login > .login-box > .login-content .login-form .ant-input::placeholder {
|
|
2616
|
+
color: var(--zartd-text-color-positive);
|
|
2617
|
+
}
|
|
2618
|
+
.zt-view-login > .login-box > .login-content .login-form .ant-input-suffix {
|
|
2619
|
+
margin-left: 10px;
|
|
2620
|
+
font-size: 20px;
|
|
2621
|
+
}
|
|
2622
|
+
.zt-view-login > .login-box > .login-content .login-form .ant-input-suffix .ant-input-password-icon {
|
|
2623
|
+
color: var(--zartd-text-color-positive);
|
|
2624
|
+
}
|
|
2625
|
+
.zt-view-login > .login-box > .login-content .login-form .ant-input-password {
|
|
2626
|
+
padding: 0;
|
|
2627
|
+
color: var(--zartd-text-color-positive);
|
|
2628
|
+
}
|
|
2629
|
+
.zt-view-login > .login-box > .login-content .login-form .ant-checkbox-wrapper {
|
|
2630
|
+
height: 42px;
|
|
2631
|
+
color: var(--zartd-text-color-positive);
|
|
2632
|
+
font-size: 24px;
|
|
2633
|
+
}
|
|
2634
|
+
.zt-view-login > .login-box > .login-content .login-form .ant-checkbox-wrapper .ant-checkbox {
|
|
2635
|
+
font-size: 28px;
|
|
2636
|
+
}
|
|
2637
|
+
.zt-view-login > .login-box > .login-content .login-form .ant-checkbox-wrapper .ant-checkbox input[type='checkbox'] {
|
|
2638
|
+
width: 28px;
|
|
2639
|
+
height: 28px;
|
|
2640
|
+
}
|
|
2641
|
+
.zt-view-login > .login-box > .login-content .login-form .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner {
|
|
2642
|
+
width: 28px;
|
|
2643
|
+
height: 28px;
|
|
2644
|
+
background-color: transparent;
|
|
2645
|
+
border: 1px solid var(--zartd-view-login-form-input-border-color);
|
|
2646
|
+
}
|
|
2647
|
+
.zt-view-login > .login-box > .login-content .login-form .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner::after {
|
|
2648
|
+
width: 10px;
|
|
2649
|
+
height: 16.667px;
|
|
2650
|
+
}
|
|
2651
|
+
.zt-view-rec-box {
|
|
2652
|
+
width: 100%;
|
|
2653
|
+
height: 100%;
|
|
2654
|
+
}
|