assui 3.1.12 → 3.1.13

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.
Files changed (63) hide show
  1. package/es/color-select/style/index.less +4 -2
  2. package/es/highlight-textarea/style/index.less +2 -1
  3. package/es/img-crop/style/index.less +3 -2
  4. package/es/keep-tab/style/index.less +1 -2
  5. package/es/label-auto-complete/style/index.css +1 -1
  6. package/es/label-auto-complete/style/index.less +2 -5
  7. package/es/label-condition-input/style/index.css +2 -2
  8. package/es/label-condition-input/style/index.less +2 -10
  9. package/es/label-customize-range-picker/style/index.less +2 -1
  10. package/es/label-date-picker/style/index.css +7 -3
  11. package/es/label-date-picker/style/index.less +12 -7
  12. package/es/label-input/style/index.css +10 -10
  13. package/es/label-input/style/index.less +1 -12
  14. package/es/label-number-input/style/index.css +2 -2
  15. package/es/label-number-input/style/index.less +2 -11
  16. package/es/label-range-number/style/index.css +9 -11
  17. package/es/label-range-number/style/index.less +17 -19
  18. package/es/label-range-picker/style/index.css +10 -10
  19. package/es/label-range-picker/style/index.less +15 -15
  20. package/es/label-select/style/index.css +1 -2
  21. package/es/label-select/style/index.less +28 -34
  22. package/es/label-text-area/style/index.css +1 -3
  23. package/es/label-text-area/style/index.less +2 -12
  24. package/es/label-tree-select/style/index.css +1 -1
  25. package/es/label-tree-select/style/index.less +2 -4
  26. package/es/number-format-input/style/index.less +6 -4
  27. package/es/single-img-upload/style/index.less +8 -7
  28. package/es/split-pane/style/index.less +3 -1
  29. package/es/step-number-input/style/index.css +2 -2
  30. package/es/step-number-input/style/index.less +6 -5
  31. package/es/style/variables.less +30 -0
  32. package/lib/color-select/style/index.less +4 -2
  33. package/lib/highlight-textarea/style/index.less +2 -1
  34. package/lib/img-crop/style/index.less +3 -2
  35. package/lib/keep-tab/style/index.less +1 -2
  36. package/lib/label-auto-complete/style/index.css +1 -1
  37. package/lib/label-auto-complete/style/index.less +2 -5
  38. package/lib/label-condition-input/style/index.css +2 -2
  39. package/lib/label-condition-input/style/index.less +2 -10
  40. package/lib/label-customize-range-picker/style/index.less +2 -1
  41. package/lib/label-date-picker/style/index.css +7 -3
  42. package/lib/label-date-picker/style/index.less +12 -7
  43. package/lib/label-input/style/index.css +10 -10
  44. package/lib/label-input/style/index.less +1 -12
  45. package/lib/label-number-input/style/index.css +2 -2
  46. package/lib/label-number-input/style/index.less +2 -11
  47. package/lib/label-range-number/style/index.css +9 -11
  48. package/lib/label-range-number/style/index.less +17 -19
  49. package/lib/label-range-picker/style/index.css +10 -10
  50. package/lib/label-range-picker/style/index.less +15 -15
  51. package/lib/label-select/style/index.css +1 -2
  52. package/lib/label-select/style/index.less +28 -34
  53. package/lib/label-text-area/style/index.css +1 -3
  54. package/lib/label-text-area/style/index.less +2 -12
  55. package/lib/label-tree-select/style/index.css +1 -1
  56. package/lib/label-tree-select/style/index.less +2 -4
  57. package/lib/number-format-input/style/index.less +6 -4
  58. package/lib/single-img-upload/style/index.less +8 -7
  59. package/lib/split-pane/style/index.less +3 -1
  60. package/lib/step-number-input/style/index.css +2 -2
  61. package/lib/step-number-input/style/index.less +6 -5
  62. package/lib/style/variables.less +30 -0
  63. package/package.json +2 -2
@@ -1,17 +1,6 @@
1
1
  @import '~antd/lib/style/index.less';
2
2
  @import '../../style/themes/default.less';
3
-
4
- @primary-color: #ff6b00;
5
- @color_263241: #263241;
6
- @color_9aa5b5: #9aa5b5;
7
- @color_b3b3b3: #b3b3b3;
8
- @color_e5e5e5: #e5e5e5;
9
- @color_a0a0a0: #a0a0a0;
10
-
11
- @font-size-base: 14px;
12
- @font-size-lg: @font-size-base + 2px;
13
-
14
- @font-weight-500: 500;
3
+ @import '../../style/variables.less';
15
4
 
16
5
  .label-input {
17
6
  z-index: 1;
@@ -1270,10 +1270,10 @@ html {
1270
1270
  .label-number-input-warper .label-number-input-text {
1271
1271
  position: absolute;
1272
1272
  top: 12px;
1273
- left: 15px;
1273
+ left: 16px;
1274
1274
  z-index: 2;
1275
1275
  height: 20px;
1276
- color: #9aa5b5;
1276
+ color: #9e9e9e;
1277
1277
  font-size: 14px;
1278
1278
  line-height: 20px;
1279
1279
  transform-origin: top left;
@@ -1,15 +1,6 @@
1
1
  @import '~antd/lib/style/index.less';
2
2
  @import '../../style/themes/default.less';
3
-
4
- @color_263241: #263241;
5
- @color_9aa5b5: #9aa5b5;
6
- @color_e5e5e5: #e5e5e5;
7
- @color_a0a0a0: #a0a0a0;
8
-
9
- @font-size-base: 14px;
10
- @font-size-lg: @font-size-base + 2px;
11
-
12
- @font-weight-500: 500;
3
+ @import '../../style/variables.less';
13
4
 
14
5
  .label-number-input-warper {
15
6
  position: relative;
@@ -51,7 +42,7 @@
51
42
  &-text {
52
43
  position: absolute;
53
44
  top: 12px;
54
- left: 15px;
45
+ left: 16px;
55
46
  z-index: 2;
56
47
  height: 20px;
57
48
  color: @color_9aa5b5;
@@ -1240,10 +1240,13 @@ html {
1240
1240
  height: 45px;
1241
1241
  background-color: #fff;
1242
1242
  border: 1px solid #e5e5e5;
1243
- border-radius: 8px;
1243
+ border-radius: 2px;
1244
1244
  cursor: pointer;
1245
1245
  transition: all 0.2s ease-out;
1246
1246
  }
1247
+ .label-range-number:not(.label-range-number-label-scale) .a-number-input > input {
1248
+ cursor: pointer;
1249
+ }
1247
1250
  .label-range-number:hover {
1248
1251
  border: 1px solid #a0a0a0;
1249
1252
  }
@@ -1255,7 +1258,7 @@ html {
1255
1258
  position: relative;
1256
1259
  display: inline-flex;
1257
1260
  height: 45px;
1258
- padding-left: 12px;
1261
+ padding-left: 15px;
1259
1262
  outline: none;
1260
1263
  }
1261
1264
  .label-range-number .a-number-input input {
@@ -1269,6 +1272,7 @@ html {
1269
1272
  position: relative;
1270
1273
  top: 18px;
1271
1274
  height: 14px;
1275
+ margin: 0 3px;
1272
1276
  padding: 0;
1273
1277
  }
1274
1278
  .label-range-number .a-number-range-separator,
@@ -1276,25 +1280,19 @@ html {
1276
1280
  opacity: 0;
1277
1281
  }
1278
1282
  .label-range-number .a-number .ant-input {
1279
- padding: 0 0 0 3px;
1283
+ padding: 0;
1280
1284
  border-radius: 0;
1281
1285
  }
1282
1286
  .label-range-number-text {
1283
1287
  position: absolute;
1284
- top: 1px;
1285
- left: 0;
1288
+ top: 12px;
1289
+ left: 16px;
1286
1290
  z-index: 2;
1287
- display: flex;
1288
- align-items: center;
1289
- width: calc(100% - 12px);
1290
- height: 100%;
1291
- margin-left: 12px;
1292
1291
  color: #9e9e9e;
1293
1292
  font-weight: 400;
1294
1293
  font-size: 14px;
1295
1294
  line-height: 20px;
1296
1295
  transform-origin: top left;
1297
- cursor: pointer;
1298
1296
  transition: all 0.2s ease-out;
1299
1297
  }
1300
1298
  .label-range-number-label-scale .a-number-range-separator,
@@ -1,26 +1,29 @@
1
1
  @import '~antd/lib/style/index.less';
2
2
  @import '../../style/themes/default.less';
3
-
4
- @color_9aa5b5: #9e9e9e;
5
- @color_a0a0a0: #a0a0a0;
6
- @font-size-base: 14px;
3
+ @import '../../style/variables.less';
7
4
 
8
5
  .label-range-number {
9
6
  position: relative;
10
7
  width: 220px;
11
8
  height: 45px;
12
- background-color: #fff;
13
- border: 1px solid #e5e5e5;
14
- border-radius: 8px;
9
+ background-color: @white;
10
+ border: 1px solid @color_e5e5e5;
11
+ border-radius: @border-radius-base;
15
12
  cursor: pointer;
16
13
  transition: all 0.2s ease-out;
17
14
 
15
+ &:not(.label-range-number-label-scale) {
16
+ .a-number-input > input {
17
+ cursor: pointer;
18
+ }
19
+ }
20
+
18
21
  &:hover {
19
- border: 1px solid #a0a0a0;
22
+ border: 1px solid @color_a0a0a0;
20
23
  }
21
24
 
22
25
  &-focused {
23
- border-color: #000;
26
+ border-color: @black;
24
27
  box-shadow: none;
25
28
  }
26
29
 
@@ -28,7 +31,7 @@
28
31
  position: relative;
29
32
  display: inline-flex;
30
33
  height: 45px;
31
- padding-left: 12px;
34
+ padding-left: 15px;
32
35
  outline: none;
33
36
 
34
37
  &-input input {
@@ -43,6 +46,7 @@
43
46
  position: relative;
44
47
  top: 18px;
45
48
  height: 14px;
49
+ margin: 0 3px;
46
50
  padding: 0;
47
51
  }
48
52
 
@@ -52,27 +56,21 @@
52
56
  }
53
57
 
54
58
  .@{ant-prefix}-input {
55
- padding: 0 0 0 3px;
59
+ padding: 0;
56
60
  border-radius: 0;
57
61
  }
58
62
  }
59
63
 
60
64
  &-text {
61
65
  position: absolute;
62
- top: 1px;
63
- left: 0;
66
+ top: 12px;
67
+ left: 16px;
64
68
  z-index: 2;
65
- display: flex;
66
- align-items: center;
67
- width: calc(100% - 12px);
68
- height: 100%;
69
- margin-left: 12px;
70
69
  color: @color_9aa5b5;
71
70
  font-weight: 400;
72
71
  font-size: @font-size-base;
73
72
  line-height: 20px;
74
73
  transform-origin: top left;
75
- cursor: pointer;
76
74
  transition: all 0.2s ease-out;
77
75
  }
78
76
 
@@ -1243,9 +1243,13 @@ html {
1243
1243
  .label-range-picker:not(.label-range-picker-disabled):hover .ant-picker {
1244
1244
  border-color: #a0a0a0;
1245
1245
  }
1246
+ .label-range-picker:not(.label-range-picker-label-scale) .ant-picker-input > input {
1247
+ cursor: pointer;
1248
+ }
1246
1249
  .label-range-picker .ant-picker {
1247
1250
  height: 45px;
1248
- padding-left: 12px;
1251
+ padding-right: 15px;
1252
+ padding-left: 15px;
1249
1253
  border: 1px solid #e5e5e5;
1250
1254
  border-radius: 2px;
1251
1255
  outline: none;
@@ -1254,7 +1258,6 @@ html {
1254
1258
  position: relative;
1255
1259
  top: 9px;
1256
1260
  width: 85px;
1257
- padding-left: 3px;
1258
1261
  }
1259
1262
  .label-range-picker .ant-picker-focused {
1260
1263
  border-color: #000;
@@ -1263,6 +1266,7 @@ html {
1263
1266
  .label-range-picker .ant-picker-range-separator {
1264
1267
  position: relative;
1265
1268
  top: 8px;
1269
+ margin: 0 3px;
1266
1270
  padding: 0;
1267
1271
  }
1268
1272
  .label-range-picker .ant-picker-range-separator,
@@ -1278,15 +1282,11 @@ html {
1278
1282
  }
1279
1283
  .label-range-picker-text {
1280
1284
  position: absolute;
1281
- top: 0;
1282
- left: 0;
1285
+ top: 12px;
1286
+ left: 16px;
1283
1287
  z-index: 2;
1284
- display: flex;
1285
- align-items: center;
1286
- width: calc(100% - 12px);
1287
- height: 100%;
1288
- margin-left: 12px;
1289
- color: #9aa5b5;
1288
+ height: 20px;
1289
+ color: #9e9e9e;
1290
1290
  font-size: 14px;
1291
1291
  line-height: 20px;
1292
1292
  transform-origin: top left;
@@ -1,9 +1,6 @@
1
1
  @import '~antd/lib/style/index.less';
2
2
  @import '../../style/themes/default.less';
3
-
4
- @color_9aa5b5: #9aa5b5;
5
- @color_a0a0a0: #a0a0a0;
6
- @font-size-base: 14px;
3
+ @import '../../style/variables.less';
7
4
 
8
5
  .label-range-picker {
9
6
  position: relative;
@@ -17,10 +14,17 @@
17
14
  }
18
15
  }
19
16
 
17
+ &:not(.label-range-picker-label-scale) {
18
+ .@{ant-prefix}-picker-input > input {
19
+ cursor: pointer;
20
+ }
21
+ }
22
+
20
23
  .@{ant-prefix}-picker {
21
24
  height: 45px;
22
- padding-left: 12px;
23
- border: 1px solid #e5e5e5;
25
+ padding-right: 15px;
26
+ padding-left: 15px;
27
+ border: 1px solid @color_e5e5e5;
24
28
  border-radius: @border-radius-base;
25
29
  outline: none;
26
30
 
@@ -28,7 +32,6 @@
28
32
  position: relative;
29
33
  top: @pickerInputTop;
30
34
  width: 85px;
31
- padding-left: 3px;
32
35
  }
33
36
 
34
37
  &-focused {
@@ -39,6 +42,7 @@
39
42
  &-range-separator {
40
43
  position: relative;
41
44
  top: 8px;
45
+ margin: 0 3px;
42
46
  padding: 0;
43
47
  }
44
48
 
@@ -53,20 +57,16 @@
53
57
 
54
58
  &-suffix .spotecicon {
55
59
  width: 14px;
56
- color: #323232;
60
+ color: @color_323232;
57
61
  }
58
62
  }
59
63
 
60
64
  &-text {
61
65
  position: absolute;
62
- top: 0;
63
- left: 0;
66
+ top: 12px;
67
+ left: 16px;
64
68
  z-index: 2;
65
- display: flex;
66
- align-items: center;
67
- width: calc(100% - 12px);
68
- height: 100%;
69
- margin-left: 12px;
69
+ height: 20px;
70
70
  color: @color_9aa5b5;
71
71
  font-size: @font-size-base;
72
72
  line-height: 20px;
@@ -1,4 +1,3 @@
1
- /* stylelint-disable indentation */
2
1
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
3
2
  /* stylelint-disable no-duplicate-selectors */
4
3
  /* stylelint-disable */
@@ -1315,7 +1314,7 @@ html {
1315
1314
  left: 16px;
1316
1315
  z-index: 2;
1317
1316
  height: 20px;
1318
- color: #9aa5b5;
1317
+ color: #9e9e9e;
1319
1318
  font-size: 14px;
1320
1319
  line-height: 20px;
1321
1320
  transform-origin: top left;
@@ -1,16 +1,6 @@
1
- /* stylelint-disable indentation */
2
1
  @import '~antd/lib/style/index.less';
3
2
  @import '../../style/themes/default.less';
4
-
5
- @color_9aa5b5: #9aa5b5;
6
- @color_e5e5e5: #e5e5e5;
7
- @color_7d7d7d: #7d7d7d;
8
- @color_a0a0a0: #a0a0a0;
9
- @color_333: #333;
10
- @color_ccc: #ccc;
11
- @white: #fff;
12
- @font-size-base: 14px;
13
- @font-size-sm: @font-size-base - 2px;
3
+ @import '../../style/variables.less';
14
4
 
15
5
  .label-select {
16
6
  position: relative;
@@ -52,18 +42,19 @@
52
42
  }
53
43
  }
54
44
 
55
- .@{ant-prefix}-select-multiple.@{ant-prefix}-select-lg
45
+ .@{ant-prefix}-select-multiple.@{ant-prefix}-select-lg {
56
46
  .@{ant-prefix}-select-selection-item {
57
- width: auto;
58
- height: auto;
59
- margin: 0 4px 4px 0;
60
- padding: 1px 4px;
61
- color: @color_333;
62
- font-size: @font-size-sm;
63
- line-height: 17px;
64
- background-color: @white;
65
- border: 1px solid @color_ccc;
66
- border-radius: 4px;
47
+ width: auto;
48
+ height: auto;
49
+ margin: 0 4px 4px 0;
50
+ padding: 1px 4px;
51
+ color: @color_333;
52
+ font-size: @font-size-sm;
53
+ line-height: 17px;
54
+ background-color: @white;
55
+ border: 1px solid @color_ccc;
56
+ border-radius: 4px;
57
+ }
67
58
  }
68
59
 
69
60
  .@{ant-prefix}-select-allow-clear {
@@ -72,25 +63,28 @@
72
63
  }
73
64
  }
74
65
 
75
- .@{ant-prefix}-select-single.@{ant-prefix}-select-lg:not(.@{ant-prefix}-select-customize-input)
66
+ .@{ant-prefix}-select-single.@{ant-prefix}-select-lg:not(.@{ant-prefix}-select-customize-input) {
76
67
  .@{ant-prefix}-select-selector {
77
- height: 45px;
78
- border: 1px solid @color_e5e5e5;
79
- border-radius: @border-radius-base;
80
- outline: none;
68
+ height: 45px;
69
+ border: 1px solid @color_e5e5e5;
70
+ border-radius: @border-radius-base;
71
+ outline: none;
72
+ }
81
73
  }
82
74
 
83
- .@{ant-prefix}-select-focused:not(.@{ant-prefix}-select-disabled).@{ant-prefix}-select:not(.@{ant-prefix}-select-customize-input)
75
+ .@{ant-prefix}-select-focused:not(.@{ant-prefix}-select-disabled).@{ant-prefix}-select:not(.@{ant-prefix}-select-customize-input) {
84
76
  .@{ant-prefix}-select-selector {
85
- border-color: @labelFocusBorderColor;
86
- box-shadow: none;
77
+ border-color: @labelFocusBorderColor;
78
+ box-shadow: none;
79
+ }
87
80
  }
88
81
 
89
- .@{ant-prefix}-select-single.@{ant-prefix}-select-show-arrow
82
+ .@{ant-prefix}-select-single.@{ant-prefix}-select-show-arrow {
90
83
  .@{ant-prefix}-select-selection-item {
91
- padding-top: 11px;
92
- padding-left: 4px;
93
- font-size: @font-size-base;
84
+ padding-top: 11px;
85
+ padding-left: 4px;
86
+ font-size: @font-size-base;
87
+ }
94
88
  }
95
89
 
96
90
  .@{ant-prefix}-select-selection-search {
@@ -1244,9 +1244,7 @@ html {
1244
1244
  color: #263241;
1245
1245
  font-size: 16px;
1246
1246
  border: 0;
1247
- border-radius: 12px;
1248
1247
  outline: 0;
1249
- transition: border 0.3s;
1250
1248
  }
1251
1249
  .label-textarea:focus + label,
1252
1250
  .label-textarea:not([data-value='0']) + label {
@@ -1269,7 +1267,7 @@ html {
1269
1267
  left: 16px;
1270
1268
  z-index: 2;
1271
1269
  height: 20px;
1272
- color: #9aa5b5;
1270
+ color: #9e9e9e;
1273
1271
  font-size: 14px;
1274
1272
  line-height: 20px;
1275
1273
  transform-origin: top left;
@@ -1,14 +1,6 @@
1
1
  @import '~antd/lib/style/index.less';
2
2
  @import '../../style/themes/default.less';
3
- @color_dfe2e7: #dfe2e7;
4
- @color_9aa5b5: #9aa5b5;
5
- @color_b3b3b3: #b3b3b3;
6
- @color_e5e5e5: #e5e5e5;
7
-
8
- @font-size-base: 14px;
9
- @font-size-lg: @font-size-base + 2px;
10
-
11
- @font-weight-500: 500;
3
+ @import '../../style/variables.less';
12
4
 
13
5
  .label-textarea {
14
6
  z-index: 1;
@@ -17,12 +9,10 @@
17
9
  min-height: 28px;
18
10
  margin-bottom: -4px;
19
11
  padding: 0 15px 0 15px;
20
- color: #263241;
12
+ color: @color_263241;
21
13
  font-size: @font-size-lg;
22
14
  border: 0;
23
- border-radius: 12px;
24
15
  outline: 0;
25
- transition: border 0.3s;
26
16
 
27
17
  &:focus + label,
28
18
  &:not([data-value='0']) + label {
@@ -1259,7 +1259,7 @@ html {
1259
1259
  left: 16px;
1260
1260
  z-index: 2;
1261
1261
  height: 20px;
1262
- color: #9aa5b5;
1262
+ color: #9e9e9e;
1263
1263
  font-size: 14px;
1264
1264
  line-height: 20px;
1265
1265
  transform-origin: top left;
@@ -1,9 +1,7 @@
1
1
  /* stylelint-disable indentation */
2
2
  @import '~antd/lib/style/index.less';
3
3
  @import '../../style/themes/default.less';
4
-
5
- @color_9aa5b5: #9aa5b5;
6
- @font-size-base: 14px;
4
+ @import '../../style/variables.less';
7
5
 
8
6
  .label-tree-select {
9
7
  position: relative;
@@ -13,7 +11,7 @@
13
11
  .@{ant-prefix}-select:not(.@{ant-prefix}-select-customize-input)
14
12
  .@{ant-prefix}-select-selector {
15
13
  height: 45px;
16
- border: 1px solid #e5e5e5;
14
+ border: 1px solid @color_e5e5e5;
17
15
  border-radius: @border-radius-base;
18
16
  outline: none;
19
17
  }
@@ -1,3 +1,5 @@
1
+ @import '../../style/variables.less';
2
+
1
3
  .rc-number-format-input {
2
4
  position: relative;
3
5
  display: inline-block;
@@ -10,19 +12,19 @@
10
12
  font-size: 14px;
11
13
  line-height: 1.5715;
12
14
  list-style: none;
13
- background-color: #fff;
15
+ background-color: @white;
14
16
  background-image: none;
15
- border: 1px solid #d9d9d9;
17
+ border: 1px solid @color_d9d9d9;
16
18
  border-radius: 2px;
17
19
  transition: all 0.3s;
18
20
 
19
21
  &:hover {
20
- border-color: #40a9ff;
22
+ border-color: @color_40a9ff;
21
23
  border-right-width: 1px !important;
22
24
  }
23
25
 
24
26
  &:focus {
25
- border-color: #40a9ff;
27
+ border-color: @color_40a9ff;
26
28
  border-right-width: 1px !important;
27
29
  outline: 0;
28
30
  box-shadow: 0 0 0 2px rgb(24 144 255 / 20%);
@@ -1,15 +1,16 @@
1
1
  @import '~antd/lib/style/index.less';
2
+ @import '../../style/variables.less';
2
3
 
3
4
  @progress-prefix-cls: ~'@{ant-prefix}';
4
5
 
5
6
  .as-img-upload {
6
7
  width: 335px;
7
8
  height: 140px;
8
- border: 1px solid #cacaca;
9
+ border: 1px solid @color_cacaca;
9
10
  border-radius: 4px;
10
11
 
11
12
  &:hover {
12
- border: 1px solid #1890ff;
13
+ border: 1px solid @color_1890ff;
13
14
  }
14
15
 
15
16
  .rc-upload,
@@ -38,7 +39,7 @@
38
39
  width: 100%;
39
40
  height: 100%;
40
41
  overflow: hidden;
41
- background-color: #fff;
42
+ background-color: @white;
42
43
  }
43
44
 
44
45
  &-close-button {
@@ -49,14 +50,14 @@
49
50
  width: 20px;
50
51
  height: 20px;
51
52
  text-align: center;
52
- background-color: #000;
53
+ background-color: @black;
53
54
  cursor: pointer;
54
55
  opacity: 0.6;
55
56
 
56
57
  .spotecicon {
57
58
  width: 15px;
58
59
  height: 15px;
59
- color: #fff;
60
+ color: @white;
60
61
  }
61
62
  }
62
63
 
@@ -84,7 +85,7 @@
84
85
  .@{ant-prefix}-progress-text {
85
86
  display: block;
86
87
  width: 100%;
87
- color: #fff;
88
+ color: @white;
88
89
  text-align: center;
89
90
  }
90
91
  }
@@ -97,6 +98,6 @@
97
98
 
98
99
  .init-disable {
99
100
  color: rgba(0, 0, 0, 25%);
100
- background-color: #f5f5f5;
101
+ background-color: @color_f5f5f5;
101
102
  cursor: not-allowed;
102
103
  }
@@ -1,7 +1,9 @@
1
+ @import '../../style/variables.less';
2
+
1
3
  .Resizer {
2
4
  z-index: 1;
3
5
  box-sizing: border-box;
4
- background: #000;
6
+ background: @black;
5
7
  background-clip: padding;
6
8
  opacity: 0.2;
7
9
  }
@@ -1251,7 +1251,7 @@ html {
1251
1251
  .count-minus-btn:focus,
1252
1252
  .count-minus-btn:active,
1253
1253
  .count-minus-btn:focus-within {
1254
- color: white;
1254
+ color: #fff;
1255
1255
  background-color: #02a6e3;
1256
1256
  cursor: pointer;
1257
1257
  }
@@ -1264,7 +1264,7 @@ html {
1264
1264
  .count-add-btn:focus,
1265
1265
  .count-add-btn:active,
1266
1266
  .count-add-btn:focus-within {
1267
- color: white;
1267
+ color: #fff;
1268
1268
  background-color: #02a6e3;
1269
1269
  cursor: pointer;
1270
1270
  }
@@ -1,4 +1,5 @@
1
1
  @import '~antd/lib/style/index.less';
2
+ @import '../../style/variables.less';
2
3
 
3
4
  @progress-prefix-cls: ~'@{ant-prefix}';
4
5
 
@@ -21,8 +22,8 @@
21
22
  &:focus,
22
23
  &:active,
23
24
  &:focus-within {
24
- color: white;
25
- background-color: #02a6e3;
25
+ color: @white;
26
+ background-color: @color_02a6e3;
26
27
  cursor: pointer;
27
28
  }
28
29
  }
@@ -36,8 +37,8 @@
36
37
  &:focus,
37
38
  &:active,
38
39
  &:focus-within {
39
- color: white;
40
- background-color: #02a6e3;
40
+ color: @white;
41
+ background-color: @color_02a6e3;
41
42
  cursor: pointer;
42
43
  }
43
44
  }
@@ -50,7 +51,7 @@
50
51
  &:active,
51
52
  &:focus-within {
52
53
  color: rgba(0, 0, 0, 0.25);
53
- background-color: #f5f5f5;
54
+ background-color: @color_f5f5f5;
54
55
  cursor: not-allowed;
55
56
  }
56
57
  }