@cloudtower/eagle 0.24.15 → 0.24.17
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 +4 -2
- package/antd/es/affix/style/css.js +2 -0
- package/antd/es/affix/style/index.css +8 -0
- package/antd/es/affix/style/index.d.ts +2 -0
- package/antd/es/affix/style/index.js +2 -0
- package/antd/es/affix/style/index.less +6 -0
- package/antd/es/alert/style/css.js +2 -0
- package/antd/es/alert/style/index.css +260 -0
- package/antd/es/alert/style/index.d.ts +2 -0
- package/antd/es/alert/style/index.js +2 -0
- package/antd/es/alert/style/index.less +196 -0
- package/antd/es/alert/style/rtl.less +74 -0
- package/antd/es/anchor/style/css.js +4 -0
- package/antd/es/anchor/style/index.css +107 -0
- package/antd/es/anchor/style/index.d.ts +3 -0
- package/antd/es/anchor/style/index.js +4 -0
- package/antd/es/anchor/style/index.less +84 -0
- package/antd/es/anchor/style/rtl.less +40 -0
- package/antd/es/auto-complete/style/css.js +4 -0
- package/antd/es/auto-complete/style/index.css +20 -0
- package/antd/es/auto-complete/style/index.d.ts +3 -0
- package/antd/es/auto-complete/style/index.js +4 -0
- package/antd/es/auto-complete/style/index.less +16 -0
- package/antd/es/avatar/style/css.js +4 -0
- package/antd/es/avatar/style/group.less +22 -0
- package/antd/es/avatar/style/index.css +112 -0
- package/antd/es/avatar/style/index.d.ts +3 -0
- package/antd/es/avatar/style/index.js +4 -0
- package/antd/es/avatar/style/index.less +66 -0
- package/antd/es/avatar/style/rtl.less +20 -0
- package/antd/es/back-top/style/css.js +2 -0
- package/antd/es/back-top/style/index.css +62 -0
- package/antd/es/back-top/style/index.d.ts +2 -0
- package/antd/es/back-top/style/index.js +2 -0
- package/antd/es/back-top/style/index.less +49 -0
- package/antd/es/back-top/style/responsive.less +11 -0
- package/antd/es/badge/style/css.js +3 -0
- package/antd/es/badge/style/index.css +372 -0
- package/antd/es/badge/style/index.d.ts +3 -0
- package/antd/es/badge/style/index.js +3 -0
- package/antd/es/badge/style/index.less +193 -0
- package/antd/es/badge/style/ribbon.less +84 -0
- package/antd/es/badge/style/rtl.less +111 -0
- package/antd/es/breadcrumb/style/css.js +4 -0
- package/antd/es/breadcrumb/style/index.css +73 -0
- package/antd/es/breadcrumb/style/index.d.ts +4 -0
- package/antd/es/breadcrumb/style/index.js +4 -0
- package/antd/es/breadcrumb/style/index.less +54 -0
- package/antd/es/breadcrumb/style/rtl.less +34 -0
- package/antd/es/button/style/css.js +2 -0
- package/antd/es/button/style/index.css +1915 -0
- package/antd/es/button/style/index.d.ts +2 -0
- package/antd/es/button/style/index.js +2 -0
- package/antd/es/button/style/index.less +249 -0
- package/antd/es/button/style/mixin.less +518 -0
- package/antd/es/button/style/rtl.less +113 -0
- package/antd/es/calendar/style/css.js +7 -0
- package/antd/es/calendar/style/index.css +180 -0
- package/antd/es/calendar/style/index.d.ts +5 -0
- package/antd/es/calendar/style/index.js +7 -0
- package/antd/es/calendar/style/index.less +192 -0
- package/antd/es/calendar/style/rtl.less +52 -0
- package/antd/es/card/style/css.js +6 -0
- package/antd/es/card/style/index.css +317 -0
- package/antd/es/card/style/index.d.ts +5 -0
- package/antd/es/card/style/index.js +6 -0
- package/antd/es/card/style/index.less +293 -0
- package/antd/es/card/style/size.less +22 -0
- package/antd/es/carousel/style/css.js +2 -0
- package/antd/es/carousel/style/index.css +298 -0
- package/antd/es/carousel/style/index.d.ts +2 -0
- package/antd/es/carousel/style/index.js +2 -0
- package/antd/es/carousel/style/index.less +267 -0
- package/antd/es/carousel/style/rtl.less +52 -0
- package/antd/es/cascader/style/css.js +5 -0
- package/antd/es/cascader/style/index.css +296 -0
- package/antd/es/cascader/style/index.d.ts +4 -0
- package/antd/es/cascader/style/index.js +5 -0
- package/antd/es/cascader/style/index.less +243 -0
- package/antd/es/cascader/style/rtl.less +89 -0
- package/antd/es/checkbox/style/css.js +2 -0
- package/antd/es/checkbox/style/index.css +246 -0
- package/antd/es/checkbox/style/index.d.ts +2 -0
- package/antd/es/checkbox/style/index.js +2 -0
- package/antd/es/checkbox/style/index.less +5 -0
- package/antd/es/checkbox/style/mixin.less +221 -0
- package/antd/es/checkbox/style/rtl.less +26 -0
- package/antd/es/col/style/css.js +4 -0
- package/antd/es/col/style/index.d.ts +2 -0
- package/antd/es/col/style/index.js +4 -0
- package/antd/es/collapse/style/css.js +2 -0
- package/antd/es/collapse/style/index.css +175 -0
- package/antd/es/collapse/style/index.d.ts +2 -0
- package/antd/es/collapse/style/index.js +2 -0
- package/antd/es/collapse/style/index.less +153 -0
- package/antd/es/collapse/style/rtl.less +42 -0
- package/antd/es/comment/style/css.js +2 -0
- package/antd/es/comment/style/index.css +124 -0
- package/antd/es/comment/style/index.d.ts +2 -0
- package/antd/es/comment/style/index.js +2 -0
- package/antd/es/comment/style/index.less +101 -0
- package/antd/es/comment/style/rtl.less +50 -0
- package/antd/es/config-provider/style/css.js +1 -0
- package/antd/es/config-provider/style/index.css +4 -0
- package/antd/es/config-provider/style/index.js +1 -0
- package/antd/es/config-provider/style/index.less +2 -0
- package/antd/es/date-picker/style/css.js +4 -0
- package/antd/es/date-picker/style/index.css +1060 -0
- package/antd/es/date-picker/style/index.d.ts +3 -0
- package/antd/es/date-picker/style/index.js +4 -0
- package/antd/es/date-picker/style/index.less +335 -0
- package/antd/es/date-picker/style/panel.less +681 -0
- package/antd/es/date-picker/style/rtl.less +216 -0
- package/antd/es/descriptions/style/css.js +2 -0
- package/antd/es/descriptions/style/index.css +132 -0
- package/antd/es/descriptions/style/index.d.ts +2 -0
- package/antd/es/descriptions/style/index.js +2 -0
- package/antd/es/descriptions/style/index.less +164 -0
- package/antd/es/descriptions/style/rtl.less +18 -0
- package/antd/es/divider/style/css.js +2 -0
- package/antd/es/divider/style/index.css +115 -0
- package/antd/es/divider/style/index.d.ts +2 -0
- package/antd/es/divider/style/index.js +2 -0
- package/antd/es/divider/style/index.less +103 -0
- package/antd/es/divider/style/rtl.less +36 -0
- package/antd/es/drawer/style/css.js +3 -0
- package/antd/es/drawer/style/customize.less +3 -0
- package/antd/es/drawer/style/drawer.less +256 -0
- package/antd/es/drawer/style/index.css +253 -0
- package/antd/es/drawer/style/index.d.ts +2 -0
- package/antd/es/drawer/style/index.js +3 -0
- package/antd/es/drawer/style/index.less +5 -0
- package/antd/es/drawer/style/rtl.less +16 -0
- package/antd/es/dropdown/style/css.js +4 -0
- package/antd/es/dropdown/style/index.css +405 -0
- package/antd/es/dropdown/style/index.d.ts +3 -0
- package/antd/es/dropdown/style/index.js +4 -0
- package/antd/es/dropdown/style/index.less +369 -0
- package/antd/es/dropdown/style/rtl.less +85 -0
- package/antd/es/dropdown/style/status.less +12 -0
- package/antd/es/empty/style/css.js +2 -0
- package/antd/es/empty/style/index.css +75 -0
- package/antd/es/empty/style/index.d.ts +2 -0
- package/antd/es/empty/style/index.js +2 -0
- package/antd/es/empty/style/index.less +139 -0
- package/antd/es/empty/style/rtl.less +10 -0
- package/antd/es/form/style/components.less +69 -0
- package/antd/es/form/style/css.js +4 -0
- package/antd/es/form/style/horizontal.less +10 -0
- package/antd/es/form/style/index.css +939 -0
- package/antd/es/form/style/index.d.ts +3 -0
- package/antd/es/form/style/index.js +4 -0
- package/antd/es/form/style/index.less +233 -0
- package/antd/es/form/style/inline.less +35 -0
- package/antd/es/form/style/mixin.less +118 -0
- package/antd/es/form/style/rtl.less +178 -0
- package/antd/es/form/style/status.less +251 -0
- package/antd/es/form/style/vertical.less +84 -0
- package/antd/es/grid/style/css.js +2 -0
- package/antd/es/grid/style/index.css +5889 -0
- package/antd/es/grid/style/index.d.ts +2 -0
- package/antd/es/grid/style/index.js +2 -0
- package/antd/es/grid/style/index.less +113 -0
- package/antd/es/grid/style/mixin.less +53 -0
- package/antd/es/grid/style/rtl.less +74 -0
- package/antd/es/icon/style/css.js +2 -0
- package/antd/es/icon/style/index.css +4 -0
- package/antd/es/icon/style/index.d.ts +2 -0
- package/antd/es/icon/style/index.js +2 -0
- package/antd/es/icon/style/index.less +4 -0
- package/antd/es/input/style/IE11.less +20 -0
- package/antd/es/input/style/affix.less +48 -0
- package/antd/es/input/style/allow-clear.less +52 -0
- package/antd/es/input/style/css.js +4 -0
- package/antd/es/input/style/index.css +820 -0
- package/antd/es/input/style/index.d.ts +3 -0
- package/antd/es/input/style/index.js +4 -0
- package/antd/es/input/style/index.less +50 -0
- package/antd/es/input/style/mixin.less +398 -0
- package/antd/es/input/style/rtl.less +235 -0
- package/antd/es/input/style/search-input.less +90 -0
- package/antd/es/input-number/style/css.js +2 -0
- package/antd/es/input-number/style/index.css +338 -0
- package/antd/es/input-number/style/index.d.ts +2 -0
- package/antd/es/input-number/style/index.js +2 -0
- package/antd/es/input-number/style/index.less +186 -0
- package/antd/es/input-number/style/rtl.less +28 -0
- package/antd/es/layout/style/css.js +2 -0
- package/antd/es/layout/style/index.css +135 -0
- package/antd/es/layout/style/index.d.ts +2 -0
- package/antd/es/layout/style/index.js +2 -0
- package/antd/es/layout/style/index.less +126 -0
- package/antd/es/layout/style/light.less +15 -0
- package/antd/es/layout/style/rtl.less +10 -0
- package/antd/es/list/style/bordered.less +44 -0
- package/antd/es/list/style/css.js +7 -0
- package/antd/es/list/style/customize.less +12 -0
- package/antd/es/list/style/index.css +343 -0
- package/antd/es/list/style/index.d.ts +6 -0
- package/antd/es/list/style/index.js +7 -0
- package/antd/es/list/style/index.less +239 -0
- package/antd/es/list/style/responsive.less +40 -0
- package/antd/es/list/style/rtl.less +139 -0
- package/antd/es/locale-provider/style/css.js +1 -0
- package/antd/es/locale-provider/style/index.css +4 -0
- package/antd/es/locale-provider/style/index.d.ts +1 -0
- package/antd/es/locale-provider/style/index.js +1 -0
- package/antd/es/locale-provider/style/index.less +2 -0
- package/antd/es/mentions/style/css.js +4 -0
- package/antd/es/mentions/style/index.css +287 -0
- package/antd/es/mentions/style/index.d.ts +3 -0
- package/antd/es/mentions/style/index.js +4 -0
- package/antd/es/mentions/style/index.less +169 -0
- package/antd/es/mentions/style/rtl.less +10 -0
- package/antd/es/menu/style/css.js +5 -0
- package/antd/es/menu/style/dark.less +148 -0
- package/antd/es/menu/style/index.css +907 -0
- package/antd/es/menu/style/index.d.ts +3 -0
- package/antd/es/menu/style/index.js +5 -0
- package/antd/es/menu/style/index.less +587 -0
- package/antd/es/menu/style/rtl.less +162 -0
- package/antd/es/menu/style/status.less +47 -0
- package/antd/es/message/style/css.js +2 -0
- package/antd/es/message/style/index.css +95 -0
- package/antd/es/message/style/index.d.ts +2 -0
- package/antd/es/message/style/index.js +2 -0
- package/antd/es/message/style/index.less +73 -0
- package/antd/es/message/style/rtl.less +17 -0
- package/antd/es/modal/style/confirm.less +78 -0
- package/antd/es/modal/style/css.js +4 -0
- package/antd/es/modal/style/customize.less +3 -0
- package/antd/es/modal/style/index.css +261 -0
- package/antd/es/modal/style/index.d.ts +3 -0
- package/antd/es/modal/style/index.js +4 -0
- package/antd/es/modal/style/index.less +6 -0
- package/antd/es/modal/style/modal.less +164 -0
- package/antd/es/modal/style/rtl.less +73 -0
- package/antd/es/notification/style/css.js +2 -0
- package/antd/es/notification/style/customize.less +3 -0
- package/antd/es/notification/style/index.css +273 -0
- package/antd/es/notification/style/index.d.ts +2 -0
- package/antd/es/notification/style/index.js +2 -0
- package/antd/es/notification/style/index.less +221 -0
- package/antd/es/notification/style/rtl.less +53 -0
- package/antd/es/page-header/style/css.js +4 -0
- package/antd/es/page-header/style/index.css +167 -0
- package/antd/es/page-header/style/index.d.ts +3 -0
- package/antd/es/page-header/style/index.js +4 -0
- package/antd/es/page-header/style/index.less +125 -0
- package/antd/es/page-header/style/rtl.less +76 -0
- package/antd/es/pagination/style/css.js +5 -0
- package/antd/es/pagination/style/index.css +522 -0
- package/antd/es/pagination/style/index.d.ts +3 -0
- package/antd/es/pagination/style/index.js +5 -0
- package/antd/es/pagination/style/index.less +407 -0
- package/antd/es/pagination/style/rtl.less +75 -0
- package/antd/es/popconfirm/style/css.js +6 -0
- package/antd/es/popconfirm/style/index.css +7 -0
- package/antd/es/popconfirm/style/index.d.ts +4 -0
- package/antd/es/popconfirm/style/index.js +6 -0
- package/antd/es/popconfirm/style/index.less +8 -0
- package/antd/es/popover/style/css.js +3 -0
- package/antd/es/popover/style/customize.less +3 -0
- package/antd/es/popover/style/index.css +224 -0
- package/antd/es/popover/style/index.d.ts +2 -0
- package/antd/es/popover/style/index.js +3 -0
- package/antd/es/popover/style/index.less +208 -0
- package/antd/es/popover/style/rtl.less +33 -0
- package/antd/es/progress/style/css.js +2 -0
- package/antd/es/progress/style/index.css +219 -0
- package/antd/es/progress/style/index.d.ts +2 -0
- package/antd/es/progress/style/index.js +2 -0
- package/antd/es/progress/style/index.less +205 -0
- package/antd/es/progress/style/rtl.less +37 -0
- package/antd/es/radio/style/css.js +2 -0
- package/antd/es/radio/style/index.css +374 -0
- package/antd/es/radio/style/index.d.ts +2 -0
- package/antd/es/radio/style/index.js +2 -0
- package/antd/es/radio/style/index.less +348 -0
- package/antd/es/radio/style/rtl.less +61 -0
- package/antd/es/rate/style/css.js +4 -0
- package/antd/es/rate/style/index.css +97 -0
- package/antd/es/rate/style/index.d.ts +3 -0
- package/antd/es/rate/style/index.js +4 -0
- package/antd/es/rate/style/index.less +87 -0
- package/antd/es/rate/style/rtl.less +26 -0
- package/antd/es/result/style/css.js +2 -0
- package/antd/es/result/style/index.css +68 -0
- package/antd/es/result/style/index.d.ts +2 -0
- package/antd/es/result/style/index.js +2 -0
- package/antd/es/result/style/index.less +74 -0
- package/antd/es/result/style/rtl.less +25 -0
- package/antd/es/row/style/css.js +4 -0
- package/antd/es/row/style/index.d.ts +2 -0
- package/antd/es/row/style/index.js +4 -0
- package/antd/es/select/style/css.js +4 -0
- package/antd/es/select/style/index.css +707 -0
- package/antd/es/select/style/index.d.ts +3 -0
- package/antd/es/select/style/index.js +4 -0
- package/antd/es/select/style/index.less +294 -0
- package/antd/es/select/style/multiple.less +194 -0
- package/antd/es/select/style/rtl.less +186 -0
- package/antd/es/select/style/single.less +180 -0
- package/antd/es/skeleton/style/css.js +2 -0
- package/antd/es/skeleton/style/index.css +284 -0
- package/antd/es/skeleton/style/index.d.ts +2 -0
- package/antd/es/skeleton/style/index.js +2 -0
- package/antd/es/skeleton/style/index.less +265 -0
- package/antd/es/skeleton/style/rtl.less +47 -0
- package/antd/es/slider/style/css.js +4 -0
- package/antd/es/slider/style/index.css +223 -0
- package/antd/es/slider/style/index.d.ts +3 -0
- package/antd/es/slider/style/index.js +4 -0
- package/antd/es/slider/style/index.less +206 -0
- package/antd/es/slider/style/rtl.less +70 -0
- package/antd/es/space/style/css.js +2 -0
- package/antd/es/space/style/index.css +38 -0
- package/antd/es/space/style/index.d.ts +2 -0
- package/antd/es/space/style/index.js +2 -0
- package/antd/es/space/style/index.less +28 -0
- package/antd/es/space/style/rtl.less +10 -0
- package/antd/es/spin/style/css.js +2 -0
- package/antd/es/spin/style/index.css +235 -0
- package/antd/es/spin/style/index.d.ts +2 -0
- package/antd/es/spin/style/index.js +2 -0
- package/antd/es/spin/style/index.less +216 -0
- package/antd/es/spin/style/rtl.less +25 -0
- package/antd/es/statistic/style/css.js +2 -0
- package/antd/es/statistic/style/index.css +56 -0
- package/antd/es/statistic/style/index.d.ts +2 -0
- package/antd/es/statistic/style/index.js +2 -0
- package/antd/es/statistic/style/index.less +44 -0
- package/antd/es/statistic/style/rtl.less +26 -0
- package/antd/es/steps/style/css.js +3 -0
- package/antd/es/steps/style/custom-icon.less +32 -0
- package/antd/es/steps/style/index.css +812 -0
- package/antd/es/steps/style/index.d.ts +3 -0
- package/antd/es/steps/style/index.js +3 -0
- package/antd/es/steps/style/index.less +246 -0
- package/antd/es/steps/style/label-placement.less +39 -0
- package/antd/es/steps/style/nav.less +124 -0
- package/antd/es/steps/style/progress-dot.less +79 -0
- package/antd/es/steps/style/progress.less +21 -0
- package/antd/es/steps/style/rtl.less +249 -0
- package/antd/es/steps/style/small.less +47 -0
- package/antd/es/steps/style/vertical.less +77 -0
- package/antd/es/switch/style/css.js +2 -0
- package/antd/es/switch/style/index.css +166 -0
- package/antd/es/switch/style/index.d.ts +2 -0
- package/antd/es/switch/style/index.js +2 -0
- package/antd/es/switch/style/index.less +153 -0
- package/antd/es/switch/style/rtl.less +50 -0
- package/antd/es/table/style/bordered.less +122 -0
- package/antd/es/table/style/css.js +13 -0
- package/antd/es/table/style/index.css +806 -0
- package/antd/es/table/style/index.d.ts +10 -0
- package/antd/es/table/style/index.js +13 -0
- package/antd/es/table/style/index.less +616 -0
- package/antd/es/table/style/radius.less +45 -0
- package/antd/es/table/style/rtl.less +180 -0
- package/antd/es/table/style/size.less +68 -0
- package/antd/es/tabs/style/card.less +97 -0
- package/antd/es/tabs/style/css.js +2 -0
- package/antd/es/tabs/style/dropdown.less +60 -0
- package/antd/es/tabs/style/index.css +664 -0
- package/antd/es/tabs/style/index.d.ts +2 -0
- package/antd/es/tabs/style/index.js +2 -0
- package/antd/es/tabs/style/index.less +224 -0
- package/antd/es/tabs/style/position.less +195 -0
- package/antd/es/tabs/style/rtl.less +73 -0
- package/antd/es/tabs/style/size.less +41 -0
- package/antd/es/tag/style/css.js +2 -0
- package/antd/es/tag/style/index.css +256 -0
- package/antd/es/tag/style/index.d.ts +2 -0
- package/antd/es/tag/style/index.js +2 -0
- package/antd/es/tag/style/index.less +130 -0
- package/antd/es/tag/style/rtl.less +28 -0
- package/antd/es/time-picker/style/css.js +4 -0
- package/antd/es/time-picker/style/index.css +4 -0
- package/antd/es/time-picker/style/index.d.ts +3 -0
- package/antd/es/time-picker/style/index.js +4 -0
- package/antd/es/time-picker/style/index.less +3 -0
- package/antd/es/timeline/style/css.js +2 -0
- package/antd/es/timeline/style/index.css +240 -0
- package/antd/es/timeline/style/index.d.ts +2 -0
- package/antd/es/timeline/style/index.js +2 -0
- package/antd/es/timeline/style/index.less +186 -0
- package/antd/es/timeline/style/rtl.less +135 -0
- package/antd/es/tooltip/style/css.js +2 -0
- package/antd/es/tooltip/style/index.css +261 -0
- package/antd/es/tooltip/style/index.d.ts +2 -0
- package/antd/es/tooltip/style/index.js +2 -0
- package/antd/es/tooltip/style/index.less +206 -0
- package/antd/es/tooltip/style/rtl.less +14 -0
- package/antd/es/transfer/style/css.js +10 -0
- package/antd/es/transfer/style/customize.less +45 -0
- package/antd/es/transfer/style/index.css +346 -0
- package/antd/es/transfer/style/index.d.ts +9 -0
- package/antd/es/transfer/style/index.js +10 -0
- package/antd/es/transfer/style/index.less +237 -0
- package/antd/es/transfer/style/rtl.less +63 -0
- package/antd/es/tree/style/css.js +2 -0
- package/antd/es/tree/style/directory.less +72 -0
- package/antd/es/tree/style/index.css +508 -0
- package/antd/es/tree/style/index.d.ts +2 -0
- package/antd/es/tree/style/index.js +2 -0
- package/antd/es/tree/style/index.less +14 -0
- package/antd/es/tree/style/mixin.less +264 -0
- package/antd/es/tree/style/rtl.less +64 -0
- package/antd/es/tree-select/style/css.js +6 -0
- package/antd/es/tree-select/style/index.css +463 -0
- package/antd/es/tree-select/style/index.d.ts +4 -0
- package/antd/es/tree-select/style/index.js +6 -0
- package/antd/es/tree-select/style/index.less +55 -0
- package/antd/es/typography/style/css.js +5 -0
- package/antd/es/typography/style/index.css +277 -0
- package/antd/es/typography/style/index.d.ts +4 -0
- package/antd/es/typography/style/index.js +5 -0
- package/antd/es/typography/style/index.less +225 -0
- package/antd/es/typography/style/rtl.less +54 -0
- package/antd/es/upload/style/css.js +6 -0
- package/antd/es/upload/style/index.css +694 -0
- package/antd/es/upload/style/index.d.ts +5 -0
- package/antd/es/upload/style/index.js +6 -0
- package/antd/es/upload/style/index.less +590 -0
- package/antd/es/upload/style/rtl.less +188 -0
- package/antd/es/version/style/css.js +2 -0
- package/antd/es/version/style/index.d.ts +1 -0
- package/antd/es/version/style/index.js +2 -0
- package/antd/lib/affix/style/css.js +5 -0
- package/antd/lib/affix/style/index.css +8 -0
- package/antd/lib/affix/style/index.d.ts +2 -0
- package/antd/lib/affix/style/index.js +5 -0
- package/antd/lib/affix/style/index.less +6 -0
- package/antd/lib/alert/style/css.js +5 -0
- package/antd/lib/alert/style/index.css +260 -0
- package/antd/lib/alert/style/index.d.ts +2 -0
- package/antd/lib/alert/style/index.js +5 -0
- package/antd/lib/alert/style/index.less +196 -0
- package/antd/lib/alert/style/rtl.less +74 -0
- package/antd/lib/anchor/style/css.js +7 -0
- package/antd/lib/anchor/style/index.css +107 -0
- package/antd/lib/anchor/style/index.d.ts +3 -0
- package/antd/lib/anchor/style/index.js +7 -0
- package/antd/lib/anchor/style/index.less +84 -0
- package/antd/lib/anchor/style/rtl.less +40 -0
- package/antd/lib/auto-complete/style/css.js +7 -0
- package/antd/lib/auto-complete/style/index.css +20 -0
- package/antd/lib/auto-complete/style/index.d.ts +3 -0
- package/antd/lib/auto-complete/style/index.js +7 -0
- package/antd/lib/auto-complete/style/index.less +16 -0
- package/antd/lib/avatar/style/css.js +7 -0
- package/antd/lib/avatar/style/group.less +22 -0
- package/antd/lib/avatar/style/index.css +112 -0
- package/antd/lib/avatar/style/index.d.ts +3 -0
- package/antd/lib/avatar/style/index.js +7 -0
- package/antd/lib/avatar/style/index.less +66 -0
- package/antd/lib/avatar/style/rtl.less +20 -0
- package/antd/lib/back-top/style/css.js +5 -0
- package/antd/lib/back-top/style/index.css +62 -0
- package/antd/lib/back-top/style/index.d.ts +2 -0
- package/antd/lib/back-top/style/index.js +5 -0
- package/antd/lib/back-top/style/index.less +49 -0
- package/antd/lib/back-top/style/responsive.less +11 -0
- package/antd/lib/badge/style/css.js +7 -0
- package/antd/lib/badge/style/index.css +372 -0
- package/antd/lib/badge/style/index.d.ts +3 -0
- package/antd/lib/badge/style/index.js +7 -0
- package/antd/lib/badge/style/index.less +193 -0
- package/antd/lib/badge/style/ribbon.less +84 -0
- package/antd/lib/badge/style/rtl.less +111 -0
- package/antd/lib/breadcrumb/style/css.js +9 -0
- package/antd/lib/breadcrumb/style/index.css +73 -0
- package/antd/lib/breadcrumb/style/index.d.ts +4 -0
- package/antd/lib/breadcrumb/style/index.js +9 -0
- package/antd/lib/breadcrumb/style/index.less +54 -0
- package/antd/lib/breadcrumb/style/rtl.less +34 -0
- package/antd/lib/button/style/css.js +5 -0
- package/antd/lib/button/style/index.css +1915 -0
- package/antd/lib/button/style/index.d.ts +2 -0
- package/antd/lib/button/style/index.js +5 -0
- package/antd/lib/button/style/index.less +249 -0
- package/antd/lib/button/style/mixin.less +518 -0
- package/antd/lib/button/style/rtl.less +113 -0
- package/antd/lib/calendar/style/css.js +11 -0
- package/antd/lib/calendar/style/index.css +180 -0
- package/antd/lib/calendar/style/index.d.ts +5 -0
- package/antd/lib/calendar/style/index.js +11 -0
- package/antd/lib/calendar/style/index.less +192 -0
- package/antd/lib/calendar/style/rtl.less +52 -0
- package/antd/lib/card/style/css.js +11 -0
- package/antd/lib/card/style/index.css +317 -0
- package/antd/lib/card/style/index.d.ts +5 -0
- package/antd/lib/card/style/index.js +11 -0
- package/antd/lib/card/style/index.less +293 -0
- package/antd/lib/card/style/size.less +22 -0
- package/antd/lib/carousel/style/css.js +5 -0
- package/antd/lib/carousel/style/index.css +298 -0
- package/antd/lib/carousel/style/index.d.ts +2 -0
- package/antd/lib/carousel/style/index.js +5 -0
- package/antd/lib/carousel/style/index.less +267 -0
- package/antd/lib/carousel/style/rtl.less +52 -0
- package/antd/lib/cascader/style/css.js +9 -0
- package/antd/lib/cascader/style/index.css +296 -0
- package/antd/lib/cascader/style/index.d.ts +4 -0
- package/antd/lib/cascader/style/index.js +9 -0
- package/antd/lib/cascader/style/index.less +243 -0
- package/antd/lib/cascader/style/rtl.less +89 -0
- package/antd/lib/checkbox/style/css.js +5 -0
- package/antd/lib/checkbox/style/index.css +246 -0
- package/antd/lib/checkbox/style/index.d.ts +2 -0
- package/antd/lib/checkbox/style/index.js +5 -0
- package/antd/lib/checkbox/style/index.less +5 -0
- package/antd/lib/checkbox/style/mixin.less +221 -0
- package/antd/lib/checkbox/style/rtl.less +26 -0
- package/antd/lib/col/style/css.js +5 -0
- package/antd/lib/col/style/index.d.ts +2 -0
- package/antd/lib/col/style/index.js +5 -0
- package/antd/lib/collapse/style/css.js +5 -0
- package/antd/lib/collapse/style/index.css +175 -0
- package/antd/lib/collapse/style/index.d.ts +2 -0
- package/antd/lib/collapse/style/index.js +5 -0
- package/antd/lib/collapse/style/index.less +153 -0
- package/antd/lib/collapse/style/rtl.less +42 -0
- package/antd/lib/comment/style/css.js +5 -0
- package/antd/lib/comment/style/index.css +124 -0
- package/antd/lib/comment/style/index.d.ts +2 -0
- package/antd/lib/comment/style/index.js +5 -0
- package/antd/lib/comment/style/index.less +101 -0
- package/antd/lib/comment/style/rtl.less +50 -0
- package/antd/lib/config-provider/style/index.css +4 -0
- package/antd/lib/config-provider/style/index.d.ts +1 -0
- package/antd/lib/config-provider/style/index.less +2 -0
- package/antd/lib/date-picker/style/css.js +7 -0
- package/antd/lib/date-picker/style/index.css +1060 -0
- package/antd/lib/date-picker/style/index.d.ts +3 -0
- package/antd/lib/date-picker/style/index.js +7 -0
- package/antd/lib/date-picker/style/index.less +335 -0
- package/antd/lib/date-picker/style/panel.less +681 -0
- package/antd/lib/date-picker/style/rtl.less +216 -0
- package/antd/lib/descriptions/style/css.js +5 -0
- package/antd/lib/descriptions/style/index.css +132 -0
- package/antd/lib/descriptions/style/index.d.ts +2 -0
- package/antd/lib/descriptions/style/index.js +5 -0
- package/antd/lib/descriptions/style/index.less +164 -0
- package/antd/lib/descriptions/style/rtl.less +18 -0
- package/antd/lib/divider/style/css.js +5 -0
- package/antd/lib/divider/style/index.css +115 -0
- package/antd/lib/divider/style/index.d.ts +2 -0
- package/antd/lib/divider/style/index.js +5 -0
- package/antd/lib/divider/style/index.less +103 -0
- package/antd/lib/divider/style/rtl.less +36 -0
- package/antd/lib/drawer/style/css.js +5 -0
- package/antd/lib/drawer/style/customize.less +3 -0
- package/antd/lib/drawer/style/drawer.less +256 -0
- package/antd/lib/drawer/style/index.css +253 -0
- package/antd/lib/drawer/style/index.d.ts +2 -0
- package/antd/lib/drawer/style/index.js +5 -0
- package/antd/lib/drawer/style/index.less +5 -0
- package/antd/lib/drawer/style/rtl.less +16 -0
- package/antd/lib/dropdown/style/css.js +7 -0
- package/antd/lib/dropdown/style/index.css +405 -0
- package/antd/lib/dropdown/style/index.d.ts +3 -0
- package/antd/lib/dropdown/style/index.js +7 -0
- package/antd/lib/dropdown/style/index.less +369 -0
- package/antd/lib/dropdown/style/rtl.less +85 -0
- package/antd/lib/dropdown/style/status.less +12 -0
- package/antd/lib/empty/style/css.js +5 -0
- package/antd/lib/empty/style/index.css +75 -0
- package/antd/lib/empty/style/index.d.ts +2 -0
- package/antd/lib/empty/style/index.js +5 -0
- package/antd/lib/empty/style/index.less +139 -0
- package/antd/lib/empty/style/rtl.less +10 -0
- package/antd/lib/form/style/components.less +69 -0
- package/antd/lib/form/style/css.js +7 -0
- package/antd/lib/form/style/horizontal.less +10 -0
- package/antd/lib/form/style/index.css +939 -0
- package/antd/lib/form/style/index.d.ts +3 -0
- package/antd/lib/form/style/index.js +7 -0
- package/antd/lib/form/style/index.less +233 -0
- package/antd/lib/form/style/inline.less +35 -0
- package/antd/lib/form/style/mixin.less +118 -0
- package/antd/lib/form/style/rtl.less +178 -0
- package/antd/lib/form/style/status.less +251 -0
- package/antd/lib/form/style/vertical.less +84 -0
- package/antd/lib/grid/style/css.js +5 -0
- package/antd/lib/grid/style/index.css +5889 -0
- package/antd/lib/grid/style/index.d.ts +2 -0
- package/antd/lib/grid/style/index.js +5 -0
- package/antd/lib/grid/style/index.less +113 -0
- package/antd/lib/grid/style/mixin.less +53 -0
- package/antd/lib/grid/style/rtl.less +74 -0
- package/antd/lib/icon/style/css.js +5 -0
- package/antd/lib/icon/style/index.css +4 -0
- package/antd/lib/icon/style/index.d.ts +2 -0
- package/antd/lib/icon/style/index.js +5 -0
- package/antd/lib/icon/style/index.less +4 -0
- package/antd/lib/input/style/IE11.less +20 -0
- package/antd/lib/input/style/affix.less +48 -0
- package/antd/lib/input/style/allow-clear.less +52 -0
- package/antd/lib/input/style/css.js +7 -0
- package/antd/lib/input/style/index.css +820 -0
- package/antd/lib/input/style/index.d.ts +3 -0
- package/antd/lib/input/style/index.js +7 -0
- package/antd/lib/input/style/index.less +50 -0
- package/antd/lib/input/style/mixin.less +398 -0
- package/antd/lib/input/style/rtl.less +235 -0
- package/antd/lib/input/style/search-input.less +90 -0
- package/antd/lib/input-number/style/css.js +5 -0
- package/antd/lib/input-number/style/index.css +338 -0
- package/antd/lib/input-number/style/index.d.ts +2 -0
- package/antd/lib/input-number/style/index.js +5 -0
- package/antd/lib/input-number/style/index.less +186 -0
- package/antd/lib/input-number/style/rtl.less +28 -0
- package/antd/lib/layout/style/css.js +5 -0
- package/antd/lib/layout/style/index.css +135 -0
- package/antd/lib/layout/style/index.d.ts +2 -0
- package/antd/lib/layout/style/index.js +5 -0
- package/antd/lib/layout/style/index.less +126 -0
- package/antd/lib/layout/style/light.less +15 -0
- package/antd/lib/layout/style/rtl.less +10 -0
- package/antd/lib/list/style/bordered.less +44 -0
- package/antd/lib/list/style/css.js +13 -0
- package/antd/lib/list/style/customize.less +12 -0
- package/antd/lib/list/style/index.css +343 -0
- package/antd/lib/list/style/index.d.ts +6 -0
- package/antd/lib/list/style/index.js +13 -0
- package/antd/lib/list/style/index.less +239 -0
- package/antd/lib/list/style/responsive.less +40 -0
- package/antd/lib/list/style/rtl.less +139 -0
- package/antd/lib/locale-provider/style/css.js +3 -0
- package/antd/lib/locale-provider/style/index.css +4 -0
- package/antd/lib/locale-provider/style/index.d.ts +1 -0
- package/antd/lib/locale-provider/style/index.js +3 -0
- package/antd/lib/locale-provider/style/index.less +2 -0
- package/antd/lib/mentions/style/css.js +7 -0
- package/antd/lib/mentions/style/index.css +287 -0
- package/antd/lib/mentions/style/index.d.ts +3 -0
- package/antd/lib/mentions/style/index.js +7 -0
- package/antd/lib/mentions/style/index.less +169 -0
- package/antd/lib/mentions/style/rtl.less +10 -0
- package/antd/lib/menu/style/css.js +7 -0
- package/antd/lib/menu/style/dark.less +148 -0
- package/antd/lib/menu/style/index.css +907 -0
- package/antd/lib/menu/style/index.d.ts +3 -0
- package/antd/lib/menu/style/index.js +7 -0
- package/antd/lib/menu/style/index.less +587 -0
- package/antd/lib/menu/style/rtl.less +162 -0
- package/antd/lib/menu/style/status.less +47 -0
- package/antd/lib/message/style/css.js +5 -0
- package/antd/lib/message/style/index.css +95 -0
- package/antd/lib/message/style/index.d.ts +2 -0
- package/antd/lib/message/style/index.js +5 -0
- package/antd/lib/message/style/index.less +73 -0
- package/antd/lib/message/style/rtl.less +17 -0
- package/antd/lib/modal/style/confirm.less +78 -0
- package/antd/lib/modal/style/css.js +7 -0
- package/antd/lib/modal/style/customize.less +3 -0
- package/antd/lib/modal/style/index.css +261 -0
- package/antd/lib/modal/style/index.d.ts +3 -0
- package/antd/lib/modal/style/index.js +7 -0
- package/antd/lib/modal/style/index.less +6 -0
- package/antd/lib/modal/style/modal.less +164 -0
- package/antd/lib/modal/style/rtl.less +73 -0
- package/antd/lib/notification/style/css.js +5 -0
- package/antd/lib/notification/style/customize.less +3 -0
- package/antd/lib/notification/style/index.css +273 -0
- package/antd/lib/notification/style/index.d.ts +2 -0
- package/antd/lib/notification/style/index.js +5 -0
- package/antd/lib/notification/style/index.less +221 -0
- package/antd/lib/notification/style/rtl.less +53 -0
- package/antd/lib/page-header/style/css.js +7 -0
- package/antd/lib/page-header/style/index.css +167 -0
- package/antd/lib/page-header/style/index.d.ts +3 -0
- package/antd/lib/page-header/style/index.js +7 -0
- package/antd/lib/page-header/style/index.less +125 -0
- package/antd/lib/page-header/style/rtl.less +76 -0
- package/antd/lib/pagination/style/css.js +7 -0
- package/antd/lib/pagination/style/index.css +522 -0
- package/antd/lib/pagination/style/index.d.ts +3 -0
- package/antd/lib/pagination/style/index.js +7 -0
- package/antd/lib/pagination/style/index.less +407 -0
- package/antd/lib/pagination/style/rtl.less +75 -0
- package/antd/lib/popconfirm/style/css.js +9 -0
- package/antd/lib/popconfirm/style/index.css +7 -0
- package/antd/lib/popconfirm/style/index.d.ts +4 -0
- package/antd/lib/popconfirm/style/index.js +9 -0
- package/antd/lib/popconfirm/style/index.less +8 -0
- package/antd/lib/popover/style/css.js +5 -0
- package/antd/lib/popover/style/customize.less +3 -0
- package/antd/lib/popover/style/index.css +224 -0
- package/antd/lib/popover/style/index.d.ts +2 -0
- package/antd/lib/popover/style/index.js +5 -0
- package/antd/lib/popover/style/index.less +208 -0
- package/antd/lib/popover/style/rtl.less +33 -0
- package/antd/lib/progress/style/css.js +5 -0
- package/antd/lib/progress/style/index.css +219 -0
- package/antd/lib/progress/style/index.d.ts +2 -0
- package/antd/lib/progress/style/index.js +5 -0
- package/antd/lib/progress/style/index.less +205 -0
- package/antd/lib/progress/style/rtl.less +37 -0
- package/antd/lib/radio/style/css.js +5 -0
- package/antd/lib/radio/style/index.css +374 -0
- package/antd/lib/radio/style/index.d.ts +2 -0
- package/antd/lib/radio/style/index.js +5 -0
- package/antd/lib/radio/style/index.less +348 -0
- package/antd/lib/radio/style/rtl.less +61 -0
- package/antd/lib/rate/style/css.js +7 -0
- package/antd/lib/rate/style/index.css +97 -0
- package/antd/lib/rate/style/index.d.ts +3 -0
- package/antd/lib/rate/style/index.js +7 -0
- package/antd/lib/rate/style/index.less +87 -0
- package/antd/lib/rate/style/rtl.less +26 -0
- package/antd/lib/result/style/css.js +5 -0
- package/antd/lib/result/style/index.css +68 -0
- package/antd/lib/result/style/index.d.ts +2 -0
- package/antd/lib/result/style/index.js +5 -0
- package/antd/lib/result/style/index.less +74 -0
- package/antd/lib/result/style/rtl.less +25 -0
- package/antd/lib/row/style/css.js +5 -0
- package/antd/lib/row/style/index.d.ts +2 -0
- package/antd/lib/row/style/index.js +5 -0
- package/antd/lib/select/style/css.js +7 -0
- package/antd/lib/select/style/index.css +707 -0
- package/antd/lib/select/style/index.d.ts +3 -0
- package/antd/lib/select/style/index.js +7 -0
- package/antd/lib/select/style/index.less +294 -0
- package/antd/lib/select/style/multiple.less +194 -0
- package/antd/lib/select/style/rtl.less +186 -0
- package/antd/lib/select/style/single.less +180 -0
- package/antd/lib/skeleton/style/css.js +5 -0
- package/antd/lib/skeleton/style/index.css +284 -0
- package/antd/lib/skeleton/style/index.d.ts +2 -0
- package/antd/lib/skeleton/style/index.js +5 -0
- package/antd/lib/skeleton/style/index.less +265 -0
- package/antd/lib/skeleton/style/rtl.less +47 -0
- package/antd/lib/slider/style/css.js +7 -0
- package/antd/lib/slider/style/index.css +223 -0
- package/antd/lib/slider/style/index.d.ts +3 -0
- package/antd/lib/slider/style/index.js +7 -0
- package/antd/lib/slider/style/index.less +206 -0
- package/antd/lib/slider/style/rtl.less +70 -0
- package/antd/lib/space/style/css.js +5 -0
- package/antd/lib/space/style/index.css +38 -0
- package/antd/lib/space/style/index.d.ts +2 -0
- package/antd/lib/space/style/index.js +5 -0
- package/antd/lib/space/style/index.less +28 -0
- package/antd/lib/space/style/rtl.less +10 -0
- package/antd/lib/spin/style/css.js +5 -0
- package/antd/lib/spin/style/index.css +235 -0
- package/antd/lib/spin/style/index.d.ts +2 -0
- package/antd/lib/spin/style/index.js +5 -0
- package/antd/lib/spin/style/index.less +216 -0
- package/antd/lib/spin/style/rtl.less +25 -0
- package/antd/lib/statistic/style/css.js +5 -0
- package/antd/lib/statistic/style/index.css +56 -0
- package/antd/lib/statistic/style/index.d.ts +2 -0
- package/antd/lib/statistic/style/index.js +5 -0
- package/antd/lib/statistic/style/index.less +44 -0
- package/antd/lib/statistic/style/rtl.less +26 -0
- package/antd/lib/steps/style/css.js +7 -0
- package/antd/lib/steps/style/custom-icon.less +32 -0
- package/antd/lib/steps/style/index.css +812 -0
- package/antd/lib/steps/style/index.d.ts +3 -0
- package/antd/lib/steps/style/index.js +7 -0
- package/antd/lib/steps/style/index.less +246 -0
- package/antd/lib/steps/style/label-placement.less +39 -0
- package/antd/lib/steps/style/nav.less +124 -0
- package/antd/lib/steps/style/progress-dot.less +79 -0
- package/antd/lib/steps/style/progress.less +21 -0
- package/antd/lib/steps/style/rtl.less +249 -0
- package/antd/lib/steps/style/small.less +47 -0
- package/antd/lib/steps/style/vertical.less +77 -0
- package/antd/lib/style/css.js +3 -0
- package/antd/lib/style/index.d.ts +1 -0
- package/antd/lib/style/index.js +3 -0
- package/antd/lib/switch/style/css.js +5 -0
- package/antd/lib/switch/style/index.css +166 -0
- package/antd/lib/switch/style/index.d.ts +2 -0
- package/antd/lib/switch/style/index.js +5 -0
- package/antd/lib/switch/style/index.less +153 -0
- package/antd/lib/switch/style/rtl.less +50 -0
- package/antd/lib/table/style/bordered.less +122 -0
- package/antd/lib/table/style/css.js +21 -0
- package/antd/lib/table/style/index.css +806 -0
- package/antd/lib/table/style/index.d.ts +10 -0
- package/antd/lib/table/style/index.js +21 -0
- package/antd/lib/table/style/index.less +616 -0
- package/antd/lib/table/style/radius.less +45 -0
- package/antd/lib/table/style/rtl.less +180 -0
- package/antd/lib/table/style/size.less +68 -0
- package/antd/lib/tabs/style/card.less +97 -0
- package/antd/lib/tabs/style/css.js +5 -0
- package/antd/lib/tabs/style/dropdown.less +60 -0
- package/antd/lib/tabs/style/index.css +664 -0
- package/antd/lib/tabs/style/index.d.ts +2 -0
- package/antd/lib/tabs/style/index.js +5 -0
- package/antd/lib/tabs/style/index.less +224 -0
- package/antd/lib/tabs/style/position.less +195 -0
- package/antd/lib/tabs/style/rtl.less +73 -0
- package/antd/lib/tabs/style/size.less +41 -0
- package/antd/lib/tag/style/css.js +5 -0
- package/antd/lib/tag/style/index.css +256 -0
- package/antd/lib/tag/style/index.d.ts +2 -0
- package/antd/lib/tag/style/index.js +5 -0
- package/antd/lib/tag/style/index.less +130 -0
- package/antd/lib/tag/style/rtl.less +28 -0
- package/antd/lib/time-picker/style/css.js +7 -0
- package/antd/lib/time-picker/style/index.css +4 -0
- package/antd/lib/time-picker/style/index.d.ts +3 -0
- package/antd/lib/time-picker/style/index.js +7 -0
- package/antd/lib/time-picker/style/index.less +3 -0
- package/antd/lib/timeline/style/css.js +5 -0
- package/antd/lib/timeline/style/index.css +240 -0
- package/antd/lib/timeline/style/index.d.ts +2 -0
- package/antd/lib/timeline/style/index.js +5 -0
- package/antd/lib/timeline/style/index.less +186 -0
- package/antd/lib/timeline/style/rtl.less +135 -0
- package/antd/lib/tooltip/style/css.js +5 -0
- package/antd/lib/tooltip/style/index.css +261 -0
- package/antd/lib/tooltip/style/index.d.ts +2 -0
- package/antd/lib/tooltip/style/index.js +5 -0
- package/antd/lib/tooltip/style/index.less +206 -0
- package/antd/lib/tooltip/style/rtl.less +14 -0
- package/antd/lib/transfer/style/css.js +19 -0
- package/antd/lib/transfer/style/customize.less +45 -0
- package/antd/lib/transfer/style/index.css +346 -0
- package/antd/lib/transfer/style/index.d.ts +9 -0
- package/antd/lib/transfer/style/index.js +19 -0
- package/antd/lib/transfer/style/index.less +237 -0
- package/antd/lib/transfer/style/rtl.less +63 -0
- package/antd/lib/tree/style/css.js +5 -0
- package/antd/lib/tree/style/directory.less +72 -0
- package/antd/lib/tree/style/index.css +508 -0
- package/antd/lib/tree/style/index.d.ts +2 -0
- package/antd/lib/tree/style/index.js +5 -0
- package/antd/lib/tree/style/index.less +14 -0
- package/antd/lib/tree/style/mixin.less +264 -0
- package/antd/lib/tree/style/rtl.less +64 -0
- package/antd/lib/tree-select/style/css.js +9 -0
- package/antd/lib/tree-select/style/index.css +463 -0
- package/antd/lib/tree-select/style/index.d.ts +4 -0
- package/antd/lib/tree-select/style/index.js +9 -0
- package/antd/lib/tree-select/style/index.less +55 -0
- package/antd/lib/typography/style/css.js +9 -0
- package/antd/lib/typography/style/index.css +277 -0
- package/antd/lib/typography/style/index.d.ts +4 -0
- package/antd/lib/typography/style/index.js +9 -0
- package/antd/lib/typography/style/index.less +225 -0
- package/antd/lib/typography/style/rtl.less +54 -0
- package/antd/lib/upload/style/css.js +11 -0
- package/antd/lib/upload/style/index.css +694 -0
- package/antd/lib/upload/style/index.d.ts +5 -0
- package/antd/lib/upload/style/index.js +11 -0
- package/antd/lib/upload/style/index.less +590 -0
- package/antd/lib/upload/style/rtl.less +188 -0
- package/antd/lib/version/style/css.js +3 -0
- package/antd/lib/version/style/index.d.ts +1 -0
- package/antd/lib/version/style/index.js +3 -0
- package/dist/UIKitProvider/index.d.ts +3 -2
- package/dist/components.css +755 -755
- package/dist/esm/index.js +23 -2
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1153 -1153
- package/dist/umd/index.js +25 -6
- package/dist/umd/stats1.html +1 -1
- package/package.json +12 -10
- package/dist/antd/es/locale/ar_EG.d.ts +0 -3
- package/dist/antd/es/locale/ar_EG.js +0 -116
- package/dist/antd/es/locale/az_AZ.d.ts +0 -3
- package/dist/antd/es/locale/az_AZ.js +0 -45
- package/dist/antd/es/locale/bg_BG.d.ts +0 -3
- package/dist/antd/es/locale/bg_BG.js +0 -43
- package/dist/antd/es/locale/ca_ES.d.ts +0 -3
- package/dist/antd/es/locale/ca_ES.js +0 -124
- package/dist/antd/es/locale/cs_CZ.d.ts +0 -3
- package/dist/antd/es/locale/cs_CZ.js +0 -54
- package/dist/antd/es/locale/da_DK.d.ts +0 -3
- package/dist/antd/es/locale/da_DK.js +0 -43
- package/dist/antd/es/locale/de_DE.d.ts +0 -3
- package/dist/antd/es/locale/de_DE.js +0 -113
- package/dist/antd/es/locale/default.d.ts +0 -3
- package/dist/antd/es/locale/default.js +0 -124
- package/dist/antd/es/locale/el_GR.d.ts +0 -3
- package/dist/antd/es/locale/el_GR.js +0 -43
- package/dist/antd/es/locale/en_GB.d.ts +0 -3
- package/dist/antd/es/locale/en_GB.js +0 -94
- package/dist/antd/es/locale/en_US.d.ts +0 -2
- package/dist/antd/es/locale/en_US.js +0 -2
- package/dist/antd/es/locale/es_ES.d.ts +0 -3
- package/dist/antd/es/locale/es_ES.js +0 -110
- package/dist/antd/es/locale/et_EE.d.ts +0 -3
- package/dist/antd/es/locale/et_EE.js +0 -43
- package/dist/antd/es/locale/fa_IR.d.ts +0 -3
- package/dist/antd/es/locale/fa_IR.js +0 -114
- package/dist/antd/es/locale/fi_FI.d.ts +0 -3
- package/dist/antd/es/locale/fi_FI.js +0 -50
- package/dist/antd/es/locale/fr_BE.d.ts +0 -3
- package/dist/antd/es/locale/fr_BE.js +0 -47
- package/dist/antd/es/locale/fr_FR.d.ts +0 -3
- package/dist/antd/es/locale/fr_FR.js +0 -59
- package/dist/antd/es/locale/ga_IE.d.ts +0 -3
- package/dist/antd/es/locale/ga_IE.js +0 -123
- package/dist/antd/es/locale/he_IL.d.ts +0 -3
- package/dist/antd/es/locale/he_IL.js +0 -116
- package/dist/antd/es/locale/hi_IN.d.ts +0 -3
- package/dist/antd/es/locale/hi_IN.js +0 -51
- package/dist/antd/es/locale/hr_HR.d.ts +0 -3
- package/dist/antd/es/locale/hr_HR.js +0 -57
- package/dist/antd/es/locale/hu_HU.d.ts +0 -3
- package/dist/antd/es/locale/hu_HU.js +0 -44
- package/dist/antd/es/locale/hy_AM.d.ts +0 -3
- package/dist/antd/es/locale/hy_AM.js +0 -109
- package/dist/antd/es/locale/id_ID.d.ts +0 -3
- package/dist/antd/es/locale/id_ID.js +0 -45
- package/dist/antd/es/locale/is_IS.d.ts +0 -3
- package/dist/antd/es/locale/is_IS.js +0 -43
- package/dist/antd/es/locale/it_IT.d.ts +0 -3
- package/dist/antd/es/locale/it_IT.js +0 -59
- package/dist/antd/es/locale/ja_JP.d.ts +0 -3
- package/dist/antd/es/locale/ja_JP.js +0 -94
- package/dist/antd/es/locale/kn_IN.d.ts +0 -3
- package/dist/antd/es/locale/kn_IN.js +0 -51
- package/dist/antd/es/locale/ko_KR.d.ts +0 -3
- package/dist/antd/es/locale/ko_KR.js +0 -94
- package/dist/antd/es/locale/ku_IQ.d.ts +0 -3
- package/dist/antd/es/locale/ku_IQ.js +0 -43
- package/dist/antd/es/locale/lv_LV.d.ts +0 -3
- package/dist/antd/es/locale/lv_LV.js +0 -43
- package/dist/antd/es/locale/mk_MK.d.ts +0 -3
- package/dist/antd/es/locale/mk_MK.js +0 -58
- package/dist/antd/es/locale/mn_MN.d.ts +0 -3
- package/dist/antd/es/locale/mn_MN.js +0 -43
- package/dist/antd/es/locale/ms_MY.d.ts +0 -3
- package/dist/antd/es/locale/ms_MY.js +0 -63
- package/dist/antd/es/locale/nb_NO.d.ts +0 -3
- package/dist/antd/es/locale/nb_NO.js +0 -124
- package/dist/antd/es/locale/ne_NP.d.ts +0 -3
- package/dist/antd/es/locale/ne_NP.js +0 -44
- package/dist/antd/es/locale/nl_BE.d.ts +0 -3
- package/dist/antd/es/locale/nl_BE.js +0 -43
- package/dist/antd/es/locale/nl_NL.d.ts +0 -3
- package/dist/antd/es/locale/nl_NL.js +0 -62
- package/dist/antd/es/locale/pl_PL.d.ts +0 -3
- package/dist/antd/es/locale/pl_PL.js +0 -43
- package/dist/antd/es/locale/pt_BR.d.ts +0 -3
- package/dist/antd/es/locale/pt_BR.js +0 -116
- package/dist/antd/es/locale/pt_PT.d.ts +0 -3
- package/dist/antd/es/locale/pt_PT.js +0 -44
- package/dist/antd/es/locale/ro_RO.d.ts +0 -3
- package/dist/antd/es/locale/ro_RO.js +0 -62
- package/dist/antd/es/locale/ru_RU.d.ts +0 -3
- package/dist/antd/es/locale/ru_RU.js +0 -116
- package/dist/antd/es/locale/sk_SK.d.ts +0 -3
- package/dist/antd/es/locale/sk_SK.js +0 -62
- package/dist/antd/es/locale/sl_SI.d.ts +0 -3
- package/dist/antd/es/locale/sl_SI.js +0 -43
- package/dist/antd/es/locale/sr_RS.d.ts +0 -3
- package/dist/antd/es/locale/sr_RS.js +0 -43
- package/dist/antd/es/locale/sv_SE.d.ts +0 -3
- package/dist/antd/es/locale/sv_SE.js +0 -47
- package/dist/antd/es/locale/ta_IN.d.ts +0 -3
- package/dist/antd/es/locale/ta_IN.js +0 -63
- package/dist/antd/es/locale/th_TH.d.ts +0 -3
- package/dist/antd/es/locale/th_TH.js +0 -62
- package/dist/antd/es/locale/tr_TR.d.ts +0 -3
- package/dist/antd/es/locale/tr_TR.js +0 -124
- package/dist/antd/es/locale/uk_UA.d.ts +0 -3
- package/dist/antd/es/locale/uk_UA.js +0 -43
- package/dist/antd/es/locale/vi_VN.d.ts +0 -3
- package/dist/antd/es/locale/vi_VN.js +0 -43
- package/dist/antd/es/locale/zh_CN.d.ts +0 -3
- package/dist/antd/es/locale/zh_CN.js +0 -124
- package/dist/antd/es/locale/zh_HK.d.ts +0 -3
- package/dist/antd/es/locale/zh_HK.js +0 -117
- package/dist/antd/es/locale/zh_TW.d.ts +0 -3
- package/dist/antd/es/locale/zh_TW.js +0 -117
- /package/{dist/antd → antd}/dist/antd.less +0 -0
- /package/{dist/antd/lib → antd/es/config-provider}/style/index.d.ts +0 -0
- /package/{dist/antd/lib → antd/lib/config-provider}/style/css.js +0 -0
- /package/{dist/antd/lib → antd/lib/config-provider}/style/index.js +0 -0
- /package/{dist/antd → antd}/lib/style/color/bezierEasing.less +0 -0
- /package/{dist/antd → antd}/lib/style/color/colorPalette.less +0 -0
- /package/{dist/antd → antd}/lib/style/color/colors.less +0 -0
- /package/{dist/antd → antd}/lib/style/color/tinyColor.less +0 -0
- /package/{dist/antd → antd}/lib/style/compact.less +0 -0
- /package/{dist/antd → antd}/lib/style/components.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/base.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/global.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/iconfont.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/index.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/motion/fade.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/motion/move.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/motion/other.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/motion/slide.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/motion/zoom.less +0 -0
- /package/{dist/antd → antd}/lib/style/core/motion.less +0 -0
- /package/{dist/antd → antd}/lib/style/dark.less +0 -0
- /package/{dist/antd → antd}/lib/style/index.css +0 -0
- /package/{dist/antd → antd}/lib/style/index.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/clearfix.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/compatibility.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/customize.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/iconfont.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/index.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/motion.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/operation-unit.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/reset.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/size.less +0 -0
- /package/{dist/antd → antd}/lib/style/mixins/typography.less +0 -0
- /package/{dist/antd → antd}/lib/style/themes/compact.less +0 -0
- /package/{dist/antd → antd}/lib/style/themes/dark.less +0 -0
- /package/{dist/antd → antd}/lib/style/themes/default.less +0 -0
- /package/{dist/antd → antd}/lib/style/themes/index.less +0 -0
package/dist/style.css
CHANGED
|
@@ -1597,393 +1597,522 @@ body {
|
|
|
1597
1597
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1598
1598
|
}
|
|
1599
1599
|
}
|
|
1600
|
-
.
|
|
1601
|
-
height:
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1600
|
+
.iap75of {
|
|
1601
|
+
height: 18px;
|
|
1602
|
+
line-height: 18px;
|
|
1603
|
+
padding: 0 4px;
|
|
1604
|
+
border-radius: 4px;
|
|
1605
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1606
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1607
|
+
display: flex;
|
|
1608
|
+
align-items: center;
|
|
1609
|
+
white-space: nowrap;
|
|
1610
|
+
margin-right: 4px;
|
|
1610
1611
|
}
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1612
|
+
|
|
1613
|
+
.i1mrf09m {
|
|
1614
|
+
display: inline-flex;
|
|
1615
|
+
align-items: center;
|
|
1614
1616
|
}
|
|
1615
|
-
.
|
|
1616
|
-
|
|
1617
|
+
.i1mrf09m .icon-inner {
|
|
1618
|
+
display: inline-flex;
|
|
1619
|
+
align-items: center;
|
|
1620
|
+
justify-content: center;
|
|
1617
1621
|
}
|
|
1618
|
-
.
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
background: var(--background-color, #fff);
|
|
1622
|
-
border-width: var(--border-width, 1px);
|
|
1623
|
-
border-color: var(--border-color, #d9d9d9);
|
|
1622
|
+
.i1mrf09m .icon-inner + span,
|
|
1623
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1624
|
+
margin-left: 4px;
|
|
1624
1625
|
}
|
|
1625
|
-
.
|
|
1626
|
-
|
|
1626
|
+
.i1mrf09m.is-rotate img,
|
|
1627
|
+
.i1mrf09m.is-rotate svg {
|
|
1628
|
+
animation: rotate 680ms linear infinite;
|
|
1627
1629
|
}
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
+
|
|
1631
|
+
.fde5mpd {
|
|
1632
|
+
width: 100%;
|
|
1633
|
+
height: 100%;
|
|
1634
|
+
min-height: 124px;
|
|
1635
|
+
display: flex;
|
|
1636
|
+
flex-direction: column;
|
|
1637
|
+
justify-content: center;
|
|
1638
|
+
align-items: center;
|
|
1630
1639
|
}
|
|
1631
|
-
.
|
|
1632
|
-
|
|
1633
|
-
|
|
1640
|
+
.fde5mpd .error-text {
|
|
1641
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1642
|
+
margin-bottom: 16px;
|
|
1643
|
+
font-size: 18px;
|
|
1634
1644
|
}
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
background: var(--background-color-active, var(--background-color));
|
|
1639
|
-
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
1645
|
+
|
|
1646
|
+
.bpq0js6 {
|
|
1647
|
+
padding: 4px 11px;
|
|
1640
1648
|
}
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1649
|
+
|
|
1650
|
+
.b15sn34c {
|
|
1651
|
+
white-space: nowrap;
|
|
1652
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1645
1653
|
}
|
|
1646
|
-
.
|
|
1647
|
-
color:
|
|
1648
|
-
background: var(--background-color-disabled, var(--background-color));
|
|
1649
|
-
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
1650
|
-
opacity: 0.5;
|
|
1654
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1655
|
+
--color: #0080ff;
|
|
1651
1656
|
}
|
|
1652
|
-
.
|
|
1653
|
-
color: #0080ff;
|
|
1654
|
-
opacity: 0.5;
|
|
1657
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1658
|
+
--color: #0080ff;
|
|
1655
1659
|
}
|
|
1656
|
-
.
|
|
1657
|
-
|
|
1658
|
-
--font-weight: bold;
|
|
1659
|
-
--border-width: 0;
|
|
1660
|
-
--background-color: #0080ff;
|
|
1661
|
-
--background-color-hover: #009dff;
|
|
1662
|
-
--background-color-active: #005ed1;
|
|
1663
|
-
--background-color-focus: #0080ff;
|
|
1664
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1660
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1661
|
+
margin-left: 1px;
|
|
1665
1662
|
}
|
|
1666
|
-
.
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
--background-color-active: #c73d31;
|
|
1670
|
-
--background-color-focus: #ff5252;
|
|
1671
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1663
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1664
|
+
border-top-right-radius: 0;
|
|
1665
|
+
border-bottom-right-radius: 0;
|
|
1672
1666
|
}
|
|
1673
|
-
.
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
--background-color-active: #e07f00;
|
|
1677
|
-
--background-color-focus: #fea008;
|
|
1667
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1668
|
+
border-top-left-radius: 0;
|
|
1669
|
+
border-bottom-left-radius: 0;
|
|
1678
1670
|
}
|
|
1679
|
-
.
|
|
1680
|
-
|
|
1681
|
-
--font-weight: bold;
|
|
1682
|
-
--border-width: 0;
|
|
1683
|
-
--background-color: rgba(0, 136, 255, 0.1);
|
|
1684
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1685
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1686
|
-
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
1687
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1671
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1672
|
+
border-radius: unset;
|
|
1688
1673
|
}
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1674
|
+
|
|
1675
|
+
.p12gwtiw {
|
|
1676
|
+
display: flex;
|
|
1677
|
+
justify-content: space-between;
|
|
1678
|
+
align-items: center;
|
|
1679
|
+
padding: 10px 0;
|
|
1680
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1681
|
+
font-size: 12px;
|
|
1682
|
+
line-height: 24px;
|
|
1696
1683
|
}
|
|
1697
|
-
.
|
|
1698
|
-
|
|
1699
|
-
--background-color: rgba(255, 187, 0, 0.1);
|
|
1700
|
-
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
1701
|
-
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
1702
|
-
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
1684
|
+
.p12gwtiw .pagination-left {
|
|
1685
|
+
padding: 2px 8px;
|
|
1703
1686
|
}
|
|
1704
|
-
.
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
box-shadow: none;
|
|
1687
|
+
.p12gwtiw .dropdown-trigger {
|
|
1688
|
+
display: flex;
|
|
1689
|
+
align-items: center;
|
|
1690
|
+
border-radius: 6px;
|
|
1691
|
+
cursor: pointer;
|
|
1692
|
+
transition: all 0.3s ease;
|
|
1711
1693
|
}
|
|
1712
|
-
.
|
|
1713
|
-
|
|
1694
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
1695
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1696
|
+
color: #0080ff;
|
|
1714
1697
|
}
|
|
1715
|
-
.
|
|
1716
|
-
|
|
1717
|
-
--background-color: #fff;
|
|
1718
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1698
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1699
|
+
margin-left: 4px;
|
|
1719
1700
|
}
|
|
1720
|
-
.
|
|
1721
|
-
|
|
1701
|
+
.p12gwtiw .pagination-right {
|
|
1702
|
+
display: flex;
|
|
1703
|
+
align-items: center;
|
|
1704
|
+
color: #0080ff;
|
|
1705
|
+
font-weight: bold;
|
|
1722
1706
|
}
|
|
1723
|
-
.
|
|
1724
|
-
|
|
1725
|
-
--background-color: #fff;
|
|
1707
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
1708
|
+
margin-left: 4px;
|
|
1726
1709
|
}
|
|
1727
|
-
.
|
|
1728
|
-
|
|
1710
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
1711
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
1712
|
+
padding: 0 8px;
|
|
1729
1713
|
}
|
|
1730
|
-
.
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
--background-color: #fff;
|
|
1734
|
-
--background-color-hover: #edf0f7;
|
|
1735
|
-
--background-color-active: #e4e9f2;
|
|
1736
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1737
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
1714
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1715
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
1716
|
+
color: #0080ff;
|
|
1738
1717
|
}
|
|
1739
|
-
.
|
|
1740
|
-
|
|
1718
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1719
|
+
transform: rotate(180deg);
|
|
1741
1720
|
}
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
--background-color-hover: linear-gradient(
|
|
1747
|
-
0deg,
|
|
1748
|
-
rgba(0, 136, 255, 0.16),
|
|
1749
|
-
rgba(0, 136, 255, 0.16)
|
|
1750
|
-
),
|
|
1751
|
-
#ffffff;
|
|
1752
|
-
--background-color-active: linear-gradient(
|
|
1753
|
-
0deg,
|
|
1754
|
-
rgba(0, 136, 255, 0.2),
|
|
1755
|
-
rgba(0, 136, 255, 0.2)
|
|
1756
|
-
),
|
|
1757
|
-
#ffffff;
|
|
1758
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1759
|
-
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
1721
|
+
|
|
1722
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1723
|
+
max-height: calc(100vh - 128px);
|
|
1724
|
+
overflow-y: auto;
|
|
1760
1725
|
}
|
|
1761
|
-
.
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
--background-color-hover: linear-gradient(
|
|
1766
|
-
0deg,
|
|
1767
|
-
rgba(255, 74, 74, 0.16),
|
|
1768
|
-
rgba(255, 74, 74, 0.16)
|
|
1769
|
-
),
|
|
1770
|
-
#ffffff;
|
|
1771
|
-
--background-color-active: linear-gradient(
|
|
1772
|
-
0deg,
|
|
1773
|
-
rgba(255, 74, 74, 0.2),
|
|
1774
|
-
rgba(255, 74, 74, 0.2)
|
|
1775
|
-
),
|
|
1776
|
-
#ffffff;
|
|
1777
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1726
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1727
|
+
padding: 4px 20px;
|
|
1728
|
+
font-size: 12px;
|
|
1729
|
+
line-height: 18px;
|
|
1778
1730
|
}
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1786
|
-
box-shadow: none;
|
|
1731
|
+
|
|
1732
|
+
.s34f1qb.ant-switch {
|
|
1733
|
+
min-width: 40px;
|
|
1734
|
+
height: 24px;
|
|
1735
|
+
background: rgba(172, 186, 211, 0.6);
|
|
1736
|
+
overflow: hidden;
|
|
1787
1737
|
}
|
|
1788
|
-
.
|
|
1789
|
-
|
|
1790
|
-
--border-color: #fff;
|
|
1791
|
-
--background-color: #fff;
|
|
1792
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1793
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1794
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1795
|
-
box-shadow: none;
|
|
1738
|
+
.s34f1qb.ant-switch:focus {
|
|
1739
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1796
1740
|
}
|
|
1797
|
-
.
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1801
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1741
|
+
.s34f1qb.ant-switch-small {
|
|
1742
|
+
min-width: 26px;
|
|
1743
|
+
height: 16px;
|
|
1802
1744
|
}
|
|
1803
|
-
.
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
--background-color: transparent;
|
|
1807
|
-
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
1808
|
-
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
1809
|
-
--background-color-focus: #fff;
|
|
1810
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1811
|
-
box-shadow: none;
|
|
1745
|
+
.s34f1qb.ant-switch-large {
|
|
1746
|
+
min-width: 52px;
|
|
1747
|
+
height: 32px;
|
|
1812
1748
|
}
|
|
1813
|
-
.
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1817
|
-
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1749
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
1750
|
+
height: 20px;
|
|
1751
|
+
width: 20px;
|
|
1818
1752
|
}
|
|
1819
|
-
.
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1823
|
-
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1824
|
-
--background-color-focus: #fff;
|
|
1825
|
-
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1753
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
1754
|
+
border-radius: 10px;
|
|
1755
|
+
transition-delay: 120ms;
|
|
1826
1756
|
}
|
|
1827
|
-
.
|
|
1828
|
-
|
|
1829
|
-
|
|
1757
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
1758
|
+
height: 14px;
|
|
1759
|
+
width: 14px;
|
|
1760
|
+
top: 1px;
|
|
1761
|
+
left: 1px;
|
|
1830
1762
|
}
|
|
1831
|
-
.
|
|
1832
|
-
|
|
1833
|
-
|
|
1763
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
1764
|
+
height: 28px;
|
|
1765
|
+
width: 28px;
|
|
1834
1766
|
}
|
|
1835
|
-
.
|
|
1836
|
-
|
|
1837
|
-
display: inline-flex;
|
|
1767
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
1768
|
+
border-radius: 14px;
|
|
1838
1769
|
}
|
|
1839
|
-
.
|
|
1840
|
-
|
|
1841
|
-
vertical-align: bottom;
|
|
1770
|
+
.s34f1qb.ant-switch-checked {
|
|
1771
|
+
background-color: #00ba5d;
|
|
1842
1772
|
}
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1773
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
1774
|
+
left: calc(100% - 20px - 2px);
|
|
1775
|
+
}
|
|
1776
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1777
|
+
left: calc(100% - 14px - 1px);
|
|
1778
|
+
}
|
|
1779
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1780
|
+
left: calc(100% - 28px - 2px);
|
|
1846
1781
|
}
|
|
1847
1782
|
|
|
1848
|
-
.
|
|
1849
|
-
|
|
1783
|
+
.c1to9vb9 {
|
|
1784
|
+
margin-left: 5px;
|
|
1850
1785
|
}
|
|
1851
1786
|
|
|
1852
|
-
.
|
|
1853
|
-
|
|
1854
|
-
|
|
1787
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
1788
|
+
flex-direction: row;
|
|
1789
|
+
justify-content: stretch;
|
|
1855
1790
|
}
|
|
1856
|
-
.
|
|
1857
|
-
|
|
1791
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
1792
|
+
padding: 0;
|
|
1793
|
+
margin-right: 4px;
|
|
1794
|
+
flex: 1;
|
|
1795
|
+
overflow: visible;
|
|
1858
1796
|
}
|
|
1859
|
-
.
|
|
1860
|
-
|
|
1797
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
1798
|
+
display: none;
|
|
1861
1799
|
}
|
|
1862
|
-
.
|
|
1863
|
-
|
|
1800
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
1801
|
+
width: 100%;
|
|
1802
|
+
min-height: unset;
|
|
1864
1803
|
}
|
|
1865
|
-
.
|
|
1866
|
-
|
|
1867
|
-
|
|
1804
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
1805
|
+
height: 26px;
|
|
1806
|
+
line-height: 26px;
|
|
1807
|
+
width: 100%;
|
|
1808
|
+
text-align: center;
|
|
1809
|
+
padding: 0;
|
|
1810
|
+
font-size: 12px;
|
|
1811
|
+
font-weight: normal;
|
|
1868
1812
|
}
|
|
1869
|
-
.
|
|
1870
|
-
|
|
1871
|
-
border-bottom-left-radius: 0;
|
|
1813
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
1814
|
+
margin-right: 10px;
|
|
1872
1815
|
}
|
|
1873
|
-
.
|
|
1874
|
-
|
|
1816
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
1817
|
+
display: none;
|
|
1875
1818
|
}
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
width: 100%;
|
|
1879
|
-
height: 100%;
|
|
1880
|
-
min-height: 124px;
|
|
1881
|
-
display: flex;
|
|
1882
|
-
flex-direction: column;
|
|
1883
|
-
justify-content: center;
|
|
1884
|
-
align-items: center;
|
|
1819
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
1820
|
+
border-radius: 4px 0 0 4px;
|
|
1885
1821
|
}
|
|
1886
|
-
.
|
|
1887
|
-
|
|
1888
|
-
margin-bottom: 16px;
|
|
1889
|
-
font-size: 18px;
|
|
1822
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
1823
|
+
margin-right: 0;
|
|
1890
1824
|
}
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
display: inline-flex;
|
|
1894
|
-
align-items: center;
|
|
1825
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
1826
|
+
border-radius: 0 4px 4px 0;
|
|
1895
1827
|
}
|
|
1896
|
-
.
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1828
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
1829
|
+
content: "";
|
|
1830
|
+
width: 0;
|
|
1831
|
+
height: 0;
|
|
1832
|
+
border: 13px solid transparent;
|
|
1833
|
+
position: absolute;
|
|
1834
|
+
top: 0;
|
|
1835
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
1836
|
+
right: -21px;
|
|
1837
|
+
z-index: 2;
|
|
1900
1838
|
}
|
|
1901
|
-
.
|
|
1902
|
-
|
|
1903
|
-
|
|
1839
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
1840
|
+
content: "";
|
|
1841
|
+
width: 0;
|
|
1842
|
+
height: 0;
|
|
1843
|
+
border: 13px solid transparent;
|
|
1844
|
+
position: absolute;
|
|
1845
|
+
top: 0;
|
|
1846
|
+
border-left: 8px solid #fff;
|
|
1847
|
+
left: 0;
|
|
1904
1848
|
}
|
|
1905
|
-
.
|
|
1906
|
-
|
|
1907
|
-
animation: rotate 680ms linear infinite;
|
|
1849
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
1850
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
1908
1851
|
}
|
|
1909
|
-
|
|
1910
|
-
.
|
|
1911
|
-
height: 18px;
|
|
1912
|
-
line-height: 18px;
|
|
1913
|
-
padding: 0 4px;
|
|
1914
|
-
border-radius: 4px;
|
|
1915
|
-
background: rgba(235, 239, 245, 0.6);
|
|
1916
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1917
|
-
display: flex;
|
|
1918
|
-
align-items: center;
|
|
1919
|
-
white-space: nowrap;
|
|
1920
|
-
margin-right: 4px;
|
|
1852
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
1853
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
1921
1854
|
}
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
display: inline-block;
|
|
1855
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
1856
|
+
color: #005ed1;
|
|
1925
1857
|
}
|
|
1926
|
-
|
|
1927
|
-
.
|
|
1928
|
-
|
|
1929
|
-
position: absolute;
|
|
1858
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
1859
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
1860
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
1930
1861
|
}
|
|
1931
|
-
|
|
1932
|
-
.
|
|
1933
|
-
display: flex;
|
|
1934
|
-
justify-content: space-between;
|
|
1935
|
-
align-items: center;
|
|
1936
|
-
padding: 10px 0;
|
|
1862
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
1863
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
1937
1864
|
color: rgba(44, 56, 82, 0.6);
|
|
1938
|
-
font-size: 12px;
|
|
1939
|
-
line-height: 24px;
|
|
1940
1865
|
}
|
|
1941
|
-
.
|
|
1942
|
-
padding:
|
|
1866
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
1867
|
+
padding: 0;
|
|
1943
1868
|
}
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1869
|
+
|
|
1870
|
+
.buj61ew.ant-btn {
|
|
1871
|
+
height: 32px;
|
|
1947
1872
|
border-radius: 6px;
|
|
1948
|
-
|
|
1949
|
-
transition:
|
|
1873
|
+
line-height: 22px;
|
|
1874
|
+
transition: transform 160ms ease, background 160ms ease, opacity 160ms ease;
|
|
1875
|
+
transform: scale(var(--scale)) translateY(var(--transY)) translateZ(0);
|
|
1950
1876
|
}
|
|
1951
|
-
.
|
|
1952
|
-
|
|
1953
|
-
|
|
1877
|
+
.buj61ew.ant-btn.ant-btn-lg {
|
|
1878
|
+
height: 40px;
|
|
1879
|
+
line-height: 24px;
|
|
1954
1880
|
}
|
|
1955
|
-
.
|
|
1956
|
-
|
|
1881
|
+
.buj61ew.ant-btn.ant-btn-sm {
|
|
1882
|
+
height: 24px;
|
|
1883
|
+
line-height: 20px;
|
|
1957
1884
|
}
|
|
1958
|
-
.
|
|
1959
|
-
|
|
1960
|
-
align-items: center;
|
|
1961
|
-
color: #0080ff;
|
|
1962
|
-
font-weight: bold;
|
|
1885
|
+
.buj61ew.ant-btn.ant-btn-circle, .buj61ew.ant-btn.ant-btn-circle-outline {
|
|
1886
|
+
border-radius: 50%;
|
|
1963
1887
|
}
|
|
1964
|
-
.
|
|
1965
|
-
|
|
1888
|
+
.buj61ew.ant-btn.ant-btn-primary, .buj61ew.ant-btn.ant-btn-secondary, .buj61ew.ant-btn.ant-btn-tertiary, .buj61ew.ant-btn.ant-btn-ordinary, .buj61ew.ant-btn.ant-btn-ordinary-onTint, .buj61ew.ant-btn.ant-btn-quiet {
|
|
1889
|
+
color: var(--color, #06101f);
|
|
1890
|
+
font-weight: var(--font-weight);
|
|
1891
|
+
background: var(--background-color, #fff);
|
|
1892
|
+
border-width: var(--border-width, 1px);
|
|
1893
|
+
border-color: var(--border-color, #d9d9d9);
|
|
1966
1894
|
}
|
|
1967
|
-
.
|
|
1968
|
-
|
|
1969
|
-
padding: 0 8px;
|
|
1895
|
+
.buj61ew.ant-btn.ant-btn-primary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-secondary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-tertiary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-ordinary-onTint[ant-click-animating-without-extra-node=true]:after, .buj61ew.ant-btn.ant-btn-quiet[ant-click-animating-without-extra-node=true]:after {
|
|
1896
|
+
display: none;
|
|
1970
1897
|
}
|
|
1971
|
-
.
|
|
1972
|
-
|
|
1898
|
+
.buj61ew.ant-btn.ant-btn-primary .anticon, .buj61ew.ant-btn.ant-btn-secondary .anticon, .buj61ew.ant-btn.ant-btn-tertiary .anticon, .buj61ew.ant-btn.ant-btn-ordinary .anticon, .buj61ew.ant-btn.ant-btn-ordinary-onTint .anticon, .buj61ew.ant-btn.ant-btn-quiet .anticon {
|
|
1899
|
+
color: var(--color, inherit);
|
|
1900
|
+
}
|
|
1901
|
+
.buj61ew.ant-btn.ant-btn-primary:hover, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-secondary:hover, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-tertiary:hover, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary:hover, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-hover, .buj61ew.ant-btn.ant-btn-quiet:hover, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-hover {
|
|
1902
|
+
background: var(--background-color-hover, var(--background-color));
|
|
1903
|
+
border-color: var(--border-color-hover, var(--border-color, transparent));
|
|
1904
|
+
}
|
|
1905
|
+
.buj61ew.ant-btn.ant-btn-primary:active, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-secondary:active, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-tertiary:active, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary:active, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-ordinary-onTint:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-active, .buj61ew.ant-btn.ant-btn-quiet:active, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-active {
|
|
1906
|
+
--scale: 1;
|
|
1907
|
+
--transY: 1px;
|
|
1908
|
+
background: var(--background-color-active, var(--background-color));
|
|
1909
|
+
border-color: var(--border-color-active, var(--border-color, transparent));
|
|
1910
|
+
}
|
|
1911
|
+
.buj61ew.ant-btn.ant-btn-primary:focus, .buj61ew.ant-btn.ant-btn-primary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-secondary:focus, .buj61ew.ant-btn.ant-btn-secondary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-tertiary:focus, .buj61ew.ant-btn.ant-btn-tertiary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary:focus, .buj61ew.ant-btn.ant-btn-ordinary.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint.__pseudo-states-focus, .buj61ew.ant-btn.ant-btn-quiet:focus, .buj61ew.ant-btn.ant-btn-quiet.__pseudo-states-focus {
|
|
1912
|
+
background: var(--background-color-focus, var(--background-color));
|
|
1913
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
1914
|
+
border-color: var(--border-color-focus, var(--border-color, transparent));
|
|
1915
|
+
}
|
|
1916
|
+
.buj61ew.ant-btn.ant-btn-primary[disabled], .buj61ew.ant-btn.ant-btn-primary[disabled]:hover, .buj61ew.ant-btn.ant-btn-primary[disabled]:focus, .buj61ew.ant-btn.ant-btn-primary[disabled]:active, .buj61ew.ant-btn.ant-btn-secondary[disabled], .buj61ew.ant-btn.ant-btn-secondary[disabled]:hover, .buj61ew.ant-btn.ant-btn-secondary[disabled]:focus, .buj61ew.ant-btn.ant-btn-secondary[disabled]:active, .buj61ew.ant-btn.ant-btn-tertiary[disabled], .buj61ew.ant-btn.ant-btn-tertiary[disabled]:hover, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:focus, .buj61ew.ant-btn.ant-btn-tertiary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary[disabled], .buj61ew.ant-btn.ant-btn-ordinary[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary[disabled]:active, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled], .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:hover, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:focus, .buj61ew.ant-btn.ant-btn-ordinary-onTint[disabled]:active, .buj61ew.ant-btn.ant-btn-quiet[disabled], .buj61ew.ant-btn.ant-btn-quiet[disabled]:hover, .buj61ew.ant-btn.ant-btn-quiet[disabled]:focus, .buj61ew.ant-btn.ant-btn-quiet[disabled]:active {
|
|
1917
|
+
color: var(--color-disabled, var(--color));
|
|
1918
|
+
background: var(--background-color-disabled, var(--background-color));
|
|
1919
|
+
border-color: var(--border-color-disabled, var(--border-color, transparent));
|
|
1920
|
+
opacity: 0.5;
|
|
1921
|
+
}
|
|
1922
|
+
.buj61ew.ant-btn-link[disabled] {
|
|
1973
1923
|
color: #0080ff;
|
|
1924
|
+
opacity: 0.5;
|
|
1974
1925
|
}
|
|
1975
|
-
.
|
|
1976
|
-
|
|
1926
|
+
.buj61ew.ant-btn-primary {
|
|
1927
|
+
--color: #fff;
|
|
1928
|
+
--font-weight: bold;
|
|
1929
|
+
--border-width: 0;
|
|
1930
|
+
--background-color: #0080ff;
|
|
1931
|
+
--background-color-hover: #009dff;
|
|
1932
|
+
--background-color-active: #005ed1;
|
|
1933
|
+
--background-color-focus: #0080ff;
|
|
1934
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1977
1935
|
}
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1936
|
+
.buj61ew.ant-btn-primary.ant-btn-dangerous {
|
|
1937
|
+
--background-color: #f0483e;
|
|
1938
|
+
--background-color-hover: #ff5252;
|
|
1939
|
+
--background-color-active: #c73d31;
|
|
1940
|
+
--background-color-focus: #ff5252;
|
|
1941
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1982
1942
|
}
|
|
1983
|
-
.
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1943
|
+
.buj61ew.ant-btn-primary.btn-primary-orange {
|
|
1944
|
+
--background-color: #fea008;
|
|
1945
|
+
--background-color-hover: #feba33;
|
|
1946
|
+
--background-color-active: #e07f00;
|
|
1947
|
+
--background-color-focus: #fea008;
|
|
1948
|
+
}
|
|
1949
|
+
.buj61ew.ant-btn-secondary {
|
|
1950
|
+
--color: #0080ff;
|
|
1951
|
+
--font-weight: bold;
|
|
1952
|
+
--border-width: 0;
|
|
1953
|
+
--background-color: rgba(0, 136, 255, 0.1);
|
|
1954
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
1955
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
1956
|
+
--background-color-focus: rgba(0, 136, 255, 0.1);
|
|
1957
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1958
|
+
}
|
|
1959
|
+
.buj61ew.ant-btn-secondary.ant-btn-dangerous {
|
|
1960
|
+
--color: #f0483e;
|
|
1961
|
+
--background-color: rgba(255, 74, 74, 0.1);
|
|
1962
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
1963
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
1964
|
+
--background-color-focus: rgba(255, 74, 74, 0.1);
|
|
1965
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1966
|
+
}
|
|
1967
|
+
.buj61ew.ant-btn-secondary.btn-primary-orange {
|
|
1968
|
+
--color: #fea008;
|
|
1969
|
+
--background-color: rgba(255, 187, 0, 0.1);
|
|
1970
|
+
--background-color-hover: rgba(255, 187, 0, 0.16);
|
|
1971
|
+
--background-color-active: rgba(255, 187, 0, 0.2);
|
|
1972
|
+
--background-color-focus: rgba(255, 187, 0, 0.1);
|
|
1973
|
+
}
|
|
1974
|
+
.buj61ew.ant-btn-tertiary {
|
|
1975
|
+
--color: #0080ff;
|
|
1976
|
+
--font-weight: bold;
|
|
1977
|
+
--border-width: 0;
|
|
1978
|
+
--background-color: #fff;
|
|
1979
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
1980
|
+
box-shadow: none;
|
|
1981
|
+
}
|
|
1982
|
+
.buj61ew.ant-btn-tertiary:not([disabled]):hover, .buj61ew.ant-btn-tertiary:not([disabled]):active, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary:not(:focus):hover, .buj61ew.ant-btn-tertiary:not(:focus):active, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary:not(:focus).__pseudo-states-active {
|
|
1983
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1984
|
+
}
|
|
1985
|
+
.buj61ew.ant-btn-tertiary.ant-btn-dangerous {
|
|
1986
|
+
--color: #f0483e;
|
|
1987
|
+
--background-color: #fff;
|
|
1988
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
1989
|
+
}
|
|
1990
|
+
.buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus):active, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.ant-btn-dangerous:not(:focus).__pseudo-states-active {
|
|
1991
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 74, 74, 0.1));
|
|
1992
|
+
}
|
|
1993
|
+
.buj61ew.ant-btn-tertiary.btn-primary-orange {
|
|
1994
|
+
--color: #fea008;
|
|
1995
|
+
--background-color: #fff;
|
|
1996
|
+
}
|
|
1997
|
+
.buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not([disabled]).__pseudo-states-active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus):active, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-hover, .buj61ew.ant-btn-tertiary.btn-primary-orange:not(:focus).__pseudo-states-active {
|
|
1998
|
+
filter: drop-shadow(0px 2px 8px rgba(255, 187, 0, 0.1));
|
|
1999
|
+
}
|
|
2000
|
+
.buj61ew.ant-btn-ordinary {
|
|
2001
|
+
--color: #1d326c;
|
|
2002
|
+
--border-color: #ccd4e3;
|
|
2003
|
+
--background-color: #fff;
|
|
2004
|
+
--background-color-hover: #edf0f7;
|
|
2005
|
+
--background-color-active: #e4e9f2;
|
|
2006
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2007
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
2008
|
+
}
|
|
2009
|
+
.buj61ew.ant-btn-ordinary:focus, .buj61ew.ant-btn-ordinary.__pseudo-states-focus {
|
|
2010
|
+
box-shadow: 0 0 0px 4px var(--box-shadow-color-focus);
|
|
2011
|
+
}
|
|
2012
|
+
.buj61ew.ant-btn-ordinary.ordinary-blue {
|
|
2013
|
+
--color: #0080ff;
|
|
2014
|
+
--border-color: #0080ff;
|
|
2015
|
+
--background-color: #fff;
|
|
2016
|
+
--background-color-hover: linear-gradient(
|
|
2017
|
+
0deg,
|
|
2018
|
+
rgba(0, 136, 255, 0.16),
|
|
2019
|
+
rgba(0, 136, 255, 0.16)
|
|
2020
|
+
),
|
|
2021
|
+
#ffffff;
|
|
2022
|
+
--background-color-active: linear-gradient(
|
|
2023
|
+
0deg,
|
|
2024
|
+
rgba(0, 136, 255, 0.2),
|
|
2025
|
+
rgba(0, 136, 255, 0.2)
|
|
2026
|
+
),
|
|
2027
|
+
#ffffff;
|
|
2028
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2029
|
+
box-shadow: 0px 1px 2px -1px rgba(44, 56, 82, 0.18);
|
|
2030
|
+
}
|
|
2031
|
+
.buj61ew.ant-btn-ordinary.ant-btn-dangerous {
|
|
2032
|
+
--color: #f0483e;
|
|
2033
|
+
--border-color: #f0483e;
|
|
2034
|
+
--background-color: #fff;
|
|
2035
|
+
--background-color-hover: linear-gradient(
|
|
2036
|
+
0deg,
|
|
2037
|
+
rgba(255, 74, 74, 0.16),
|
|
2038
|
+
rgba(255, 74, 74, 0.16)
|
|
2039
|
+
),
|
|
2040
|
+
#ffffff;
|
|
2041
|
+
--background-color-active: linear-gradient(
|
|
2042
|
+
0deg,
|
|
2043
|
+
rgba(255, 74, 74, 0.2),
|
|
2044
|
+
rgba(255, 74, 74, 0.2)
|
|
2045
|
+
),
|
|
2046
|
+
#ffffff;
|
|
2047
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2048
|
+
}
|
|
2049
|
+
.buj61ew.ant-btn-ordinary-onTint {
|
|
2050
|
+
--color: #1d326c;
|
|
2051
|
+
--border-color: #fff;
|
|
2052
|
+
--background-color: #fff;
|
|
2053
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
2054
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
2055
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2056
|
+
box-shadow: none;
|
|
2057
|
+
}
|
|
2058
|
+
.buj61ew.ant-btn-ordinary-onTint.ordinary-blue {
|
|
2059
|
+
--color: #0080ff;
|
|
2060
|
+
--border-color: #fff;
|
|
2061
|
+
--background-color: #fff;
|
|
2062
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2063
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2064
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2065
|
+
box-shadow: none;
|
|
2066
|
+
}
|
|
2067
|
+
.buj61ew.ant-btn-ordinary-onTint.ant-btn-dangerous {
|
|
2068
|
+
--color: #f0483e;
|
|
2069
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
2070
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2071
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2072
|
+
}
|
|
2073
|
+
.buj61ew.ant-btn-quiet {
|
|
2074
|
+
--color: rgba(44, 56, 82, 0.6);
|
|
2075
|
+
--border-width: 0;
|
|
2076
|
+
--background-color: transparent;
|
|
2077
|
+
--background-color-hover: rgba(211, 218, 235, 0.6);
|
|
2078
|
+
--background-color-active: rgba(192, 203, 224, 0.6);
|
|
2079
|
+
--background-color-focus: #fff;
|
|
2080
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2081
|
+
box-shadow: none;
|
|
2082
|
+
}
|
|
2083
|
+
.buj61ew.ant-btn-quiet.ant-btn-dangerous {
|
|
2084
|
+
--color: #f0483e;
|
|
2085
|
+
--background-color-hover: rgba(255, 74, 74, 0.16);
|
|
2086
|
+
--background-color-active: rgba(255, 74, 74, 0.2);
|
|
2087
|
+
--box-shadow-color-focus: rgba(255, 74, 74, 0.16);
|
|
2088
|
+
}
|
|
2089
|
+
.buj61ew.ant-btn-quiet.quiet-blue {
|
|
2090
|
+
--color: #0080ff;
|
|
2091
|
+
--background-color: transparent;
|
|
2092
|
+
--background-color-hover: rgba(0, 136, 255, 0.16);
|
|
2093
|
+
--background-color-active: rgba(0, 136, 255, 0.2);
|
|
2094
|
+
--background-color-focus: #fff;
|
|
2095
|
+
--box-shadow-color-focus: rgba(0, 136, 255, 0.16);
|
|
2096
|
+
}
|
|
2097
|
+
.buj61ew.has-icon {
|
|
2098
|
+
display: inline-flex;
|
|
2099
|
+
align-items: center;
|
|
2100
|
+
}
|
|
2101
|
+
.buj61ew .button-prefix-icon {
|
|
2102
|
+
margin-right: 4px;
|
|
2103
|
+
display: inline-flex;
|
|
2104
|
+
}
|
|
2105
|
+
.buj61ew .button-suffix-icon {
|
|
2106
|
+
margin-left: 4px;
|
|
2107
|
+
display: inline-flex;
|
|
2108
|
+
}
|
|
2109
|
+
.buj61ew .icon-wrapper {
|
|
2110
|
+
display: inline-flex;
|
|
2111
|
+
vertical-align: bottom;
|
|
2112
|
+
}
|
|
2113
|
+
|
|
2114
|
+
.nchllas {
|
|
2115
|
+
padding: 0;
|
|
1987
2116
|
}
|
|
1988
2117
|
|
|
1989
2118
|
.rxbeqvl.ant-radio-wrapper {
|
|
@@ -2128,13 +2257,22 @@ body {
|
|
|
2128
2257
|
width: 36px;
|
|
2129
2258
|
}
|
|
2130
2259
|
|
|
2131
|
-
.
|
|
2132
|
-
display:
|
|
2133
|
-
flex-direction: column;
|
|
2260
|
+
.obf05yr {
|
|
2261
|
+
display: inline-block;
|
|
2134
2262
|
}
|
|
2135
2263
|
|
|
2136
|
-
.
|
|
2137
|
-
|
|
2264
|
+
.hsms1n6 {
|
|
2265
|
+
visibility: hidden;
|
|
2266
|
+
position: absolute;
|
|
2267
|
+
}
|
|
2268
|
+
|
|
2269
|
+
.cz04yix {
|
|
2270
|
+
display: flex;
|
|
2271
|
+
flex-direction: column;
|
|
2272
|
+
}
|
|
2273
|
+
|
|
2274
|
+
.m1if5j39 {
|
|
2275
|
+
max-width: 1120px;
|
|
2138
2276
|
width: 100%;
|
|
2139
2277
|
margin: 0 auto;
|
|
2140
2278
|
height: 100%;
|
|
@@ -2793,208 +2931,630 @@ input.rrg1fkn.ant-input {
|
|
|
2793
2931
|
border-bottom-left-radius: 0;
|
|
2794
2932
|
}
|
|
2795
2933
|
|
|
2796
|
-
.
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
.s34f1qb.ant-switch:focus {
|
|
2803
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2934
|
+
.d6j0lbj {
|
|
2935
|
+
font-family: Inter;
|
|
2936
|
+
font-style: normal;
|
|
2937
|
+
font-weight: bold;
|
|
2938
|
+
font-size: 32px;
|
|
2939
|
+
line-height: 40px;
|
|
2804
2940
|
}
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2941
|
+
|
|
2942
|
+
.d1xhvvxe {
|
|
2943
|
+
font-family: Inter;
|
|
2944
|
+
font-style: normal;
|
|
2945
|
+
font-weight: bold;
|
|
2946
|
+
font-size: 24px;
|
|
2947
|
+
line-height: 32px;
|
|
2808
2948
|
}
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2949
|
+
|
|
2950
|
+
.dk10mxq {
|
|
2951
|
+
font-family: Inter;
|
|
2952
|
+
font-style: normal;
|
|
2953
|
+
font-weight: normal;
|
|
2954
|
+
font-size: 32px;
|
|
2955
|
+
line-height: 40px;
|
|
2812
2956
|
}
|
|
2813
|
-
|
|
2814
|
-
|
|
2815
|
-
|
|
2957
|
+
|
|
2958
|
+
.dxsait {
|
|
2959
|
+
font-family: Inter;
|
|
2960
|
+
font-style: normal;
|
|
2961
|
+
font-weight: bold;
|
|
2962
|
+
font-size: 20px;
|
|
2963
|
+
line-height: 24px;
|
|
2816
2964
|
}
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2965
|
+
|
|
2966
|
+
.dokn0h3 {
|
|
2967
|
+
font-family: Inter;
|
|
2968
|
+
font-style: normal;
|
|
2969
|
+
font-weight: normal;
|
|
2970
|
+
font-size: 20px;
|
|
2971
|
+
line-height: 24px;
|
|
2820
2972
|
}
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2973
|
+
|
|
2974
|
+
.dobau4p {
|
|
2975
|
+
font-family: Inter;
|
|
2976
|
+
font-style: normal;
|
|
2977
|
+
font-weight: bold;
|
|
2978
|
+
font-size: 18px;
|
|
2979
|
+
line-height: 22px;
|
|
2826
2980
|
}
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2981
|
+
|
|
2982
|
+
.dvolwok {
|
|
2983
|
+
font-family: Inter;
|
|
2984
|
+
font-style: normal;
|
|
2985
|
+
font-weight: normal;
|
|
2986
|
+
font-size: 18px;
|
|
2987
|
+
line-height: 22px;
|
|
2830
2988
|
}
|
|
2831
|
-
|
|
2832
|
-
|
|
2989
|
+
|
|
2990
|
+
.h181qhg4 {
|
|
2991
|
+
font-family: Inter;
|
|
2992
|
+
font-style: normal;
|
|
2993
|
+
font-weight: bold;
|
|
2994
|
+
font-size: 16px;
|
|
2995
|
+
line-height: 22px;
|
|
2833
2996
|
}
|
|
2834
|
-
|
|
2835
|
-
|
|
2997
|
+
|
|
2998
|
+
.h1phgmcq {
|
|
2999
|
+
font-family: Inter;
|
|
3000
|
+
font-style: normal;
|
|
3001
|
+
font-weight: normal;
|
|
3002
|
+
font-size: 16px;
|
|
3003
|
+
line-height: 22px;
|
|
2836
3004
|
}
|
|
2837
|
-
|
|
2838
|
-
|
|
3005
|
+
|
|
3006
|
+
.h173xnl1 {
|
|
3007
|
+
font-family: Inter;
|
|
3008
|
+
font-style: normal;
|
|
3009
|
+
font-weight: bold;
|
|
3010
|
+
font-size: 14px;
|
|
3011
|
+
line-height: 20px;
|
|
2839
3012
|
}
|
|
2840
|
-
|
|
2841
|
-
|
|
3013
|
+
|
|
3014
|
+
.hedm4pz {
|
|
3015
|
+
font-family: Inter;
|
|
3016
|
+
font-style: normal;
|
|
3017
|
+
font-weight: normal;
|
|
3018
|
+
font-size: 14px;
|
|
3019
|
+
line-height: 20px;
|
|
2842
3020
|
}
|
|
2843
|
-
|
|
2844
|
-
|
|
3021
|
+
|
|
3022
|
+
.h1kd8xld {
|
|
3023
|
+
font-family: Inter;
|
|
3024
|
+
font-style: normal;
|
|
3025
|
+
font-weight: bold;
|
|
3026
|
+
font-size: 12px;
|
|
3027
|
+
line-height: 18px;
|
|
2845
3028
|
}
|
|
2846
3029
|
|
|
2847
|
-
.
|
|
2848
|
-
|
|
3030
|
+
.hp14fr {
|
|
3031
|
+
font-family: Inter;
|
|
3032
|
+
font-style: normal;
|
|
3033
|
+
font-weight: normal;
|
|
3034
|
+
font-size: 12px;
|
|
3035
|
+
line-height: 18px;
|
|
2849
3036
|
}
|
|
2850
3037
|
|
|
2851
|
-
.
|
|
2852
|
-
|
|
2853
|
-
|
|
3038
|
+
.hgrg7mn {
|
|
3039
|
+
font-family: Inter;
|
|
3040
|
+
font-style: normal;
|
|
3041
|
+
font-weight: bold;
|
|
3042
|
+
text-transform: uppercase;
|
|
3043
|
+
font-feature-settings: "cpsp" on;
|
|
3044
|
+
font-size: 12px;
|
|
3045
|
+
line-height: 18px;
|
|
2854
3046
|
}
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
3047
|
+
|
|
3048
|
+
.h6zme9x {
|
|
3049
|
+
font-family: Inter;
|
|
3050
|
+
font-style: normal;
|
|
3051
|
+
font-weight: normal;
|
|
3052
|
+
text-transform: uppercase;
|
|
3053
|
+
font-feature-settings: "cpsp" on;
|
|
3054
|
+
font-size: 12px;
|
|
3055
|
+
line-height: 18px;
|
|
2860
3056
|
}
|
|
2861
|
-
|
|
2862
|
-
|
|
3057
|
+
|
|
3058
|
+
.locjvsv {
|
|
3059
|
+
font-family: Inter;
|
|
3060
|
+
font-style: normal;
|
|
3061
|
+
font-weight: normal;
|
|
3062
|
+
font-size: 16px;
|
|
3063
|
+
line-height: 24px;
|
|
2863
3064
|
}
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
3065
|
+
|
|
3066
|
+
.l13gi131 {
|
|
3067
|
+
font-family: Inter;
|
|
3068
|
+
font-style: normal;
|
|
3069
|
+
font-weight: bold;
|
|
3070
|
+
font-size: 16px;
|
|
3071
|
+
line-height: 24px;
|
|
2867
3072
|
}
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
text-align: center;
|
|
2873
|
-
padding: 0;
|
|
2874
|
-
font-size: 12px;
|
|
3073
|
+
|
|
3074
|
+
.l1ynemsu {
|
|
3075
|
+
font-family: Inter;
|
|
3076
|
+
font-style: normal;
|
|
2875
3077
|
font-weight: normal;
|
|
3078
|
+
font-size: 16px;
|
|
3079
|
+
line-height: 24px;
|
|
2876
3080
|
}
|
|
2877
|
-
|
|
2878
|
-
|
|
3081
|
+
|
|
3082
|
+
.l1cft1cx {
|
|
3083
|
+
font-family: Inter;
|
|
3084
|
+
font-style: normal;
|
|
3085
|
+
font-weight: bold;
|
|
3086
|
+
font-size: 16px;
|
|
3087
|
+
line-height: 24px;
|
|
2879
3088
|
}
|
|
2880
|
-
|
|
2881
|
-
|
|
3089
|
+
|
|
3090
|
+
.l17tqc8p {
|
|
3091
|
+
font-family: Inter;
|
|
3092
|
+
font-style: normal;
|
|
3093
|
+
font-weight: normal;
|
|
3094
|
+
text-transform: uppercase;
|
|
3095
|
+
font-feature-settings: "cpsp" on;
|
|
3096
|
+
font-size: 16px;
|
|
3097
|
+
line-height: 24px;
|
|
2882
3098
|
}
|
|
2883
|
-
|
|
2884
|
-
|
|
3099
|
+
|
|
3100
|
+
.l1j1e5w7 {
|
|
3101
|
+
font-family: Inter;
|
|
3102
|
+
font-style: normal;
|
|
3103
|
+
font-weight: bold;
|
|
3104
|
+
text-transform: uppercase;
|
|
3105
|
+
font-feature-settings: "cpsp" on;
|
|
3106
|
+
font-size: 16px;
|
|
3107
|
+
line-height: 24px;
|
|
2885
3108
|
}
|
|
2886
|
-
|
|
2887
|
-
|
|
3109
|
+
|
|
3110
|
+
.l1gf91jb {
|
|
3111
|
+
font-family: Inter;
|
|
3112
|
+
font-style: normal;
|
|
3113
|
+
font-weight: normal;
|
|
3114
|
+
font-size: 14px;
|
|
3115
|
+
line-height: 22px;
|
|
2888
3116
|
}
|
|
2889
|
-
|
|
2890
|
-
|
|
3117
|
+
|
|
3118
|
+
.lu7hlr6 {
|
|
3119
|
+
font-family: Inter;
|
|
3120
|
+
font-style: normal;
|
|
3121
|
+
font-weight: 500;
|
|
3122
|
+
font-size: 14px;
|
|
3123
|
+
line-height: 22px;
|
|
2891
3124
|
}
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2900
|
-
right: -21px;
|
|
2901
|
-
z-index: 2;
|
|
3125
|
+
|
|
3126
|
+
.l3l3jf0 {
|
|
3127
|
+
font-family: Inter;
|
|
3128
|
+
font-style: normal;
|
|
3129
|
+
font-weight: bold;
|
|
3130
|
+
font-size: 14px;
|
|
3131
|
+
line-height: 22px;
|
|
2902
3132
|
}
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
border-left: 8px solid #fff;
|
|
2911
|
-
left: 0;
|
|
3133
|
+
|
|
3134
|
+
.l12j5nqp {
|
|
3135
|
+
font-family: Inter;
|
|
3136
|
+
font-style: normal;
|
|
3137
|
+
font-weight: normal;
|
|
3138
|
+
font-size: 14px;
|
|
3139
|
+
line-height: 22px;
|
|
2912
3140
|
}
|
|
2913
|
-
|
|
2914
|
-
|
|
3141
|
+
|
|
3142
|
+
.l1tecqht {
|
|
3143
|
+
font-family: Inter;
|
|
3144
|
+
font-style: normal;
|
|
3145
|
+
font-weight: bold;
|
|
3146
|
+
font-size: 14px;
|
|
3147
|
+
line-height: 22px;
|
|
2915
3148
|
}
|
|
2916
|
-
|
|
2917
|
-
|
|
3149
|
+
|
|
3150
|
+
.l6sa990 {
|
|
3151
|
+
font-family: Inter;
|
|
3152
|
+
font-style: normal;
|
|
3153
|
+
font-weight: normal;
|
|
3154
|
+
text-transform: uppercase;
|
|
3155
|
+
font-feature-settings: "cpsp" on;
|
|
3156
|
+
font-size: 14px;
|
|
3157
|
+
line-height: 22px;
|
|
2918
3158
|
}
|
|
2919
|
-
|
|
2920
|
-
|
|
3159
|
+
|
|
3160
|
+
.lckqe8j {
|
|
3161
|
+
font-family: Inter;
|
|
3162
|
+
font-style: normal;
|
|
3163
|
+
font-weight: bold;
|
|
3164
|
+
text-transform: uppercase;
|
|
3165
|
+
font-feature-settings: "cpsp" on;
|
|
3166
|
+
font-size: 14px;
|
|
3167
|
+
line-height: 22px;
|
|
2921
3168
|
}
|
|
2922
|
-
|
|
2923
|
-
.
|
|
2924
|
-
|
|
3169
|
+
|
|
3170
|
+
.l1kuminb {
|
|
3171
|
+
font-family: Inter;
|
|
3172
|
+
font-style: normal;
|
|
3173
|
+
font-weight: normal;
|
|
3174
|
+
font-size: 13px;
|
|
3175
|
+
line-height: 20px;
|
|
2925
3176
|
}
|
|
2926
|
-
|
|
2927
|
-
.
|
|
2928
|
-
|
|
3177
|
+
|
|
3178
|
+
.l1pbuf5j {
|
|
3179
|
+
font-family: Inter;
|
|
3180
|
+
font-style: normal;
|
|
3181
|
+
font-weight: 600;
|
|
3182
|
+
font-size: 13px;
|
|
3183
|
+
line-height: 20px;
|
|
2929
3184
|
}
|
|
2930
|
-
|
|
2931
|
-
|
|
3185
|
+
|
|
3186
|
+
.l1r4ztu {
|
|
3187
|
+
font-family: Inter;
|
|
3188
|
+
font-style: normal;
|
|
3189
|
+
font-weight: bold;
|
|
3190
|
+
font-size: 13px;
|
|
3191
|
+
line-height: 20px;
|
|
2932
3192
|
}
|
|
2933
3193
|
|
|
2934
|
-
.
|
|
2935
|
-
|
|
3194
|
+
.ly8vzok {
|
|
3195
|
+
font-family: Inter;
|
|
3196
|
+
font-style: normal;
|
|
3197
|
+
font-weight: normal;
|
|
3198
|
+
font-size: 13px;
|
|
3199
|
+
line-height: 20px;
|
|
2936
3200
|
}
|
|
2937
3201
|
|
|
2938
|
-
.
|
|
2939
|
-
|
|
3202
|
+
.lumfmf {
|
|
3203
|
+
font-family: Inter;
|
|
3204
|
+
font-style: normal;
|
|
3205
|
+
font-weight: 600;
|
|
3206
|
+
font-size: 13px;
|
|
3207
|
+
line-height: 20px;
|
|
2940
3208
|
}
|
|
2941
|
-
|
|
2942
|
-
|
|
2943
|
-
|
|
3209
|
+
|
|
3210
|
+
.l16ujwmv {
|
|
3211
|
+
font-family: Inter;
|
|
3212
|
+
font-style: normal;
|
|
3213
|
+
font-weight: bold;
|
|
3214
|
+
font-size: 13px;
|
|
3215
|
+
line-height: 20px;
|
|
2944
3216
|
}
|
|
2945
|
-
|
|
2946
|
-
|
|
3217
|
+
|
|
3218
|
+
.l17o1ffr {
|
|
3219
|
+
font-family: Inter;
|
|
3220
|
+
font-style: normal;
|
|
3221
|
+
font-weight: normal;
|
|
3222
|
+
text-transform: uppercase;
|
|
3223
|
+
font-feature-settings: "cpsp" on;
|
|
3224
|
+
font-size: 13px;
|
|
3225
|
+
line-height: 20px;
|
|
2947
3226
|
}
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
3227
|
+
|
|
3228
|
+
.lngllvn {
|
|
3229
|
+
font-family: Inter;
|
|
3230
|
+
font-style: normal;
|
|
3231
|
+
font-weight: bold;
|
|
3232
|
+
text-transform: uppercase;
|
|
3233
|
+
font-feature-settings: "cpsp" on;
|
|
3234
|
+
font-size: 13px;
|
|
3235
|
+
line-height: 20px;
|
|
2951
3236
|
}
|
|
2952
|
-
|
|
2953
|
-
|
|
3237
|
+
|
|
3238
|
+
.l2i7fo9 {
|
|
3239
|
+
font-family: Inter;
|
|
3240
|
+
font-style: normal;
|
|
3241
|
+
font-weight: normal;
|
|
3242
|
+
font-size: 12px;
|
|
3243
|
+
line-height: 18px;
|
|
2954
3244
|
}
|
|
2955
|
-
|
|
2956
|
-
|
|
3245
|
+
|
|
3246
|
+
.l1x7hscx {
|
|
3247
|
+
font-family: Inter;
|
|
3248
|
+
font-style: normal;
|
|
3249
|
+
font-weight: 500;
|
|
3250
|
+
font-size: 12px;
|
|
3251
|
+
line-height: 18px;
|
|
2957
3252
|
}
|
|
2958
|
-
|
|
2959
|
-
|
|
3253
|
+
|
|
3254
|
+
.le1jwan {
|
|
3255
|
+
font-family: Inter;
|
|
3256
|
+
font-style: normal;
|
|
3257
|
+
font-weight: bold;
|
|
3258
|
+
font-size: 12px;
|
|
3259
|
+
line-height: 18px;
|
|
2960
3260
|
}
|
|
2961
|
-
|
|
2962
|
-
|
|
3261
|
+
|
|
3262
|
+
.lyxynfj {
|
|
3263
|
+
font-family: Inter;
|
|
3264
|
+
font-style: normal;
|
|
3265
|
+
font-weight: normal;
|
|
3266
|
+
font-size: 12px;
|
|
3267
|
+
line-height: 18px;
|
|
2963
3268
|
}
|
|
2964
|
-
|
|
2965
|
-
|
|
3269
|
+
|
|
3270
|
+
.lpb2nxv {
|
|
3271
|
+
font-family: Inter;
|
|
3272
|
+
font-style: normal;
|
|
3273
|
+
font-weight: 500;
|
|
3274
|
+
font-size: 12px;
|
|
3275
|
+
line-height: 18px;
|
|
2966
3276
|
}
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
3277
|
+
|
|
3278
|
+
.l1r8o3vv {
|
|
3279
|
+
font-family: Inter;
|
|
3280
|
+
font-style: normal;
|
|
3281
|
+
font-weight: bold;
|
|
3282
|
+
font-size: 12px;
|
|
3283
|
+
line-height: 18px;
|
|
2970
3284
|
}
|
|
2971
|
-
|
|
2972
|
-
|
|
3285
|
+
|
|
3286
|
+
.lemnjy2 {
|
|
3287
|
+
font-family: Inter;
|
|
3288
|
+
font-style: normal;
|
|
3289
|
+
font-weight: normal;
|
|
3290
|
+
text-transform: uppercase;
|
|
3291
|
+
font-feature-settings: "cpsp" on;
|
|
3292
|
+
font-size: 12px;
|
|
3293
|
+
line-height: 18px;
|
|
2973
3294
|
}
|
|
2974
|
-
|
|
2975
|
-
.
|
|
2976
|
-
|
|
3295
|
+
|
|
3296
|
+
.lrc42gb {
|
|
3297
|
+
font-family: Inter;
|
|
3298
|
+
font-style: normal;
|
|
3299
|
+
font-weight: bold;
|
|
3300
|
+
text-transform: uppercase;
|
|
3301
|
+
font-feature-settings: "cpsp" on;
|
|
3302
|
+
font-size: 12px;
|
|
3303
|
+
line-height: 18px;
|
|
2977
3304
|
}
|
|
2978
|
-
|
|
2979
|
-
|
|
3305
|
+
|
|
3306
|
+
.fqaz4mb {
|
|
3307
|
+
font-family: Inter;
|
|
3308
|
+
font-style: normal;
|
|
3309
|
+
font-weight: normal;
|
|
3310
|
+
font-size: 13px;
|
|
3311
|
+
line-height: 20px;
|
|
2980
3312
|
}
|
|
2981
|
-
|
|
2982
|
-
.
|
|
2983
|
-
|
|
2984
|
-
|
|
3313
|
+
|
|
3314
|
+
.f13we5o {
|
|
3315
|
+
font-family: Inter;
|
|
3316
|
+
font-style: normal;
|
|
3317
|
+
font-weight: normal;
|
|
3318
|
+
font-size: 13px;
|
|
3319
|
+
line-height: 20px;
|
|
2985
3320
|
}
|
|
2986
|
-
|
|
2987
|
-
.
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
3321
|
+
|
|
3322
|
+
.ffmjua2 {
|
|
3323
|
+
font-family: Inter;
|
|
3324
|
+
font-style: normal;
|
|
3325
|
+
font-weight: normal;
|
|
3326
|
+
font-size: 12px;
|
|
3327
|
+
line-height: 18px;
|
|
2992
3328
|
}
|
|
2993
|
-
|
|
2994
|
-
.
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
3329
|
+
|
|
3330
|
+
.fz2mxw0 {
|
|
3331
|
+
font-family: Inter;
|
|
3332
|
+
font-style: normal;
|
|
3333
|
+
font-weight: normal;
|
|
3334
|
+
font-size: 12px;
|
|
3335
|
+
line-height: 18px;
|
|
3336
|
+
}
|
|
3337
|
+
|
|
3338
|
+
.t1ertzoh {
|
|
3339
|
+
font-family: Inter;
|
|
3340
|
+
font-style: normal;
|
|
3341
|
+
font-weight: normal;
|
|
3342
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3343
|
+
font-size: 13px;
|
|
3344
|
+
line-height: 20px;
|
|
3345
|
+
}
|
|
3346
|
+
|
|
3347
|
+
.t19bge8r {
|
|
3348
|
+
font-family: Inter;
|
|
3349
|
+
font-style: normal;
|
|
3350
|
+
font-weight: normal;
|
|
3351
|
+
font-feature-settings: "zero" on;
|
|
3352
|
+
font-size: 13px;
|
|
3353
|
+
line-height: 20px;
|
|
3354
|
+
}
|
|
3355
|
+
|
|
3356
|
+
.tjrzfyl {
|
|
3357
|
+
font-family: Inter;
|
|
3358
|
+
font-style: normal;
|
|
3359
|
+
font-weight: normal;
|
|
3360
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3361
|
+
font-size: 12px;
|
|
3362
|
+
line-height: 18px;
|
|
3363
|
+
}
|
|
3364
|
+
|
|
3365
|
+
.tm6s7bo {
|
|
3366
|
+
font-family: Inter;
|
|
3367
|
+
font-style: normal;
|
|
3368
|
+
font-weight: 500;
|
|
3369
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3370
|
+
font-size: 12px;
|
|
3371
|
+
line-height: 18px;
|
|
3372
|
+
}
|
|
3373
|
+
|
|
3374
|
+
.t19zq6ic {
|
|
3375
|
+
font-family: Inter;
|
|
3376
|
+
font-style: normal;
|
|
3377
|
+
font-weight: normal;
|
|
3378
|
+
font-feature-settings: "zero" on;
|
|
3379
|
+
font-size: 12px;
|
|
3380
|
+
line-height: 18px;
|
|
3381
|
+
}
|
|
3382
|
+
|
|
3383
|
+
.t1gduru8 {
|
|
3384
|
+
font-family: Inter;
|
|
3385
|
+
font-style: normal;
|
|
3386
|
+
font-weight: 500;
|
|
3387
|
+
font-feature-settings: "zero" on;
|
|
3388
|
+
font-size: 12px;
|
|
3389
|
+
line-height: 18px;
|
|
3390
|
+
}
|
|
3391
|
+
|
|
3392
|
+
.t55raab {
|
|
3393
|
+
font-family: Inter;
|
|
3394
|
+
font-style: normal;
|
|
3395
|
+
font-weight: bold;
|
|
3396
|
+
font-feature-settings: "zero" on;
|
|
3397
|
+
font-size: 16px;
|
|
3398
|
+
line-height: 24px;
|
|
3399
|
+
}
|
|
3400
|
+
|
|
3401
|
+
.u1w9abfe {
|
|
3402
|
+
font-family: Inter;
|
|
3403
|
+
font-style: normal;
|
|
3404
|
+
font-weight: normal;
|
|
3405
|
+
font-size: 10px;
|
|
3406
|
+
line-height: 12px;
|
|
3407
|
+
}
|
|
3408
|
+
|
|
3409
|
+
.i1e4sgug {
|
|
3410
|
+
display: inline-block;
|
|
3411
|
+
}
|
|
3412
|
+
|
|
3413
|
+
.s1fc623g {
|
|
3414
|
+
width: 430px !important;
|
|
3415
|
+
}
|
|
3416
|
+
|
|
3417
|
+
.da3mx0o .ant-select-item-group {
|
|
3418
|
+
padding: 8px 16px;
|
|
3419
|
+
line-height: 18px;
|
|
3420
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3421
|
+
height: 34px;
|
|
3422
|
+
min-height: 34px;
|
|
3423
|
+
box-sizing: border-box;
|
|
3424
|
+
margin-top: 8px;
|
|
3425
|
+
}
|
|
3426
|
+
|
|
3427
|
+
.onr9gzt {
|
|
3428
|
+
display: flex;
|
|
3429
|
+
flex-direction: column;
|
|
3430
|
+
margin: 1px 8px;
|
|
3431
|
+
padding: 8px;
|
|
3432
|
+
border-radius: 4px;
|
|
3433
|
+
}
|
|
3434
|
+
.onr9gzt .selected-icon {
|
|
3435
|
+
display: none;
|
|
3436
|
+
}
|
|
3437
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
3438
|
+
padding-left: 8px;
|
|
3439
|
+
}
|
|
3440
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
3441
|
+
background-color: white;
|
|
3442
|
+
}
|
|
3443
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3444
|
+
color: #0080ff;
|
|
3445
|
+
}
|
|
3446
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3447
|
+
display: block;
|
|
3448
|
+
}
|
|
3449
|
+
.onr9gzt.ant-select-item-option-active {
|
|
3450
|
+
background: rgba(0, 136, 255, 0.16);
|
|
3451
|
+
}
|
|
3452
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3453
|
+
color: #0080ff;
|
|
3454
|
+
}
|
|
3455
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3456
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3457
|
+
color: #0080ff;
|
|
3458
|
+
}
|
|
3459
|
+
|
|
3460
|
+
.oiy0apc {
|
|
3461
|
+
display: flex;
|
|
3462
|
+
justify-content: space-between;
|
|
3463
|
+
height: 20px;
|
|
3464
|
+
line-height: 20px;
|
|
3465
|
+
}
|
|
3466
|
+
.oiy0apc .timezone-title {
|
|
3467
|
+
color: #2d3a56;
|
|
3468
|
+
overflow: hidden;
|
|
3469
|
+
text-overflow: ellipsis;
|
|
3470
|
+
}
|
|
3471
|
+
|
|
3472
|
+
.of4y382 {
|
|
3473
|
+
display: flex;
|
|
3474
|
+
justify-content: space-between;
|
|
3475
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3476
|
+
height: 18px;
|
|
3477
|
+
line-height: 18px;
|
|
3478
|
+
margin-top: 2px;
|
|
3479
|
+
}
|
|
3480
|
+
|
|
3481
|
+
.t19903l9 {
|
|
3482
|
+
border: none;
|
|
3483
|
+
margin-right: 0;
|
|
3484
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3485
|
+
}
|
|
3486
|
+
|
|
3487
|
+
.ohwbvxu {
|
|
3488
|
+
pointer-events: none;
|
|
3489
|
+
height: 32px;
|
|
3490
|
+
width: 100%;
|
|
3491
|
+
opacity: 0;
|
|
3492
|
+
}
|
|
3493
|
+
|
|
3494
|
+
.t1upn1sz {
|
|
3495
|
+
height: 100%;
|
|
3496
|
+
}
|
|
3497
|
+
|
|
3498
|
+
.tta5kd2 {
|
|
3499
|
+
height: 100%;
|
|
3500
|
+
}
|
|
3501
|
+
.tta5kd2.empty-table .ant-table-content {
|
|
3502
|
+
overflow: visible !important;
|
|
3503
|
+
height: 100%;
|
|
3504
|
+
}
|
|
3505
|
+
.tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
|
|
3506
|
+
height: 100%;
|
|
3507
|
+
}
|
|
3508
|
+
.tta5kd2.empty-table .ant-table-content table {
|
|
3509
|
+
width: 100% !important;
|
|
3510
|
+
height: 100%;
|
|
3511
|
+
}
|
|
3512
|
+
.tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3513
|
+
padding: 15px 0;
|
|
3514
|
+
}
|
|
3515
|
+
.tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
|
|
3516
|
+
display: none;
|
|
3517
|
+
}
|
|
3518
|
+
.tta5kd2 .active-row td:nth-child(1) {
|
|
3519
|
+
font-weight: 700;
|
|
3520
|
+
}
|
|
3521
|
+
.tta5kd2.has-selection .active-row td:nth-child(2) {
|
|
3522
|
+
font-weight: 700;
|
|
3523
|
+
}
|
|
3524
|
+
.tta5kd2 .ant-spin-nested-loading {
|
|
3525
|
+
height: 100%;
|
|
3526
|
+
}
|
|
3527
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin-container {
|
|
3528
|
+
height: 100%;
|
|
3529
|
+
overflow: visible;
|
|
3530
|
+
}
|
|
3531
|
+
.tta5kd2 .ant-spin-nested-loading .ant-spin {
|
|
3532
|
+
max-height: none;
|
|
3533
|
+
}
|
|
3534
|
+
.tta5kd2.table-init-loading .ant-spin-blur thead,
|
|
3535
|
+
.tta5kd2.table-init-loading .ant-spin-blur tbody {
|
|
3536
|
+
display: none;
|
|
3537
|
+
}
|
|
3538
|
+
.tta5kd2 td.ant-table-column-sort {
|
|
3539
|
+
background: transparent;
|
|
3540
|
+
}
|
|
3541
|
+
.tta5kd2 td.ant-table-cell-fix-left,
|
|
3542
|
+
.tta5kd2 td.ant-table-cell-fix-right {
|
|
3543
|
+
background: #fff;
|
|
3544
|
+
padding: 0 !important;
|
|
3545
|
+
}
|
|
3546
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
|
|
3547
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
|
|
3548
|
+
display: flex;
|
|
3549
|
+
align-items: center;
|
|
3550
|
+
height: 100%;
|
|
3551
|
+
padding: 8px;
|
|
3552
|
+
}
|
|
3553
|
+
.tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
|
|
3554
|
+
.tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
|
|
3555
|
+
overflow: hidden;
|
|
3556
|
+
text-overflow: ellipsis;
|
|
3557
|
+
width: 100%;
|
|
2998
3558
|
}
|
|
2999
3559
|
.tta5kd2 .ant-table-container {
|
|
3000
3560
|
height: 100%;
|
|
@@ -3234,624 +3794,64 @@ input.rrg1fkn.ant-input {
|
|
|
3234
3794
|
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
|
|
3235
3795
|
background: #f2f5fa;
|
|
3236
3796
|
}
|
|
3237
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
3238
|
-
display: block;
|
|
3239
|
-
}
|
|
3240
|
-
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
3241
|
-
padding-right: 25px;
|
|
3242
|
-
}
|
|
3243
|
-
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
3244
|
-
padding: 0 !important;
|
|
3245
|
-
}
|
|
3246
|
-
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
3247
|
-
position: absolute;
|
|
3248
|
-
left: 50%;
|
|
3249
|
-
top: 50%;
|
|
3250
|
-
transform: translate(-50%, -50%);
|
|
3251
|
-
}
|
|
3252
|
-
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
3253
|
-
display: none;
|
|
3254
|
-
}
|
|
3255
|
-
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
3256
|
-
background: #fff;
|
|
3257
|
-
}
|
|
3258
|
-
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
3259
|
-
background: inherit;
|
|
3260
|
-
}
|
|
3261
|
-
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
3262
|
-
position: static;
|
|
3263
|
-
border: none;
|
|
3264
|
-
background: inherit !important;
|
|
3265
|
-
height: 100px;
|
|
3266
|
-
vertical-align: middle;
|
|
3267
|
-
}
|
|
3268
|
-
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
3269
|
-
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3270
|
-
font-weight: bold;
|
|
3271
|
-
font-size: 20px;
|
|
3272
|
-
color: rgba(10, 37, 85, 0.6);
|
|
3273
|
-
}
|
|
3274
|
-
.tta5kd2 .ant-table td.cell__action_ {
|
|
3275
|
-
padding: 0 !important;
|
|
3276
|
-
position: relative;
|
|
3277
|
-
background: #fff;
|
|
3278
|
-
}
|
|
3279
|
-
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
3280
|
-
height: 100%;
|
|
3281
|
-
display: flex;
|
|
3282
|
-
align-items: center;
|
|
3283
|
-
justify-content: flex-end;
|
|
3284
|
-
padding-right: 8px;
|
|
3285
|
-
}
|
|
3286
|
-
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
3287
|
-
width: 24px;
|
|
3288
|
-
height: 24px;
|
|
3289
|
-
cursor: pointer;
|
|
3290
|
-
justify-content: center;
|
|
3291
|
-
border-radius: 4px;
|
|
3292
|
-
}
|
|
3293
|
-
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
3294
|
-
background: #fff;
|
|
3295
|
-
}
|
|
3296
|
-
|
|
3297
|
-
.s1fc623g {
|
|
3298
|
-
width: 430px !important;
|
|
3299
|
-
}
|
|
3300
|
-
|
|
3301
|
-
.da3mx0o .ant-select-item-group {
|
|
3302
|
-
padding: 8px 16px;
|
|
3303
|
-
line-height: 18px;
|
|
3304
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3305
|
-
height: 34px;
|
|
3306
|
-
min-height: 34px;
|
|
3307
|
-
box-sizing: border-box;
|
|
3308
|
-
margin-top: 8px;
|
|
3309
|
-
}
|
|
3310
|
-
|
|
3311
|
-
.onr9gzt {
|
|
3312
|
-
display: flex;
|
|
3313
|
-
flex-direction: column;
|
|
3314
|
-
margin: 1px 8px;
|
|
3315
|
-
padding: 8px;
|
|
3316
|
-
border-radius: 4px;
|
|
3317
|
-
}
|
|
3318
|
-
.onr9gzt .selected-icon {
|
|
3319
|
-
display: none;
|
|
3320
|
-
}
|
|
3321
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
3322
|
-
padding-left: 8px;
|
|
3323
|
-
}
|
|
3324
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
3325
|
-
background-color: white;
|
|
3326
|
-
}
|
|
3327
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3328
|
-
color: #0080ff;
|
|
3329
|
-
}
|
|
3330
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3331
|
-
display: block;
|
|
3332
|
-
}
|
|
3333
|
-
.onr9gzt.ant-select-item-option-active {
|
|
3334
|
-
background: rgba(0, 136, 255, 0.16);
|
|
3335
|
-
}
|
|
3336
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3337
|
-
color: #0080ff;
|
|
3338
|
-
}
|
|
3339
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3340
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3341
|
-
color: #0080ff;
|
|
3342
|
-
}
|
|
3343
|
-
|
|
3344
|
-
.oiy0apc {
|
|
3345
|
-
display: flex;
|
|
3346
|
-
justify-content: space-between;
|
|
3347
|
-
height: 20px;
|
|
3348
|
-
line-height: 20px;
|
|
3349
|
-
}
|
|
3350
|
-
.oiy0apc .timezone-title {
|
|
3351
|
-
color: #2d3a56;
|
|
3352
|
-
overflow: hidden;
|
|
3353
|
-
text-overflow: ellipsis;
|
|
3354
|
-
}
|
|
3355
|
-
|
|
3356
|
-
.of4y382 {
|
|
3357
|
-
display: flex;
|
|
3358
|
-
justify-content: space-between;
|
|
3359
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3360
|
-
height: 18px;
|
|
3361
|
-
line-height: 18px;
|
|
3362
|
-
margin-top: 2px;
|
|
3363
|
-
}
|
|
3364
|
-
|
|
3365
|
-
.t19903l9 {
|
|
3366
|
-
border: none;
|
|
3367
|
-
margin-right: 0;
|
|
3368
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3369
|
-
}
|
|
3370
|
-
|
|
3371
|
-
.ohwbvxu {
|
|
3372
|
-
pointer-events: none;
|
|
3373
|
-
height: 32px;
|
|
3374
|
-
width: 100%;
|
|
3375
|
-
opacity: 0;
|
|
3376
|
-
}
|
|
3377
|
-
|
|
3378
|
-
.i1e4sgug {
|
|
3379
|
-
display: inline-block;
|
|
3380
|
-
}
|
|
3381
|
-
|
|
3382
|
-
.d6j0lbj {
|
|
3383
|
-
font-family: Inter;
|
|
3384
|
-
font-style: normal;
|
|
3385
|
-
font-weight: bold;
|
|
3386
|
-
font-size: 32px;
|
|
3387
|
-
line-height: 40px;
|
|
3388
|
-
}
|
|
3389
|
-
|
|
3390
|
-
.d1xhvvxe {
|
|
3391
|
-
font-family: Inter;
|
|
3392
|
-
font-style: normal;
|
|
3393
|
-
font-weight: bold;
|
|
3394
|
-
font-size: 24px;
|
|
3395
|
-
line-height: 32px;
|
|
3396
|
-
}
|
|
3397
|
-
|
|
3398
|
-
.dk10mxq {
|
|
3399
|
-
font-family: Inter;
|
|
3400
|
-
font-style: normal;
|
|
3401
|
-
font-weight: normal;
|
|
3402
|
-
font-size: 32px;
|
|
3403
|
-
line-height: 40px;
|
|
3404
|
-
}
|
|
3405
|
-
|
|
3406
|
-
.dxsait {
|
|
3407
|
-
font-family: Inter;
|
|
3408
|
-
font-style: normal;
|
|
3409
|
-
font-weight: bold;
|
|
3410
|
-
font-size: 20px;
|
|
3411
|
-
line-height: 24px;
|
|
3412
|
-
}
|
|
3413
|
-
|
|
3414
|
-
.dokn0h3 {
|
|
3415
|
-
font-family: Inter;
|
|
3416
|
-
font-style: normal;
|
|
3417
|
-
font-weight: normal;
|
|
3418
|
-
font-size: 20px;
|
|
3419
|
-
line-height: 24px;
|
|
3420
|
-
}
|
|
3421
|
-
|
|
3422
|
-
.dobau4p {
|
|
3423
|
-
font-family: Inter;
|
|
3424
|
-
font-style: normal;
|
|
3425
|
-
font-weight: bold;
|
|
3426
|
-
font-size: 18px;
|
|
3427
|
-
line-height: 22px;
|
|
3428
|
-
}
|
|
3429
|
-
|
|
3430
|
-
.dvolwok {
|
|
3431
|
-
font-family: Inter;
|
|
3432
|
-
font-style: normal;
|
|
3433
|
-
font-weight: normal;
|
|
3434
|
-
font-size: 18px;
|
|
3435
|
-
line-height: 22px;
|
|
3436
|
-
}
|
|
3437
|
-
|
|
3438
|
-
.h181qhg4 {
|
|
3439
|
-
font-family: Inter;
|
|
3440
|
-
font-style: normal;
|
|
3441
|
-
font-weight: bold;
|
|
3442
|
-
font-size: 16px;
|
|
3443
|
-
line-height: 22px;
|
|
3444
|
-
}
|
|
3445
|
-
|
|
3446
|
-
.h1phgmcq {
|
|
3447
|
-
font-family: Inter;
|
|
3448
|
-
font-style: normal;
|
|
3449
|
-
font-weight: normal;
|
|
3450
|
-
font-size: 16px;
|
|
3451
|
-
line-height: 22px;
|
|
3452
|
-
}
|
|
3453
|
-
|
|
3454
|
-
.h173xnl1 {
|
|
3455
|
-
font-family: Inter;
|
|
3456
|
-
font-style: normal;
|
|
3457
|
-
font-weight: bold;
|
|
3458
|
-
font-size: 14px;
|
|
3459
|
-
line-height: 20px;
|
|
3460
|
-
}
|
|
3461
|
-
|
|
3462
|
-
.hedm4pz {
|
|
3463
|
-
font-family: Inter;
|
|
3464
|
-
font-style: normal;
|
|
3465
|
-
font-weight: normal;
|
|
3466
|
-
font-size: 14px;
|
|
3467
|
-
line-height: 20px;
|
|
3468
|
-
}
|
|
3469
|
-
|
|
3470
|
-
.h1kd8xld {
|
|
3471
|
-
font-family: Inter;
|
|
3472
|
-
font-style: normal;
|
|
3473
|
-
font-weight: bold;
|
|
3474
|
-
font-size: 12px;
|
|
3475
|
-
line-height: 18px;
|
|
3476
|
-
}
|
|
3477
|
-
|
|
3478
|
-
.hp14fr {
|
|
3479
|
-
font-family: Inter;
|
|
3480
|
-
font-style: normal;
|
|
3481
|
-
font-weight: normal;
|
|
3482
|
-
font-size: 12px;
|
|
3483
|
-
line-height: 18px;
|
|
3484
|
-
}
|
|
3485
|
-
|
|
3486
|
-
.hgrg7mn {
|
|
3487
|
-
font-family: Inter;
|
|
3488
|
-
font-style: normal;
|
|
3489
|
-
font-weight: bold;
|
|
3490
|
-
text-transform: uppercase;
|
|
3491
|
-
font-feature-settings: "cpsp" on;
|
|
3492
|
-
font-size: 12px;
|
|
3493
|
-
line-height: 18px;
|
|
3494
|
-
}
|
|
3495
|
-
|
|
3496
|
-
.h6zme9x {
|
|
3497
|
-
font-family: Inter;
|
|
3498
|
-
font-style: normal;
|
|
3499
|
-
font-weight: normal;
|
|
3500
|
-
text-transform: uppercase;
|
|
3501
|
-
font-feature-settings: "cpsp" on;
|
|
3502
|
-
font-size: 12px;
|
|
3503
|
-
line-height: 18px;
|
|
3504
|
-
}
|
|
3505
|
-
|
|
3506
|
-
.locjvsv {
|
|
3507
|
-
font-family: Inter;
|
|
3508
|
-
font-style: normal;
|
|
3509
|
-
font-weight: normal;
|
|
3510
|
-
font-size: 16px;
|
|
3511
|
-
line-height: 24px;
|
|
3512
|
-
}
|
|
3513
|
-
|
|
3514
|
-
.l13gi131 {
|
|
3515
|
-
font-family: Inter;
|
|
3516
|
-
font-style: normal;
|
|
3517
|
-
font-weight: bold;
|
|
3518
|
-
font-size: 16px;
|
|
3519
|
-
line-height: 24px;
|
|
3520
|
-
}
|
|
3521
|
-
|
|
3522
|
-
.l1ynemsu {
|
|
3523
|
-
font-family: Inter;
|
|
3524
|
-
font-style: normal;
|
|
3525
|
-
font-weight: normal;
|
|
3526
|
-
font-size: 16px;
|
|
3527
|
-
line-height: 24px;
|
|
3528
|
-
}
|
|
3529
|
-
|
|
3530
|
-
.l1cft1cx {
|
|
3531
|
-
font-family: Inter;
|
|
3532
|
-
font-style: normal;
|
|
3533
|
-
font-weight: bold;
|
|
3534
|
-
font-size: 16px;
|
|
3535
|
-
line-height: 24px;
|
|
3536
|
-
}
|
|
3537
|
-
|
|
3538
|
-
.l17tqc8p {
|
|
3539
|
-
font-family: Inter;
|
|
3540
|
-
font-style: normal;
|
|
3541
|
-
font-weight: normal;
|
|
3542
|
-
text-transform: uppercase;
|
|
3543
|
-
font-feature-settings: "cpsp" on;
|
|
3544
|
-
font-size: 16px;
|
|
3545
|
-
line-height: 24px;
|
|
3546
|
-
}
|
|
3547
|
-
|
|
3548
|
-
.l1j1e5w7 {
|
|
3549
|
-
font-family: Inter;
|
|
3550
|
-
font-style: normal;
|
|
3551
|
-
font-weight: bold;
|
|
3552
|
-
text-transform: uppercase;
|
|
3553
|
-
font-feature-settings: "cpsp" on;
|
|
3554
|
-
font-size: 16px;
|
|
3555
|
-
line-height: 24px;
|
|
3556
|
-
}
|
|
3557
|
-
|
|
3558
|
-
.l1gf91jb {
|
|
3559
|
-
font-family: Inter;
|
|
3560
|
-
font-style: normal;
|
|
3561
|
-
font-weight: normal;
|
|
3562
|
-
font-size: 14px;
|
|
3563
|
-
line-height: 22px;
|
|
3564
|
-
}
|
|
3565
|
-
|
|
3566
|
-
.lu7hlr6 {
|
|
3567
|
-
font-family: Inter;
|
|
3568
|
-
font-style: normal;
|
|
3569
|
-
font-weight: 500;
|
|
3570
|
-
font-size: 14px;
|
|
3571
|
-
line-height: 22px;
|
|
3572
|
-
}
|
|
3573
|
-
|
|
3574
|
-
.l3l3jf0 {
|
|
3575
|
-
font-family: Inter;
|
|
3576
|
-
font-style: normal;
|
|
3577
|
-
font-weight: bold;
|
|
3578
|
-
font-size: 14px;
|
|
3579
|
-
line-height: 22px;
|
|
3580
|
-
}
|
|
3581
|
-
|
|
3582
|
-
.l12j5nqp {
|
|
3583
|
-
font-family: Inter;
|
|
3584
|
-
font-style: normal;
|
|
3585
|
-
font-weight: normal;
|
|
3586
|
-
font-size: 14px;
|
|
3587
|
-
line-height: 22px;
|
|
3588
|
-
}
|
|
3589
|
-
|
|
3590
|
-
.l1tecqht {
|
|
3591
|
-
font-family: Inter;
|
|
3592
|
-
font-style: normal;
|
|
3593
|
-
font-weight: bold;
|
|
3594
|
-
font-size: 14px;
|
|
3595
|
-
line-height: 22px;
|
|
3596
|
-
}
|
|
3597
|
-
|
|
3598
|
-
.l6sa990 {
|
|
3599
|
-
font-family: Inter;
|
|
3600
|
-
font-style: normal;
|
|
3601
|
-
font-weight: normal;
|
|
3602
|
-
text-transform: uppercase;
|
|
3603
|
-
font-feature-settings: "cpsp" on;
|
|
3604
|
-
font-size: 14px;
|
|
3605
|
-
line-height: 22px;
|
|
3606
|
-
}
|
|
3607
|
-
|
|
3608
|
-
.lckqe8j {
|
|
3609
|
-
font-family: Inter;
|
|
3610
|
-
font-style: normal;
|
|
3611
|
-
font-weight: bold;
|
|
3612
|
-
text-transform: uppercase;
|
|
3613
|
-
font-feature-settings: "cpsp" on;
|
|
3614
|
-
font-size: 14px;
|
|
3615
|
-
line-height: 22px;
|
|
3616
|
-
}
|
|
3617
|
-
|
|
3618
|
-
.l1kuminb {
|
|
3619
|
-
font-family: Inter;
|
|
3620
|
-
font-style: normal;
|
|
3621
|
-
font-weight: normal;
|
|
3622
|
-
font-size: 13px;
|
|
3623
|
-
line-height: 20px;
|
|
3624
|
-
}
|
|
3625
|
-
|
|
3626
|
-
.l1pbuf5j {
|
|
3627
|
-
font-family: Inter;
|
|
3628
|
-
font-style: normal;
|
|
3629
|
-
font-weight: 600;
|
|
3630
|
-
font-size: 13px;
|
|
3631
|
-
line-height: 20px;
|
|
3632
|
-
}
|
|
3633
|
-
|
|
3634
|
-
.l1r4ztu {
|
|
3635
|
-
font-family: Inter;
|
|
3636
|
-
font-style: normal;
|
|
3637
|
-
font-weight: bold;
|
|
3638
|
-
font-size: 13px;
|
|
3639
|
-
line-height: 20px;
|
|
3640
|
-
}
|
|
3641
|
-
|
|
3642
|
-
.ly8vzok {
|
|
3643
|
-
font-family: Inter;
|
|
3644
|
-
font-style: normal;
|
|
3645
|
-
font-weight: normal;
|
|
3646
|
-
font-size: 13px;
|
|
3647
|
-
line-height: 20px;
|
|
3648
|
-
}
|
|
3649
|
-
|
|
3650
|
-
.lumfmf {
|
|
3651
|
-
font-family: Inter;
|
|
3652
|
-
font-style: normal;
|
|
3653
|
-
font-weight: 600;
|
|
3654
|
-
font-size: 13px;
|
|
3655
|
-
line-height: 20px;
|
|
3656
|
-
}
|
|
3657
|
-
|
|
3658
|
-
.l16ujwmv {
|
|
3659
|
-
font-family: Inter;
|
|
3660
|
-
font-style: normal;
|
|
3661
|
-
font-weight: bold;
|
|
3662
|
-
font-size: 13px;
|
|
3663
|
-
line-height: 20px;
|
|
3664
|
-
}
|
|
3665
|
-
|
|
3666
|
-
.l17o1ffr {
|
|
3667
|
-
font-family: Inter;
|
|
3668
|
-
font-style: normal;
|
|
3669
|
-
font-weight: normal;
|
|
3670
|
-
text-transform: uppercase;
|
|
3671
|
-
font-feature-settings: "cpsp" on;
|
|
3672
|
-
font-size: 13px;
|
|
3673
|
-
line-height: 20px;
|
|
3674
|
-
}
|
|
3675
|
-
|
|
3676
|
-
.lngllvn {
|
|
3677
|
-
font-family: Inter;
|
|
3678
|
-
font-style: normal;
|
|
3679
|
-
font-weight: bold;
|
|
3680
|
-
text-transform: uppercase;
|
|
3681
|
-
font-feature-settings: "cpsp" on;
|
|
3682
|
-
font-size: 13px;
|
|
3683
|
-
line-height: 20px;
|
|
3684
|
-
}
|
|
3685
|
-
|
|
3686
|
-
.l2i7fo9 {
|
|
3687
|
-
font-family: Inter;
|
|
3688
|
-
font-style: normal;
|
|
3689
|
-
font-weight: normal;
|
|
3690
|
-
font-size: 12px;
|
|
3691
|
-
line-height: 18px;
|
|
3692
|
-
}
|
|
3693
|
-
|
|
3694
|
-
.l1x7hscx {
|
|
3695
|
-
font-family: Inter;
|
|
3696
|
-
font-style: normal;
|
|
3697
|
-
font-weight: 500;
|
|
3698
|
-
font-size: 12px;
|
|
3699
|
-
line-height: 18px;
|
|
3700
|
-
}
|
|
3701
|
-
|
|
3702
|
-
.le1jwan {
|
|
3703
|
-
font-family: Inter;
|
|
3704
|
-
font-style: normal;
|
|
3705
|
-
font-weight: bold;
|
|
3706
|
-
font-size: 12px;
|
|
3707
|
-
line-height: 18px;
|
|
3708
|
-
}
|
|
3709
|
-
|
|
3710
|
-
.lyxynfj {
|
|
3711
|
-
font-family: Inter;
|
|
3712
|
-
font-style: normal;
|
|
3713
|
-
font-weight: normal;
|
|
3714
|
-
font-size: 12px;
|
|
3715
|
-
line-height: 18px;
|
|
3716
|
-
}
|
|
3717
|
-
|
|
3718
|
-
.lpb2nxv {
|
|
3719
|
-
font-family: Inter;
|
|
3720
|
-
font-style: normal;
|
|
3721
|
-
font-weight: 500;
|
|
3722
|
-
font-size: 12px;
|
|
3723
|
-
line-height: 18px;
|
|
3724
|
-
}
|
|
3725
|
-
|
|
3726
|
-
.l1r8o3vv {
|
|
3727
|
-
font-family: Inter;
|
|
3728
|
-
font-style: normal;
|
|
3729
|
-
font-weight: bold;
|
|
3730
|
-
font-size: 12px;
|
|
3731
|
-
line-height: 18px;
|
|
3732
|
-
}
|
|
3733
|
-
|
|
3734
|
-
.lemnjy2 {
|
|
3735
|
-
font-family: Inter;
|
|
3736
|
-
font-style: normal;
|
|
3737
|
-
font-weight: normal;
|
|
3738
|
-
text-transform: uppercase;
|
|
3739
|
-
font-feature-settings: "cpsp" on;
|
|
3740
|
-
font-size: 12px;
|
|
3741
|
-
line-height: 18px;
|
|
3742
|
-
}
|
|
3743
|
-
|
|
3744
|
-
.lrc42gb {
|
|
3745
|
-
font-family: Inter;
|
|
3746
|
-
font-style: normal;
|
|
3747
|
-
font-weight: bold;
|
|
3748
|
-
text-transform: uppercase;
|
|
3749
|
-
font-feature-settings: "cpsp" on;
|
|
3750
|
-
font-size: 12px;
|
|
3751
|
-
line-height: 18px;
|
|
3752
|
-
}
|
|
3753
|
-
|
|
3754
|
-
.fqaz4mb {
|
|
3755
|
-
font-family: Inter;
|
|
3756
|
-
font-style: normal;
|
|
3757
|
-
font-weight: normal;
|
|
3758
|
-
font-size: 13px;
|
|
3759
|
-
line-height: 20px;
|
|
3760
|
-
}
|
|
3761
|
-
|
|
3762
|
-
.f13we5o {
|
|
3763
|
-
font-family: Inter;
|
|
3764
|
-
font-style: normal;
|
|
3765
|
-
font-weight: normal;
|
|
3766
|
-
font-size: 13px;
|
|
3767
|
-
line-height: 20px;
|
|
3768
|
-
}
|
|
3769
|
-
|
|
3770
|
-
.ffmjua2 {
|
|
3771
|
-
font-family: Inter;
|
|
3772
|
-
font-style: normal;
|
|
3773
|
-
font-weight: normal;
|
|
3774
|
-
font-size: 12px;
|
|
3775
|
-
line-height: 18px;
|
|
3776
|
-
}
|
|
3777
|
-
|
|
3778
|
-
.fz2mxw0 {
|
|
3779
|
-
font-family: Inter;
|
|
3780
|
-
font-style: normal;
|
|
3781
|
-
font-weight: normal;
|
|
3782
|
-
font-size: 12px;
|
|
3783
|
-
line-height: 18px;
|
|
3784
|
-
}
|
|
3785
|
-
|
|
3786
|
-
.t1ertzoh {
|
|
3787
|
-
font-family: Inter;
|
|
3788
|
-
font-style: normal;
|
|
3789
|
-
font-weight: normal;
|
|
3790
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3791
|
-
font-size: 13px;
|
|
3792
|
-
line-height: 20px;
|
|
3797
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
|
|
3798
|
+
display: block;
|
|
3793
3799
|
}
|
|
3794
|
-
|
|
3795
|
-
|
|
3796
|
-
font-family: Inter;
|
|
3797
|
-
font-style: normal;
|
|
3798
|
-
font-weight: normal;
|
|
3799
|
-
font-feature-settings: "zero" on;
|
|
3800
|
-
font-size: 13px;
|
|
3801
|
-
line-height: 20px;
|
|
3800
|
+
.tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
|
|
3801
|
+
padding-right: 25px;
|
|
3802
3802
|
}
|
|
3803
|
-
|
|
3804
|
-
|
|
3805
|
-
font-family: Inter;
|
|
3806
|
-
font-style: normal;
|
|
3807
|
-
font-weight: normal;
|
|
3808
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3809
|
-
font-size: 12px;
|
|
3810
|
-
line-height: 18px;
|
|
3803
|
+
.tta5kd2 .ant-table .ant-table-selection-column {
|
|
3804
|
+
padding: 0 !important;
|
|
3811
3805
|
}
|
|
3812
|
-
|
|
3813
|
-
|
|
3814
|
-
|
|
3815
|
-
|
|
3816
|
-
|
|
3817
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
3818
|
-
font-size: 12px;
|
|
3819
|
-
line-height: 18px;
|
|
3806
|
+
.tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
|
|
3807
|
+
position: absolute;
|
|
3808
|
+
left: 50%;
|
|
3809
|
+
top: 50%;
|
|
3810
|
+
transform: translate(-50%, -50%);
|
|
3820
3811
|
}
|
|
3821
|
-
|
|
3822
|
-
|
|
3823
|
-
font-family: Inter;
|
|
3824
|
-
font-style: normal;
|
|
3825
|
-
font-weight: normal;
|
|
3826
|
-
font-feature-settings: "zero" on;
|
|
3827
|
-
font-size: 12px;
|
|
3828
|
-
line-height: 18px;
|
|
3812
|
+
.tta5kd2 .ant-table .ant-table-selection-column:after {
|
|
3813
|
+
display: none;
|
|
3829
3814
|
}
|
|
3830
|
-
|
|
3831
|
-
|
|
3832
|
-
font-family: Inter;
|
|
3833
|
-
font-style: normal;
|
|
3834
|
-
font-weight: 500;
|
|
3835
|
-
font-feature-settings: "zero" on;
|
|
3836
|
-
font-size: 12px;
|
|
3837
|
-
line-height: 18px;
|
|
3815
|
+
.tta5kd2 .ant-table .ant-table-hide-scrollbar {
|
|
3816
|
+
background: #fff;
|
|
3838
3817
|
}
|
|
3839
|
-
|
|
3840
|
-
|
|
3841
|
-
|
|
3842
|
-
|
|
3818
|
+
.tta5kd2 .ant-table .ant-table-placeholder {
|
|
3819
|
+
background: inherit;
|
|
3820
|
+
}
|
|
3821
|
+
.tta5kd2 .ant-table .ant-table-placeholder td {
|
|
3822
|
+
position: static;
|
|
3823
|
+
border: none;
|
|
3824
|
+
background: inherit !important;
|
|
3825
|
+
height: 100px;
|
|
3826
|
+
vertical-align: middle;
|
|
3827
|
+
}
|
|
3828
|
+
.tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
|
|
3829
|
+
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
3843
3830
|
font-weight: bold;
|
|
3844
|
-
font-
|
|
3845
|
-
|
|
3846
|
-
line-height: 24px;
|
|
3831
|
+
font-size: 20px;
|
|
3832
|
+
color: rgba(10, 37, 85, 0.6);
|
|
3847
3833
|
}
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
|
|
3834
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
3835
|
+
padding: 0 !important;
|
|
3836
|
+
position: relative;
|
|
3837
|
+
background: #fff;
|
|
3838
|
+
}
|
|
3839
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
3840
|
+
height: 100%;
|
|
3841
|
+
display: flex;
|
|
3842
|
+
align-items: center;
|
|
3843
|
+
justify-content: flex-end;
|
|
3844
|
+
padding-right: 8px;
|
|
3845
|
+
}
|
|
3846
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
3847
|
+
width: 24px;
|
|
3848
|
+
height: 24px;
|
|
3849
|
+
cursor: pointer;
|
|
3850
|
+
justify-content: center;
|
|
3851
|
+
border-radius: 4px;
|
|
3852
|
+
}
|
|
3853
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
3854
|
+
background: #fff;
|
|
3855
3855
|
}
|
|
3856
3856
|
|
|
3857
3857
|
.c198s9j3 {
|
|
@@ -3925,6 +3925,20 @@ input.rrg1fkn.ant-input {
|
|
|
3925
3925
|
margin-left: 24px;
|
|
3926
3926
|
}
|
|
3927
3927
|
|
|
3928
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3929
|
+
display: flex;
|
|
3930
|
+
}
|
|
3931
|
+
|
|
3932
|
+
.igz4le8 {
|
|
3933
|
+
height: 24px;
|
|
3934
|
+
width: 56px !important;
|
|
3935
|
+
margin-right: 4px;
|
|
3936
|
+
}
|
|
3937
|
+
|
|
3938
|
+
.c1riexje {
|
|
3939
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3940
|
+
}
|
|
3941
|
+
|
|
3928
3942
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3929
3943
|
border-radius: 6px;
|
|
3930
3944
|
}
|
|
@@ -3980,20 +3994,6 @@ input.rrg1fkn.ant-input {
|
|
|
3980
3994
|
transform: rotate(180deg);
|
|
3981
3995
|
}
|
|
3982
3996
|
|
|
3983
|
-
.igz4le8 {
|
|
3984
|
-
height: 24px;
|
|
3985
|
-
width: 56px !important;
|
|
3986
|
-
margin-right: 4px;
|
|
3987
|
-
}
|
|
3988
|
-
|
|
3989
|
-
.c1riexje {
|
|
3990
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3991
|
-
}
|
|
3992
|
-
|
|
3993
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3994
|
-
display: flex;
|
|
3995
|
-
}
|
|
3996
|
-
|
|
3997
3997
|
.m1thnes4 {
|
|
3998
3998
|
color: rgba(44, 56, 82, 0.6);
|
|
3999
3999
|
text-align: center;
|
|
@@ -4185,52 +4185,6 @@ input.rrg1fkn.ant-input {
|
|
|
4185
4185
|
background: rgba(163, 180, 204, 0.18);
|
|
4186
4186
|
}
|
|
4187
4187
|
|
|
4188
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
4189
|
-
display: var(--at4ovwe-0);
|
|
4190
|
-
}
|
|
4191
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
4192
|
-
padding: 5px 12px;
|
|
4193
|
-
display: inline-flex;
|
|
4194
|
-
line-height: 1.5715;
|
|
4195
|
-
height: 100%;
|
|
4196
|
-
width: 100%;
|
|
4197
|
-
}
|
|
4198
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4199
|
-
content: var(--at4ovwe-1);
|
|
4200
|
-
display: var(--at4ovwe-2);
|
|
4201
|
-
flex: none;
|
|
4202
|
-
align-items: center;
|
|
4203
|
-
margin-left: 4px;
|
|
4204
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4205
|
-
}
|
|
4206
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4207
|
-
content: var(--at4ovwe-3);
|
|
4208
|
-
display: var(--at4ovwe-4);
|
|
4209
|
-
flex: none;
|
|
4210
|
-
align-items: center;
|
|
4211
|
-
margin-right: 4px;
|
|
4212
|
-
cursor: auto;
|
|
4213
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4214
|
-
}
|
|
4215
|
-
.at4ovwe.ant-input-number {
|
|
4216
|
-
width: 100%;
|
|
4217
|
-
border-radius: 6px;
|
|
4218
|
-
}
|
|
4219
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4220
|
-
border-color: #0096ff;
|
|
4221
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4222
|
-
}
|
|
4223
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4224
|
-
border-color: #e75a3a;
|
|
4225
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4226
|
-
}
|
|
4227
|
-
.at4ovwe .ant-input-number-input {
|
|
4228
|
-
padding: 0;
|
|
4229
|
-
margin: 0;
|
|
4230
|
-
height: auto;
|
|
4231
|
-
font-size: inherit;
|
|
4232
|
-
}
|
|
4233
|
-
|
|
4234
4188
|
.tc40oxa {
|
|
4235
4189
|
margin-bottom: 4px;
|
|
4236
4190
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -4427,31 +4381,46 @@ input.rrg1fkn.ant-input {
|
|
|
4427
4381
|
margin-right: 8px;
|
|
4428
4382
|
}
|
|
4429
4383
|
|
|
4430
|
-
.
|
|
4431
|
-
display: var(--
|
|
4384
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
4385
|
+
display: var(--at4ovwe-0);
|
|
4432
4386
|
}
|
|
4433
|
-
.
|
|
4434
|
-
padding:
|
|
4387
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
4388
|
+
padding: 5px 12px;
|
|
4435
4389
|
display: inline-flex;
|
|
4436
4390
|
line-height: 1.5715;
|
|
4437
|
-
height:
|
|
4391
|
+
height: 100%;
|
|
4392
|
+
width: 100%;
|
|
4438
4393
|
}
|
|
4439
|
-
.
|
|
4440
|
-
content: var(--
|
|
4441
|
-
display: var(--
|
|
4394
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4395
|
+
content: var(--at4ovwe-1);
|
|
4396
|
+
display: var(--at4ovwe-2);
|
|
4442
4397
|
flex: none;
|
|
4443
4398
|
align-items: center;
|
|
4444
4399
|
margin-left: 4px;
|
|
4400
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4445
4401
|
}
|
|
4446
|
-
.
|
|
4447
|
-
content: var(--
|
|
4448
|
-
display: var(--
|
|
4402
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4403
|
+
content: var(--at4ovwe-3);
|
|
4404
|
+
display: var(--at4ovwe-4);
|
|
4449
4405
|
flex: none;
|
|
4450
4406
|
align-items: center;
|
|
4451
4407
|
margin-right: 4px;
|
|
4452
4408
|
cursor: auto;
|
|
4409
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4453
4410
|
}
|
|
4454
|
-
.
|
|
4411
|
+
.at4ovwe.ant-input-number {
|
|
4412
|
+
width: 100%;
|
|
4413
|
+
border-radius: 6px;
|
|
4414
|
+
}
|
|
4415
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4416
|
+
border-color: #0096ff;
|
|
4417
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4418
|
+
}
|
|
4419
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4420
|
+
border-color: #e75a3a;
|
|
4421
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4422
|
+
}
|
|
4423
|
+
.at4ovwe .ant-input-number-input {
|
|
4455
4424
|
padding: 0;
|
|
4456
4425
|
margin: 0;
|
|
4457
4426
|
height: auto;
|
|
@@ -4475,4 +4444,35 @@ input.rrg1fkn.ant-input {
|
|
|
4475
4444
|
}
|
|
4476
4445
|
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
4477
4446
|
display: block;
|
|
4447
|
+
}
|
|
4448
|
+
|
|
4449
|
+
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4450
|
+
display: var(--a6dbbkm-0);
|
|
4451
|
+
}
|
|
4452
|
+
.a6dbbkm .ant-input-number-input-wrap {
|
|
4453
|
+
padding: 4px 11px;
|
|
4454
|
+
display: inline-flex;
|
|
4455
|
+
line-height: 1.5715;
|
|
4456
|
+
height: inherit;
|
|
4457
|
+
}
|
|
4458
|
+
.a6dbbkm .ant-input-number-input-wrap::after {
|
|
4459
|
+
content: var(--a6dbbkm-1);
|
|
4460
|
+
display: var(--a6dbbkm-2);
|
|
4461
|
+
flex: none;
|
|
4462
|
+
align-items: center;
|
|
4463
|
+
margin-left: 4px;
|
|
4464
|
+
}
|
|
4465
|
+
.a6dbbkm .ant-input-number-input-wrap::before {
|
|
4466
|
+
content: var(--a6dbbkm-3);
|
|
4467
|
+
display: var(--a6dbbkm-4);
|
|
4468
|
+
flex: none;
|
|
4469
|
+
align-items: center;
|
|
4470
|
+
margin-right: 4px;
|
|
4471
|
+
cursor: auto;
|
|
4472
|
+
}
|
|
4473
|
+
.a6dbbkm .ant-input-number-input {
|
|
4474
|
+
padding: 0;
|
|
4475
|
+
margin: 0;
|
|
4476
|
+
height: auto;
|
|
4477
|
+
font-size: inherit;
|
|
4478
4478
|
}
|