@alifd/theme-fpx-warehouse 1.0.2 → 1.0.3

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @alifd/theme-fpx-warehouse@1.0.2 (https://fusion.design)
2
+ * @alifd/theme-fpx-warehouse@1.0.3 (https://fusion.design)
3
3
  * @alifd/next@1.27.33 (https://fusion.design)
4
4
  * Copyright 2018-present Alibaba Group,
5
5
  * Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
@@ -3110,8 +3110,8 @@ small {
3110
3110
  /* 使用已有变量$radio-font-margin-left,配左即两边都有间隔 */
3111
3111
  margin-right: 8px;
3112
3112
  margin-right: var(--radio-font-margin-left, 8px);
3113
- font-size: 12px;
3114
- font-size: var(--radio-font-size, 12px);
3113
+ font-size: 14px;
3114
+ font-size: var(--radio-font-size, 14px);
3115
3115
  vertical-align: middle;
3116
3116
  line-height: 1;
3117
3117
  color: #323643;
@@ -4355,8 +4355,8 @@ small {
4355
4355
  background: var(--menu-background, #FFFFFF);
4356
4356
  line-height: 36px;
4357
4357
  line-height: var(--menu-line-height, 36px);
4358
- font-size: 12px;
4359
- font-size: var(--menu-font-size, 12px);
4358
+ font-size: 14px;
4359
+ font-size: var(--menu-font-size, 14px);
4360
4360
  -webkit-animation-duration: 300ms;
4361
4361
  animation-duration: 300ms;
4362
4362
  -webkit-animation-timing-function: ease;
@@ -4434,8 +4434,8 @@ small {
4434
4434
  color: #a9aeba;
4435
4435
  color: var(--color-text1-2, #a9aeba);
4436
4436
  font-style: normal;
4437
- font-size: 12px;
4438
- font-size: var(--menu-font-size, 12px); }
4437
+ font-size: 14px;
4438
+ font-size: var(--menu-font-size, 14px); }
4439
4439
  .next-menu-item .next-checkbox,
4440
4440
  .next-menu-item .next-radio {
4441
4441
  margin-right: 4px; }
@@ -4483,8 +4483,8 @@ small {
4483
4483
  .next-menu-item-inner {
4484
4484
  height: 36px;
4485
4485
  height: var(--menu-line-height, 36px);
4486
- font-size: 12px;
4487
- font-size: var(--menu-font-size, 12px);
4486
+ font-size: 14px;
4487
+ font-size: var(--menu-font-size, 14px);
4488
4488
  overflow: hidden;
4489
4489
  text-overflow: ellipsis;
4490
4490
  white-space: nowrap;
@@ -7844,8 +7844,8 @@ small {
7844
7844
  margin-bottom: 8px; }
7845
7845
 
7846
7846
  .next-checkbox-label {
7847
- font-size: 12px;
7848
- font-size: var(--checkbox-font-size, 12px);
7847
+ font-size: 14px;
7848
+ font-size: var(--checkbox-font-size, 14px);
7849
7849
  color: #323643;
7850
7850
  color: var(--checkbox-label-color, #323643);
7851
7851
  vertical-align: middle;
@@ -8018,8 +8018,8 @@ small {
8018
8018
  height: var(--time-picker-menu-title-height, 12px);
8019
8019
  line-height: 12px;
8020
8020
  line-height: var(--time-picker-menu-title-height, 12px);
8021
- font-size: 12px;
8022
- font-size: var(--time-picker-menu-title-font-size, 12px);
8021
+ font-size: 14px;
8022
+ font-size: var(--time-picker-menu-title-font-size, 14px);
8023
8023
  font-weight: normal;
8024
8024
  font-weight: var(--time-pikcer-menu-title-font-weight, normal);
8025
8025
  color: #c3cbd5;
@@ -8032,8 +8032,8 @@ small {
8032
8032
  list-style: none;
8033
8033
  margin: 0;
8034
8034
  padding: 0;
8035
- font-size: 12px;
8036
- font-size: var(--time-picker-menu-item-font-size, 12px);
8035
+ font-size: 14px;
8036
+ font-size: var(--time-picker-menu-item-font-size, 14px);
8037
8037
  height: calc(28px*7);
8038
8038
  height: calc(var(--time-picker-menu-item-height, 28px)*7); }
8039
8039
  .next-time-picker-menu-item {
@@ -9293,8 +9293,8 @@ small {
9293
9293
  .next-drawer-body {
9294
9294
  padding: 16px 20px 16px 20px;
9295
9295
  padding: var(--drawer-content-padding-top, 16px) var(--drawer-content-padding-left-right, 20px) var(--drawer-content-padding-bottom, 16px) var(--drawer-content-padding-left-right, 20px);
9296
- font-size: 12px;
9297
- font-size: var(--drawer-content-font-size, 12px);
9296
+ font-size: 14px;
9297
+ font-size: var(--drawer-content-font-size, 14px);
9298
9298
  line-height: 1.5;
9299
9299
  line-height: var(--font-lineheight-2, 1.5);
9300
9300
  color: #767d91;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @alifd/theme-fpx-warehouse@1.0.2 (https://fusion.design)
2
+ * @alifd/theme-fpx-warehouse@1.0.3 (https://fusion.design)
3
3
  * @alifd/next@1.27.33 (https://fusion.design)
4
4
  * Copyright 2018-present Alibaba Group,
5
5
  * Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
@@ -3660,8 +3660,8 @@
3660
3660
  .next-step-arrow > .next-step-item-wait .next-step-item-content {
3661
3661
  color: #323643;
3662
3662
  color: var(--step-arrow-item-title-wait-color, #323643);
3663
- font-size: 12px;
3664
- font-size: var(--step-circle-item-content-font-size, 12px);
3663
+ font-size: 14px;
3664
+ font-size: var(--step-circle-item-content-font-size, 14px);
3665
3665
  line-height: 1.5;
3666
3666
  line-height: var(--font-lineheight-2, 1.5);
3667
3667
  word-break: break-word; }
@@ -3678,8 +3678,8 @@
3678
3678
  display: block;
3679
3679
  width: 32px;
3680
3680
  height: 32px;
3681
- font-size: 12px;
3682
- font-size: var(--step-circle-item-node-font-size, 12px);
3681
+ font-size: 14px;
3682
+ font-size: var(--step-circle-item-node-font-size, 14px);
3683
3683
  font-weight: normal;
3684
3684
  font-weight: var(--font-weight-2, normal);
3685
3685
  line-height: calc(32px - 1px*2);
@@ -3734,8 +3734,8 @@
3734
3734
  .next-step-arrow > .next-step-item-process .next-step-item-content {
3735
3735
  color: #FFFFFF;
3736
3736
  color: var(--step-arrow-item-title-process-color, #FFFFFF);
3737
- font-size: 12px;
3738
- font-size: var(--step-circle-item-content-font-size, 12px);
3737
+ font-size: 14px;
3738
+ font-size: var(--step-circle-item-content-font-size, 14px);
3739
3739
  line-height: 1.5;
3740
3740
  line-height: var(--font-lineheight-2, 1.5);
3741
3741
  word-break: break-word; }
@@ -3752,8 +3752,8 @@
3752
3752
  display: block;
3753
3753
  width: 32px;
3754
3754
  height: 32px;
3755
- font-size: 12px;
3756
- font-size: var(--step-circle-item-node-font-size, 12px);
3755
+ font-size: 14px;
3756
+ font-size: var(--step-circle-item-node-font-size, 14px);
3757
3757
  font-weight: normal;
3758
3758
  font-weight: var(--font-weight-2, normal);
3759
3759
  line-height: calc(32px - 1px*2);
@@ -3808,8 +3808,8 @@
3808
3808
  .next-step-arrow > .next-step-item-finish .next-step-item-content {
3809
3809
  color: #284cc0;
3810
3810
  color: var(--step-arrow-item-title-finish-color, #284cc0);
3811
- font-size: 12px;
3812
- font-size: var(--step-circle-item-content-font-size, 12px);
3811
+ font-size: 14px;
3812
+ font-size: var(--step-circle-item-content-font-size, 14px);
3813
3813
  line-height: 1.5;
3814
3814
  line-height: var(--font-lineheight-2, 1.5);
3815
3815
  word-break: break-word; }
@@ -3826,8 +3826,8 @@
3826
3826
  display: block;
3827
3827
  width: 32px;
3828
3828
  height: 32px;
3829
- font-size: 12px;
3830
- font-size: var(--step-circle-item-node-font-size, 12px);
3829
+ font-size: 14px;
3830
+ font-size: var(--step-circle-item-node-font-size, 14px);
3831
3831
  font-weight: normal;
3832
3832
  font-weight: var(--font-weight-2, normal);
3833
3833
  line-height: calc(32px - 1px*2);
@@ -3883,8 +3883,8 @@
3883
3883
  .next-step-arrow .next-step-item-disabled .next-step-item-content {
3884
3884
  color: #c3cbd5;
3885
3885
  color: var(--step-arrow-item-title-disabled-color, #c3cbd5);
3886
- font-size: 12px;
3887
- font-size: var(--step-circle-item-content-font-size, 12px);
3886
+ font-size: 14px;
3887
+ font-size: var(--step-circle-item-content-font-size, 14px);
3888
3888
  line-height: 1.5;
3889
3889
  line-height: var(--font-lineheight-2, 1.5);
3890
3890
  word-break: break-word; }
@@ -3901,8 +3901,8 @@
3901
3901
  display: block;
3902
3902
  width: 32px;
3903
3903
  height: 32px;
3904
- font-size: 12px;
3905
- font-size: var(--step-circle-item-node-font-size, 12px);
3904
+ font-size: 14px;
3905
+ font-size: var(--step-circle-item-node-font-size, 14px);
3906
3906
  font-weight: normal;
3907
3907
  font-weight: var(--font-weight-2, normal);
3908
3908
  line-height: calc(32px - 1px*2);
@@ -4008,8 +4008,8 @@
4008
4008
  .next-step-circle > .next-step-item-wait .next-step-item-content {
4009
4009
  color: #a9aeba;
4010
4010
  color: var(--step-circle-item-title-wait-color, #a9aeba);
4011
- font-size: 12px;
4012
- font-size: var(--step-circle-item-content-font-size, 12px);
4011
+ font-size: 14px;
4012
+ font-size: var(--step-circle-item-content-font-size, 14px);
4013
4013
  line-height: 1.5;
4014
4014
  line-height: var(--font-lineheight-2, 1.5);
4015
4015
  word-break: break-word; }
@@ -4032,8 +4032,8 @@
4032
4032
  width: var(--step-circle-item-node-process-size, 32px);
4033
4033
  height: 32px;
4034
4034
  height: var(--step-circle-item-node-process-size, 32px);
4035
- font-size: 12px;
4036
- font-size: var(--step-circle-item-node-font-size, 12px);
4035
+ font-size: 14px;
4036
+ font-size: var(--step-circle-item-node-font-size, 14px);
4037
4037
  font-weight: normal;
4038
4038
  font-weight: var(--font-weight-2, normal);
4039
4039
  line-height: calc(32px - 1px*2);
@@ -4092,8 +4092,8 @@
4092
4092
  .next-step-circle > .next-step-item-process .next-step-item-content {
4093
4093
  color: #323643;
4094
4094
  color: var(--step-circle-item-title-process-color, #323643);
4095
- font-size: 12px;
4096
- font-size: var(--step-circle-item-content-font-size, 12px);
4095
+ font-size: 14px;
4096
+ font-size: var(--step-circle-item-content-font-size, 14px);
4097
4097
  line-height: 1.5;
4098
4098
  line-height: var(--font-lineheight-2, 1.5);
4099
4099
  word-break: break-word; }
@@ -4116,8 +4116,8 @@
4116
4116
  width: var(--step-circle-item-node-process-size, 32px);
4117
4117
  height: 32px;
4118
4118
  height: var(--step-circle-item-node-process-size, 32px);
4119
- font-size: 12px;
4120
- font-size: var(--step-circle-item-node-font-size, 12px);
4119
+ font-size: 14px;
4120
+ font-size: var(--step-circle-item-node-font-size, 14px);
4121
4121
  font-weight: normal;
4122
4122
  font-weight: var(--font-weight-2, normal);
4123
4123
  line-height: calc(32px - 1px*2);
@@ -4176,8 +4176,8 @@
4176
4176
  .next-step-circle > .next-step-item-finish .next-step-item-content {
4177
4177
  color: #323643;
4178
4178
  color: var(--step-circle-item-title-finish-color, #323643);
4179
- font-size: 12px;
4180
- font-size: var(--step-circle-item-content-font-size, 12px);
4179
+ font-size: 14px;
4180
+ font-size: var(--step-circle-item-content-font-size, 14px);
4181
4181
  line-height: 1.5;
4182
4182
  line-height: var(--font-lineheight-2, 1.5);
4183
4183
  word-break: break-word; }
@@ -4200,8 +4200,8 @@
4200
4200
  width: var(--step-circle-item-node-process-size, 32px);
4201
4201
  height: 32px;
4202
4202
  height: var(--step-circle-item-node-process-size, 32px);
4203
- font-size: 12px;
4204
- font-size: var(--step-circle-item-node-font-size, 12px);
4203
+ font-size: 14px;
4204
+ font-size: var(--step-circle-item-node-font-size, 14px);
4205
4205
  font-weight: normal;
4206
4206
  font-weight: var(--font-weight-2, normal);
4207
4207
  line-height: calc(32px - 1px*2);
@@ -4260,8 +4260,8 @@
4260
4260
  .next-step-circle .next-step-item-disabled .next-step-item-content {
4261
4261
  color: #c3cbd5;
4262
4262
  color: var(--step-circle-item-title-disabled-color, #c3cbd5);
4263
- font-size: 12px;
4264
- font-size: var(--step-circle-item-content-font-size, 12px);
4263
+ font-size: 14px;
4264
+ font-size: var(--step-circle-item-content-font-size, 14px);
4265
4265
  line-height: 1.5;
4266
4266
  line-height: var(--font-lineheight-2, 1.5);
4267
4267
  word-break: break-word; }
@@ -4284,8 +4284,8 @@
4284
4284
  width: var(--step-circle-item-node-process-size, 32px);
4285
4285
  height: 32px;
4286
4286
  height: var(--step-circle-item-node-process-size, 32px);
4287
- font-size: 12px;
4288
- font-size: var(--step-circle-item-node-font-size, 12px);
4287
+ font-size: 14px;
4288
+ font-size: var(--step-circle-item-node-font-size, 14px);
4289
4289
  font-weight: normal;
4290
4290
  font-weight: var(--font-weight-2, normal);
4291
4291
  line-height: calc(32px - 1px*2);
@@ -4351,10 +4351,10 @@
4351
4351
  text-align: center;
4352
4352
  position: absolute; }
4353
4353
  .next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
4354
- font-size: 14px;
4355
- font-size: var(--step-circle-item-title-size, 14px);
4356
- line-height: calc(14px + 4px);
4357
- line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
4354
+ font-size: 16px;
4355
+ font-size: var(--step-circle-item-title-size, 16px);
4356
+ line-height: calc(16px + 4px);
4357
+ line-height: calc(var(--step-circle-item-title-size, 16px) + 4px);
4358
4358
  margin-top: 8px;
4359
4359
  margin-top: var(--step-circle-item-title-margin-top, 8px);
4360
4360
  font-weight: normal;
@@ -4389,10 +4389,10 @@
4389
4389
  text-align: center;
4390
4390
  position: absolute; }
4391
4391
  .next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
4392
- font-size: 14px;
4393
- font-size: var(--step-circle-item-title-size, 14px);
4394
- line-height: calc(14px + 4px);
4395
- line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
4392
+ font-size: 16px;
4393
+ font-size: var(--step-circle-item-title-size, 16px);
4394
+ line-height: calc(16px + 4px);
4395
+ line-height: calc(var(--step-circle-item-title-size, 16px) + 4px);
4396
4396
  margin-top: 8px;
4397
4397
  margin-top: var(--step-circle-item-title-margin-top, 8px);
4398
4398
  font-weight: normal;
@@ -4427,10 +4427,10 @@
4427
4427
  text-align: center;
4428
4428
  position: absolute; }
4429
4429
  .next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
4430
- font-size: 14px;
4431
- font-size: var(--step-circle-item-title-size, 14px);
4432
- line-height: calc(14px + 4px);
4433
- line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
4430
+ font-size: 16px;
4431
+ font-size: var(--step-circle-item-title-size, 16px);
4432
+ line-height: calc(16px + 4px);
4433
+ line-height: calc(var(--step-circle-item-title-size, 16px) + 4px);
4434
4434
  margin-top: 8px;
4435
4435
  margin-top: var(--step-circle-item-title-margin-top, 8px);
4436
4436
  font-weight: normal;
@@ -4465,10 +4465,10 @@
4465
4465
  text-align: center;
4466
4466
  position: absolute; }
4467
4467
  .next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
4468
- font-size: 14px;
4469
- font-size: var(--step-circle-item-title-size, 14px);
4470
- line-height: calc(14px + 4px);
4471
- line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
4468
+ font-size: 16px;
4469
+ font-size: var(--step-circle-item-title-size, 16px);
4470
+ line-height: calc(16px + 4px);
4471
+ line-height: calc(var(--step-circle-item-title-size, 16px) + 4px);
4472
4472
  margin-top: 8px;
4473
4473
  margin-top: var(--step-circle-item-title-margin-top, 8px);
4474
4474
  font-weight: normal;
@@ -4497,8 +4497,8 @@
4497
4497
  display: inline-block;
4498
4498
  padding-right: 8px;
4499
4499
  padding-right: var(--step-circle-item-node-padding, 8px);
4500
- margin-top: calc(32px/2 - 14px/2);
4501
- margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 14px)/2); }
4500
+ margin-top: calc(32px/2 - 16px/2);
4501
+ margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 16px)/2); }
4502
4502
 
4503
4503
  .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-tail {
4504
4504
  width: calc(100% - 32px - 8px*2 - 160px);
@@ -4525,8 +4525,8 @@
4525
4525
  display: inline-block;
4526
4526
  padding-right: 8px;
4527
4527
  padding-right: var(--step-circle-item-node-padding, 8px);
4528
- margin-top: calc(32px/2 - 14px/2);
4529
- margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 14px)/2); }
4528
+ margin-top: calc(32px/2 - 16px/2);
4529
+ margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 16px)/2); }
4530
4530
 
4531
4531
  .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-tail {
4532
4532
  width: calc(100% - 32px - 8px*2 - 160px);
@@ -4553,8 +4553,8 @@
4553
4553
  display: inline-block;
4554
4554
  padding-right: 8px;
4555
4555
  padding-right: var(--step-circle-item-node-padding, 8px);
4556
- margin-top: calc(32px/2 - 14px/2);
4557
- margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 14px)/2); }
4556
+ margin-top: calc(32px/2 - 16px/2);
4557
+ margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 16px)/2); }
4558
4558
 
4559
4559
  .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-tail {
4560
4560
  width: calc(100% - 32px - 8px*2 - 160px);
@@ -4581,8 +4581,8 @@
4581
4581
  display: inline-block;
4582
4582
  padding-right: 8px;
4583
4583
  padding-right: var(--step-circle-item-node-padding, 8px);
4584
- margin-top: calc(32px/2 - 14px/2);
4585
- margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 14px)/2); }
4584
+ margin-top: calc(32px/2 - 16px/2);
4585
+ margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 16px)/2); }
4586
4586
 
4587
4587
  .next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-tail {
4588
4588
  width: calc(100% - 32px - 8px*2 - 160px);
@@ -4641,8 +4641,8 @@
4641
4641
  margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
4642
4642
  min-height: 8px;
4643
4643
  text-align: left;
4644
- font-size: 12px;
4645
- font-size: var(--step-circle-item-content-font-size, 12px);
4644
+ font-size: 14px;
4645
+ font-size: var(--step-circle-item-content-font-size, 14px);
4646
4646
  line-height: 1.5;
4647
4647
  line-height: var(--font-lineheight-2, 1.5); }
4648
4648
  .next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail {
@@ -4684,8 +4684,8 @@
4684
4684
  margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
4685
4685
  min-height: 8px;
4686
4686
  text-align: left;
4687
- font-size: 12px;
4688
- font-size: var(--step-circle-item-content-font-size, 12px);
4687
+ font-size: 14px;
4688
+ font-size: var(--step-circle-item-content-font-size, 14px);
4689
4689
  line-height: 1.5;
4690
4690
  line-height: var(--font-lineheight-2, 1.5); }
4691
4691
  .next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail {
@@ -4727,8 +4727,8 @@
4727
4727
  margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
4728
4728
  min-height: 8px;
4729
4729
  text-align: left;
4730
- font-size: 12px;
4731
- font-size: var(--step-circle-item-content-font-size, 12px);
4730
+ font-size: 14px;
4731
+ font-size: var(--step-circle-item-content-font-size, 14px);
4732
4732
  line-height: 1.5;
4733
4733
  line-height: var(--font-lineheight-2, 1.5); }
4734
4734
  .next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
@@ -4770,8 +4770,8 @@
4770
4770
  margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
4771
4771
  min-height: 8px;
4772
4772
  text-align: left;
4773
- font-size: 12px;
4774
- font-size: var(--step-circle-item-content-font-size, 12px);
4773
+ font-size: 14px;
4774
+ font-size: var(--step-circle-item-content-font-size, 14px);
4775
4775
  line-height: 1.5;
4776
4776
  line-height: var(--font-lineheight-2, 1.5); }
4777
4777
 
@@ -4834,8 +4834,8 @@
4834
4834
  .next-step-dot > .next-step-item-wait .next-step-item-content {
4835
4835
  color: #a9aeba;
4836
4836
  color: var(--step-dot-item-title-wait-color, #a9aeba);
4837
- font-size: 12px;
4838
- font-size: var(--step-circle-item-content-font-size, 12px);
4837
+ font-size: 14px;
4838
+ font-size: var(--step-circle-item-content-font-size, 14px);
4839
4839
  line-height: 1.5;
4840
4840
  line-height: var(--font-lineheight-2, 1.5);
4841
4841
  word-break: break-word; }
@@ -4858,8 +4858,8 @@
4858
4858
  width: var(--step-dot-item-dot-process-size, 12px);
4859
4859
  height: 12px;
4860
4860
  height: var(--step-dot-item-dot-process-size, 12px);
4861
- font-size: 12px;
4862
- font-size: var(--step-circle-item-node-font-size, 12px);
4861
+ font-size: 14px;
4862
+ font-size: var(--step-circle-item-node-font-size, 14px);
4863
4863
  font-weight: normal;
4864
4864
  font-weight: var(--font-weight-2, normal);
4865
4865
  line-height: calc(12px - 1px*2);
@@ -4940,8 +4940,8 @@
4940
4940
  .next-step-dot > .next-step-item-process .next-step-item-content {
4941
4941
  color: #323643;
4942
4942
  color: var(--step-dot-item-title-process-color, #323643);
4943
- font-size: 12px;
4944
- font-size: var(--step-circle-item-content-font-size, 12px);
4943
+ font-size: 14px;
4944
+ font-size: var(--step-circle-item-content-font-size, 14px);
4945
4945
  line-height: 1.5;
4946
4946
  line-height: var(--font-lineheight-2, 1.5);
4947
4947
  word-break: break-word; }
@@ -4964,8 +4964,8 @@
4964
4964
  width: var(--step-dot-item-dot-process-size, 12px);
4965
4965
  height: 12px;
4966
4966
  height: var(--step-dot-item-dot-process-size, 12px);
4967
- font-size: 12px;
4968
- font-size: var(--step-circle-item-node-font-size, 12px);
4967
+ font-size: 14px;
4968
+ font-size: var(--step-circle-item-node-font-size, 14px);
4969
4969
  font-weight: normal;
4970
4970
  font-weight: var(--font-weight-2, normal);
4971
4971
  line-height: calc(12px - 1px*2);
@@ -5046,8 +5046,8 @@
5046
5046
  .next-step-dot > .next-step-item-finish .next-step-item-content {
5047
5047
  color: #323643;
5048
5048
  color: var(--step-dot-item-title-finish-color, #323643);
5049
- font-size: 12px;
5050
- font-size: var(--step-circle-item-content-font-size, 12px);
5049
+ font-size: 14px;
5050
+ font-size: var(--step-circle-item-content-font-size, 14px);
5051
5051
  line-height: 1.5;
5052
5052
  line-height: var(--font-lineheight-2, 1.5);
5053
5053
  word-break: break-word; }
@@ -5070,8 +5070,8 @@
5070
5070
  width: var(--step-dot-item-dot-process-size, 12px);
5071
5071
  height: 12px;
5072
5072
  height: var(--step-dot-item-dot-process-size, 12px);
5073
- font-size: 12px;
5074
- font-size: var(--step-circle-item-node-font-size, 12px);
5073
+ font-size: 14px;
5074
+ font-size: var(--step-circle-item-node-font-size, 14px);
5075
5075
  font-weight: normal;
5076
5076
  font-weight: var(--font-weight-2, normal);
5077
5077
  line-height: calc(12px - 1px*2);
@@ -5152,8 +5152,8 @@
5152
5152
  .next-step-dot .next-step-item-disabled .next-step-item-content {
5153
5153
  color: #c3cbd5;
5154
5154
  color: var(--step-dot-item-title-disabled-color, #c3cbd5);
5155
- font-size: 12px;
5156
- font-size: var(--step-circle-item-content-font-size, 12px);
5155
+ font-size: 14px;
5156
+ font-size: var(--step-circle-item-content-font-size, 14px);
5157
5157
  line-height: 1.5;
5158
5158
  line-height: var(--font-lineheight-2, 1.5);
5159
5159
  word-break: break-word; }
@@ -5176,8 +5176,8 @@
5176
5176
  width: var(--step-dot-item-dot-process-size, 12px);
5177
5177
  height: 12px;
5178
5178
  height: var(--step-dot-item-dot-process-size, 12px);
5179
- font-size: 12px;
5180
- font-size: var(--step-circle-item-node-font-size, 12px);
5179
+ font-size: 14px;
5180
+ font-size: var(--step-circle-item-node-font-size, 14px);
5181
5181
  font-weight: normal;
5182
5182
  font-weight: var(--font-weight-2, normal);
5183
5183
  line-height: calc(12px - 1px*2);
@@ -7564,8 +7564,8 @@
7564
7564
  line-height: calc(var(--tag-size-m-height, 24px) - var(--tag-border-width, 1px)*2);
7565
7565
  font-size: 0; }
7566
7566
  .next-tag-medium > .next-tag-body {
7567
- font-size: 12px;
7568
- font-size: var(--tag-size-m-text-size, 12px);
7567
+ font-size: 14px;
7568
+ font-size: var(--tag-size-m-text-size, 14px);
7569
7569
  padding: 0 8px;
7570
7570
  padding: 0 var(--tag-size-m-padding-lr, 8px);
7571
7571
  min-width: 40px;
@@ -7876,8 +7876,8 @@
7876
7876
  margin-top: var(--timeline-item-time-margin-top, 4px);
7877
7877
  margin-bottom: 12px;
7878
7878
  margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
7879
- font-size: 12px;
7880
- font-size: var(--timeline-item-time-font-size, 12px);
7879
+ font-size: 14px;
7880
+ font-size: var(--timeline-item-time-font-size, 14px);
7881
7881
  color: #a9aeba;
7882
7882
  color: var(--timeline-item-time-color, #a9aeba);
7883
7883
  text-align: right; }
@@ -8037,8 +8037,8 @@
8037
8037
  margin-top: var(--timeline-item-time-margin-top, 4px);
8038
8038
  margin-bottom: 12px;
8039
8039
  margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
8040
- font-size: 12px;
8041
- font-size: var(--timeline-item-time-font-size, 12px);
8040
+ font-size: 14px;
8041
+ font-size: var(--timeline-item-time-font-size, 14px);
8042
8042
  color: #a9aeba;
8043
8043
  color: var(--timeline-item-time-color, #a9aeba);
8044
8044
  text-align: right; }
@@ -8198,8 +8198,8 @@
8198
8198
  margin-top: var(--timeline-item-time-margin-top, 4px);
8199
8199
  margin-bottom: 12px;
8200
8200
  margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
8201
- font-size: 12px;
8202
- font-size: var(--timeline-item-time-font-size, 12px);
8201
+ font-size: 14px;
8202
+ font-size: var(--timeline-item-time-font-size, 14px);
8203
8203
  color: #a9aeba;
8204
8204
  color: var(--timeline-item-time-color, #a9aeba);
8205
8205
  text-align: right; }
@@ -8359,8 +8359,8 @@
8359
8359
  margin-top: var(--timeline-item-time-margin-top, 4px);
8360
8360
  margin-bottom: 12px;
8361
8361
  margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
8362
- font-size: 12px;
8363
- font-size: var(--timeline-item-time-font-size, 12px);
8362
+ font-size: 14px;
8363
+ font-size: var(--timeline-item-time-font-size, 14px);
8364
8364
  color: #a9aeba;
8365
8365
  color: var(--timeline-item-time-color, #a9aeba);
8366
8366
  text-align: right; }
@@ -8555,8 +8555,8 @@
8555
8555
  margin-top: var(--timeline-item-time-margin-top, 4px);
8556
8556
  margin-bottom: 12px;
8557
8557
  margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
8558
- font-size: 12px;
8559
- font-size: var(--timeline-item-time-font-size, 12px);
8558
+ font-size: 14px;
8559
+ font-size: var(--timeline-item-time-font-size, 14px);
8560
8560
  color: #a9aeba;
8561
8561
  color: var(--timeline-item-time-color, #a9aeba);
8562
8562
  text-align: left; }
@@ -8709,8 +8709,8 @@
8709
8709
  margin-top: var(--timeline-item-time-margin-top, 4px);
8710
8710
  margin-bottom: 12px;
8711
8711
  margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
8712
- font-size: 12px;
8713
- font-size: var(--timeline-item-time-font-size, 12px);
8712
+ font-size: 14px;
8713
+ font-size: var(--timeline-item-time-font-size, 14px);
8714
8714
  color: #a9aeba;
8715
8715
  color: var(--timeline-item-time-color, #a9aeba);
8716
8716
  text-align: left; }
@@ -8863,8 +8863,8 @@
8863
8863
  margin-top: var(--timeline-item-time-margin-top, 4px);
8864
8864
  margin-bottom: 12px;
8865
8865
  margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
8866
- font-size: 12px;
8867
- font-size: var(--timeline-item-time-font-size, 12px);
8866
+ font-size: 14px;
8867
+ font-size: var(--timeline-item-time-font-size, 14px);
8868
8868
  color: #a9aeba;
8869
8869
  color: var(--timeline-item-time-color, #a9aeba);
8870
8870
  text-align: left; }
@@ -9017,8 +9017,8 @@
9017
9017
  margin-top: var(--timeline-item-time-margin-top, 4px);
9018
9018
  margin-bottom: 12px;
9019
9019
  margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
9020
- font-size: 12px;
9021
- font-size: var(--timeline-item-time-font-size, 12px);
9020
+ font-size: 14px;
9021
+ font-size: var(--timeline-item-time-font-size, 14px);
9022
9022
  color: #a9aeba;
9023
9023
  color: var(--timeline-item-time-color, #a9aeba);
9024
9024
  text-align: left; }
@@ -9105,8 +9105,8 @@
9105
9105
  margin-top: var(--timeline-item-time-margin-top, 4px);
9106
9106
  margin-bottom: 12px;
9107
9107
  margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
9108
- font-size: 12px;
9109
- font-size: var(--timeline-item-time-font-size, 12px);
9108
+ font-size: 14px;
9109
+ font-size: var(--timeline-item-time-font-size, 14px);
9110
9110
  color: #a9aeba;
9111
9111
  color: var(--timeline-item-time-color, #a9aeba);
9112
9112
  text-align: right; }
@@ -9173,8 +9173,8 @@
9173
9173
  margin-top: var(--timeline-item-time-margin-top, 4px);
9174
9174
  margin-bottom: 12px;
9175
9175
  margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
9176
- font-size: 12px;
9177
- font-size: var(--timeline-item-time-font-size, 12px);
9176
+ font-size: 14px;
9177
+ font-size: var(--timeline-item-time-font-size, 14px);
9178
9178
  color: #a9aeba;
9179
9179
  color: var(--timeline-item-time-color, #a9aeba);
9180
9180
  text-align: left; }
@@ -9367,16 +9367,16 @@
9367
9367
  padding: 0 var(--tree-node-title-padding, 4px);
9368
9368
  border-radius: 4px;
9369
9369
  border-radius: var(--tree-node-title-border-radius, 4px);
9370
- font-size: 12px;
9371
- font-size: var(--tree-node-title-font-size, 12px); }
9370
+ font-size: 14px;
9371
+ font-size: var(--tree-node-title-font-size, 14px); }
9372
9372
  .next-tree-node-label .next-icon {
9373
- font-size: calc(12px + 2px);
9374
- font-size: calc(var(--tree-node-title-font-size, 12px) + 2px); }
9373
+ font-size: calc(14px + 2px);
9374
+ font-size: calc(var(--tree-node-title-font-size, 14px) + 2px); }
9375
9375
  .next-tree-node-label .next-icon::before {
9376
- font-size: 12px;
9377
- font-size: var(--tree-node-title-font-size, 12px);
9378
- width: 12px;
9379
- width: var(--tree-node-title-font-size, 12px);
9376
+ font-size: 14px;
9377
+ font-size: var(--tree-node-title-font-size, 14px);
9378
+ width: 14px;
9379
+ width: var(--tree-node-title-font-size, 14px);
9380
9380
  margin-right: .5em; }
9381
9381
  .next-tree-node-input.next-input {
9382
9382
  margin: 0 4px;