@alifd/theme-panda 0.2.0 → 0.2.1

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-panda@0.2.0 (https://fusion.design)
2
+ * @alifd/theme-panda@0.2.1 (https://fusion.design)
3
3
  * @alifd/next@1.25.51 (https://fusion.design)
4
4
  * Copyright 2018-present Alibaba Group,
5
5
  * Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
@@ -988,15 +988,15 @@
988
988
  line-height: inherit; }
989
989
 
990
990
  .next-pagination[dir="rtl"].next-small .next-pagination-display {
991
- font-size: 14px;
992
- font-size: var(--pagination-small-total-font-size, 14px); }
991
+ font-size: 12px;
992
+ font-size: var(--pagination-small-total-font-size, 12px); }
993
993
  .next-pagination[dir="rtl"].next-small .next-pagination-display em {
994
- font-size: 14px;
995
- font-size: var(--pagination-small-current-font-size, 14px); }
994
+ font-size: 12px;
995
+ font-size: var(--pagination-small-current-font-size, 12px); }
996
996
 
997
997
  .next-pagination[dir="rtl"].next-small .next-pagination-jump-text {
998
- font-size: 14px;
999
- font-size: var(--pagination-small-jump-font-size, 14px); }
998
+ font-size: 12px;
999
+ font-size: var(--pagination-small-jump-font-size, 12px); }
1000
1000
 
1001
1001
  .next-pagination[dir="rtl"].next-small .next-pagination-jump-input {
1002
1002
  width: 28px;
@@ -1007,8 +1007,8 @@
1007
1007
  height: var(--form-element-small-height, 24px);
1008
1008
  line-height: 24px;
1009
1009
  line-height: var(--form-element-small-height, 24px);
1010
- font-size: 14px;
1011
- font-size: var(--pagination-small-jump-font-size, 14px);
1010
+ font-size: 12px;
1011
+ font-size: var(--pagination-small-jump-font-size, 12px);
1012
1012
  vertical-align: middle; }
1013
1013
 
1014
1014
  .next-pagination[dir="rtl"].next-small .next-pagination-size-selector-btn {
@@ -1342,14 +1342,14 @@
1342
1342
  font-size: var(--pagination-small-ellipsis-size, 12px);
1343
1343
  line-height: inherit; }
1344
1344
  .next-pagination.next-small .next-pagination-display {
1345
- font-size: 14px;
1346
- font-size: var(--pagination-small-total-font-size, 14px); }
1345
+ font-size: 12px;
1346
+ font-size: var(--pagination-small-total-font-size, 12px); }
1347
1347
  .next-pagination.next-small .next-pagination-display em {
1348
- font-size: 14px;
1349
- font-size: var(--pagination-small-current-font-size, 14px); }
1348
+ font-size: 12px;
1349
+ font-size: var(--pagination-small-current-font-size, 12px); }
1350
1350
  .next-pagination.next-small .next-pagination-jump-text {
1351
- font-size: 14px;
1352
- font-size: var(--pagination-small-jump-font-size, 14px); }
1351
+ font-size: 12px;
1352
+ font-size: var(--pagination-small-jump-font-size, 12px); }
1353
1353
  .next-pagination.next-small .next-pagination-jump-input {
1354
1354
  width: 28px;
1355
1355
  width: var(--pagination-small-input-width, 28px); }
@@ -1358,8 +1358,8 @@
1358
1358
  height: var(--form-element-small-height, 24px);
1359
1359
  line-height: 24px;
1360
1360
  line-height: var(--form-element-small-height, 24px);
1361
- font-size: 14px;
1362
- font-size: var(--pagination-small-jump-font-size, 14px);
1361
+ font-size: 12px;
1362
+ font-size: var(--pagination-small-jump-font-size, 12px);
1363
1363
  vertical-align: middle; }
1364
1364
  .next-pagination.next-small .next-pagination-size-selector-btn {
1365
1365
  padding: 0 8px;
@@ -1679,8 +1679,8 @@
1679
1679
  margin-top: calc(0px - 4px/2);
1680
1680
  margin-top: calc(0px - var(--progress-line-height-size-s, 4px)/2); }
1681
1681
  .next-progress-line.next-small .next-progress-line-text {
1682
- font-size: 14px;
1683
- font-size: var(--progress-line-font-s, 14px);
1682
+ font-size: 12px;
1683
+ font-size: var(--progress-line-font-s, 12px);
1684
1684
  line-height: 4px;
1685
1685
  line-height: var(--progress-line-height-size-s, 4px); }
1686
1686
  .next-progress-line.next-medium .next-progress-line-underlay {
@@ -1697,8 +1697,8 @@
1697
1697
  margin-top: calc(0px - 8px/2);
1698
1698
  margin-top: calc(0px - var(--progress-line-height-size-m, 8px)/2); }
1699
1699
  .next-progress-line.next-medium .next-progress-line-text {
1700
- font-size: 14px;
1701
- font-size: var(--progress-line-font-m, 14px);
1700
+ font-size: 12px;
1701
+ font-size: var(--progress-line-font-m, 12px);
1702
1702
  line-height: 8px;
1703
1703
  line-height: var(--progress-line-height-size-m, 8px); }
1704
1704
  .next-progress-line.next-large .next-progress-line-underlay {
@@ -1747,8 +1747,8 @@
1747
1747
  margin-top: calc(0px - 4px/2);
1748
1748
  margin-top: calc(0px - var(--progress-line-height-size-s, 4px)/2); }
1749
1749
  .next-progress-line-show-border.next-small .next-progress-line-text {
1750
- font-size: 14px;
1751
- font-size: var(--progress-line-font-s, 14px);
1750
+ font-size: 12px;
1751
+ font-size: var(--progress-line-font-s, 12px);
1752
1752
  line-height: calc(4px + 1px*2);
1753
1753
  line-height: calc(var(--progress-line-height-size-s, 4px) + var(--progress-line-underlay-border-width, 1px)*2); }
1754
1754
  .next-progress-line-show-border.next-medium .next-progress-line-underlay {
@@ -1765,8 +1765,8 @@
1765
1765
  margin-top: calc(0px - 8px/2);
1766
1766
  margin-top: calc(0px - var(--progress-line-height-size-m, 8px)/2); }
1767
1767
  .next-progress-line-show-border.next-medium .next-progress-line-text {
1768
- font-size: 14px;
1769
- font-size: var(--progress-line-font-m, 14px);
1768
+ font-size: 12px;
1769
+ font-size: var(--progress-line-font-m, 12px);
1770
1770
  line-height: calc(8px + 1px*2);
1771
1771
  line-height: calc(var(--progress-line-height-size-m, 8px) + var(--progress-line-underlay-border-width, 1px)*2); }
1772
1772
  .next-progress-line-show-border.next-large .next-progress-line-underlay {
@@ -2291,8 +2291,8 @@
2291
2291
  /* 尺寸 */
2292
2292
  /* ======================================== */
2293
2293
  .next-rating-small {
2294
- font-size: 14px;
2295
- font-size: var(--rating-small-font-size, 14px); }
2294
+ font-size: 12px;
2295
+ font-size: var(--rating-small-font-size, 12px); }
2296
2296
  .next-rating-small .next-icon:before,
2297
2297
  .next-rating-small .next-icon .next-icon-remote {
2298
2298
  width: 12px;
@@ -3443,8 +3443,8 @@
3443
3443
  .next-step-arrow > .next-step-item-wait .next-step-item-content {
3444
3444
  color: #999999;
3445
3445
  color: var(--step-arrow-item-title-wait-color, #999999);
3446
- font-size: 14px;
3447
- font-size: var(--step-circle-item-content-font-size, 14px);
3446
+ font-size: 12px;
3447
+ font-size: var(--step-circle-item-content-font-size, 12px);
3448
3448
  line-height: 1.5;
3449
3449
  line-height: var(--font-lineheight-2, 1.5);
3450
3450
  word-break: break-word; }
@@ -3461,8 +3461,8 @@
3461
3461
  display: block;
3462
3462
  width: 32px;
3463
3463
  height: 32px;
3464
- font-size: 14px;
3465
- font-size: var(--step-circle-item-node-font-size, 14px);
3464
+ font-size: 12px;
3465
+ font-size: var(--step-circle-item-node-font-size, 12px);
3466
3466
  font-weight: normal;
3467
3467
  font-weight: var(--font-weight-2, normal);
3468
3468
  line-height: calc(32px - 1px*2);
@@ -3517,8 +3517,8 @@
3517
3517
  .next-step-arrow > .next-step-item-process .next-step-item-content {
3518
3518
  color: #FFFFFF;
3519
3519
  color: var(--step-arrow-item-title-process-color, #FFFFFF);
3520
- font-size: 14px;
3521
- font-size: var(--step-circle-item-content-font-size, 14px);
3520
+ font-size: 12px;
3521
+ font-size: var(--step-circle-item-content-font-size, 12px);
3522
3522
  line-height: 1.5;
3523
3523
  line-height: var(--font-lineheight-2, 1.5);
3524
3524
  word-break: break-word; }
@@ -3535,8 +3535,8 @@
3535
3535
  display: block;
3536
3536
  width: 32px;
3537
3537
  height: 32px;
3538
- font-size: 14px;
3539
- font-size: var(--step-circle-item-node-font-size, 14px);
3538
+ font-size: 12px;
3539
+ font-size: var(--step-circle-item-node-font-size, 12px);
3540
3540
  font-weight: normal;
3541
3541
  font-weight: var(--font-weight-2, normal);
3542
3542
  line-height: calc(32px - 1px*2);
@@ -3591,8 +3591,8 @@
3591
3591
  .next-step-arrow > .next-step-item-finish .next-step-item-content {
3592
3592
  color: #257df9;
3593
3593
  color: var(--step-arrow-item-title-finish-color, #257df9);
3594
- font-size: 14px;
3595
- font-size: var(--step-circle-item-content-font-size, 14px);
3594
+ font-size: 12px;
3595
+ font-size: var(--step-circle-item-content-font-size, 12px);
3596
3596
  line-height: 1.5;
3597
3597
  line-height: var(--font-lineheight-2, 1.5);
3598
3598
  word-break: break-word; }
@@ -3609,8 +3609,8 @@
3609
3609
  display: block;
3610
3610
  width: 32px;
3611
3611
  height: 32px;
3612
- font-size: 14px;
3613
- font-size: var(--step-circle-item-node-font-size, 14px);
3612
+ font-size: 12px;
3613
+ font-size: var(--step-circle-item-node-font-size, 12px);
3614
3614
  font-weight: normal;
3615
3615
  font-weight: var(--font-weight-2, normal);
3616
3616
  line-height: calc(32px - 1px*2);
@@ -3666,8 +3666,8 @@
3666
3666
  .next-step-arrow .next-step-item-disabled .next-step-item-content {
3667
3667
  color: rgba(0, 0, 0, 0.4);
3668
3668
  color: var(--step-arrow-item-title-disabled-color, rgba(0, 0, 0, 0.4));
3669
- font-size: 14px;
3670
- font-size: var(--step-circle-item-content-font-size, 14px);
3669
+ font-size: 12px;
3670
+ font-size: var(--step-circle-item-content-font-size, 12px);
3671
3671
  line-height: 1.5;
3672
3672
  line-height: var(--font-lineheight-2, 1.5);
3673
3673
  word-break: break-word; }
@@ -3684,8 +3684,8 @@
3684
3684
  display: block;
3685
3685
  width: 32px;
3686
3686
  height: 32px;
3687
- font-size: 14px;
3688
- font-size: var(--step-circle-item-node-font-size, 14px);
3687
+ font-size: 12px;
3688
+ font-size: var(--step-circle-item-node-font-size, 12px);
3689
3689
  font-weight: normal;
3690
3690
  font-weight: var(--font-weight-2, normal);
3691
3691
  line-height: calc(32px - 1px*2);
@@ -3791,8 +3791,8 @@
3791
3791
  .next-step-circle > .next-step-item-wait .next-step-item-content {
3792
3792
  color: rgba(0, 0, 0, 0.75);
3793
3793
  color: var(--step-circle-item-title-wait-color, rgba(0, 0, 0, 0.75));
3794
- font-size: 14px;
3795
- font-size: var(--step-circle-item-content-font-size, 14px);
3794
+ font-size: 12px;
3795
+ font-size: var(--step-circle-item-content-font-size, 12px);
3796
3796
  line-height: 1.5;
3797
3797
  line-height: var(--font-lineheight-2, 1.5);
3798
3798
  word-break: break-word; }
@@ -3815,8 +3815,8 @@
3815
3815
  width: var(--step-circle-item-node-process-size, 32px);
3816
3816
  height: 32px;
3817
3817
  height: var(--step-circle-item-node-process-size, 32px);
3818
- font-size: 14px;
3819
- font-size: var(--step-circle-item-node-font-size, 14px);
3818
+ font-size: 12px;
3819
+ font-size: var(--step-circle-item-node-font-size, 12px);
3820
3820
  font-weight: normal;
3821
3821
  font-weight: var(--font-weight-2, normal);
3822
3822
  line-height: calc(32px - 1px*2);
@@ -3875,8 +3875,8 @@
3875
3875
  .next-step-circle > .next-step-item-process .next-step-item-content {
3876
3876
  color: #2e3038;
3877
3877
  color: var(--step-circle-item-title-process-color, #2e3038);
3878
- font-size: 14px;
3879
- font-size: var(--step-circle-item-content-font-size, 14px);
3878
+ font-size: 12px;
3879
+ font-size: var(--step-circle-item-content-font-size, 12px);
3880
3880
  line-height: 1.5;
3881
3881
  line-height: var(--font-lineheight-2, 1.5);
3882
3882
  word-break: break-word; }
@@ -3899,8 +3899,8 @@
3899
3899
  width: var(--step-circle-item-node-process-size, 32px);
3900
3900
  height: 32px;
3901
3901
  height: var(--step-circle-item-node-process-size, 32px);
3902
- font-size: 14px;
3903
- font-size: var(--step-circle-item-node-font-size, 14px);
3902
+ font-size: 12px;
3903
+ font-size: var(--step-circle-item-node-font-size, 12px);
3904
3904
  font-weight: normal;
3905
3905
  font-weight: var(--font-weight-2, normal);
3906
3906
  line-height: calc(32px - 1px*2);
@@ -3959,8 +3959,8 @@
3959
3959
  .next-step-circle > .next-step-item-finish .next-step-item-content {
3960
3960
  color: rgba(0, 0, 0, 0.75);
3961
3961
  color: var(--step-circle-item-title-finish-color, rgba(0, 0, 0, 0.75));
3962
- font-size: 14px;
3963
- font-size: var(--step-circle-item-content-font-size, 14px);
3962
+ font-size: 12px;
3963
+ font-size: var(--step-circle-item-content-font-size, 12px);
3964
3964
  line-height: 1.5;
3965
3965
  line-height: var(--font-lineheight-2, 1.5);
3966
3966
  word-break: break-word; }
@@ -3983,8 +3983,8 @@
3983
3983
  width: var(--step-circle-item-node-process-size, 32px);
3984
3984
  height: 32px;
3985
3985
  height: var(--step-circle-item-node-process-size, 32px);
3986
- font-size: 14px;
3987
- font-size: var(--step-circle-item-node-font-size, 14px);
3986
+ font-size: 12px;
3987
+ font-size: var(--step-circle-item-node-font-size, 12px);
3988
3988
  font-weight: normal;
3989
3989
  font-weight: var(--font-weight-2, normal);
3990
3990
  line-height: calc(32px - 1px*2);
@@ -4043,8 +4043,8 @@
4043
4043
  .next-step-circle .next-step-item-disabled .next-step-item-content {
4044
4044
  color: rgba(0, 0, 0, 0.4);
4045
4045
  color: var(--step-circle-item-title-disabled-color, rgba(0, 0, 0, 0.4));
4046
- font-size: 14px;
4047
- font-size: var(--step-circle-item-content-font-size, 14px);
4046
+ font-size: 12px;
4047
+ font-size: var(--step-circle-item-content-font-size, 12px);
4048
4048
  line-height: 1.5;
4049
4049
  line-height: var(--font-lineheight-2, 1.5);
4050
4050
  word-break: break-word; }
@@ -4067,8 +4067,8 @@
4067
4067
  width: var(--step-circle-item-node-process-size, 32px);
4068
4068
  height: 32px;
4069
4069
  height: var(--step-circle-item-node-process-size, 32px);
4070
- font-size: 14px;
4071
- font-size: var(--step-circle-item-node-font-size, 14px);
4070
+ font-size: 12px;
4071
+ font-size: var(--step-circle-item-node-font-size, 12px);
4072
4072
  font-weight: normal;
4073
4073
  font-weight: var(--font-weight-2, normal);
4074
4074
  line-height: calc(32px - 1px*2);
@@ -4424,8 +4424,8 @@
4424
4424
  margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
4425
4425
  min-height: 8px;
4426
4426
  text-align: left;
4427
- font-size: 14px;
4428
- font-size: var(--step-circle-item-content-font-size, 14px);
4427
+ font-size: 12px;
4428
+ font-size: var(--step-circle-item-content-font-size, 12px);
4429
4429
  line-height: 1.5;
4430
4430
  line-height: var(--font-lineheight-2, 1.5); }
4431
4431
  .next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail {
@@ -4467,8 +4467,8 @@
4467
4467
  margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
4468
4468
  min-height: 8px;
4469
4469
  text-align: left;
4470
- font-size: 14px;
4471
- font-size: var(--step-circle-item-content-font-size, 14px);
4470
+ font-size: 12px;
4471
+ font-size: var(--step-circle-item-content-font-size, 12px);
4472
4472
  line-height: 1.5;
4473
4473
  line-height: var(--font-lineheight-2, 1.5); }
4474
4474
  .next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail {
@@ -4510,8 +4510,8 @@
4510
4510
  margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
4511
4511
  min-height: 8px;
4512
4512
  text-align: left;
4513
- font-size: 14px;
4514
- font-size: var(--step-circle-item-content-font-size, 14px);
4513
+ font-size: 12px;
4514
+ font-size: var(--step-circle-item-content-font-size, 12px);
4515
4515
  line-height: 1.5;
4516
4516
  line-height: var(--font-lineheight-2, 1.5); }
4517
4517
  .next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
@@ -4553,8 +4553,8 @@
4553
4553
  margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
4554
4554
  min-height: 8px;
4555
4555
  text-align: left;
4556
- font-size: 14px;
4557
- font-size: var(--step-circle-item-content-font-size, 14px);
4556
+ font-size: 12px;
4557
+ font-size: var(--step-circle-item-content-font-size, 12px);
4558
4558
  line-height: 1.5;
4559
4559
  line-height: var(--font-lineheight-2, 1.5); }
4560
4560
 
@@ -4617,8 +4617,8 @@
4617
4617
  .next-step-dot > .next-step-item-wait .next-step-item-content {
4618
4618
  color: rgba(0, 0, 0, 0.75);
4619
4619
  color: var(--step-dot-item-title-wait-color, rgba(0, 0, 0, 0.75));
4620
- font-size: 14px;
4621
- font-size: var(--step-circle-item-content-font-size, 14px);
4620
+ font-size: 12px;
4621
+ font-size: var(--step-circle-item-content-font-size, 12px);
4622
4622
  line-height: 1.5;
4623
4623
  line-height: var(--font-lineheight-2, 1.5);
4624
4624
  word-break: break-word; }
@@ -4641,8 +4641,8 @@
4641
4641
  width: var(--step-dot-item-dot-process-size, 12px);
4642
4642
  height: 12px;
4643
4643
  height: var(--step-dot-item-dot-process-size, 12px);
4644
- font-size: 14px;
4645
- font-size: var(--step-circle-item-node-font-size, 14px);
4644
+ font-size: 12px;
4645
+ font-size: var(--step-circle-item-node-font-size, 12px);
4646
4646
  font-weight: normal;
4647
4647
  font-weight: var(--font-weight-2, normal);
4648
4648
  line-height: calc(12px - 1px*2);
@@ -4664,8 +4664,8 @@
4664
4664
  line-height: inherit; }
4665
4665
 
4666
4666
  .next-step-dot > .next-step-item-wait .next-step-item-content {
4667
- font-size: 14px;
4668
- font-size: var(--step-dot-item-content-font-size, 14px); }
4667
+ font-size: 12px;
4668
+ font-size: var(--step-dot-item-content-font-size, 12px); }
4669
4669
 
4670
4670
  .next-step-dot > .next-step-item-wait .next-step-item-node-dot {
4671
4671
  display: block;
@@ -4673,8 +4673,8 @@
4673
4673
  width: var(--step-dot-item-dot-process-size, 12px);
4674
4674
  height: 12px;
4675
4675
  height: var(--step-dot-item-dot-process-size, 12px);
4676
- font-size: 14px;
4677
- font-size: var(--step-dot-item-content-font-size, 14px);
4676
+ font-size: 12px;
4677
+ font-size: var(--step-dot-item-content-font-size, 12px);
4678
4678
  line-height: calc(12px - 1px*2);
4679
4679
  line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-border-width, 1px)*2);
4680
4680
  text-align: center;
@@ -4723,8 +4723,8 @@
4723
4723
  .next-step-dot > .next-step-item-process .next-step-item-content {
4724
4724
  color: #2e3038;
4725
4725
  color: var(--step-dot-item-title-process-color, #2e3038);
4726
- font-size: 14px;
4727
- font-size: var(--step-circle-item-content-font-size, 14px);
4726
+ font-size: 12px;
4727
+ font-size: var(--step-circle-item-content-font-size, 12px);
4728
4728
  line-height: 1.5;
4729
4729
  line-height: var(--font-lineheight-2, 1.5);
4730
4730
  word-break: break-word; }
@@ -4747,8 +4747,8 @@
4747
4747
  width: var(--step-dot-item-dot-process-size, 12px);
4748
4748
  height: 12px;
4749
4749
  height: var(--step-dot-item-dot-process-size, 12px);
4750
- font-size: 14px;
4751
- font-size: var(--step-circle-item-node-font-size, 14px);
4750
+ font-size: 12px;
4751
+ font-size: var(--step-circle-item-node-font-size, 12px);
4752
4752
  font-weight: normal;
4753
4753
  font-weight: var(--font-weight-2, normal);
4754
4754
  line-height: calc(12px - 1px*2);
@@ -4770,8 +4770,8 @@
4770
4770
  line-height: inherit; }
4771
4771
 
4772
4772
  .next-step-dot > .next-step-item-process .next-step-item-content {
4773
- font-size: 14px;
4774
- font-size: var(--step-dot-item-content-font-size, 14px); }
4773
+ font-size: 12px;
4774
+ font-size: var(--step-dot-item-content-font-size, 12px); }
4775
4775
 
4776
4776
  .next-step-dot > .next-step-item-process .next-step-item-node-dot {
4777
4777
  display: block;
@@ -4779,8 +4779,8 @@
4779
4779
  width: var(--step-dot-item-dot-process-size, 12px);
4780
4780
  height: 12px;
4781
4781
  height: var(--step-dot-item-dot-process-size, 12px);
4782
- font-size: 14px;
4783
- font-size: var(--step-dot-item-content-font-size, 14px);
4782
+ font-size: 12px;
4783
+ font-size: var(--step-dot-item-content-font-size, 12px);
4784
4784
  line-height: calc(12px - 1px*2);
4785
4785
  line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-border-width, 1px)*2);
4786
4786
  text-align: center;
@@ -4829,8 +4829,8 @@
4829
4829
  .next-step-dot > .next-step-item-finish .next-step-item-content {
4830
4830
  color: rgba(0, 0, 0, 0.75);
4831
4831
  color: var(--step-dot-item-title-finish-color, rgba(0, 0, 0, 0.75));
4832
- font-size: 14px;
4833
- font-size: var(--step-circle-item-content-font-size, 14px);
4832
+ font-size: 12px;
4833
+ font-size: var(--step-circle-item-content-font-size, 12px);
4834
4834
  line-height: 1.5;
4835
4835
  line-height: var(--font-lineheight-2, 1.5);
4836
4836
  word-break: break-word; }
@@ -4853,8 +4853,8 @@
4853
4853
  width: var(--step-dot-item-dot-process-size, 12px);
4854
4854
  height: 12px;
4855
4855
  height: var(--step-dot-item-dot-process-size, 12px);
4856
- font-size: 14px;
4857
- font-size: var(--step-circle-item-node-font-size, 14px);
4856
+ font-size: 12px;
4857
+ font-size: var(--step-circle-item-node-font-size, 12px);
4858
4858
  font-weight: normal;
4859
4859
  font-weight: var(--font-weight-2, normal);
4860
4860
  line-height: calc(12px - 1px*2);
@@ -4876,8 +4876,8 @@
4876
4876
  line-height: inherit; }
4877
4877
 
4878
4878
  .next-step-dot > .next-step-item-finish .next-step-item-content {
4879
- font-size: 14px;
4880
- font-size: var(--step-dot-item-content-font-size, 14px); }
4879
+ font-size: 12px;
4880
+ font-size: var(--step-dot-item-content-font-size, 12px); }
4881
4881
 
4882
4882
  .next-step-dot > .next-step-item-finish .next-step-item-node-dot {
4883
4883
  display: block;
@@ -4885,8 +4885,8 @@
4885
4885
  width: var(--step-dot-item-dot-process-size, 12px);
4886
4886
  height: 12px;
4887
4887
  height: var(--step-dot-item-dot-process-size, 12px);
4888
- font-size: 14px;
4889
- font-size: var(--step-dot-item-content-font-size, 14px);
4888
+ font-size: 12px;
4889
+ font-size: var(--step-dot-item-content-font-size, 12px);
4890
4890
  line-height: calc(12px - 1px*2);
4891
4891
  line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-border-width, 1px)*2);
4892
4892
  text-align: center;
@@ -4935,8 +4935,8 @@
4935
4935
  .next-step-dot .next-step-item-disabled .next-step-item-content {
4936
4936
  color: rgba(0, 0, 0, 0.4);
4937
4937
  color: var(--step-dot-item-title-disabled-color, rgba(0, 0, 0, 0.4));
4938
- font-size: 14px;
4939
- font-size: var(--step-circle-item-content-font-size, 14px);
4938
+ font-size: 12px;
4939
+ font-size: var(--step-circle-item-content-font-size, 12px);
4940
4940
  line-height: 1.5;
4941
4941
  line-height: var(--font-lineheight-2, 1.5);
4942
4942
  word-break: break-word; }
@@ -4959,8 +4959,8 @@
4959
4959
  width: var(--step-dot-item-dot-process-size, 12px);
4960
4960
  height: 12px;
4961
4961
  height: var(--step-dot-item-dot-process-size, 12px);
4962
- font-size: 14px;
4963
- font-size: var(--step-circle-item-node-font-size, 14px);
4962
+ font-size: 12px;
4963
+ font-size: var(--step-circle-item-node-font-size, 12px);
4964
4964
  font-weight: normal;
4965
4965
  font-weight: var(--font-weight-2, normal);
4966
4966
  line-height: calc(12px - 1px*2);
@@ -4982,8 +4982,8 @@
4982
4982
  line-height: inherit; }
4983
4983
 
4984
4984
  .next-step-dot .next-step-item-disabled .next-step-item-content {
4985
- font-size: 14px;
4986
- font-size: var(--step-dot-item-content-font-size, 14px); }
4985
+ font-size: 12px;
4986
+ font-size: var(--step-dot-item-content-font-size, 12px); }
4987
4987
 
4988
4988
  .next-step-dot .next-step-item-disabled .next-step-item-node-dot {
4989
4989
  display: block;
@@ -4991,8 +4991,8 @@
4991
4991
  width: var(--step-dot-item-dot-process-size, 12px);
4992
4992
  height: 12px;
4993
4993
  height: var(--step-dot-item-dot-process-size, 12px);
4994
- font-size: 14px;
4995
- font-size: var(--step-dot-item-content-font-size, 14px);
4994
+ font-size: 12px;
4995
+ font-size: var(--step-dot-item-content-font-size, 12px);
4996
4996
  line-height: calc(12px - 1px*2);
4997
4997
  line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-border-width, 1px)*2);
4998
4998
  text-align: center;
@@ -5225,8 +5225,8 @@
5225
5225
  margin-top: var(--step-dot-vertical-item-content-margin-top, 8px);
5226
5226
  min-height: 8px;
5227
5227
  text-align: left;
5228
- font-size: 14px;
5229
- font-size: var(--step-dot-item-content-font-size, 14px);
5228
+ font-size: 12px;
5229
+ font-size: var(--step-dot-item-content-font-size, 12px);
5230
5230
  line-height: 1.5;
5231
5231
  line-height: var(--font-lineheight-2, 1.5); }
5232
5232
  .next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail {
@@ -5268,8 +5268,8 @@
5268
5268
  margin-top: var(--step-dot-vertical-item-content-margin-top, 8px);
5269
5269
  min-height: 8px;
5270
5270
  text-align: left;
5271
- font-size: 14px;
5272
- font-size: var(--step-dot-item-content-font-size, 14px);
5271
+ font-size: 12px;
5272
+ font-size: var(--step-dot-item-content-font-size, 12px);
5273
5273
  line-height: 1.5;
5274
5274
  line-height: var(--font-lineheight-2, 1.5); }
5275
5275
  .next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail {
@@ -5311,8 +5311,8 @@
5311
5311
  margin-top: var(--step-dot-vertical-item-content-margin-top, 8px);
5312
5312
  min-height: 8px;
5313
5313
  text-align: left;
5314
- font-size: 14px;
5315
- font-size: var(--step-dot-item-content-font-size, 14px);
5314
+ font-size: 12px;
5315
+ font-size: var(--step-dot-item-content-font-size, 12px);
5316
5316
  line-height: 1.5;
5317
5317
  line-height: var(--font-lineheight-2, 1.5); }
5318
5318
  .next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
@@ -5354,8 +5354,8 @@
5354
5354
  margin-top: var(--step-dot-vertical-item-content-margin-top, 8px);
5355
5355
  min-height: 8px;
5356
5356
  text-align: left;
5357
- font-size: 14px;
5358
- font-size: var(--step-dot-item-content-font-size, 14px);
5357
+ font-size: 12px;
5358
+ font-size: var(--step-dot-item-content-font-size, 12px);
5359
5359
  line-height: 1.5;
5360
5360
  line-height: var(--font-lineheight-2, 1.5); }
5361
5361
 
@@ -5905,8 +5905,8 @@
5905
5905
  line-height: 20px;
5906
5906
  line-height: var(--switch-size-s-trigger, 20px); }
5907
5907
  .next-switch-small > .next-switch-children {
5908
- font-size: 14px;
5909
- font-size: var(--form-element-small-font-size, 14px); }
5908
+ font-size: 12px;
5909
+ font-size: var(--form-element-small-font-size, 12px); }
5910
5910
  .next-switch-small.next-switch.next-switch-on > .next-switch-children {
5911
5911
  margin: 0 calc(20px + 8px) 0 8px;
5912
5912
  margin: 0 calc(var(--switch-size-s-trigger, 20px) + var(--switch-size-s-trigger-padding-r, 8px)) 0 var(--switch-size-s-trigger-padding-l, 8px); }
@@ -6219,8 +6219,8 @@
6219
6219
  padding-right: 56px;
6220
6220
  padding-right: var(--tab-nav-scroll-padding-right-s, 56px); }
6221
6221
  .next-tabs.next-small .next-tabs-tab-inner {
6222
- font-size: 14px;
6223
- font-size: var(--tab-item-text-size-s, 14px);
6222
+ font-size: 12px;
6223
+ font-size: var(--tab-item-text-size-s, 12px);
6224
6224
  padding: 8px 12px;
6225
6225
  padding: var(--tab-item-padding-tb-size-s, 8px) var(--tab-item-padding-lr-size-s, 12px); }
6226
6226
  .next-tabs.next-small .next-tabs-tab-inner .next-icon {
@@ -7333,8 +7333,8 @@
7333
7333
  line-height: calc(var(--tag-size-s-height, 28px) - var(--tag-border-width, 1px)*2);
7334
7334
  font-size: 0; }
7335
7335
  .next-tag-small > .next-tag-body {
7336
- font-size: 14px;
7337
- font-size: var(--tag-size-s-text-size, 14px);
7336
+ font-size: 12px;
7337
+ font-size: var(--tag-size-s-text-size, 12px);
7338
7338
  padding: 0 8px;
7339
7339
  padding: 0 var(--tag-size-s-padding-lr, 8px);
7340
7340
  min-width: 28px;
@@ -7520,8 +7520,8 @@
7520
7520
  width: 40px;
7521
7521
  width: var(--timeline-item-custom-node-size, 40px);
7522
7522
  height: auto;
7523
- font-size: 14px;
7524
- font-size: var(--timeline-item-custom-node-font-size, 14px);
7523
+ font-size: 12px;
7524
+ font-size: var(--timeline-item-custom-node-font-size, 12px);
7525
7525
  word-break: break-all;
7526
7526
  margin-right: calc(0px - 40px/2 + 16px/2);
7527
7527
  margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2);
@@ -7603,8 +7603,8 @@
7603
7603
  margin: 0;
7604
7604
  margin-top: 4px;
7605
7605
  margin-top: var(--timeline-item-body-margin-top, 4px);
7606
- font-size: 14px;
7607
- font-size: var(--timeline-item-body-font-size, 14px);
7606
+ font-size: 12px;
7607
+ font-size: var(--timeline-item-body-font-size, 12px);
7608
7608
  line-height: 1.5;
7609
7609
  line-height: var(--font-lineheight-2, 1.5);
7610
7610
  color: rgba(0, 0, 0, 0.75);
@@ -7616,8 +7616,8 @@
7616
7616
  margin-top: var(--timeline-item-time-margin-top, 4px);
7617
7617
  margin-bottom: 12px;
7618
7618
  margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
7619
- font-size: 14px;
7620
- font-size: var(--timeline-item-time-font-size, 14px);
7619
+ font-size: 12px;
7620
+ font-size: var(--timeline-item-time-font-size, 12px);
7621
7621
  color: #999999;
7622
7622
  color: var(--timeline-item-time-color, #999999);
7623
7623
  text-align: right; }
@@ -7626,8 +7626,8 @@
7626
7626
  width: 80px;
7627
7627
  width: var(--timeline-item-left-content-width, 80px);
7628
7628
  display: inline-block;
7629
- font-size: 14px;
7630
- font-size: var(--timeline-item-left-body-font-size, 14px);
7629
+ font-size: 12px;
7630
+ font-size: var(--timeline-item-left-body-font-size, 12px);
7631
7631
  color: #999999;
7632
7632
  color: var(--timeline-item-left-body-color, #999999);
7633
7633
  line-height: 1.5;
@@ -7679,8 +7679,8 @@
7679
7679
  width: 40px;
7680
7680
  width: var(--timeline-item-custom-node-size, 40px);
7681
7681
  height: auto;
7682
- font-size: 14px;
7683
- font-size: var(--timeline-item-custom-node-font-size, 14px);
7682
+ font-size: 12px;
7683
+ font-size: var(--timeline-item-custom-node-font-size, 12px);
7684
7684
  word-break: break-all;
7685
7685
  margin-right: calc(0px - 40px/2 + 16px/2);
7686
7686
  margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2);
@@ -7762,8 +7762,8 @@
7762
7762
  margin: 0;
7763
7763
  margin-top: 4px;
7764
7764
  margin-top: var(--timeline-item-body-margin-top, 4px);
7765
- font-size: 14px;
7766
- font-size: var(--timeline-item-body-font-size, 14px);
7765
+ font-size: 12px;
7766
+ font-size: var(--timeline-item-body-font-size, 12px);
7767
7767
  line-height: 1.5;
7768
7768
  line-height: var(--font-lineheight-2, 1.5);
7769
7769
  color: rgba(0, 0, 0, 0.75);
@@ -7775,8 +7775,8 @@
7775
7775
  margin-top: var(--timeline-item-time-margin-top, 4px);
7776
7776
  margin-bottom: 12px;
7777
7777
  margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
7778
- font-size: 14px;
7779
- font-size: var(--timeline-item-time-font-size, 14px);
7778
+ font-size: 12px;
7779
+ font-size: var(--timeline-item-time-font-size, 12px);
7780
7780
  color: #999999;
7781
7781
  color: var(--timeline-item-time-color, #999999);
7782
7782
  text-align: right; }
@@ -7785,8 +7785,8 @@
7785
7785
  width: 80px;
7786
7786
  width: var(--timeline-item-left-content-width, 80px);
7787
7787
  display: inline-block;
7788
- font-size: 14px;
7789
- font-size: var(--timeline-item-left-body-font-size, 14px);
7788
+ font-size: 12px;
7789
+ font-size: var(--timeline-item-left-body-font-size, 12px);
7790
7790
  color: #999999;
7791
7791
  color: var(--timeline-item-left-body-color, #999999);
7792
7792
  line-height: 1.5;
@@ -7838,8 +7838,8 @@
7838
7838
  width: 40px;
7839
7839
  width: var(--timeline-item-custom-node-size, 40px);
7840
7840
  height: auto;
7841
- font-size: 14px;
7842
- font-size: var(--timeline-item-custom-node-font-size, 14px);
7841
+ font-size: 12px;
7842
+ font-size: var(--timeline-item-custom-node-font-size, 12px);
7843
7843
  word-break: break-all;
7844
7844
  margin-right: calc(0px - 40px/2 + 16px/2);
7845
7845
  margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2);
@@ -7921,8 +7921,8 @@
7921
7921
  margin: 0;
7922
7922
  margin-top: 4px;
7923
7923
  margin-top: var(--timeline-item-body-margin-top, 4px);
7924
- font-size: 14px;
7925
- font-size: var(--timeline-item-body-font-size, 14px);
7924
+ font-size: 12px;
7925
+ font-size: var(--timeline-item-body-font-size, 12px);
7926
7926
  line-height: 1.5;
7927
7927
  line-height: var(--font-lineheight-2, 1.5);
7928
7928
  color: rgba(0, 0, 0, 0.75);
@@ -7934,8 +7934,8 @@
7934
7934
  margin-top: var(--timeline-item-time-margin-top, 4px);
7935
7935
  margin-bottom: 12px;
7936
7936
  margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
7937
- font-size: 14px;
7938
- font-size: var(--timeline-item-time-font-size, 14px);
7937
+ font-size: 12px;
7938
+ font-size: var(--timeline-item-time-font-size, 12px);
7939
7939
  color: #999999;
7940
7940
  color: var(--timeline-item-time-color, #999999);
7941
7941
  text-align: right; }
@@ -7944,8 +7944,8 @@
7944
7944
  width: 80px;
7945
7945
  width: var(--timeline-item-left-content-width, 80px);
7946
7946
  display: inline-block;
7947
- font-size: 14px;
7948
- font-size: var(--timeline-item-left-body-font-size, 14px);
7947
+ font-size: 12px;
7948
+ font-size: var(--timeline-item-left-body-font-size, 12px);
7949
7949
  color: #999999;
7950
7950
  color: var(--timeline-item-left-body-color, #999999);
7951
7951
  line-height: 1.5;
@@ -7997,8 +7997,8 @@
7997
7997
  width: 40px;
7998
7998
  width: var(--timeline-item-custom-node-size, 40px);
7999
7999
  height: auto;
8000
- font-size: 14px;
8001
- font-size: var(--timeline-item-custom-node-font-size, 14px);
8000
+ font-size: 12px;
8001
+ font-size: var(--timeline-item-custom-node-font-size, 12px);
8002
8002
  word-break: break-all;
8003
8003
  margin-right: calc(0px - 40px/2 + 16px/2);
8004
8004
  margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2);
@@ -8080,8 +8080,8 @@
8080
8080
  margin: 0;
8081
8081
  margin-top: 4px;
8082
8082
  margin-top: var(--timeline-item-body-margin-top, 4px);
8083
- font-size: 14px;
8084
- font-size: var(--timeline-item-body-font-size, 14px);
8083
+ font-size: 12px;
8084
+ font-size: var(--timeline-item-body-font-size, 12px);
8085
8085
  line-height: 1.5;
8086
8086
  line-height: var(--font-lineheight-2, 1.5);
8087
8087
  color: rgba(0, 0, 0, 0.75);
@@ -8093,8 +8093,8 @@
8093
8093
  margin-top: var(--timeline-item-time-margin-top, 4px);
8094
8094
  margin-bottom: 12px;
8095
8095
  margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
8096
- font-size: 14px;
8097
- font-size: var(--timeline-item-time-font-size, 14px);
8096
+ font-size: 12px;
8097
+ font-size: var(--timeline-item-time-font-size, 12px);
8098
8098
  color: #999999;
8099
8099
  color: var(--timeline-item-time-color, #999999);
8100
8100
  text-align: right; }
@@ -8103,8 +8103,8 @@
8103
8103
  width: 80px;
8104
8104
  width: var(--timeline-item-left-content-width, 80px);
8105
8105
  display: inline-block;
8106
- font-size: 14px;
8107
- font-size: var(--timeline-item-left-body-font-size, 14px);
8106
+ font-size: 12px;
8107
+ font-size: var(--timeline-item-left-body-font-size, 12px);
8108
8108
  color: #999999;
8109
8109
  color: var(--timeline-item-left-body-color, #999999);
8110
8110
  line-height: 1.5;
@@ -8150,8 +8150,8 @@
8150
8150
  padding-top: var(--timeline-item-folder-margin-top, 4px);
8151
8151
  padding-bottom: 4px;
8152
8152
  padding-bottom: var(--timeline-item-folder-margin-bottom, 4px);
8153
- font-size: 14px;
8154
- font-size: var(--timeline-item-folder-font-size, 14px);
8153
+ font-size: 12px;
8154
+ font-size: var(--timeline-item-folder-font-size, 12px);
8155
8155
  line-height: 1.5;
8156
8156
  line-height: var(--font-lineheight-2, 1.5);
8157
8157
  position: relative;
@@ -8194,8 +8194,8 @@
8194
8194
  width: 40px;
8195
8195
  width: var(--timeline-item-custom-node-size, 40px);
8196
8196
  height: auto;
8197
- font-size: 14px;
8198
- font-size: var(--timeline-item-custom-node-font-size, 14px);
8197
+ font-size: 12px;
8198
+ font-size: var(--timeline-item-custom-node-font-size, 12px);
8199
8199
  word-break: break-all;
8200
8200
  margin-left: calc(0px - 40px/2 + 16px/2);
8201
8201
  margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2);
@@ -8274,8 +8274,8 @@
8274
8274
  margin: 0;
8275
8275
  margin-top: 4px;
8276
8276
  margin-top: var(--timeline-item-body-margin-top, 4px);
8277
- font-size: 14px;
8278
- font-size: var(--timeline-item-body-font-size, 14px);
8277
+ font-size: 12px;
8278
+ font-size: var(--timeline-item-body-font-size, 12px);
8279
8279
  line-height: 1.5;
8280
8280
  line-height: var(--font-lineheight-2, 1.5);
8281
8281
  color: rgba(0, 0, 0, 0.75);
@@ -8287,8 +8287,8 @@
8287
8287
  margin-top: var(--timeline-item-time-margin-top, 4px);
8288
8288
  margin-bottom: 12px;
8289
8289
  margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
8290
- font-size: 14px;
8291
- font-size: var(--timeline-item-time-font-size, 14px);
8290
+ font-size: 12px;
8291
+ font-size: var(--timeline-item-time-font-size, 12px);
8292
8292
  color: #999999;
8293
8293
  color: var(--timeline-item-time-color, #999999);
8294
8294
  text-align: left; }
@@ -8297,8 +8297,8 @@
8297
8297
  width: 80px;
8298
8298
  width: var(--timeline-item-left-content-width, 80px);
8299
8299
  display: inline-block;
8300
- font-size: 14px;
8301
- font-size: var(--timeline-item-left-body-font-size, 14px);
8300
+ font-size: 12px;
8301
+ font-size: var(--timeline-item-left-body-font-size, 12px);
8302
8302
  color: #999999;
8303
8303
  color: var(--timeline-item-left-body-color, #999999);
8304
8304
  line-height: 1.5;
@@ -8346,8 +8346,8 @@
8346
8346
  width: 40px;
8347
8347
  width: var(--timeline-item-custom-node-size, 40px);
8348
8348
  height: auto;
8349
- font-size: 14px;
8350
- font-size: var(--timeline-item-custom-node-font-size, 14px);
8349
+ font-size: 12px;
8350
+ font-size: var(--timeline-item-custom-node-font-size, 12px);
8351
8351
  word-break: break-all;
8352
8352
  margin-left: calc(0px - 40px/2 + 16px/2);
8353
8353
  margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2);
@@ -8426,8 +8426,8 @@
8426
8426
  margin: 0;
8427
8427
  margin-top: 4px;
8428
8428
  margin-top: var(--timeline-item-body-margin-top, 4px);
8429
- font-size: 14px;
8430
- font-size: var(--timeline-item-body-font-size, 14px);
8429
+ font-size: 12px;
8430
+ font-size: var(--timeline-item-body-font-size, 12px);
8431
8431
  line-height: 1.5;
8432
8432
  line-height: var(--font-lineheight-2, 1.5);
8433
8433
  color: rgba(0, 0, 0, 0.75);
@@ -8439,8 +8439,8 @@
8439
8439
  margin-top: var(--timeline-item-time-margin-top, 4px);
8440
8440
  margin-bottom: 12px;
8441
8441
  margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
8442
- font-size: 14px;
8443
- font-size: var(--timeline-item-time-font-size, 14px);
8442
+ font-size: 12px;
8443
+ font-size: var(--timeline-item-time-font-size, 12px);
8444
8444
  color: #999999;
8445
8445
  color: var(--timeline-item-time-color, #999999);
8446
8446
  text-align: left; }
@@ -8449,8 +8449,8 @@
8449
8449
  width: 80px;
8450
8450
  width: var(--timeline-item-left-content-width, 80px);
8451
8451
  display: inline-block;
8452
- font-size: 14px;
8453
- font-size: var(--timeline-item-left-body-font-size, 14px);
8452
+ font-size: 12px;
8453
+ font-size: var(--timeline-item-left-body-font-size, 12px);
8454
8454
  color: #999999;
8455
8455
  color: var(--timeline-item-left-body-color, #999999);
8456
8456
  line-height: 1.5;
@@ -8498,8 +8498,8 @@
8498
8498
  width: 40px;
8499
8499
  width: var(--timeline-item-custom-node-size, 40px);
8500
8500
  height: auto;
8501
- font-size: 14px;
8502
- font-size: var(--timeline-item-custom-node-font-size, 14px);
8501
+ font-size: 12px;
8502
+ font-size: var(--timeline-item-custom-node-font-size, 12px);
8503
8503
  word-break: break-all;
8504
8504
  margin-left: calc(0px - 40px/2 + 16px/2);
8505
8505
  margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2);
@@ -8578,8 +8578,8 @@
8578
8578
  margin: 0;
8579
8579
  margin-top: 4px;
8580
8580
  margin-top: var(--timeline-item-body-margin-top, 4px);
8581
- font-size: 14px;
8582
- font-size: var(--timeline-item-body-font-size, 14px);
8581
+ font-size: 12px;
8582
+ font-size: var(--timeline-item-body-font-size, 12px);
8583
8583
  line-height: 1.5;
8584
8584
  line-height: var(--font-lineheight-2, 1.5);
8585
8585
  color: rgba(0, 0, 0, 0.75);
@@ -8591,8 +8591,8 @@
8591
8591
  margin-top: var(--timeline-item-time-margin-top, 4px);
8592
8592
  margin-bottom: 12px;
8593
8593
  margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
8594
- font-size: 14px;
8595
- font-size: var(--timeline-item-time-font-size, 14px);
8594
+ font-size: 12px;
8595
+ font-size: var(--timeline-item-time-font-size, 12px);
8596
8596
  color: #999999;
8597
8597
  color: var(--timeline-item-time-color, #999999);
8598
8598
  text-align: left; }
@@ -8601,8 +8601,8 @@
8601
8601
  width: 80px;
8602
8602
  width: var(--timeline-item-left-content-width, 80px);
8603
8603
  display: inline-block;
8604
- font-size: 14px;
8605
- font-size: var(--timeline-item-left-body-font-size, 14px);
8604
+ font-size: 12px;
8605
+ font-size: var(--timeline-item-left-body-font-size, 12px);
8606
8606
  color: #999999;
8607
8607
  color: var(--timeline-item-left-body-color, #999999);
8608
8608
  line-height: 1.5;
@@ -8650,8 +8650,8 @@
8650
8650
  width: 40px;
8651
8651
  width: var(--timeline-item-custom-node-size, 40px);
8652
8652
  height: auto;
8653
- font-size: 14px;
8654
- font-size: var(--timeline-item-custom-node-font-size, 14px);
8653
+ font-size: 12px;
8654
+ font-size: var(--timeline-item-custom-node-font-size, 12px);
8655
8655
  word-break: break-all;
8656
8656
  margin-left: calc(0px - 40px/2 + 16px/2);
8657
8657
  margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2);
@@ -8730,8 +8730,8 @@
8730
8730
  margin: 0;
8731
8731
  margin-top: 4px;
8732
8732
  margin-top: var(--timeline-item-body-margin-top, 4px);
8733
- font-size: 14px;
8734
- font-size: var(--timeline-item-body-font-size, 14px);
8733
+ font-size: 12px;
8734
+ font-size: var(--timeline-item-body-font-size, 12px);
8735
8735
  line-height: 1.5;
8736
8736
  line-height: var(--font-lineheight-2, 1.5);
8737
8737
  color: rgba(0, 0, 0, 0.75);
@@ -8743,8 +8743,8 @@
8743
8743
  margin-top: var(--timeline-item-time-margin-top, 4px);
8744
8744
  margin-bottom: 12px;
8745
8745
  margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
8746
- font-size: 14px;
8747
- font-size: var(--timeline-item-time-font-size, 14px);
8746
+ font-size: 12px;
8747
+ font-size: var(--timeline-item-time-font-size, 12px);
8748
8748
  color: #999999;
8749
8749
  color: var(--timeline-item-time-color, #999999);
8750
8750
  text-align: left; }
@@ -8753,8 +8753,8 @@
8753
8753
  width: 80px;
8754
8754
  width: var(--timeline-item-left-content-width, 80px);
8755
8755
  display: inline-block;
8756
- font-size: 14px;
8757
- font-size: var(--timeline-item-left-body-font-size, 14px);
8756
+ font-size: 12px;
8757
+ font-size: var(--timeline-item-left-body-font-size, 12px);
8758
8758
  color: #999999;
8759
8759
  color: var(--timeline-item-left-body-color, #999999);
8760
8760
  line-height: 1.5;
@@ -8815,8 +8815,8 @@
8815
8815
  .next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-body {
8816
8816
  margin: 0;
8817
8817
  margin-top: 4px;
8818
- font-size: 14px;
8819
- font-size: var(--timeline-item-body-font-size, 14px);
8818
+ font-size: 12px;
8819
+ font-size: var(--timeline-item-body-font-size, 12px);
8820
8820
  line-height: 1.5;
8821
8821
  line-height: var(--font-lineheight-2, 1.5);
8822
8822
  color: rgba(0, 0, 0, 0.75);
@@ -8829,8 +8829,8 @@
8829
8829
  margin-top: var(--timeline-item-time-margin-top, 4px);
8830
8830
  margin-bottom: 12px;
8831
8831
  margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
8832
- font-size: 14px;
8833
- font-size: var(--timeline-item-time-font-size, 14px);
8832
+ font-size: 12px;
8833
+ font-size: var(--timeline-item-time-font-size, 12px);
8834
8834
  color: #999999;
8835
8835
  color: var(--timeline-item-time-color, #999999);
8836
8836
  text-align: right; }
@@ -8883,8 +8883,8 @@
8883
8883
 
8884
8884
  .next-timeline[dir='rtl'].next-alternate .next-timeline-item-right .next-timeline-item-body {
8885
8885
  margin: 0;
8886
- font-size: 14px;
8887
- font-size: var(--timeline-item-body-font-size, 14px);
8886
+ font-size: 12px;
8887
+ font-size: var(--timeline-item-body-font-size, 12px);
8888
8888
  line-height: 1.5;
8889
8889
  line-height: var(--font-lineheight-2, 1.5);
8890
8890
  color: rgba(0, 0, 0, 0.75);
@@ -8897,8 +8897,8 @@
8897
8897
  margin-top: var(--timeline-item-time-margin-top, 4px);
8898
8898
  margin-bottom: 12px;
8899
8899
  margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
8900
- font-size: 14px;
8901
- font-size: var(--timeline-item-time-font-size, 14px);
8900
+ font-size: 12px;
8901
+ font-size: var(--timeline-item-time-font-size, 12px);
8902
8902
  color: #999999;
8903
8903
  color: var(--timeline-item-time-color, #999999);
8904
8904
  text-align: left; }
@@ -9812,8 +9812,8 @@
9812
9812
  height: 100%;
9813
9813
  color: rgba(0, 0, 0, 0.4);
9814
9814
  color: var(--upload-card-list-thumbnail-font-color, rgba(0, 0, 0, 0.4));
9815
- font-size: 14px;
9816
- font-size: var(--upload-card-list-thumbnail-font-size, 14px); }
9815
+ font-size: 12px;
9816
+ font-size: var(--upload-card-list-thumbnail-font-size, 12px); }
9817
9817
  .next-upload-list-card .next-upload-list-item-thumbnail img {
9818
9818
  max-width: 100%;
9819
9819
  max-height: 100%;
@@ -9844,8 +9844,8 @@
9844
9844
  text-align: center;
9845
9845
  margin-top: 4px;
9846
9846
  margin-top: var(--upload-card-list-name-margin-top, 4px);
9847
- font-size: 14px;
9848
- font-size: var(--upload-card-list-name-font-size, 14px);
9847
+ font-size: 12px;
9848
+ font-size: var(--upload-card-list-name-font-size, 12px);
9849
9849
  color: rgba(0, 0, 0, 0.75);
9850
9850
  color: var(--upload-card-list-name-font-color, rgba(0, 0, 0, 0.75));
9851
9851
  text-overflow: ellipsis;
@@ -10002,8 +10002,8 @@
10002
10002
  color: var(--upload-drag-zone-upload-normal-title-color, rgba(0, 0, 0, 0.75)); }
10003
10003
  .next-upload-dragable .next-upload-drag-hint {
10004
10004
  margin: 4px 0 20px;
10005
- font-size: 14px;
10006
- font-size: var(--upload-drag-zone-hint-font-size, 14px);
10005
+ font-size: 12px;
10006
+ font-size: var(--upload-drag-zone-hint-font-size, 12px);
10007
10007
  color: #999999;
10008
10008
  color: var(--upload-drag-zone-upload-normal-hint-color, #999999); }
10009
10009
  .next-upload-dragable .next-upload-drag-over {
@@ -11990,8 +11990,8 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
11990
11990
  cursor: default;
11991
11991
  height: 28px;
11992
11992
  line-height: 28px;
11993
- font-size: 14px;
11994
- font-size: var(--font-size-caption, 14px);
11993
+ font-size: 12px;
11994
+ font-size: var(--font-size-caption, 12px);
11995
11995
  font-weight: normal;
11996
11996
  font-weight: var(--font-weight-2, normal);
11997
11997
  color: #999999;
@@ -12005,8 +12005,8 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
12005
12005
  margin: 0;
12006
12006
  width: 54px;
12007
12007
  padding: 0;
12008
- font-size: 14px;
12009
- font-size: var(--font-size-caption, 14px);
12008
+ font-size: 12px;
12009
+ font-size: var(--font-size-caption, 12px);
12010
12010
  height: 224px;
12011
12011
  scrollbar-width: none;
12012
12012
  -ms-overflow-style: none; }
@@ -12168,11 +12168,11 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
12168
12168
  .next-time-picker2-input.next-time-picker2-input-small .next-input-label {
12169
12169
  padding-left: 8px;
12170
12170
  padding-left: var(--input-s-label-padding-left, 8px);
12171
- font-size: 14px;
12172
- font-size: var(--form-element-small-font-size, 14px); }
12171
+ font-size: 12px;
12172
+ font-size: var(--form-element-small-font-size, 12px); }
12173
12173
  .next-time-picker2-input.next-time-picker2-input-small .next-input-inner {
12174
- font-size: 14px;
12175
- font-size: var(--form-element-small-font-size, 14px); }
12174
+ font-size: 12px;
12175
+ font-size: var(--form-element-small-font-size, 12px); }
12176
12176
  .next-time-picker2-input.next-time-picker2-input-small .next-input-control {
12177
12177
  padding-right: 4px;
12178
12178
  padding-right: var(--input-s-icon-padding-right, 4px); }
@@ -12186,25 +12186,25 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
12186
12186
  line-height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px)*2) \0;
12187
12187
  padding: 0 8px;
12188
12188
  padding: 0 var(--input-s-padding, 8px);
12189
- font-size: 14px;
12190
- font-size: var(--form-element-small-font-size, 14px); }
12189
+ font-size: 12px;
12190
+ font-size: var(--form-element-small-font-size, 12px); }
12191
12191
  .next-time-picker2-input.next-time-picker2-input-small input::-webkit-input-placeholder {
12192
- font-size: 14px;
12193
- font-size: var(--form-element-small-font-size, 14px); }
12192
+ font-size: 12px;
12193
+ font-size: var(--form-element-small-font-size, 12px); }
12194
12194
  .next-time-picker2-input.next-time-picker2-input-small input::-moz-placeholder {
12195
- font-size: 14px;
12196
- font-size: var(--form-element-small-font-size, 14px); }
12195
+ font-size: 12px;
12196
+ font-size: var(--form-element-small-font-size, 12px); }
12197
12197
  .next-time-picker2-input.next-time-picker2-input-small input::-ms-input-placeholder {
12198
- font-size: 14px;
12199
- font-size: var(--form-element-small-font-size, 14px); }
12198
+ font-size: 12px;
12199
+ font-size: var(--form-element-small-font-size, 12px); }
12200
12200
  .next-time-picker2-input.next-time-picker2-input-small input::placeholder {
12201
- font-size: 14px;
12202
- font-size: var(--form-element-small-font-size, 14px); }
12201
+ font-size: 12px;
12202
+ font-size: var(--form-element-small-font-size, 12px); }
12203
12203
  .next-time-picker2-input.next-time-picker2-input-small .next-input-text-field {
12204
12204
  padding: 0 8px;
12205
12205
  padding: 0 var(--input-s-padding, 8px);
12206
- font-size: 14px;
12207
- font-size: var(--form-element-small-font-size, 14px);
12206
+ font-size: 12px;
12207
+ font-size: var(--form-element-small-font-size, 12px);
12208
12208
  height: calc(24px - 1px*2);
12209
12209
  height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px)*2);
12210
12210
  line-height: calc(24px - 1px*2);
@@ -12576,11 +12576,11 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
12576
12576
  .next-date-picker2-input.next-date-picker2-input-small .next-input-label {
12577
12577
  padding-left: 8px;
12578
12578
  padding-left: var(--input-s-label-padding-left, 8px);
12579
- font-size: 14px;
12580
- font-size: var(--form-element-small-font-size, 14px); }
12579
+ font-size: 12px;
12580
+ font-size: var(--form-element-small-font-size, 12px); }
12581
12581
  .next-date-picker2-input.next-date-picker2-input-small .next-input-inner {
12582
- font-size: 14px;
12583
- font-size: var(--form-element-small-font-size, 14px); }
12582
+ font-size: 12px;
12583
+ font-size: var(--form-element-small-font-size, 12px); }
12584
12584
  .next-date-picker2-input.next-date-picker2-input-small .next-input-control {
12585
12585
  padding-right: 4px;
12586
12586
  padding-right: var(--input-s-icon-padding-right, 4px); }
@@ -12594,25 +12594,25 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
12594
12594
  line-height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px)*2) \0;
12595
12595
  padding: 0 8px;
12596
12596
  padding: 0 var(--input-s-padding, 8px);
12597
- font-size: 14px;
12598
- font-size: var(--form-element-small-font-size, 14px); }
12597
+ font-size: 12px;
12598
+ font-size: var(--form-element-small-font-size, 12px); }
12599
12599
  .next-date-picker2-input.next-date-picker2-input-small input::-webkit-input-placeholder {
12600
- font-size: 14px;
12601
- font-size: var(--form-element-small-font-size, 14px); }
12600
+ font-size: 12px;
12601
+ font-size: var(--form-element-small-font-size, 12px); }
12602
12602
  .next-date-picker2-input.next-date-picker2-input-small input::-moz-placeholder {
12603
- font-size: 14px;
12604
- font-size: var(--form-element-small-font-size, 14px); }
12603
+ font-size: 12px;
12604
+ font-size: var(--form-element-small-font-size, 12px); }
12605
12605
  .next-date-picker2-input.next-date-picker2-input-small input::-ms-input-placeholder {
12606
- font-size: 14px;
12607
- font-size: var(--form-element-small-font-size, 14px); }
12606
+ font-size: 12px;
12607
+ font-size: var(--form-element-small-font-size, 12px); }
12608
12608
  .next-date-picker2-input.next-date-picker2-input-small input::placeholder {
12609
- font-size: 14px;
12610
- font-size: var(--form-element-small-font-size, 14px); }
12609
+ font-size: 12px;
12610
+ font-size: var(--form-element-small-font-size, 12px); }
12611
12611
  .next-date-picker2-input.next-date-picker2-input-small .next-input-text-field {
12612
12612
  padding: 0 8px;
12613
12613
  padding: 0 var(--input-s-padding, 8px);
12614
- font-size: 14px;
12615
- font-size: var(--form-element-small-font-size, 14px);
12614
+ font-size: 12px;
12615
+ font-size: var(--form-element-small-font-size, 12px);
12616
12616
  height: calc(24px - 1px*2);
12617
12617
  height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px)*2);
12618
12618
  line-height: calc(24px - 1px*2);