@fle-ui/next 1.0.5-alpha.5 → 1.0.5-alpha.6
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/dist/@fle-ui/next.css +3102 -322
- package/dist/@fle-ui/next.css.map +1 -1
- package/dist/@fle-ui/next.js +1 -1
- package/dist/@fle-ui/next.min.css +3 -3
- package/dist/@fle-ui/next.min.css.map +1 -1
- package/dist/@fle-ui/next.min.js +1 -1
- package/es/affix/style/index.css +42 -0
- package/es/alert/style/index.css +50 -8
- package/es/anchor/style/index.css +42 -0
- package/es/auto-complete/style/index.css +42 -0
- package/es/avatar/style/index.css +42 -0
- package/es/back-top/style/index.css +42 -0
- package/es/badge/style/index.css +55 -13
- package/es/breadcrumb/style/index.css +42 -0
- package/es/button/style/index.css +122 -72
- package/es/calendar/style/index.css +43 -1
- package/es/card/style/index.css +42 -0
- package/es/carousel/style/index.css +42 -0
- package/es/cascader/style/index.css +44 -2
- package/es/checkbox/style/index.css +42 -0
- package/es/collapse/style/index.css +42 -0
- package/es/comment/style/index.css +42 -0
- package/es/config-provider/style/index.css +42 -0
- package/es/date-picker/style/index.css +77 -35
- package/es/descriptions/style/index.css +42 -0
- package/es/divider/style/index.css +42 -0
- package/es/drawer/style/index.css +42 -0
- package/es/dropdown/style/index.css +46 -4
- package/es/empty/style/index.css +42 -0
- package/es/form/style/index.css +43 -1
- package/es/grid/style/index.css +42 -0
- package/es/icon/style/index.css +42 -0
- package/es/image/style/index.css +42 -0
- package/es/input/style/index.css +61 -19
- package/es/input-number/style/index.css +61 -19
- package/es/layout/style/index.css +42 -0
- package/es/list/style/index.css +42 -0
- package/es/locale-provider/style/index.css +42 -0
- package/es/mentions/style/index.css +51 -9
- package/es/menu/style/index.css +50 -8
- package/es/message/style/index.css +42 -0
- package/es/modal/style/index.css +43 -1
- package/es/modal/style/modal.less +1 -1
- package/es/notification/style/index.css +42 -0
- package/es/page-header/style/index.css +44 -2
- package/es/pagination/style/index.css +53 -11
- package/es/pagination/style/index.less +5 -3
- package/es/popconfirm/style/index.css +42 -0
- package/es/popover/style/index.css +51 -9
- package/es/progress/style/index.css +47 -5
- package/es/radio/style/index.css +57 -15
- package/es/rate/style/index.css +42 -0
- package/es/result/style/index.css +42 -0
- package/es/segmented/style/index.css +42 -0
- package/es/select/style/index.css +50 -8
- package/es/skeleton/style/index.css +42 -0
- package/es/slider/style/index.css +49 -7
- package/es/space/style/index.css +42 -0
- package/es/spin/style/index.css +42 -0
- package/es/statistic/style/index.css +42 -0
- package/es/steps/style/index.css +42 -0
- package/es/style/color/colors.less +3 -3
- package/es/style/index.css +44 -2
- package/es/style/themes/compact.less +12 -6
- package/es/style/themes/dark.less +445 -106
- package/es/style/themes/default.less +6 -6
- package/es/style/themes/index.less +1 -1
- package/es/style/themes/variable.less +76 -38
- package/es/switch/style/index.css +43 -1
- package/es/table/style/index.css +47 -5
- package/es/tabs/style/index.css +47 -5
- package/es/tag/style/index.css +66 -24
- package/es/time-picker/style/index.css +42 -0
- package/es/timeline/style/index.css +42 -0
- package/es/tooltip/style/index.css +51 -9
- package/es/transfer/style/index.css +53 -11
- package/es/tree/style/index.css +44 -2
- package/es/tree-select/style/index.css +44 -2
- package/es/typography/style/index.css +49 -7
- package/es/upload/style/index.css +46 -4
- package/lib/affix/style/index.css +42 -0
- package/lib/alert/style/index.css +50 -8
- package/lib/anchor/style/index.css +42 -0
- package/lib/auto-complete/style/index.css +42 -0
- package/lib/avatar/style/index.css +42 -0
- package/lib/back-top/style/index.css +42 -0
- package/lib/badge/style/index.css +55 -13
- package/lib/breadcrumb/style/index.css +42 -0
- package/lib/button/style/index.css +122 -72
- package/lib/calendar/style/index.css +43 -1
- package/lib/card/style/index.css +42 -0
- package/lib/carousel/style/index.css +42 -0
- package/lib/cascader/style/index.css +44 -2
- package/lib/checkbox/style/index.css +42 -0
- package/lib/collapse/style/index.css +42 -0
- package/lib/comment/style/index.css +42 -0
- package/lib/config-provider/style/index.css +42 -0
- package/lib/date-picker/style/index.css +77 -35
- package/lib/descriptions/style/index.css +42 -0
- package/lib/divider/style/index.css +42 -0
- package/lib/drawer/style/index.css +42 -0
- package/lib/dropdown/style/index.css +46 -4
- package/lib/empty/style/index.css +42 -0
- package/lib/form/style/index.css +43 -1
- package/lib/grid/style/index.css +42 -0
- package/lib/icon/style/index.css +42 -0
- package/lib/image/style/index.css +42 -0
- package/lib/input/style/index.css +61 -19
- package/lib/input-number/style/index.css +61 -19
- package/lib/layout/style/index.css +42 -0
- package/lib/list/style/index.css +42 -0
- package/lib/locale-provider/style/index.css +42 -0
- package/lib/mentions/style/index.css +51 -9
- package/lib/menu/style/index.css +50 -8
- package/lib/message/style/index.css +42 -0
- package/lib/modal/style/index.css +43 -1
- package/lib/modal/style/modal.less +1 -1
- package/lib/notification/style/index.css +42 -0
- package/lib/page-header/style/index.css +44 -2
- package/lib/pagination/style/index.css +53 -11
- package/lib/pagination/style/index.less +5 -3
- package/lib/popconfirm/style/index.css +42 -0
- package/lib/popover/style/index.css +51 -9
- package/lib/progress/style/index.css +47 -5
- package/lib/radio/style/index.css +57 -15
- package/lib/rate/style/index.css +42 -0
- package/lib/result/style/index.css +42 -0
- package/lib/segmented/style/index.css +42 -0
- package/lib/select/style/index.css +50 -8
- package/lib/skeleton/style/index.css +42 -0
- package/lib/slider/style/index.css +49 -7
- package/lib/space/style/index.css +42 -0
- package/lib/spin/style/index.css +42 -0
- package/lib/statistic/style/index.css +42 -0
- package/lib/steps/style/index.css +42 -0
- package/lib/style/color/colors.less +3 -3
- package/lib/style/index.css +44 -2
- package/lib/style/themes/compact.less +12 -6
- package/lib/style/themes/dark.less +445 -106
- package/lib/style/themes/default.less +6 -6
- package/lib/style/themes/index.less +1 -1
- package/lib/style/themes/variable.less +76 -38
- package/lib/switch/style/index.css +43 -1
- package/lib/table/style/index.css +47 -5
- package/lib/tabs/style/index.css +47 -5
- package/lib/tag/style/index.css +66 -24
- package/lib/time-picker/style/index.css +42 -0
- package/lib/timeline/style/index.css +42 -0
- package/lib/tooltip/style/index.css +51 -9
- package/lib/transfer/style/index.css +53 -11
- package/lib/tree/style/index.css +44 -2
- package/lib/tree-select/style/index.css +44 -2
- package/lib/typography/style/index.css +49 -7
- package/lib/upload/style/index.css +46 -4
- package/package.json +1 -1
@@ -2,6 +2,48 @@
|
|
2
2
|
/* stylelint-disable no-duplicate-selectors */
|
3
3
|
/* stylelint-disable */
|
4
4
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
5
|
+
html {
|
6
|
+
--ant-primary-color: #1890ff;
|
7
|
+
--ant-primary-color-hover: #40a9ff;
|
8
|
+
--ant-primary-color-active: #096dd9;
|
9
|
+
--ant-primary-color-outline: rgba(24, 144, 255, 0.2);
|
10
|
+
--ant-primary-1: #e6f7ff;
|
11
|
+
--ant-primary-2: #bae7ff;
|
12
|
+
--ant-primary-3: #91d5ff;
|
13
|
+
--ant-primary-4: #69c0ff;
|
14
|
+
--ant-primary-5: #40a9ff;
|
15
|
+
--ant-primary-6: #1890ff;
|
16
|
+
--ant-primary-7: #096dd9;
|
17
|
+
--ant-primary-color-deprecated-pure: ;
|
18
|
+
--ant-primary-color-deprecated-l-35: #cbe6ff;
|
19
|
+
--ant-primary-color-deprecated-l-20: #7ec1ff;
|
20
|
+
--ant-primary-color-deprecated-t-20: #46a6ff;
|
21
|
+
--ant-primary-color-deprecated-t-50: #8cc8ff;
|
22
|
+
--ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
|
23
|
+
--ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
|
24
|
+
--ant-primary-color-active-deprecated-d-02: #dcf4ff;
|
25
|
+
--ant-success-color: #36c626;
|
26
|
+
--ant-success-color-hover: #5cd44a;
|
27
|
+
--ant-success-color-active: #20a116;
|
28
|
+
--ant-success-color-outline: rgba(54, 198, 38, 0.2);
|
29
|
+
--ant-success-color-deprecated-bg: #f4fff0;
|
30
|
+
--ant-success-color-deprecated-border: #afed9f;
|
31
|
+
--ant-error-color: #ff5c57;
|
32
|
+
--ant-error-color-hover: #ff8880;
|
33
|
+
--ant-error-color-active: #d93f3f;
|
34
|
+
--ant-error-color-outline: rgba(255, 92, 87, 0.2);
|
35
|
+
--ant-error-color-deprecated-bg: #fff3f0;
|
36
|
+
--ant-error-color-deprecated-border: #ffd7d1;
|
37
|
+
--ant-warning-color: #ffab00;
|
38
|
+
--ant-warning-color-hover: #ffbf29;
|
39
|
+
--ant-warning-color-active: #d98900;
|
40
|
+
--ant-warning-color-outline: rgba(255, 171, 0, 0.2);
|
41
|
+
--ant-warning-color-deprecated-bg: #fffbe6;
|
42
|
+
--ant-warning-color-deprecated-border: #ffe07a;
|
43
|
+
--ant-info-color: #1890ff;
|
44
|
+
--ant-info-color-deprecated-bg: #e6f7ff;
|
45
|
+
--ant-info-color-deprecated-border: #91d5ff;
|
46
|
+
}
|
5
47
|
@-webkit-keyframes antCheckboxEffect {
|
6
48
|
0% {
|
7
49
|
transform: scale(1);
|
@@ -2,6 +2,48 @@
|
|
2
2
|
/* stylelint-disable no-duplicate-selectors */
|
3
3
|
/* stylelint-disable */
|
4
4
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
5
|
+
html {
|
6
|
+
--ant-primary-color: #1890ff;
|
7
|
+
--ant-primary-color-hover: #40a9ff;
|
8
|
+
--ant-primary-color-active: #096dd9;
|
9
|
+
--ant-primary-color-outline: rgba(24, 144, 255, 0.2);
|
10
|
+
--ant-primary-1: #e6f7ff;
|
11
|
+
--ant-primary-2: #bae7ff;
|
12
|
+
--ant-primary-3: #91d5ff;
|
13
|
+
--ant-primary-4: #69c0ff;
|
14
|
+
--ant-primary-5: #40a9ff;
|
15
|
+
--ant-primary-6: #1890ff;
|
16
|
+
--ant-primary-7: #096dd9;
|
17
|
+
--ant-primary-color-deprecated-pure: ;
|
18
|
+
--ant-primary-color-deprecated-l-35: #cbe6ff;
|
19
|
+
--ant-primary-color-deprecated-l-20: #7ec1ff;
|
20
|
+
--ant-primary-color-deprecated-t-20: #46a6ff;
|
21
|
+
--ant-primary-color-deprecated-t-50: #8cc8ff;
|
22
|
+
--ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
|
23
|
+
--ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
|
24
|
+
--ant-primary-color-active-deprecated-d-02: #dcf4ff;
|
25
|
+
--ant-success-color: #36c626;
|
26
|
+
--ant-success-color-hover: #5cd44a;
|
27
|
+
--ant-success-color-active: #20a116;
|
28
|
+
--ant-success-color-outline: rgba(54, 198, 38, 0.2);
|
29
|
+
--ant-success-color-deprecated-bg: #f4fff0;
|
30
|
+
--ant-success-color-deprecated-border: #afed9f;
|
31
|
+
--ant-error-color: #ff5c57;
|
32
|
+
--ant-error-color-hover: #ff8880;
|
33
|
+
--ant-error-color-active: #d93f3f;
|
34
|
+
--ant-error-color-outline: rgba(255, 92, 87, 0.2);
|
35
|
+
--ant-error-color-deprecated-bg: #fff3f0;
|
36
|
+
--ant-error-color-deprecated-border: #ffd7d1;
|
37
|
+
--ant-warning-color: #ffab00;
|
38
|
+
--ant-warning-color-hover: #ffbf29;
|
39
|
+
--ant-warning-color-active: #d98900;
|
40
|
+
--ant-warning-color-outline: rgba(255, 171, 0, 0.2);
|
41
|
+
--ant-warning-color-deprecated-bg: #fffbe6;
|
42
|
+
--ant-warning-color-deprecated-border: #ffe07a;
|
43
|
+
--ant-info-color: #1890ff;
|
44
|
+
--ant-info-color-deprecated-bg: #e6f7ff;
|
45
|
+
--ant-info-color-deprecated-border: #91d5ff;
|
46
|
+
}
|
5
47
|
.ant-collapse {
|
6
48
|
box-sizing: border-box;
|
7
49
|
margin: 0;
|
@@ -2,6 +2,48 @@
|
|
2
2
|
/* stylelint-disable no-duplicate-selectors */
|
3
3
|
/* stylelint-disable */
|
4
4
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
5
|
+
html {
|
6
|
+
--ant-primary-color: #1890ff;
|
7
|
+
--ant-primary-color-hover: #40a9ff;
|
8
|
+
--ant-primary-color-active: #096dd9;
|
9
|
+
--ant-primary-color-outline: rgba(24, 144, 255, 0.2);
|
10
|
+
--ant-primary-1: #e6f7ff;
|
11
|
+
--ant-primary-2: #bae7ff;
|
12
|
+
--ant-primary-3: #91d5ff;
|
13
|
+
--ant-primary-4: #69c0ff;
|
14
|
+
--ant-primary-5: #40a9ff;
|
15
|
+
--ant-primary-6: #1890ff;
|
16
|
+
--ant-primary-7: #096dd9;
|
17
|
+
--ant-primary-color-deprecated-pure: ;
|
18
|
+
--ant-primary-color-deprecated-l-35: #cbe6ff;
|
19
|
+
--ant-primary-color-deprecated-l-20: #7ec1ff;
|
20
|
+
--ant-primary-color-deprecated-t-20: #46a6ff;
|
21
|
+
--ant-primary-color-deprecated-t-50: #8cc8ff;
|
22
|
+
--ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
|
23
|
+
--ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
|
24
|
+
--ant-primary-color-active-deprecated-d-02: #dcf4ff;
|
25
|
+
--ant-success-color: #36c626;
|
26
|
+
--ant-success-color-hover: #5cd44a;
|
27
|
+
--ant-success-color-active: #20a116;
|
28
|
+
--ant-success-color-outline: rgba(54, 198, 38, 0.2);
|
29
|
+
--ant-success-color-deprecated-bg: #f4fff0;
|
30
|
+
--ant-success-color-deprecated-border: #afed9f;
|
31
|
+
--ant-error-color: #ff5c57;
|
32
|
+
--ant-error-color-hover: #ff8880;
|
33
|
+
--ant-error-color-active: #d93f3f;
|
34
|
+
--ant-error-color-outline: rgba(255, 92, 87, 0.2);
|
35
|
+
--ant-error-color-deprecated-bg: #fff3f0;
|
36
|
+
--ant-error-color-deprecated-border: #ffd7d1;
|
37
|
+
--ant-warning-color: #ffab00;
|
38
|
+
--ant-warning-color-hover: #ffbf29;
|
39
|
+
--ant-warning-color-active: #d98900;
|
40
|
+
--ant-warning-color-outline: rgba(255, 171, 0, 0.2);
|
41
|
+
--ant-warning-color-deprecated-bg: #fffbe6;
|
42
|
+
--ant-warning-color-deprecated-border: #ffe07a;
|
43
|
+
--ant-info-color: #1890ff;
|
44
|
+
--ant-info-color-deprecated-bg: #e6f7ff;
|
45
|
+
--ant-info-color-deprecated-border: #91d5ff;
|
46
|
+
}
|
5
47
|
.ant-comment {
|
6
48
|
position: relative;
|
7
49
|
background-color: inherit;
|
@@ -2,3 +2,45 @@
|
|
2
2
|
/* stylelint-disable no-duplicate-selectors */
|
3
3
|
/* stylelint-disable */
|
4
4
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
5
|
+
html {
|
6
|
+
--ant-primary-color: #1890ff;
|
7
|
+
--ant-primary-color-hover: #40a9ff;
|
8
|
+
--ant-primary-color-active: #096dd9;
|
9
|
+
--ant-primary-color-outline: rgba(24, 144, 255, 0.2);
|
10
|
+
--ant-primary-1: #e6f7ff;
|
11
|
+
--ant-primary-2: #bae7ff;
|
12
|
+
--ant-primary-3: #91d5ff;
|
13
|
+
--ant-primary-4: #69c0ff;
|
14
|
+
--ant-primary-5: #40a9ff;
|
15
|
+
--ant-primary-6: #1890ff;
|
16
|
+
--ant-primary-7: #096dd9;
|
17
|
+
--ant-primary-color-deprecated-pure: ;
|
18
|
+
--ant-primary-color-deprecated-l-35: #cbe6ff;
|
19
|
+
--ant-primary-color-deprecated-l-20: #7ec1ff;
|
20
|
+
--ant-primary-color-deprecated-t-20: #46a6ff;
|
21
|
+
--ant-primary-color-deprecated-t-50: #8cc8ff;
|
22
|
+
--ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
|
23
|
+
--ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
|
24
|
+
--ant-primary-color-active-deprecated-d-02: #dcf4ff;
|
25
|
+
--ant-success-color: #36c626;
|
26
|
+
--ant-success-color-hover: #5cd44a;
|
27
|
+
--ant-success-color-active: #20a116;
|
28
|
+
--ant-success-color-outline: rgba(54, 198, 38, 0.2);
|
29
|
+
--ant-success-color-deprecated-bg: #f4fff0;
|
30
|
+
--ant-success-color-deprecated-border: #afed9f;
|
31
|
+
--ant-error-color: #ff5c57;
|
32
|
+
--ant-error-color-hover: #ff8880;
|
33
|
+
--ant-error-color-active: #d93f3f;
|
34
|
+
--ant-error-color-outline: rgba(255, 92, 87, 0.2);
|
35
|
+
--ant-error-color-deprecated-bg: #fff3f0;
|
36
|
+
--ant-error-color-deprecated-border: #ffd7d1;
|
37
|
+
--ant-warning-color: #ffab00;
|
38
|
+
--ant-warning-color-hover: #ffbf29;
|
39
|
+
--ant-warning-color-active: #d98900;
|
40
|
+
--ant-warning-color-outline: rgba(255, 171, 0, 0.2);
|
41
|
+
--ant-warning-color-deprecated-bg: #fffbe6;
|
42
|
+
--ant-warning-color-deprecated-border: #ffe07a;
|
43
|
+
--ant-info-color: #1890ff;
|
44
|
+
--ant-info-color-deprecated-bg: #e6f7ff;
|
45
|
+
--ant-info-color-deprecated-border: #91d5ff;
|
46
|
+
}
|
@@ -2,6 +2,48 @@
|
|
2
2
|
/* stylelint-disable no-duplicate-selectors */
|
3
3
|
/* stylelint-disable */
|
4
4
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
5
|
+
html {
|
6
|
+
--ant-primary-color: #1890ff;
|
7
|
+
--ant-primary-color-hover: #40a9ff;
|
8
|
+
--ant-primary-color-active: #096dd9;
|
9
|
+
--ant-primary-color-outline: rgba(24, 144, 255, 0.2);
|
10
|
+
--ant-primary-1: #e6f7ff;
|
11
|
+
--ant-primary-2: #bae7ff;
|
12
|
+
--ant-primary-3: #91d5ff;
|
13
|
+
--ant-primary-4: #69c0ff;
|
14
|
+
--ant-primary-5: #40a9ff;
|
15
|
+
--ant-primary-6: #1890ff;
|
16
|
+
--ant-primary-7: #096dd9;
|
17
|
+
--ant-primary-color-deprecated-pure: ;
|
18
|
+
--ant-primary-color-deprecated-l-35: #cbe6ff;
|
19
|
+
--ant-primary-color-deprecated-l-20: #7ec1ff;
|
20
|
+
--ant-primary-color-deprecated-t-20: #46a6ff;
|
21
|
+
--ant-primary-color-deprecated-t-50: #8cc8ff;
|
22
|
+
--ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
|
23
|
+
--ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
|
24
|
+
--ant-primary-color-active-deprecated-d-02: #dcf4ff;
|
25
|
+
--ant-success-color: #36c626;
|
26
|
+
--ant-success-color-hover: #5cd44a;
|
27
|
+
--ant-success-color-active: #20a116;
|
28
|
+
--ant-success-color-outline: rgba(54, 198, 38, 0.2);
|
29
|
+
--ant-success-color-deprecated-bg: #f4fff0;
|
30
|
+
--ant-success-color-deprecated-border: #afed9f;
|
31
|
+
--ant-error-color: #ff5c57;
|
32
|
+
--ant-error-color-hover: #ff8880;
|
33
|
+
--ant-error-color-active: #d93f3f;
|
34
|
+
--ant-error-color-outline: rgba(255, 92, 87, 0.2);
|
35
|
+
--ant-error-color-deprecated-bg: #fff3f0;
|
36
|
+
--ant-error-color-deprecated-border: #ffd7d1;
|
37
|
+
--ant-warning-color: #ffab00;
|
38
|
+
--ant-warning-color-hover: #ffbf29;
|
39
|
+
--ant-warning-color-active: #d98900;
|
40
|
+
--ant-warning-color-outline: rgba(255, 171, 0, 0.2);
|
41
|
+
--ant-warning-color-deprecated-bg: #fffbe6;
|
42
|
+
--ant-warning-color-deprecated-border: #ffe07a;
|
43
|
+
--ant-info-color: #1890ff;
|
44
|
+
--ant-info-color-deprecated-bg: #e6f7ff;
|
45
|
+
--ant-info-color-deprecated-border: #91d5ff;
|
46
|
+
}
|
5
47
|
.ant-picker-status-error.ant-picker,
|
6
48
|
.ant-picker-status-error.ant-picker:not([disabled]):hover {
|
7
49
|
background-color: #fff;
|
@@ -9,8 +51,8 @@
|
|
9
51
|
}
|
10
52
|
.ant-picker-status-error.ant-picker-focused,
|
11
53
|
.ant-picker-status-error.ant-picker:focus {
|
12
|
-
border-color:
|
13
|
-
box-shadow: 0 0 0 2px
|
54
|
+
border-color: var(--ant-error-color-hover);
|
55
|
+
box-shadow: 0 0 0 2px var(--ant-error-color-outline);
|
14
56
|
border-right-width: 1px;
|
15
57
|
outline: 0;
|
16
58
|
}
|
@@ -21,8 +63,8 @@
|
|
21
63
|
}
|
22
64
|
.ant-picker-status-warning.ant-picker-focused,
|
23
65
|
.ant-picker-status-warning.ant-picker:focus {
|
24
|
-
border-color:
|
25
|
-
box-shadow: 0 0 0 2px
|
66
|
+
border-color: var(--ant-warning-color-hover);
|
67
|
+
box-shadow: 0 0 0 2px var(--ant-warning-color-outline);
|
26
68
|
border-right-width: 1px;
|
27
69
|
outline: 0;
|
28
70
|
}
|
@@ -47,12 +89,12 @@
|
|
47
89
|
}
|
48
90
|
.ant-picker:hover,
|
49
91
|
.ant-picker-focused {
|
50
|
-
border-color:
|
92
|
+
border-color: var(--ant-primary-5);
|
51
93
|
border-right-width: 1px;
|
52
94
|
}
|
53
95
|
.ant-picker-focused {
|
54
|
-
border-color:
|
55
|
-
box-shadow: 0 0 0 2px
|
96
|
+
border-color: var(--ant-primary-color-hover);
|
97
|
+
box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
|
56
98
|
border-right-width: 1px;
|
57
99
|
outline: 0;
|
58
100
|
}
|
@@ -122,13 +164,13 @@
|
|
122
164
|
text-overflow: ellipsis;
|
123
165
|
}
|
124
166
|
.ant-picker-input > input:hover {
|
125
|
-
border-color:
|
167
|
+
border-color: var(--ant-primary-5);
|
126
168
|
border-right-width: 1px;
|
127
169
|
}
|
128
170
|
.ant-picker-input > input:focus,
|
129
171
|
.ant-picker-input > input-focused {
|
130
|
-
border-color:
|
131
|
-
box-shadow: 0 0 0 2px
|
172
|
+
border-color: var(--ant-primary-color-hover);
|
173
|
+
box-shadow: 0 0 0 2px var(--ant-primary-color-outline);
|
132
174
|
border-right-width: 1px;
|
133
175
|
outline: 0;
|
134
176
|
}
|
@@ -358,8 +400,8 @@ textarea.ant-picker-input > input {
|
|
358
400
|
}
|
359
401
|
.ant-picker-ranges .ant-picker-preset > .ant-tag-blue {
|
360
402
|
color: #2c68ff;
|
361
|
-
background:
|
362
|
-
border-color:
|
403
|
+
background: var(--ant-primary-1);
|
404
|
+
border-color: var(--ant-primary-3);
|
363
405
|
cursor: pointer;
|
364
406
|
}
|
365
407
|
.ant-picker-ranges .ant-picker-ok {
|
@@ -379,7 +421,7 @@ textarea.ant-picker-input > input {
|
|
379
421
|
background: linear-gradient(135deg, transparent 40%, #fff 40%);
|
380
422
|
box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.1);
|
381
423
|
transition: left 0.3s ease-out;
|
382
|
-
border-radius: 0 0
|
424
|
+
border-radius: 0 0 4px;
|
383
425
|
pointer-events: none;
|
384
426
|
}
|
385
427
|
.ant-picker-range-arrow::before {
|
@@ -392,8 +434,8 @@ textarea.ant-picker-input > input {
|
|
392
434
|
background-repeat: no-repeat;
|
393
435
|
background-position: -10px -10px;
|
394
436
|
content: '';
|
395
|
-
-webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L
|
396
|
-
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L
|
437
|
+
-webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 18.627416997969522 22.627416997969522 A 4 4 0 0 0 22.627416997969522 18.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
438
|
+
clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 18.627416997969522 22.627416997969522 A 4 4 0 0 0 22.627416997969522 18.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z');
|
397
439
|
}
|
398
440
|
.ant-picker-panel-container {
|
399
441
|
overflow: hidden;
|
@@ -591,7 +633,7 @@ textarea.ant-picker-input > input {
|
|
591
633
|
position: relative;
|
592
634
|
}
|
593
635
|
.ant-picker-cell-in-view.ant-picker-cell-in-range::before {
|
594
|
-
background:
|
636
|
+
background: var(--ant-primary-1);
|
595
637
|
}
|
596
638
|
.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
|
597
639
|
.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
|
@@ -601,7 +643,7 @@ textarea.ant-picker-input > input {
|
|
601
643
|
}
|
602
644
|
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
|
603
645
|
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
|
604
|
-
background:
|
646
|
+
background: var(--ant-primary-1);
|
605
647
|
}
|
606
648
|
.ant-picker-cell-in-view.ant-picker-cell-range-start::before {
|
607
649
|
left: 50%;
|
@@ -620,8 +662,8 @@ textarea.ant-picker-input > input {
|
|
620
662
|
top: 50%;
|
621
663
|
z-index: 0;
|
622
664
|
height: 24px;
|
623
|
-
border-top: 1px dashed
|
624
|
-
border-bottom: 1px dashed
|
665
|
+
border-top: 1px dashed var(--ant-primary-color-deprecated-l-20);
|
666
|
+
border-bottom: 1px dashed var(--ant-primary-color-deprecated-l-20);
|
625
667
|
transform: translateY(-50%);
|
626
668
|
transition: all 0.3s;
|
627
669
|
content: '';
|
@@ -639,7 +681,7 @@ textarea.ant-picker-input > input {
|
|
639
681
|
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
|
640
682
|
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
|
641
683
|
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
|
642
|
-
background:
|
684
|
+
background: var(--ant-primary-color-deprecated-l-35);
|
643
685
|
}
|
644
686
|
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
|
645
687
|
border-radius: 4px 0 0 4px;
|
@@ -653,7 +695,7 @@ textarea.ant-picker-input > input {
|
|
653
695
|
top: 0;
|
654
696
|
bottom: 0;
|
655
697
|
z-index: -1;
|
656
|
-
background:
|
698
|
+
background: var(--ant-primary-color-deprecated-l-35);
|
657
699
|
transition: all 0.3s;
|
658
700
|
content: '';
|
659
701
|
}
|
@@ -677,7 +719,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after
|
|
677
719
|
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
|
678
720
|
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
|
679
721
|
left: 6px;
|
680
|
-
border-left: 1px dashed
|
722
|
+
border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
|
681
723
|
border-top-left-radius: 4px;
|
682
724
|
border-bottom-left-radius: 4px;
|
683
725
|
}
|
@@ -687,7 +729,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
687
729
|
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
|
688
730
|
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
|
689
731
|
right: 6px;
|
690
|
-
border-right: 1px dashed
|
732
|
+
border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
|
691
733
|
border-top-right-radius: 4px;
|
692
734
|
border-bottom-right-radius: 4px;
|
693
735
|
}
|
@@ -746,10 +788,10 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
746
788
|
color: #2c68ff;
|
747
789
|
}
|
748
790
|
.ant-picker-today-btn:hover {
|
749
|
-
color:
|
791
|
+
color: var(--ant-primary-color-hover);
|
750
792
|
}
|
751
793
|
.ant-picker-today-btn:active {
|
752
|
-
color:
|
794
|
+
color: var(--ant-primary-color-active);
|
753
795
|
}
|
754
796
|
.ant-picker-today-btn.ant-picker-today-btn-disabled {
|
755
797
|
color: #a9a9a9;
|
@@ -775,28 +817,28 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
775
817
|
.ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
|
776
818
|
.ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
|
777
819
|
left: 14px;
|
778
|
-
border-left: 1px dashed
|
820
|
+
border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
|
779
821
|
border-radius: 4px 0 0 4px;
|
780
822
|
}
|
781
823
|
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
|
782
824
|
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
|
783
825
|
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
|
784
826
|
right: 14px;
|
785
|
-
border-right: 1px dashed
|
827
|
+
border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
|
786
828
|
border-radius: 0 4px 4px 0;
|
787
829
|
}
|
788
830
|
.ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
|
789
831
|
.ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
|
790
832
|
.ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
|
791
833
|
right: 14px;
|
792
|
-
border-right: 1px dashed
|
834
|
+
border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
|
793
835
|
border-radius: 0 4px 4px 0;
|
794
836
|
}
|
795
837
|
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
|
796
838
|
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
|
797
839
|
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
|
798
840
|
left: 14px;
|
799
|
-
border-left: 1px dashed
|
841
|
+
border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
|
800
842
|
border-radius: 4px 0 0 4px;
|
801
843
|
}
|
802
844
|
.ant-picker-week-panel .ant-picker-body {
|
@@ -887,7 +929,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
887
929
|
border-left: 1px solid #eeeeee;
|
888
930
|
}
|
889
931
|
.ant-picker-time-panel-column-active {
|
890
|
-
background:
|
932
|
+
background: var(--ant-primary-color-active-deprecated-f-30);
|
891
933
|
}
|
892
934
|
.ant-picker-time-panel-column:hover {
|
893
935
|
overflow-y: auto;
|
@@ -912,7 +954,7 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
|
|
912
954
|
background: #f5f5f5;
|
913
955
|
}
|
914
956
|
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
|
915
|
-
background:
|
957
|
+
background: var(--ant-primary-1);
|
916
958
|
}
|
917
959
|
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
|
918
960
|
color: #a9a9a9;
|
@@ -1024,7 +1066,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
1024
1066
|
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
|
1025
1067
|
right: 6px;
|
1026
1068
|
left: 0;
|
1027
|
-
border-right: 1px dashed
|
1069
|
+
border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
|
1028
1070
|
border-left: none;
|
1029
1071
|
border-radius: 0 4px 4px 0;
|
1030
1072
|
}
|
@@ -1035,7 +1077,7 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
1035
1077
|
right: 0;
|
1036
1078
|
left: 6px;
|
1037
1079
|
border-right: none;
|
1038
|
-
border-left: 1px dashed
|
1080
|
+
border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
|
1039
1081
|
border-radius: 4px 0 0 4px;
|
1040
1082
|
}
|
1041
1083
|
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
|
@@ -1047,8 +1089,8 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
1047
1089
|
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child::after {
|
1048
1090
|
right: 6px;
|
1049
1091
|
left: 6px;
|
1050
|
-
border-right: 1px dashed
|
1051
|
-
border-left: 1px dashed
|
1092
|
+
border-right: 1px dashed var(--ant-primary-color-deprecated-l-20);
|
1093
|
+
border-left: 1px dashed var(--ant-primary-color-deprecated-l-20);
|
1052
1094
|
border-radius: 4px;
|
1053
1095
|
}
|
1054
1096
|
.ant-picker-dropdown-rtl .ant-picker-footer-extra {
|
@@ -2,6 +2,48 @@
|
|
2
2
|
/* stylelint-disable no-duplicate-selectors */
|
3
3
|
/* stylelint-disable */
|
4
4
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
5
|
+
html {
|
6
|
+
--ant-primary-color: #1890ff;
|
7
|
+
--ant-primary-color-hover: #40a9ff;
|
8
|
+
--ant-primary-color-active: #096dd9;
|
9
|
+
--ant-primary-color-outline: rgba(24, 144, 255, 0.2);
|
10
|
+
--ant-primary-1: #e6f7ff;
|
11
|
+
--ant-primary-2: #bae7ff;
|
12
|
+
--ant-primary-3: #91d5ff;
|
13
|
+
--ant-primary-4: #69c0ff;
|
14
|
+
--ant-primary-5: #40a9ff;
|
15
|
+
--ant-primary-6: #1890ff;
|
16
|
+
--ant-primary-7: #096dd9;
|
17
|
+
--ant-primary-color-deprecated-pure: ;
|
18
|
+
--ant-primary-color-deprecated-l-35: #cbe6ff;
|
19
|
+
--ant-primary-color-deprecated-l-20: #7ec1ff;
|
20
|
+
--ant-primary-color-deprecated-t-20: #46a6ff;
|
21
|
+
--ant-primary-color-deprecated-t-50: #8cc8ff;
|
22
|
+
--ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
|
23
|
+
--ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
|
24
|
+
--ant-primary-color-active-deprecated-d-02: #dcf4ff;
|
25
|
+
--ant-success-color: #36c626;
|
26
|
+
--ant-success-color-hover: #5cd44a;
|
27
|
+
--ant-success-color-active: #20a116;
|
28
|
+
--ant-success-color-outline: rgba(54, 198, 38, 0.2);
|
29
|
+
--ant-success-color-deprecated-bg: #f4fff0;
|
30
|
+
--ant-success-color-deprecated-border: #afed9f;
|
31
|
+
--ant-error-color: #ff5c57;
|
32
|
+
--ant-error-color-hover: #ff8880;
|
33
|
+
--ant-error-color-active: #d93f3f;
|
34
|
+
--ant-error-color-outline: rgba(255, 92, 87, 0.2);
|
35
|
+
--ant-error-color-deprecated-bg: #fff3f0;
|
36
|
+
--ant-error-color-deprecated-border: #ffd7d1;
|
37
|
+
--ant-warning-color: #ffab00;
|
38
|
+
--ant-warning-color-hover: #ffbf29;
|
39
|
+
--ant-warning-color-active: #d98900;
|
40
|
+
--ant-warning-color-outline: rgba(255, 171, 0, 0.2);
|
41
|
+
--ant-warning-color-deprecated-bg: #fffbe6;
|
42
|
+
--ant-warning-color-deprecated-border: #ffe07a;
|
43
|
+
--ant-info-color: #1890ff;
|
44
|
+
--ant-info-color-deprecated-bg: #e6f7ff;
|
45
|
+
--ant-info-color-deprecated-border: #91d5ff;
|
46
|
+
}
|
5
47
|
.ant-descriptions-header {
|
6
48
|
display: flex;
|
7
49
|
align-items: center;
|
@@ -2,6 +2,48 @@
|
|
2
2
|
/* stylelint-disable no-duplicate-selectors */
|
3
3
|
/* stylelint-disable */
|
4
4
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
5
|
+
html {
|
6
|
+
--ant-primary-color: #1890ff;
|
7
|
+
--ant-primary-color-hover: #40a9ff;
|
8
|
+
--ant-primary-color-active: #096dd9;
|
9
|
+
--ant-primary-color-outline: rgba(24, 144, 255, 0.2);
|
10
|
+
--ant-primary-1: #e6f7ff;
|
11
|
+
--ant-primary-2: #bae7ff;
|
12
|
+
--ant-primary-3: #91d5ff;
|
13
|
+
--ant-primary-4: #69c0ff;
|
14
|
+
--ant-primary-5: #40a9ff;
|
15
|
+
--ant-primary-6: #1890ff;
|
16
|
+
--ant-primary-7: #096dd9;
|
17
|
+
--ant-primary-color-deprecated-pure: ;
|
18
|
+
--ant-primary-color-deprecated-l-35: #cbe6ff;
|
19
|
+
--ant-primary-color-deprecated-l-20: #7ec1ff;
|
20
|
+
--ant-primary-color-deprecated-t-20: #46a6ff;
|
21
|
+
--ant-primary-color-deprecated-t-50: #8cc8ff;
|
22
|
+
--ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
|
23
|
+
--ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
|
24
|
+
--ant-primary-color-active-deprecated-d-02: #dcf4ff;
|
25
|
+
--ant-success-color: #36c626;
|
26
|
+
--ant-success-color-hover: #5cd44a;
|
27
|
+
--ant-success-color-active: #20a116;
|
28
|
+
--ant-success-color-outline: rgba(54, 198, 38, 0.2);
|
29
|
+
--ant-success-color-deprecated-bg: #f4fff0;
|
30
|
+
--ant-success-color-deprecated-border: #afed9f;
|
31
|
+
--ant-error-color: #ff5c57;
|
32
|
+
--ant-error-color-hover: #ff8880;
|
33
|
+
--ant-error-color-active: #d93f3f;
|
34
|
+
--ant-error-color-outline: rgba(255, 92, 87, 0.2);
|
35
|
+
--ant-error-color-deprecated-bg: #fff3f0;
|
36
|
+
--ant-error-color-deprecated-border: #ffd7d1;
|
37
|
+
--ant-warning-color: #ffab00;
|
38
|
+
--ant-warning-color-hover: #ffbf29;
|
39
|
+
--ant-warning-color-active: #d98900;
|
40
|
+
--ant-warning-color-outline: rgba(255, 171, 0, 0.2);
|
41
|
+
--ant-warning-color-deprecated-bg: #fffbe6;
|
42
|
+
--ant-warning-color-deprecated-border: #ffe07a;
|
43
|
+
--ant-info-color: #1890ff;
|
44
|
+
--ant-info-color-deprecated-bg: #e6f7ff;
|
45
|
+
--ant-info-color-deprecated-border: #91d5ff;
|
46
|
+
}
|
5
47
|
.ant-divider {
|
6
48
|
box-sizing: border-box;
|
7
49
|
margin: 0;
|
@@ -2,6 +2,48 @@
|
|
2
2
|
/* stylelint-disable no-duplicate-selectors */
|
3
3
|
/* stylelint-disable */
|
4
4
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
5
|
+
html {
|
6
|
+
--ant-primary-color: #1890ff;
|
7
|
+
--ant-primary-color-hover: #40a9ff;
|
8
|
+
--ant-primary-color-active: #096dd9;
|
9
|
+
--ant-primary-color-outline: rgba(24, 144, 255, 0.2);
|
10
|
+
--ant-primary-1: #e6f7ff;
|
11
|
+
--ant-primary-2: #bae7ff;
|
12
|
+
--ant-primary-3: #91d5ff;
|
13
|
+
--ant-primary-4: #69c0ff;
|
14
|
+
--ant-primary-5: #40a9ff;
|
15
|
+
--ant-primary-6: #1890ff;
|
16
|
+
--ant-primary-7: #096dd9;
|
17
|
+
--ant-primary-color-deprecated-pure: ;
|
18
|
+
--ant-primary-color-deprecated-l-35: #cbe6ff;
|
19
|
+
--ant-primary-color-deprecated-l-20: #7ec1ff;
|
20
|
+
--ant-primary-color-deprecated-t-20: #46a6ff;
|
21
|
+
--ant-primary-color-deprecated-t-50: #8cc8ff;
|
22
|
+
--ant-primary-color-deprecated-f-12: rgba(24, 144, 255, 0.12);
|
23
|
+
--ant-primary-color-active-deprecated-f-30: rgba(230, 247, 255, 0.3);
|
24
|
+
--ant-primary-color-active-deprecated-d-02: #dcf4ff;
|
25
|
+
--ant-success-color: #36c626;
|
26
|
+
--ant-success-color-hover: #5cd44a;
|
27
|
+
--ant-success-color-active: #20a116;
|
28
|
+
--ant-success-color-outline: rgba(54, 198, 38, 0.2);
|
29
|
+
--ant-success-color-deprecated-bg: #f4fff0;
|
30
|
+
--ant-success-color-deprecated-border: #afed9f;
|
31
|
+
--ant-error-color: #ff5c57;
|
32
|
+
--ant-error-color-hover: #ff8880;
|
33
|
+
--ant-error-color-active: #d93f3f;
|
34
|
+
--ant-error-color-outline: rgba(255, 92, 87, 0.2);
|
35
|
+
--ant-error-color-deprecated-bg: #fff3f0;
|
36
|
+
--ant-error-color-deprecated-border: #ffd7d1;
|
37
|
+
--ant-warning-color: #ffab00;
|
38
|
+
--ant-warning-color-hover: #ffbf29;
|
39
|
+
--ant-warning-color-active: #d98900;
|
40
|
+
--ant-warning-color-outline: rgba(255, 171, 0, 0.2);
|
41
|
+
--ant-warning-color-deprecated-bg: #fffbe6;
|
42
|
+
--ant-warning-color-deprecated-border: #ffe07a;
|
43
|
+
--ant-info-color: #1890ff;
|
44
|
+
--ant-info-color-deprecated-bg: #e6f7ff;
|
45
|
+
--ant-info-color-deprecated-border: #91d5ff;
|
46
|
+
}
|
5
47
|
.ant-drawer {
|
6
48
|
position: fixed;
|
7
49
|
z-index: 1000;
|