@alifd/theme-panda 0.1.3 → 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.
- package/design-token.js +1 -1
- package/dist/next-1.css +59 -59
- package/dist/next-2.css +140 -140
- package/dist/next-noreset-1.css +59 -59
- package/dist/next-noreset-2.css +140 -140
- package/dist/next-noreset.css +198 -198
- package/dist/next-noreset.min-1.css +2 -2
- package/dist/next-noreset.min-2.css +2 -2
- package/dist/next-noreset.min.css +2 -2
- package/dist/next-noreset.var-1.css +117 -117
- package/dist/next-noreset.var-2.css +279 -279
- package/dist/next-noreset.var.css +395 -395
- package/dist/next-noreset.var.min-1.css +2 -2
- package/dist/next-noreset.var.min-2.css +2 -2
- package/dist/next-noreset.var.min.css +2 -2
- package/dist/next.css +198 -198
- package/dist/next.js +1 -1
- package/dist/next.min-1.css +2 -2
- package/dist/next.min-2.css +2 -2
- package/dist/next.min.css +2 -2
- package/dist/next.var-1.css +117 -117
- package/dist/next.var-2.css +279 -279
- package/dist/next.var.css +395 -395
- package/dist/next.var.min-1.css +2 -2
- package/dist/next.var.min-2.css +2 -2
- package/dist/next.var.min.css +2 -2
- package/package.json +2 -2
- package/variables.css +224 -212
- package/variables.js +10 -4
- package/variables.less +87 -84
- package/variables.scss +87 -84
- package/variables.scss2css.scss +217 -208
package/dist/next-2.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-panda@0.1
|
|
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)
|
|
@@ -725,12 +725,12 @@
|
|
|
725
725
|
line-height: inherit; }
|
|
726
726
|
|
|
727
727
|
.next-pagination[dir="rtl"].next-small .next-pagination-display {
|
|
728
|
-
font-size:
|
|
728
|
+
font-size: 12px; }
|
|
729
729
|
.next-pagination[dir="rtl"].next-small .next-pagination-display em {
|
|
730
|
-
font-size:
|
|
730
|
+
font-size: 12px; }
|
|
731
731
|
|
|
732
732
|
.next-pagination[dir="rtl"].next-small .next-pagination-jump-text {
|
|
733
|
-
font-size:
|
|
733
|
+
font-size: 12px; }
|
|
734
734
|
|
|
735
735
|
.next-pagination[dir="rtl"].next-small .next-pagination-jump-input {
|
|
736
736
|
width: 28px; }
|
|
@@ -738,7 +738,7 @@
|
|
|
738
738
|
.next-pagination[dir="rtl"].next-small .next-pagination-size-selector-title {
|
|
739
739
|
height: 24px;
|
|
740
740
|
line-height: 24px;
|
|
741
|
-
font-size:
|
|
741
|
+
font-size: 12px;
|
|
742
742
|
vertical-align: middle; }
|
|
743
743
|
|
|
744
744
|
.next-pagination[dir="rtl"].next-small .next-pagination-size-selector-btn {
|
|
@@ -988,17 +988,17 @@
|
|
|
988
988
|
font-size: 12px;
|
|
989
989
|
line-height: inherit; }
|
|
990
990
|
.next-pagination.next-small .next-pagination-display {
|
|
991
|
-
font-size:
|
|
991
|
+
font-size: 12px; }
|
|
992
992
|
.next-pagination.next-small .next-pagination-display em {
|
|
993
|
-
font-size:
|
|
993
|
+
font-size: 12px; }
|
|
994
994
|
.next-pagination.next-small .next-pagination-jump-text {
|
|
995
|
-
font-size:
|
|
995
|
+
font-size: 12px; }
|
|
996
996
|
.next-pagination.next-small .next-pagination-jump-input {
|
|
997
997
|
width: 28px; }
|
|
998
998
|
.next-pagination.next-small .next-pagination-size-selector-title {
|
|
999
999
|
height: 24px;
|
|
1000
1000
|
line-height: 24px;
|
|
1001
|
-
font-size:
|
|
1001
|
+
font-size: 12px;
|
|
1002
1002
|
vertical-align: middle; }
|
|
1003
1003
|
.next-pagination.next-small .next-pagination-size-selector-btn {
|
|
1004
1004
|
padding: 0 8px; }
|
|
@@ -1248,7 +1248,7 @@
|
|
|
1248
1248
|
top: 50%;
|
|
1249
1249
|
margin-top: -2px; }
|
|
1250
1250
|
.next-progress-line.next-small .next-progress-line-text {
|
|
1251
|
-
font-size:
|
|
1251
|
+
font-size: 12px;
|
|
1252
1252
|
line-height: 4px; }
|
|
1253
1253
|
.next-progress-line.next-medium .next-progress-line-underlay {
|
|
1254
1254
|
border-radius: 16px;
|
|
@@ -1259,7 +1259,7 @@
|
|
|
1259
1259
|
top: 50%;
|
|
1260
1260
|
margin-top: -4px; }
|
|
1261
1261
|
.next-progress-line.next-medium .next-progress-line-text {
|
|
1262
|
-
font-size:
|
|
1262
|
+
font-size: 12px;
|
|
1263
1263
|
line-height: 8px; }
|
|
1264
1264
|
.next-progress-line.next-large .next-progress-line-underlay {
|
|
1265
1265
|
border-radius: 16px;
|
|
@@ -1293,7 +1293,7 @@
|
|
|
1293
1293
|
top: 50%;
|
|
1294
1294
|
margin-top: -2px; }
|
|
1295
1295
|
.next-progress-line-show-border.next-small .next-progress-line-text {
|
|
1296
|
-
font-size:
|
|
1296
|
+
font-size: 12px;
|
|
1297
1297
|
line-height: 6px; }
|
|
1298
1298
|
.next-progress-line-show-border.next-medium .next-progress-line-underlay {
|
|
1299
1299
|
border-radius: 16px;
|
|
@@ -1304,7 +1304,7 @@
|
|
|
1304
1304
|
top: 50%;
|
|
1305
1305
|
margin-top: -4px; }
|
|
1306
1306
|
.next-progress-line-show-border.next-medium .next-progress-line-text {
|
|
1307
|
-
font-size:
|
|
1307
|
+
font-size: 12px;
|
|
1308
1308
|
line-height: 10px; }
|
|
1309
1309
|
.next-progress-line-show-border.next-large .next-progress-line-underlay {
|
|
1310
1310
|
border-radius: 16px;
|
|
@@ -1725,7 +1725,7 @@
|
|
|
1725
1725
|
/* 尺寸 */
|
|
1726
1726
|
/* ======================================== */
|
|
1727
1727
|
.next-rating-small {
|
|
1728
|
-
font-size:
|
|
1728
|
+
font-size: 12px; }
|
|
1729
1729
|
.next-rating-small .next-icon:before,
|
|
1730
1730
|
.next-rating-small .next-icon .next-icon-remote {
|
|
1731
1731
|
width: 12px;
|
|
@@ -2613,7 +2613,7 @@
|
|
|
2613
2613
|
word-break: break-word; }
|
|
2614
2614
|
.next-step-arrow > .next-step-item-wait .next-step-item-content {
|
|
2615
2615
|
color: #999999;
|
|
2616
|
-
font-size:
|
|
2616
|
+
font-size: 12px;
|
|
2617
2617
|
line-height: 1.5;
|
|
2618
2618
|
word-break: break-word; }
|
|
2619
2619
|
.next-step-arrow > .next-step-item-wait .next-step-item-node-placeholder {
|
|
@@ -2629,7 +2629,7 @@
|
|
|
2629
2629
|
display: block;
|
|
2630
2630
|
width: 32px;
|
|
2631
2631
|
height: 32px;
|
|
2632
|
-
font-size:
|
|
2632
|
+
font-size: 12px;
|
|
2633
2633
|
font-weight: normal;
|
|
2634
2634
|
line-height: 30px;
|
|
2635
2635
|
text-align: center;
|
|
@@ -2672,7 +2672,7 @@
|
|
|
2672
2672
|
word-break: break-word; }
|
|
2673
2673
|
.next-step-arrow > .next-step-item-process .next-step-item-content {
|
|
2674
2674
|
color: #FFFFFF;
|
|
2675
|
-
font-size:
|
|
2675
|
+
font-size: 12px;
|
|
2676
2676
|
line-height: 1.5;
|
|
2677
2677
|
word-break: break-word; }
|
|
2678
2678
|
.next-step-arrow > .next-step-item-process .next-step-item-node-placeholder {
|
|
@@ -2688,7 +2688,7 @@
|
|
|
2688
2688
|
display: block;
|
|
2689
2689
|
width: 32px;
|
|
2690
2690
|
height: 32px;
|
|
2691
|
-
font-size:
|
|
2691
|
+
font-size: 12px;
|
|
2692
2692
|
font-weight: normal;
|
|
2693
2693
|
line-height: 30px;
|
|
2694
2694
|
text-align: center;
|
|
@@ -2731,7 +2731,7 @@
|
|
|
2731
2731
|
word-break: break-word; }
|
|
2732
2732
|
.next-step-arrow > .next-step-item-finish .next-step-item-content {
|
|
2733
2733
|
color: #257df9;
|
|
2734
|
-
font-size:
|
|
2734
|
+
font-size: 12px;
|
|
2735
2735
|
line-height: 1.5;
|
|
2736
2736
|
word-break: break-word; }
|
|
2737
2737
|
.next-step-arrow > .next-step-item-finish .next-step-item-node-placeholder {
|
|
@@ -2747,7 +2747,7 @@
|
|
|
2747
2747
|
display: block;
|
|
2748
2748
|
width: 32px;
|
|
2749
2749
|
height: 32px;
|
|
2750
|
-
font-size:
|
|
2750
|
+
font-size: 12px;
|
|
2751
2751
|
font-weight: normal;
|
|
2752
2752
|
line-height: 30px;
|
|
2753
2753
|
text-align: center;
|
|
@@ -2791,7 +2791,7 @@
|
|
|
2791
2791
|
word-break: break-word; }
|
|
2792
2792
|
.next-step-arrow .next-step-item-disabled .next-step-item-content {
|
|
2793
2793
|
color: rgba(0, 0, 0, 0.4);
|
|
2794
|
-
font-size:
|
|
2794
|
+
font-size: 12px;
|
|
2795
2795
|
line-height: 1.5;
|
|
2796
2796
|
word-break: break-word; }
|
|
2797
2797
|
.next-step-arrow .next-step-item-disabled .next-step-item-node-placeholder {
|
|
@@ -2807,7 +2807,7 @@
|
|
|
2807
2807
|
display: block;
|
|
2808
2808
|
width: 32px;
|
|
2809
2809
|
height: 32px;
|
|
2810
|
-
font-size:
|
|
2810
|
+
font-size: 12px;
|
|
2811
2811
|
font-weight: normal;
|
|
2812
2812
|
line-height: 30px;
|
|
2813
2813
|
text-align: center;
|
|
@@ -2887,7 +2887,7 @@
|
|
|
2887
2887
|
|
|
2888
2888
|
.next-step-circle > .next-step-item-wait .next-step-item-content {
|
|
2889
2889
|
color: rgba(0, 0, 0, 0.75);
|
|
2890
|
-
font-size:
|
|
2890
|
+
font-size: 12px;
|
|
2891
2891
|
line-height: 1.5;
|
|
2892
2892
|
word-break: break-word; }
|
|
2893
2893
|
|
|
@@ -2905,7 +2905,7 @@
|
|
|
2905
2905
|
display: block;
|
|
2906
2906
|
width: 32px;
|
|
2907
2907
|
height: 32px;
|
|
2908
|
-
font-size:
|
|
2908
|
+
font-size: 12px;
|
|
2909
2909
|
font-weight: normal;
|
|
2910
2910
|
line-height: 30px;
|
|
2911
2911
|
text-align: center;
|
|
@@ -2949,7 +2949,7 @@
|
|
|
2949
2949
|
|
|
2950
2950
|
.next-step-circle > .next-step-item-process .next-step-item-content {
|
|
2951
2951
|
color: #2e3038;
|
|
2952
|
-
font-size:
|
|
2952
|
+
font-size: 12px;
|
|
2953
2953
|
line-height: 1.5;
|
|
2954
2954
|
word-break: break-word; }
|
|
2955
2955
|
|
|
@@ -2967,7 +2967,7 @@
|
|
|
2967
2967
|
display: block;
|
|
2968
2968
|
width: 32px;
|
|
2969
2969
|
height: 32px;
|
|
2970
|
-
font-size:
|
|
2970
|
+
font-size: 12px;
|
|
2971
2971
|
font-weight: normal;
|
|
2972
2972
|
line-height: 30px;
|
|
2973
2973
|
text-align: center;
|
|
@@ -3011,7 +3011,7 @@
|
|
|
3011
3011
|
|
|
3012
3012
|
.next-step-circle > .next-step-item-finish .next-step-item-content {
|
|
3013
3013
|
color: rgba(0, 0, 0, 0.75);
|
|
3014
|
-
font-size:
|
|
3014
|
+
font-size: 12px;
|
|
3015
3015
|
line-height: 1.5;
|
|
3016
3016
|
word-break: break-word; }
|
|
3017
3017
|
|
|
@@ -3029,7 +3029,7 @@
|
|
|
3029
3029
|
display: block;
|
|
3030
3030
|
width: 32px;
|
|
3031
3031
|
height: 32px;
|
|
3032
|
-
font-size:
|
|
3032
|
+
font-size: 12px;
|
|
3033
3033
|
font-weight: normal;
|
|
3034
3034
|
line-height: 30px;
|
|
3035
3035
|
text-align: center;
|
|
@@ -3073,7 +3073,7 @@
|
|
|
3073
3073
|
|
|
3074
3074
|
.next-step-circle .next-step-item-disabled .next-step-item-content {
|
|
3075
3075
|
color: rgba(0, 0, 0, 0.4);
|
|
3076
|
-
font-size:
|
|
3076
|
+
font-size: 12px;
|
|
3077
3077
|
line-height: 1.5;
|
|
3078
3078
|
word-break: break-word; }
|
|
3079
3079
|
|
|
@@ -3091,7 +3091,7 @@
|
|
|
3091
3091
|
display: block;
|
|
3092
3092
|
width: 32px;
|
|
3093
3093
|
height: 32px;
|
|
3094
|
-
font-size:
|
|
3094
|
+
font-size: 12px;
|
|
3095
3095
|
font-weight: normal;
|
|
3096
3096
|
line-height: 30px;
|
|
3097
3097
|
text-align: center;
|
|
@@ -3373,7 +3373,7 @@
|
|
|
3373
3373
|
margin-top: 4px;
|
|
3374
3374
|
min-height: 8px;
|
|
3375
3375
|
text-align: left;
|
|
3376
|
-
font-size:
|
|
3376
|
+
font-size: 12px;
|
|
3377
3377
|
line-height: 1.5; }
|
|
3378
3378
|
.next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail {
|
|
3379
3379
|
width: 1px;
|
|
@@ -3404,7 +3404,7 @@
|
|
|
3404
3404
|
margin-top: 4px;
|
|
3405
3405
|
min-height: 8px;
|
|
3406
3406
|
text-align: left;
|
|
3407
|
-
font-size:
|
|
3407
|
+
font-size: 12px;
|
|
3408
3408
|
line-height: 1.5; }
|
|
3409
3409
|
.next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail {
|
|
3410
3410
|
width: 1px;
|
|
@@ -3435,7 +3435,7 @@
|
|
|
3435
3435
|
margin-top: 4px;
|
|
3436
3436
|
min-height: 8px;
|
|
3437
3437
|
text-align: left;
|
|
3438
|
-
font-size:
|
|
3438
|
+
font-size: 12px;
|
|
3439
3439
|
line-height: 1.5; }
|
|
3440
3440
|
.next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
|
|
3441
3441
|
width: 1px;
|
|
@@ -3466,7 +3466,7 @@
|
|
|
3466
3466
|
margin-top: 4px;
|
|
3467
3467
|
min-height: 8px;
|
|
3468
3468
|
text-align: left;
|
|
3469
|
-
font-size:
|
|
3469
|
+
font-size: 12px;
|
|
3470
3470
|
line-height: 1.5; }
|
|
3471
3471
|
|
|
3472
3472
|
.next-step-dot .next-step-item-container {
|
|
@@ -3516,7 +3516,7 @@
|
|
|
3516
3516
|
|
|
3517
3517
|
.next-step-dot > .next-step-item-wait .next-step-item-content {
|
|
3518
3518
|
color: rgba(0, 0, 0, 0.75);
|
|
3519
|
-
font-size:
|
|
3519
|
+
font-size: 12px;
|
|
3520
3520
|
line-height: 1.5;
|
|
3521
3521
|
word-break: break-word; }
|
|
3522
3522
|
|
|
@@ -3534,7 +3534,7 @@
|
|
|
3534
3534
|
display: block;
|
|
3535
3535
|
width: 12px;
|
|
3536
3536
|
height: 12px;
|
|
3537
|
-
font-size:
|
|
3537
|
+
font-size: 12px;
|
|
3538
3538
|
font-weight: normal;
|
|
3539
3539
|
line-height: 10px;
|
|
3540
3540
|
text-align: center;
|
|
@@ -3552,13 +3552,13 @@
|
|
|
3552
3552
|
line-height: inherit; }
|
|
3553
3553
|
|
|
3554
3554
|
.next-step-dot > .next-step-item-wait .next-step-item-content {
|
|
3555
|
-
font-size:
|
|
3555
|
+
font-size: 12px; }
|
|
3556
3556
|
|
|
3557
3557
|
.next-step-dot > .next-step-item-wait .next-step-item-node-dot {
|
|
3558
3558
|
display: block;
|
|
3559
3559
|
width: 12px;
|
|
3560
3560
|
height: 12px;
|
|
3561
|
-
font-size:
|
|
3561
|
+
font-size: 12px;
|
|
3562
3562
|
line-height: 10px;
|
|
3563
3563
|
text-align: center;
|
|
3564
3564
|
border: 1px solid;
|
|
@@ -3593,7 +3593,7 @@
|
|
|
3593
3593
|
|
|
3594
3594
|
.next-step-dot > .next-step-item-process .next-step-item-content {
|
|
3595
3595
|
color: #2e3038;
|
|
3596
|
-
font-size:
|
|
3596
|
+
font-size: 12px;
|
|
3597
3597
|
line-height: 1.5;
|
|
3598
3598
|
word-break: break-word; }
|
|
3599
3599
|
|
|
@@ -3611,7 +3611,7 @@
|
|
|
3611
3611
|
display: block;
|
|
3612
3612
|
width: 12px;
|
|
3613
3613
|
height: 12px;
|
|
3614
|
-
font-size:
|
|
3614
|
+
font-size: 12px;
|
|
3615
3615
|
font-weight: normal;
|
|
3616
3616
|
line-height: 10px;
|
|
3617
3617
|
text-align: center;
|
|
@@ -3629,13 +3629,13 @@
|
|
|
3629
3629
|
line-height: inherit; }
|
|
3630
3630
|
|
|
3631
3631
|
.next-step-dot > .next-step-item-process .next-step-item-content {
|
|
3632
|
-
font-size:
|
|
3632
|
+
font-size: 12px; }
|
|
3633
3633
|
|
|
3634
3634
|
.next-step-dot > .next-step-item-process .next-step-item-node-dot {
|
|
3635
3635
|
display: block;
|
|
3636
3636
|
width: 12px;
|
|
3637
3637
|
height: 12px;
|
|
3638
|
-
font-size:
|
|
3638
|
+
font-size: 12px;
|
|
3639
3639
|
line-height: 10px;
|
|
3640
3640
|
text-align: center;
|
|
3641
3641
|
border: 1px solid;
|
|
@@ -3670,7 +3670,7 @@
|
|
|
3670
3670
|
|
|
3671
3671
|
.next-step-dot > .next-step-item-finish .next-step-item-content {
|
|
3672
3672
|
color: rgba(0, 0, 0, 0.75);
|
|
3673
|
-
font-size:
|
|
3673
|
+
font-size: 12px;
|
|
3674
3674
|
line-height: 1.5;
|
|
3675
3675
|
word-break: break-word; }
|
|
3676
3676
|
|
|
@@ -3688,7 +3688,7 @@
|
|
|
3688
3688
|
display: block;
|
|
3689
3689
|
width: 12px;
|
|
3690
3690
|
height: 12px;
|
|
3691
|
-
font-size:
|
|
3691
|
+
font-size: 12px;
|
|
3692
3692
|
font-weight: normal;
|
|
3693
3693
|
line-height: 10px;
|
|
3694
3694
|
text-align: center;
|
|
@@ -3706,13 +3706,13 @@
|
|
|
3706
3706
|
line-height: inherit; }
|
|
3707
3707
|
|
|
3708
3708
|
.next-step-dot > .next-step-item-finish .next-step-item-content {
|
|
3709
|
-
font-size:
|
|
3709
|
+
font-size: 12px; }
|
|
3710
3710
|
|
|
3711
3711
|
.next-step-dot > .next-step-item-finish .next-step-item-node-dot {
|
|
3712
3712
|
display: block;
|
|
3713
3713
|
width: 12px;
|
|
3714
3714
|
height: 12px;
|
|
3715
|
-
font-size:
|
|
3715
|
+
font-size: 12px;
|
|
3716
3716
|
line-height: 10px;
|
|
3717
3717
|
text-align: center;
|
|
3718
3718
|
border: 1px solid;
|
|
@@ -3747,7 +3747,7 @@
|
|
|
3747
3747
|
|
|
3748
3748
|
.next-step-dot .next-step-item-disabled .next-step-item-content {
|
|
3749
3749
|
color: rgba(0, 0, 0, 0.4);
|
|
3750
|
-
font-size:
|
|
3750
|
+
font-size: 12px;
|
|
3751
3751
|
line-height: 1.5;
|
|
3752
3752
|
word-break: break-word; }
|
|
3753
3753
|
|
|
@@ -3765,7 +3765,7 @@
|
|
|
3765
3765
|
display: block;
|
|
3766
3766
|
width: 12px;
|
|
3767
3767
|
height: 12px;
|
|
3768
|
-
font-size:
|
|
3768
|
+
font-size: 12px;
|
|
3769
3769
|
font-weight: normal;
|
|
3770
3770
|
line-height: 10px;
|
|
3771
3771
|
text-align: center;
|
|
@@ -3783,13 +3783,13 @@
|
|
|
3783
3783
|
line-height: inherit; }
|
|
3784
3784
|
|
|
3785
3785
|
.next-step-dot .next-step-item-disabled .next-step-item-content {
|
|
3786
|
-
font-size:
|
|
3786
|
+
font-size: 12px; }
|
|
3787
3787
|
|
|
3788
3788
|
.next-step-dot .next-step-item-disabled .next-step-item-node-dot {
|
|
3789
3789
|
display: block;
|
|
3790
3790
|
width: 12px;
|
|
3791
3791
|
height: 12px;
|
|
3792
|
-
font-size:
|
|
3792
|
+
font-size: 12px;
|
|
3793
3793
|
line-height: 10px;
|
|
3794
3794
|
text-align: center;
|
|
3795
3795
|
border: 1px solid;
|
|
@@ -3969,7 +3969,7 @@
|
|
|
3969
3969
|
margin-top: 8px;
|
|
3970
3970
|
min-height: 8px;
|
|
3971
3971
|
text-align: left;
|
|
3972
|
-
font-size:
|
|
3972
|
+
font-size: 12px;
|
|
3973
3973
|
line-height: 1.5; }
|
|
3974
3974
|
.next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail {
|
|
3975
3975
|
width: 1px;
|
|
@@ -4000,7 +4000,7 @@
|
|
|
4000
4000
|
margin-top: 8px;
|
|
4001
4001
|
min-height: 8px;
|
|
4002
4002
|
text-align: left;
|
|
4003
|
-
font-size:
|
|
4003
|
+
font-size: 12px;
|
|
4004
4004
|
line-height: 1.5; }
|
|
4005
4005
|
.next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail {
|
|
4006
4006
|
width: 1px;
|
|
@@ -4031,7 +4031,7 @@
|
|
|
4031
4031
|
margin-top: 8px;
|
|
4032
4032
|
min-height: 8px;
|
|
4033
4033
|
text-align: left;
|
|
4034
|
-
font-size:
|
|
4034
|
+
font-size: 12px;
|
|
4035
4035
|
line-height: 1.5; }
|
|
4036
4036
|
.next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
|
|
4037
4037
|
width: 1px;
|
|
@@ -4062,7 +4062,7 @@
|
|
|
4062
4062
|
margin-top: 8px;
|
|
4063
4063
|
min-height: 8px;
|
|
4064
4064
|
text-align: left;
|
|
4065
|
-
font-size:
|
|
4065
|
+
font-size: 12px;
|
|
4066
4066
|
line-height: 1.5; }
|
|
4067
4067
|
|
|
4068
4068
|
.next-step-horizontal[dir="rtl"] > .next-step-item {
|
|
@@ -4508,7 +4508,7 @@
|
|
|
4508
4508
|
height: 20px;
|
|
4509
4509
|
line-height: 20px; }
|
|
4510
4510
|
.next-switch-small > .next-switch-children {
|
|
4511
|
-
font-size:
|
|
4511
|
+
font-size: 12px; }
|
|
4512
4512
|
.next-switch-small.next-switch.next-switch-on > .next-switch-children {
|
|
4513
4513
|
margin: 0 28px 0 8px; }
|
|
4514
4514
|
.next-switch-small.next-switch.next-switch-off > .next-switch-children {
|
|
@@ -4737,7 +4737,7 @@
|
|
|
4737
4737
|
padding-right: 60px; }
|
|
4738
4738
|
.next-tabs.next-medium .next-tabs-tab-inner {
|
|
4739
4739
|
font-size: 14px;
|
|
4740
|
-
padding:
|
|
4740
|
+
padding: 16px 16px; }
|
|
4741
4741
|
.next-tabs.next-medium .next-tabs-tab-inner .next-icon {
|
|
4742
4742
|
line-height: 1; }
|
|
4743
4743
|
.next-tabs.next-medium .next-tabs-tab-inner .next-icon:before,
|
|
@@ -4764,7 +4764,7 @@
|
|
|
4764
4764
|
.next-tabs.next-small .next-tabs-nav-container-scrolling {
|
|
4765
4765
|
padding-right: 56px; }
|
|
4766
4766
|
.next-tabs.next-small .next-tabs-tab-inner {
|
|
4767
|
-
font-size:
|
|
4767
|
+
font-size: 12px;
|
|
4768
4768
|
padding: 8px 12px; }
|
|
4769
4769
|
.next-tabs.next-small .next-tabs-tab-inner .next-icon {
|
|
4770
4770
|
line-height: 1; }
|
|
@@ -5598,7 +5598,7 @@
|
|
|
5598
5598
|
line-height: 26px;
|
|
5599
5599
|
font-size: 0; }
|
|
5600
5600
|
.next-tag-small > .next-tag-body {
|
|
5601
|
-
font-size:
|
|
5601
|
+
font-size: 12px;
|
|
5602
5602
|
padding: 0 8px;
|
|
5603
5603
|
min-width: 28px; }
|
|
5604
5604
|
.next-tag-small.next-tag-closable > .next-tag-body {
|
|
@@ -5747,7 +5747,7 @@
|
|
|
5747
5747
|
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
|
|
5748
5748
|
width: 40px;
|
|
5749
5749
|
height: auto;
|
|
5750
|
-
font-size:
|
|
5750
|
+
font-size: 12px;
|
|
5751
5751
|
word-break: break-all;
|
|
5752
5752
|
margin-right: -12px;
|
|
5753
5753
|
margin-left: 0;
|
|
@@ -5812,7 +5812,7 @@
|
|
|
5812
5812
|
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
|
|
5813
5813
|
margin: 0;
|
|
5814
5814
|
margin-top: 4px;
|
|
5815
|
-
font-size:
|
|
5815
|
+
font-size: 12px;
|
|
5816
5816
|
line-height: 1.5;
|
|
5817
5817
|
color: rgba(0, 0, 0, 0.75);
|
|
5818
5818
|
text-align: right; }
|
|
@@ -5820,14 +5820,14 @@
|
|
|
5820
5820
|
margin: 0;
|
|
5821
5821
|
margin-top: 4px;
|
|
5822
5822
|
margin-bottom: 12px;
|
|
5823
|
-
font-size:
|
|
5823
|
+
font-size: 12px;
|
|
5824
5824
|
color: #999999;
|
|
5825
5825
|
text-align: right; }
|
|
5826
5826
|
.next-timeline[dir='rtl'] .next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content {
|
|
5827
5827
|
position: absolute;
|
|
5828
5828
|
width: 80px;
|
|
5829
5829
|
display: inline-block;
|
|
5830
|
-
font-size:
|
|
5830
|
+
font-size: 12px;
|
|
5831
5831
|
color: #999999;
|
|
5832
5832
|
line-height: 1.5;
|
|
5833
5833
|
margin-top: 4px;
|
|
@@ -5866,7 +5866,7 @@
|
|
|
5866
5866
|
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
|
|
5867
5867
|
width: 40px;
|
|
5868
5868
|
height: auto;
|
|
5869
|
-
font-size:
|
|
5869
|
+
font-size: 12px;
|
|
5870
5870
|
word-break: break-all;
|
|
5871
5871
|
margin-right: -12px;
|
|
5872
5872
|
margin-left: 0;
|
|
@@ -5931,7 +5931,7 @@
|
|
|
5931
5931
|
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
|
|
5932
5932
|
margin: 0;
|
|
5933
5933
|
margin-top: 4px;
|
|
5934
|
-
font-size:
|
|
5934
|
+
font-size: 12px;
|
|
5935
5935
|
line-height: 1.5;
|
|
5936
5936
|
color: rgba(0, 0, 0, 0.75);
|
|
5937
5937
|
text-align: right; }
|
|
@@ -5939,14 +5939,14 @@
|
|
|
5939
5939
|
margin: 0;
|
|
5940
5940
|
margin-top: 4px;
|
|
5941
5941
|
margin-bottom: 12px;
|
|
5942
|
-
font-size:
|
|
5942
|
+
font-size: 12px;
|
|
5943
5943
|
color: #999999;
|
|
5944
5944
|
text-align: right; }
|
|
5945
5945
|
.next-timeline[dir='rtl'] .next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content {
|
|
5946
5946
|
position: absolute;
|
|
5947
5947
|
width: 80px;
|
|
5948
5948
|
display: inline-block;
|
|
5949
|
-
font-size:
|
|
5949
|
+
font-size: 12px;
|
|
5950
5950
|
color: #999999;
|
|
5951
5951
|
line-height: 1.5;
|
|
5952
5952
|
margin-top: 4px;
|
|
@@ -5985,7 +5985,7 @@
|
|
|
5985
5985
|
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
|
|
5986
5986
|
width: 40px;
|
|
5987
5987
|
height: auto;
|
|
5988
|
-
font-size:
|
|
5988
|
+
font-size: 12px;
|
|
5989
5989
|
word-break: break-all;
|
|
5990
5990
|
margin-right: -12px;
|
|
5991
5991
|
margin-left: 0;
|
|
@@ -6050,7 +6050,7 @@
|
|
|
6050
6050
|
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
|
|
6051
6051
|
margin: 0;
|
|
6052
6052
|
margin-top: 4px;
|
|
6053
|
-
font-size:
|
|
6053
|
+
font-size: 12px;
|
|
6054
6054
|
line-height: 1.5;
|
|
6055
6055
|
color: rgba(0, 0, 0, 0.75);
|
|
6056
6056
|
text-align: right; }
|
|
@@ -6058,14 +6058,14 @@
|
|
|
6058
6058
|
margin: 0;
|
|
6059
6059
|
margin-top: 4px;
|
|
6060
6060
|
margin-bottom: 12px;
|
|
6061
|
-
font-size:
|
|
6061
|
+
font-size: 12px;
|
|
6062
6062
|
color: #999999;
|
|
6063
6063
|
text-align: right; }
|
|
6064
6064
|
.next-timeline[dir='rtl'] .next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content {
|
|
6065
6065
|
position: absolute;
|
|
6066
6066
|
width: 80px;
|
|
6067
6067
|
display: inline-block;
|
|
6068
|
-
font-size:
|
|
6068
|
+
font-size: 12px;
|
|
6069
6069
|
color: #999999;
|
|
6070
6070
|
line-height: 1.5;
|
|
6071
6071
|
margin-top: 4px;
|
|
@@ -6104,7 +6104,7 @@
|
|
|
6104
6104
|
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
|
|
6105
6105
|
width: 40px;
|
|
6106
6106
|
height: auto;
|
|
6107
|
-
font-size:
|
|
6107
|
+
font-size: 12px;
|
|
6108
6108
|
word-break: break-all;
|
|
6109
6109
|
margin-right: -12px;
|
|
6110
6110
|
margin-left: 0;
|
|
@@ -6169,7 +6169,7 @@
|
|
|
6169
6169
|
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
|
|
6170
6170
|
margin: 0;
|
|
6171
6171
|
margin-top: 4px;
|
|
6172
|
-
font-size:
|
|
6172
|
+
font-size: 12px;
|
|
6173
6173
|
line-height: 1.5;
|
|
6174
6174
|
color: rgba(0, 0, 0, 0.75);
|
|
6175
6175
|
text-align: right; }
|
|
@@ -6177,14 +6177,14 @@
|
|
|
6177
6177
|
margin: 0;
|
|
6178
6178
|
margin-top: 4px;
|
|
6179
6179
|
margin-bottom: 12px;
|
|
6180
|
-
font-size:
|
|
6180
|
+
font-size: 12px;
|
|
6181
6181
|
color: #999999;
|
|
6182
6182
|
text-align: right; }
|
|
6183
6183
|
.next-timeline[dir='rtl'] .next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content {
|
|
6184
6184
|
position: absolute;
|
|
6185
6185
|
width: 80px;
|
|
6186
6186
|
display: inline-block;
|
|
6187
|
-
font-size:
|
|
6187
|
+
font-size: 12px;
|
|
6188
6188
|
color: #999999;
|
|
6189
6189
|
line-height: 1.5;
|
|
6190
6190
|
margin-top: 4px;
|
|
@@ -6218,7 +6218,7 @@
|
|
|
6218
6218
|
padding-left: 28px;
|
|
6219
6219
|
padding-top: 4px;
|
|
6220
6220
|
padding-bottom: 4px;
|
|
6221
|
-
font-size:
|
|
6221
|
+
font-size: 12px;
|
|
6222
6222
|
line-height: 1.5;
|
|
6223
6223
|
position: relative;
|
|
6224
6224
|
/* min-height: auto !important; */ }
|
|
@@ -6253,7 +6253,7 @@
|
|
|
6253
6253
|
.next-timeline-item-done .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
|
|
6254
6254
|
width: 40px;
|
|
6255
6255
|
height: auto;
|
|
6256
|
-
font-size:
|
|
6256
|
+
font-size: 12px;
|
|
6257
6257
|
word-break: break-all;
|
|
6258
6258
|
margin-left: -12px;
|
|
6259
6259
|
line-height: 1; }
|
|
@@ -6315,7 +6315,7 @@
|
|
|
6315
6315
|
.next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
|
|
6316
6316
|
margin: 0;
|
|
6317
6317
|
margin-top: 4px;
|
|
6318
|
-
font-size:
|
|
6318
|
+
font-size: 12px;
|
|
6319
6319
|
line-height: 1.5;
|
|
6320
6320
|
color: rgba(0, 0, 0, 0.75);
|
|
6321
6321
|
text-align: left; }
|
|
@@ -6323,14 +6323,14 @@
|
|
|
6323
6323
|
margin: 0;
|
|
6324
6324
|
margin-top: 4px;
|
|
6325
6325
|
margin-bottom: 12px;
|
|
6326
|
-
font-size:
|
|
6326
|
+
font-size: 12px;
|
|
6327
6327
|
color: #999999;
|
|
6328
6328
|
text-align: left; }
|
|
6329
6329
|
.next-timeline-item-done.next-timeline-item-has-left-content > .next-timeline-item-left-content {
|
|
6330
6330
|
position: absolute;
|
|
6331
6331
|
width: 80px;
|
|
6332
6332
|
display: inline-block;
|
|
6333
|
-
font-size:
|
|
6333
|
+
font-size: 12px;
|
|
6334
6334
|
color: #999999;
|
|
6335
6335
|
line-height: 1.5;
|
|
6336
6336
|
margin-top: 4px;
|
|
@@ -6365,7 +6365,7 @@
|
|
|
6365
6365
|
.next-timeline-item-process .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
|
|
6366
6366
|
width: 40px;
|
|
6367
6367
|
height: auto;
|
|
6368
|
-
font-size:
|
|
6368
|
+
font-size: 12px;
|
|
6369
6369
|
word-break: break-all;
|
|
6370
6370
|
margin-left: -12px;
|
|
6371
6371
|
line-height: 1; }
|
|
@@ -6427,7 +6427,7 @@
|
|
|
6427
6427
|
.next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
|
|
6428
6428
|
margin: 0;
|
|
6429
6429
|
margin-top: 4px;
|
|
6430
|
-
font-size:
|
|
6430
|
+
font-size: 12px;
|
|
6431
6431
|
line-height: 1.5;
|
|
6432
6432
|
color: rgba(0, 0, 0, 0.75);
|
|
6433
6433
|
text-align: left; }
|
|
@@ -6435,14 +6435,14 @@
|
|
|
6435
6435
|
margin: 0;
|
|
6436
6436
|
margin-top: 4px;
|
|
6437
6437
|
margin-bottom: 12px;
|
|
6438
|
-
font-size:
|
|
6438
|
+
font-size: 12px;
|
|
6439
6439
|
color: #999999;
|
|
6440
6440
|
text-align: left; }
|
|
6441
6441
|
.next-timeline-item-process.next-timeline-item-has-left-content > .next-timeline-item-left-content {
|
|
6442
6442
|
position: absolute;
|
|
6443
6443
|
width: 80px;
|
|
6444
6444
|
display: inline-block;
|
|
6445
|
-
font-size:
|
|
6445
|
+
font-size: 12px;
|
|
6446
6446
|
color: #999999;
|
|
6447
6447
|
line-height: 1.5;
|
|
6448
6448
|
margin-top: 4px;
|
|
@@ -6477,7 +6477,7 @@
|
|
|
6477
6477
|
.next-timeline-item-success .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
|
|
6478
6478
|
width: 40px;
|
|
6479
6479
|
height: auto;
|
|
6480
|
-
font-size:
|
|
6480
|
+
font-size: 12px;
|
|
6481
6481
|
word-break: break-all;
|
|
6482
6482
|
margin-left: -12px;
|
|
6483
6483
|
line-height: 1; }
|
|
@@ -6539,7 +6539,7 @@
|
|
|
6539
6539
|
.next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
|
|
6540
6540
|
margin: 0;
|
|
6541
6541
|
margin-top: 4px;
|
|
6542
|
-
font-size:
|
|
6542
|
+
font-size: 12px;
|
|
6543
6543
|
line-height: 1.5;
|
|
6544
6544
|
color: rgba(0, 0, 0, 0.75);
|
|
6545
6545
|
text-align: left; }
|
|
@@ -6547,14 +6547,14 @@
|
|
|
6547
6547
|
margin: 0;
|
|
6548
6548
|
margin-top: 4px;
|
|
6549
6549
|
margin-bottom: 12px;
|
|
6550
|
-
font-size:
|
|
6550
|
+
font-size: 12px;
|
|
6551
6551
|
color: #999999;
|
|
6552
6552
|
text-align: left; }
|
|
6553
6553
|
.next-timeline-item-success.next-timeline-item-has-left-content > .next-timeline-item-left-content {
|
|
6554
6554
|
position: absolute;
|
|
6555
6555
|
width: 80px;
|
|
6556
6556
|
display: inline-block;
|
|
6557
|
-
font-size:
|
|
6557
|
+
font-size: 12px;
|
|
6558
6558
|
color: #999999;
|
|
6559
6559
|
line-height: 1.5;
|
|
6560
6560
|
margin-top: 4px;
|
|
@@ -6589,7 +6589,7 @@
|
|
|
6589
6589
|
.next-timeline-item-error .next-timeline-item-timeline .next-timeline-item-node.next-timeline-item-node-custom {
|
|
6590
6590
|
width: 40px;
|
|
6591
6591
|
height: auto;
|
|
6592
|
-
font-size:
|
|
6592
|
+
font-size: 12px;
|
|
6593
6593
|
word-break: break-all;
|
|
6594
6594
|
margin-left: -12px;
|
|
6595
6595
|
line-height: 1; }
|
|
@@ -6651,7 +6651,7 @@
|
|
|
6651
6651
|
.next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
|
|
6652
6652
|
margin: 0;
|
|
6653
6653
|
margin-top: 4px;
|
|
6654
|
-
font-size:
|
|
6654
|
+
font-size: 12px;
|
|
6655
6655
|
line-height: 1.5;
|
|
6656
6656
|
color: rgba(0, 0, 0, 0.75);
|
|
6657
6657
|
text-align: left; }
|
|
@@ -6659,14 +6659,14 @@
|
|
|
6659
6659
|
margin: 0;
|
|
6660
6660
|
margin-top: 4px;
|
|
6661
6661
|
margin-bottom: 12px;
|
|
6662
|
-
font-size:
|
|
6662
|
+
font-size: 12px;
|
|
6663
6663
|
color: #999999;
|
|
6664
6664
|
text-align: left; }
|
|
6665
6665
|
.next-timeline-item-error.next-timeline-item-has-left-content > .next-timeline-item-left-content {
|
|
6666
6666
|
position: absolute;
|
|
6667
6667
|
width: 80px;
|
|
6668
6668
|
display: inline-block;
|
|
6669
|
-
font-size:
|
|
6669
|
+
font-size: 12px;
|
|
6670
6670
|
color: #999999;
|
|
6671
6671
|
line-height: 1.5;
|
|
6672
6672
|
margin-top: 4px;
|
|
@@ -6712,7 +6712,7 @@
|
|
|
6712
6712
|
.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
6713
6713
|
margin: 0;
|
|
6714
6714
|
margin-top: 4px;
|
|
6715
|
-
font-size:
|
|
6715
|
+
font-size: 12px;
|
|
6716
6716
|
line-height: 1.5;
|
|
6717
6717
|
color: rgba(0, 0, 0, 0.75);
|
|
6718
6718
|
text-align: right; }
|
|
@@ -6721,7 +6721,7 @@
|
|
|
6721
6721
|
margin: 0;
|
|
6722
6722
|
margin-top: 4px;
|
|
6723
6723
|
margin-bottom: 12px;
|
|
6724
|
-
font-size:
|
|
6724
|
+
font-size: 12px;
|
|
6725
6725
|
color: #999999;
|
|
6726
6726
|
text-align: right; }
|
|
6727
6727
|
|
|
@@ -6765,7 +6765,7 @@
|
|
|
6765
6765
|
|
|
6766
6766
|
.next-timeline[dir='rtl'].next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
6767
6767
|
margin: 0;
|
|
6768
|
-
font-size:
|
|
6768
|
+
font-size: 12px;
|
|
6769
6769
|
line-height: 1.5;
|
|
6770
6770
|
color: rgba(0, 0, 0, 0.75);
|
|
6771
6771
|
text-align: left; }
|
|
@@ -6774,7 +6774,7 @@
|
|
|
6774
6774
|
margin: 0;
|
|
6775
6775
|
margin-top: 4px;
|
|
6776
6776
|
margin-bottom: 12px;
|
|
6777
|
-
font-size:
|
|
6777
|
+
font-size: 12px;
|
|
6778
6778
|
color: #999999;
|
|
6779
6779
|
text-align: left; }
|
|
6780
6780
|
|
|
@@ -7459,7 +7459,7 @@
|
|
|
7459
7459
|
width: 100%;
|
|
7460
7460
|
height: 100%;
|
|
7461
7461
|
color: rgba(0, 0, 0, 0.4);
|
|
7462
|
-
font-size:
|
|
7462
|
+
font-size: 12px; }
|
|
7463
7463
|
.next-upload-list-card .next-upload-list-item-thumbnail img {
|
|
7464
7464
|
max-width: 100%;
|
|
7465
7465
|
max-height: 100%;
|
|
@@ -7487,7 +7487,7 @@
|
|
|
7487
7487
|
width: 100px;
|
|
7488
7488
|
text-align: center;
|
|
7489
7489
|
margin-top: 4px;
|
|
7490
|
-
font-size:
|
|
7490
|
+
font-size: 12px;
|
|
7491
7491
|
color: rgba(0, 0, 0, 0.75);
|
|
7492
7492
|
text-overflow: ellipsis;
|
|
7493
7493
|
white-space: nowrap;
|
|
@@ -7617,7 +7617,7 @@
|
|
|
7617
7617
|
color: rgba(0, 0, 0, 0.75); }
|
|
7618
7618
|
.next-upload-dragable .next-upload-drag-hint {
|
|
7619
7619
|
margin: 4px 0 20px;
|
|
7620
|
-
font-size:
|
|
7620
|
+
font-size: 12px;
|
|
7621
7621
|
color: #999999; }
|
|
7622
7622
|
.next-upload-dragable .next-upload-drag-over {
|
|
7623
7623
|
border-color: #257df9; }
|
|
@@ -8410,21 +8410,21 @@ h6.next-typography-title {
|
|
|
8410
8410
|
-webkit-box-sizing: border-box;
|
|
8411
8411
|
box-sizing: border-box;
|
|
8412
8412
|
position: relative;
|
|
8413
|
-
border-top-left-radius:
|
|
8414
|
-
border-top-right-radius:
|
|
8413
|
+
border-top-left-radius: 8px;
|
|
8414
|
+
border-top-right-radius: 8px;
|
|
8415
8415
|
border-bottom-left-radius: 0px;
|
|
8416
8416
|
border-bottom-right-radius: 0px;
|
|
8417
|
-
border-top: 1px solid
|
|
8418
|
-
border-left: 1px solid
|
|
8417
|
+
border-top: 1px solid rgba(0, 0, 0, 0.08);
|
|
8418
|
+
border-left: 1px solid rgba(0, 0, 0, 0.08); }
|
|
8419
8419
|
.next-table *,
|
|
8420
8420
|
.next-table *:before,
|
|
8421
8421
|
.next-table *:after {
|
|
8422
8422
|
-webkit-box-sizing: border-box;
|
|
8423
8423
|
box-sizing: border-box; }
|
|
8424
8424
|
.next-table .next-table-header tr:first-child th:first-child {
|
|
8425
|
-
border-top-left-radius:
|
|
8425
|
+
border-top-left-radius: 8px; }
|
|
8426
8426
|
.next-table .next-table-header tr:first-child th:last-child {
|
|
8427
|
-
border-top-right-radius:
|
|
8427
|
+
border-top-right-radius: 8px; }
|
|
8428
8428
|
.next-table .next-table-header tr:last-child th:first-child {
|
|
8429
8429
|
border-bottom-left-radius: 0px; }
|
|
8430
8430
|
.next-table .next-table-header tr:last-child th:last-child {
|
|
@@ -8446,20 +8446,20 @@ h6.next-typography-title {
|
|
|
8446
8446
|
border-spacing: 0;
|
|
8447
8447
|
width: 100%;
|
|
8448
8448
|
background: #FFFFFF;
|
|
8449
|
-
border-top-left-radius:
|
|
8450
|
-
border-top-right-radius:
|
|
8449
|
+
border-top-left-radius: 8px;
|
|
8450
|
+
border-top-right-radius: 8px;
|
|
8451
8451
|
border-bottom-left-radius: 0px;
|
|
8452
8452
|
border-bottom-right-radius: 0px; }
|
|
8453
8453
|
.next-table table tr:first-child td {
|
|
8454
8454
|
border-top-width: 0; }
|
|
8455
8455
|
.next-table th {
|
|
8456
8456
|
padding: 0;
|
|
8457
|
-
background: #
|
|
8457
|
+
background: #f8f9fb;
|
|
8458
8458
|
color: #2e3038;
|
|
8459
8459
|
text-align: left;
|
|
8460
8460
|
font-weight: 500;
|
|
8461
|
-
border-right: 1px solid
|
|
8462
|
-
border-bottom: 1px solid
|
|
8461
|
+
border-right: 1px solid rgba(0, 0, 0, 0.08);
|
|
8462
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
|
|
8463
8463
|
.next-table th .next-table-cell-wrapper {
|
|
8464
8464
|
padding: 12px 16px;
|
|
8465
8465
|
overflow: hidden;
|
|
@@ -8504,8 +8504,8 @@ h6.next-typography-title {
|
|
|
8504
8504
|
z-index: -1; }
|
|
8505
8505
|
.next-table td {
|
|
8506
8506
|
padding: 0;
|
|
8507
|
-
border-right: 1px solid
|
|
8508
|
-
border-bottom: 1px solid
|
|
8507
|
+
border-right: 1px solid rgba(0, 0, 0, 0.08);
|
|
8508
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
|
|
8509
8509
|
.next-table td .next-table-cell-wrapper {
|
|
8510
8510
|
padding: 16px 16px;
|
|
8511
8511
|
overflow: hidden;
|
|
@@ -8584,7 +8584,7 @@ h6.next-typography-title {
|
|
|
8584
8584
|
border-top: 0;
|
|
8585
8585
|
border-left: 0; }
|
|
8586
8586
|
.next-table-expanded-row .next-table th, .next-table-expanded-row .next-table td {
|
|
8587
|
-
border-right: 1px solid
|
|
8587
|
+
border-right: 1px solid rgba(0, 0, 0, 0.08); }
|
|
8588
8588
|
.next-table-expanded-row .next-table.only-bottom-border th, .next-table-expanded-row .next-table.only-bottom-border td {
|
|
8589
8589
|
border-right: 0; }
|
|
8590
8590
|
.next-table-expanded-row .next-table .last td {
|
|
@@ -8640,8 +8640,8 @@ h6.next-typography-title {
|
|
|
8640
8640
|
.next-table-header {
|
|
8641
8641
|
margin-bottom: -20px;
|
|
8642
8642
|
padding-bottom: 20px;
|
|
8643
|
-
border-top-left-radius:
|
|
8644
|
-
border-top-right-radius:
|
|
8643
|
+
border-top-left-radius: 8px;
|
|
8644
|
+
border-top-right-radius: 8px;
|
|
8645
8645
|
border-bottom-left-radius: 0px;
|
|
8646
8646
|
border-bottom-right-radius: 0px;
|
|
8647
8647
|
overflow: -moz-scrollbars-none;
|
|
@@ -8655,12 +8655,12 @@ h6.next-typography-title {
|
|
|
8655
8655
|
position: relative; }
|
|
8656
8656
|
|
|
8657
8657
|
.next-table-fixed {
|
|
8658
|
-
border-right: 1px solid
|
|
8659
|
-
border-bottom: 1px solid
|
|
8658
|
+
border-right: 1px solid rgba(0, 0, 0, 0.08);
|
|
8659
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
|
|
8660
8660
|
.next-table-fixed table {
|
|
8661
8661
|
table-layout: fixed; }
|
|
8662
8662
|
.next-table-fixed .next-table-header {
|
|
8663
|
-
background: #
|
|
8663
|
+
background: #f8f9fb; }
|
|
8664
8664
|
.next-table-fixed table tr td:first-child,
|
|
8665
8665
|
.next-table-fixed table tr th:first-child {
|
|
8666
8666
|
border-left-width: 0; }
|
|
@@ -8712,16 +8712,16 @@ h6.next-typography-title {
|
|
|
8712
8712
|
.next-table-group .next-table-body {
|
|
8713
8713
|
margin-top: 8px; }
|
|
8714
8714
|
.next-table-group .next-table-body table {
|
|
8715
|
-
border-top: 1px solid
|
|
8716
|
-
border-left: 1px solid
|
|
8715
|
+
border-top: 1px solid rgba(0, 0, 0, 0.08);
|
|
8716
|
+
border-left: 1px solid rgba(0, 0, 0, 0.08);
|
|
8717
8717
|
margin-bottom: 8px; }
|
|
8718
8718
|
.next-table-group .next-table-body table tr:first-child td {
|
|
8719
8719
|
border-top-width: 1px; }
|
|
8720
8720
|
.next-table-group .next-table-body table:last-of-type {
|
|
8721
8721
|
margin-bottom: 0; }
|
|
8722
8722
|
.next-table-group .next-table-header table {
|
|
8723
|
-
border-top: 1px solid
|
|
8724
|
-
border-left: 1px solid
|
|
8723
|
+
border-top: 1px solid rgba(0, 0, 0, 0.08);
|
|
8724
|
+
border-left: 1px solid rgba(0, 0, 0, 0.08); }
|
|
8725
8725
|
.next-table-group .next-table-group-header td {
|
|
8726
8726
|
background: #fafafa;
|
|
8727
8727
|
color: #2e3038; }
|
|
@@ -8755,7 +8755,7 @@ h6.next-typography-title {
|
|
|
8755
8755
|
|
|
8756
8756
|
.next-table-header-fixer {
|
|
8757
8757
|
content: " ";
|
|
8758
|
-
border-top-right-radius:
|
|
8758
|
+
border-top-right-radius: 8px;
|
|
8759
8759
|
border-bottom-right-radius: 0px;
|
|
8760
8760
|
width: 15px;
|
|
8761
8761
|
background: inherit;
|
|
@@ -9244,7 +9244,7 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
9244
9244
|
cursor: default;
|
|
9245
9245
|
height: 28px;
|
|
9246
9246
|
line-height: 28px;
|
|
9247
|
-
font-size:
|
|
9247
|
+
font-size: 12px;
|
|
9248
9248
|
font-weight: normal;
|
|
9249
9249
|
color: #999999;
|
|
9250
9250
|
background: #FFFFFF; }
|
|
@@ -9256,7 +9256,7 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
9256
9256
|
margin: 0;
|
|
9257
9257
|
width: 54px;
|
|
9258
9258
|
padding: 0;
|
|
9259
|
-
font-size:
|
|
9259
|
+
font-size: 12px;
|
|
9260
9260
|
height: 224px;
|
|
9261
9261
|
scrollbar-width: none;
|
|
9262
9262
|
-ms-overflow-style: none; }
|
|
@@ -9400,9 +9400,9 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
9400
9400
|
border-radius: 6px; }
|
|
9401
9401
|
.next-time-picker2-input.next-time-picker2-input-small .next-input-label {
|
|
9402
9402
|
padding-left: 8px;
|
|
9403
|
-
font-size:
|
|
9403
|
+
font-size: 12px; }
|
|
9404
9404
|
.next-time-picker2-input.next-time-picker2-input-small .next-input-inner {
|
|
9405
|
-
font-size:
|
|
9405
|
+
font-size: 12px; }
|
|
9406
9406
|
.next-time-picker2-input.next-time-picker2-input-small .next-input-control {
|
|
9407
9407
|
padding-right: 4px; }
|
|
9408
9408
|
.next-time-picker2-input.next-time-picker2-input-small .next-input-inner-text {
|
|
@@ -9411,18 +9411,18 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
9411
9411
|
height: 22px;
|
|
9412
9412
|
line-height: 22px \0;
|
|
9413
9413
|
padding: 0 8px;
|
|
9414
|
-
font-size:
|
|
9414
|
+
font-size: 12px; }
|
|
9415
9415
|
.next-time-picker2-input.next-time-picker2-input-small input::-webkit-input-placeholder {
|
|
9416
|
-
font-size:
|
|
9416
|
+
font-size: 12px; }
|
|
9417
9417
|
.next-time-picker2-input.next-time-picker2-input-small input::-moz-placeholder {
|
|
9418
|
-
font-size:
|
|
9418
|
+
font-size: 12px; }
|
|
9419
9419
|
.next-time-picker2-input.next-time-picker2-input-small input::-ms-input-placeholder {
|
|
9420
|
-
font-size:
|
|
9420
|
+
font-size: 12px; }
|
|
9421
9421
|
.next-time-picker2-input.next-time-picker2-input-small input::placeholder {
|
|
9422
|
-
font-size:
|
|
9422
|
+
font-size: 12px; }
|
|
9423
9423
|
.next-time-picker2-input.next-time-picker2-input-small .next-input-text-field {
|
|
9424
9424
|
padding: 0 8px;
|
|
9425
|
-
font-size:
|
|
9425
|
+
font-size: 12px;
|
|
9426
9426
|
height: 22px;
|
|
9427
9427
|
line-height: 22px; }
|
|
9428
9428
|
.next-time-picker2-input.next-time-picker2-input-small .next-icon:before,
|
|
@@ -9726,9 +9726,9 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
9726
9726
|
border-radius: 6px; }
|
|
9727
9727
|
.next-date-picker2-input.next-date-picker2-input-small .next-input-label {
|
|
9728
9728
|
padding-left: 8px;
|
|
9729
|
-
font-size:
|
|
9729
|
+
font-size: 12px; }
|
|
9730
9730
|
.next-date-picker2-input.next-date-picker2-input-small .next-input-inner {
|
|
9731
|
-
font-size:
|
|
9731
|
+
font-size: 12px; }
|
|
9732
9732
|
.next-date-picker2-input.next-date-picker2-input-small .next-input-control {
|
|
9733
9733
|
padding-right: 4px; }
|
|
9734
9734
|
.next-date-picker2-input.next-date-picker2-input-small .next-input-inner-text {
|
|
@@ -9737,18 +9737,18 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
9737
9737
|
height: 22px;
|
|
9738
9738
|
line-height: 22px \0;
|
|
9739
9739
|
padding: 0 8px;
|
|
9740
|
-
font-size:
|
|
9740
|
+
font-size: 12px; }
|
|
9741
9741
|
.next-date-picker2-input.next-date-picker2-input-small input::-webkit-input-placeholder {
|
|
9742
|
-
font-size:
|
|
9742
|
+
font-size: 12px; }
|
|
9743
9743
|
.next-date-picker2-input.next-date-picker2-input-small input::-moz-placeholder {
|
|
9744
|
-
font-size:
|
|
9744
|
+
font-size: 12px; }
|
|
9745
9745
|
.next-date-picker2-input.next-date-picker2-input-small input::-ms-input-placeholder {
|
|
9746
|
-
font-size:
|
|
9746
|
+
font-size: 12px; }
|
|
9747
9747
|
.next-date-picker2-input.next-date-picker2-input-small input::placeholder {
|
|
9748
|
-
font-size:
|
|
9748
|
+
font-size: 12px; }
|
|
9749
9749
|
.next-date-picker2-input.next-date-picker2-input-small .next-input-text-field {
|
|
9750
9750
|
padding: 0 8px;
|
|
9751
|
-
font-size:
|
|
9751
|
+
font-size: 12px;
|
|
9752
9752
|
height: 22px;
|
|
9753
9753
|
line-height: 22px; }
|
|
9754
9754
|
.next-date-picker2-input.next-date-picker2-input-small .next-icon:before,
|