@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.
- package/design-token.js +1 -1
- package/dist/next-1.css +36 -36
- package/dist/next-2.css +115 -115
- package/dist/next-noreset-1.css +36 -36
- package/dist/next-noreset-2.css +115 -115
- package/dist/next-noreset.css +150 -150
- 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 +71 -71
- package/dist/next-noreset.var-2.css +229 -229
- package/dist/next-noreset.var.css +299 -299
- 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 +150 -150
- 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 +71 -71
- package/dist/next.var-2.css +229 -229
- package/dist/next.var.css +299 -299
- 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 +1 -1
- package/variables.css +154 -154
- package/variables.js +4 -4
- package/variables.less +67 -67
- package/variables.scss +67 -67
- package/variables.scss2css.scss +158 -158
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-panda@0.2.
|
|
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)
|
|
@@ -538,15 +538,15 @@
|
|
|
538
538
|
line-height: inherit; }
|
|
539
539
|
|
|
540
540
|
.next-pagination[dir="rtl"].next-small .next-pagination-display {
|
|
541
|
-
font-size:
|
|
542
|
-
font-size: var(--pagination-small-total-font-size,
|
|
541
|
+
font-size: 12px;
|
|
542
|
+
font-size: var(--pagination-small-total-font-size, 12px); }
|
|
543
543
|
.next-pagination[dir="rtl"].next-small .next-pagination-display em {
|
|
544
|
-
font-size:
|
|
545
|
-
font-size: var(--pagination-small-current-font-size,
|
|
544
|
+
font-size: 12px;
|
|
545
|
+
font-size: var(--pagination-small-current-font-size, 12px); }
|
|
546
546
|
|
|
547
547
|
.next-pagination[dir="rtl"].next-small .next-pagination-jump-text {
|
|
548
|
-
font-size:
|
|
549
|
-
font-size: var(--pagination-small-jump-font-size,
|
|
548
|
+
font-size: 12px;
|
|
549
|
+
font-size: var(--pagination-small-jump-font-size, 12px); }
|
|
550
550
|
|
|
551
551
|
.next-pagination[dir="rtl"].next-small .next-pagination-jump-input {
|
|
552
552
|
width: 28px;
|
|
@@ -557,8 +557,8 @@
|
|
|
557
557
|
height: var(--form-element-small-height, 24px);
|
|
558
558
|
line-height: 24px;
|
|
559
559
|
line-height: var(--form-element-small-height, 24px);
|
|
560
|
-
font-size:
|
|
561
|
-
font-size: var(--pagination-small-jump-font-size,
|
|
560
|
+
font-size: 12px;
|
|
561
|
+
font-size: var(--pagination-small-jump-font-size, 12px);
|
|
562
562
|
vertical-align: middle; }
|
|
563
563
|
|
|
564
564
|
.next-pagination[dir="rtl"].next-small .next-pagination-size-selector-btn {
|
|
@@ -892,14 +892,14 @@
|
|
|
892
892
|
font-size: var(--pagination-small-ellipsis-size, 12px);
|
|
893
893
|
line-height: inherit; }
|
|
894
894
|
.next-pagination.next-small .next-pagination-display {
|
|
895
|
-
font-size:
|
|
896
|
-
font-size: var(--pagination-small-total-font-size,
|
|
895
|
+
font-size: 12px;
|
|
896
|
+
font-size: var(--pagination-small-total-font-size, 12px); }
|
|
897
897
|
.next-pagination.next-small .next-pagination-display em {
|
|
898
|
-
font-size:
|
|
899
|
-
font-size: var(--pagination-small-current-font-size,
|
|
898
|
+
font-size: 12px;
|
|
899
|
+
font-size: var(--pagination-small-current-font-size, 12px); }
|
|
900
900
|
.next-pagination.next-small .next-pagination-jump-text {
|
|
901
|
-
font-size:
|
|
902
|
-
font-size: var(--pagination-small-jump-font-size,
|
|
901
|
+
font-size: 12px;
|
|
902
|
+
font-size: var(--pagination-small-jump-font-size, 12px); }
|
|
903
903
|
.next-pagination.next-small .next-pagination-jump-input {
|
|
904
904
|
width: 28px;
|
|
905
905
|
width: var(--pagination-small-input-width, 28px); }
|
|
@@ -908,8 +908,8 @@
|
|
|
908
908
|
height: var(--form-element-small-height, 24px);
|
|
909
909
|
line-height: 24px;
|
|
910
910
|
line-height: var(--form-element-small-height, 24px);
|
|
911
|
-
font-size:
|
|
912
|
-
font-size: var(--pagination-small-jump-font-size,
|
|
911
|
+
font-size: 12px;
|
|
912
|
+
font-size: var(--pagination-small-jump-font-size, 12px);
|
|
913
913
|
vertical-align: middle; }
|
|
914
914
|
.next-pagination.next-small .next-pagination-size-selector-btn {
|
|
915
915
|
padding: 0 8px;
|
|
@@ -1229,8 +1229,8 @@
|
|
|
1229
1229
|
margin-top: calc(0px - 4px/2);
|
|
1230
1230
|
margin-top: calc(0px - var(--progress-line-height-size-s, 4px)/2); }
|
|
1231
1231
|
.next-progress-line.next-small .next-progress-line-text {
|
|
1232
|
-
font-size:
|
|
1233
|
-
font-size: var(--progress-line-font-s,
|
|
1232
|
+
font-size: 12px;
|
|
1233
|
+
font-size: var(--progress-line-font-s, 12px);
|
|
1234
1234
|
line-height: 4px;
|
|
1235
1235
|
line-height: var(--progress-line-height-size-s, 4px); }
|
|
1236
1236
|
.next-progress-line.next-medium .next-progress-line-underlay {
|
|
@@ -1247,8 +1247,8 @@
|
|
|
1247
1247
|
margin-top: calc(0px - 8px/2);
|
|
1248
1248
|
margin-top: calc(0px - var(--progress-line-height-size-m, 8px)/2); }
|
|
1249
1249
|
.next-progress-line.next-medium .next-progress-line-text {
|
|
1250
|
-
font-size:
|
|
1251
|
-
font-size: var(--progress-line-font-m,
|
|
1250
|
+
font-size: 12px;
|
|
1251
|
+
font-size: var(--progress-line-font-m, 12px);
|
|
1252
1252
|
line-height: 8px;
|
|
1253
1253
|
line-height: var(--progress-line-height-size-m, 8px); }
|
|
1254
1254
|
.next-progress-line.next-large .next-progress-line-underlay {
|
|
@@ -1297,8 +1297,8 @@
|
|
|
1297
1297
|
margin-top: calc(0px - 4px/2);
|
|
1298
1298
|
margin-top: calc(0px - var(--progress-line-height-size-s, 4px)/2); }
|
|
1299
1299
|
.next-progress-line-show-border.next-small .next-progress-line-text {
|
|
1300
|
-
font-size:
|
|
1301
|
-
font-size: var(--progress-line-font-s,
|
|
1300
|
+
font-size: 12px;
|
|
1301
|
+
font-size: var(--progress-line-font-s, 12px);
|
|
1302
1302
|
line-height: calc(4px + 1px*2);
|
|
1303
1303
|
line-height: calc(var(--progress-line-height-size-s, 4px) + var(--progress-line-underlay-border-width, 1px)*2); }
|
|
1304
1304
|
.next-progress-line-show-border.next-medium .next-progress-line-underlay {
|
|
@@ -1315,8 +1315,8 @@
|
|
|
1315
1315
|
margin-top: calc(0px - 8px/2);
|
|
1316
1316
|
margin-top: calc(0px - var(--progress-line-height-size-m, 8px)/2); }
|
|
1317
1317
|
.next-progress-line-show-border.next-medium .next-progress-line-text {
|
|
1318
|
-
font-size:
|
|
1319
|
-
font-size: var(--progress-line-font-m,
|
|
1318
|
+
font-size: 12px;
|
|
1319
|
+
font-size: var(--progress-line-font-m, 12px);
|
|
1320
1320
|
line-height: calc(8px + 1px*2);
|
|
1321
1321
|
line-height: calc(var(--progress-line-height-size-m, 8px) + var(--progress-line-underlay-border-width, 1px)*2); }
|
|
1322
1322
|
.next-progress-line-show-border.next-large .next-progress-line-underlay {
|
|
@@ -1841,8 +1841,8 @@
|
|
|
1841
1841
|
/* 尺寸 */
|
|
1842
1842
|
/* ======================================== */
|
|
1843
1843
|
.next-rating-small {
|
|
1844
|
-
font-size:
|
|
1845
|
-
font-size: var(--rating-small-font-size,
|
|
1844
|
+
font-size: 12px;
|
|
1845
|
+
font-size: var(--rating-small-font-size, 12px); }
|
|
1846
1846
|
.next-rating-small .next-icon:before,
|
|
1847
1847
|
.next-rating-small .next-icon .next-icon-remote {
|
|
1848
1848
|
width: 12px;
|
|
@@ -2993,8 +2993,8 @@
|
|
|
2993
2993
|
.next-step-arrow > .next-step-item-wait .next-step-item-content {
|
|
2994
2994
|
color: #999999;
|
|
2995
2995
|
color: var(--step-arrow-item-title-wait-color, #999999);
|
|
2996
|
-
font-size:
|
|
2997
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
2996
|
+
font-size: 12px;
|
|
2997
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
2998
2998
|
line-height: 1.5;
|
|
2999
2999
|
line-height: var(--font-lineheight-2, 1.5);
|
|
3000
3000
|
word-break: break-word; }
|
|
@@ -3011,8 +3011,8 @@
|
|
|
3011
3011
|
display: block;
|
|
3012
3012
|
width: 32px;
|
|
3013
3013
|
height: 32px;
|
|
3014
|
-
font-size:
|
|
3015
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
3014
|
+
font-size: 12px;
|
|
3015
|
+
font-size: var(--step-circle-item-node-font-size, 12px);
|
|
3016
3016
|
font-weight: normal;
|
|
3017
3017
|
font-weight: var(--font-weight-2, normal);
|
|
3018
3018
|
line-height: calc(32px - 1px*2);
|
|
@@ -3067,8 +3067,8 @@
|
|
|
3067
3067
|
.next-step-arrow > .next-step-item-process .next-step-item-content {
|
|
3068
3068
|
color: #FFFFFF;
|
|
3069
3069
|
color: var(--step-arrow-item-title-process-color, #FFFFFF);
|
|
3070
|
-
font-size:
|
|
3071
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
3070
|
+
font-size: 12px;
|
|
3071
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
3072
3072
|
line-height: 1.5;
|
|
3073
3073
|
line-height: var(--font-lineheight-2, 1.5);
|
|
3074
3074
|
word-break: break-word; }
|
|
@@ -3085,8 +3085,8 @@
|
|
|
3085
3085
|
display: block;
|
|
3086
3086
|
width: 32px;
|
|
3087
3087
|
height: 32px;
|
|
3088
|
-
font-size:
|
|
3089
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
3088
|
+
font-size: 12px;
|
|
3089
|
+
font-size: var(--step-circle-item-node-font-size, 12px);
|
|
3090
3090
|
font-weight: normal;
|
|
3091
3091
|
font-weight: var(--font-weight-2, normal);
|
|
3092
3092
|
line-height: calc(32px - 1px*2);
|
|
@@ -3141,8 +3141,8 @@
|
|
|
3141
3141
|
.next-step-arrow > .next-step-item-finish .next-step-item-content {
|
|
3142
3142
|
color: #257df9;
|
|
3143
3143
|
color: var(--step-arrow-item-title-finish-color, #257df9);
|
|
3144
|
-
font-size:
|
|
3145
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
3144
|
+
font-size: 12px;
|
|
3145
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
3146
3146
|
line-height: 1.5;
|
|
3147
3147
|
line-height: var(--font-lineheight-2, 1.5);
|
|
3148
3148
|
word-break: break-word; }
|
|
@@ -3159,8 +3159,8 @@
|
|
|
3159
3159
|
display: block;
|
|
3160
3160
|
width: 32px;
|
|
3161
3161
|
height: 32px;
|
|
3162
|
-
font-size:
|
|
3163
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
3162
|
+
font-size: 12px;
|
|
3163
|
+
font-size: var(--step-circle-item-node-font-size, 12px);
|
|
3164
3164
|
font-weight: normal;
|
|
3165
3165
|
font-weight: var(--font-weight-2, normal);
|
|
3166
3166
|
line-height: calc(32px - 1px*2);
|
|
@@ -3216,8 +3216,8 @@
|
|
|
3216
3216
|
.next-step-arrow .next-step-item-disabled .next-step-item-content {
|
|
3217
3217
|
color: rgba(0, 0, 0, 0.4);
|
|
3218
3218
|
color: var(--step-arrow-item-title-disabled-color, rgba(0, 0, 0, 0.4));
|
|
3219
|
-
font-size:
|
|
3220
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
3219
|
+
font-size: 12px;
|
|
3220
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
3221
3221
|
line-height: 1.5;
|
|
3222
3222
|
line-height: var(--font-lineheight-2, 1.5);
|
|
3223
3223
|
word-break: break-word; }
|
|
@@ -3234,8 +3234,8 @@
|
|
|
3234
3234
|
display: block;
|
|
3235
3235
|
width: 32px;
|
|
3236
3236
|
height: 32px;
|
|
3237
|
-
font-size:
|
|
3238
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
3237
|
+
font-size: 12px;
|
|
3238
|
+
font-size: var(--step-circle-item-node-font-size, 12px);
|
|
3239
3239
|
font-weight: normal;
|
|
3240
3240
|
font-weight: var(--font-weight-2, normal);
|
|
3241
3241
|
line-height: calc(32px - 1px*2);
|
|
@@ -3341,8 +3341,8 @@
|
|
|
3341
3341
|
.next-step-circle > .next-step-item-wait .next-step-item-content {
|
|
3342
3342
|
color: rgba(0, 0, 0, 0.75);
|
|
3343
3343
|
color: var(--step-circle-item-title-wait-color, rgba(0, 0, 0, 0.75));
|
|
3344
|
-
font-size:
|
|
3345
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
3344
|
+
font-size: 12px;
|
|
3345
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
3346
3346
|
line-height: 1.5;
|
|
3347
3347
|
line-height: var(--font-lineheight-2, 1.5);
|
|
3348
3348
|
word-break: break-word; }
|
|
@@ -3365,8 +3365,8 @@
|
|
|
3365
3365
|
width: var(--step-circle-item-node-process-size, 32px);
|
|
3366
3366
|
height: 32px;
|
|
3367
3367
|
height: var(--step-circle-item-node-process-size, 32px);
|
|
3368
|
-
font-size:
|
|
3369
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
3368
|
+
font-size: 12px;
|
|
3369
|
+
font-size: var(--step-circle-item-node-font-size, 12px);
|
|
3370
3370
|
font-weight: normal;
|
|
3371
3371
|
font-weight: var(--font-weight-2, normal);
|
|
3372
3372
|
line-height: calc(32px - 1px*2);
|
|
@@ -3425,8 +3425,8 @@
|
|
|
3425
3425
|
.next-step-circle > .next-step-item-process .next-step-item-content {
|
|
3426
3426
|
color: #2e3038;
|
|
3427
3427
|
color: var(--step-circle-item-title-process-color, #2e3038);
|
|
3428
|
-
font-size:
|
|
3429
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
3428
|
+
font-size: 12px;
|
|
3429
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
3430
3430
|
line-height: 1.5;
|
|
3431
3431
|
line-height: var(--font-lineheight-2, 1.5);
|
|
3432
3432
|
word-break: break-word; }
|
|
@@ -3449,8 +3449,8 @@
|
|
|
3449
3449
|
width: var(--step-circle-item-node-process-size, 32px);
|
|
3450
3450
|
height: 32px;
|
|
3451
3451
|
height: var(--step-circle-item-node-process-size, 32px);
|
|
3452
|
-
font-size:
|
|
3453
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
3452
|
+
font-size: 12px;
|
|
3453
|
+
font-size: var(--step-circle-item-node-font-size, 12px);
|
|
3454
3454
|
font-weight: normal;
|
|
3455
3455
|
font-weight: var(--font-weight-2, normal);
|
|
3456
3456
|
line-height: calc(32px - 1px*2);
|
|
@@ -3509,8 +3509,8 @@
|
|
|
3509
3509
|
.next-step-circle > .next-step-item-finish .next-step-item-content {
|
|
3510
3510
|
color: rgba(0, 0, 0, 0.75);
|
|
3511
3511
|
color: var(--step-circle-item-title-finish-color, rgba(0, 0, 0, 0.75));
|
|
3512
|
-
font-size:
|
|
3513
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
3512
|
+
font-size: 12px;
|
|
3513
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
3514
3514
|
line-height: 1.5;
|
|
3515
3515
|
line-height: var(--font-lineheight-2, 1.5);
|
|
3516
3516
|
word-break: break-word; }
|
|
@@ -3533,8 +3533,8 @@
|
|
|
3533
3533
|
width: var(--step-circle-item-node-process-size, 32px);
|
|
3534
3534
|
height: 32px;
|
|
3535
3535
|
height: var(--step-circle-item-node-process-size, 32px);
|
|
3536
|
-
font-size:
|
|
3537
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
3536
|
+
font-size: 12px;
|
|
3537
|
+
font-size: var(--step-circle-item-node-font-size, 12px);
|
|
3538
3538
|
font-weight: normal;
|
|
3539
3539
|
font-weight: var(--font-weight-2, normal);
|
|
3540
3540
|
line-height: calc(32px - 1px*2);
|
|
@@ -3593,8 +3593,8 @@
|
|
|
3593
3593
|
.next-step-circle .next-step-item-disabled .next-step-item-content {
|
|
3594
3594
|
color: rgba(0, 0, 0, 0.4);
|
|
3595
3595
|
color: var(--step-circle-item-title-disabled-color, rgba(0, 0, 0, 0.4));
|
|
3596
|
-
font-size:
|
|
3597
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
3596
|
+
font-size: 12px;
|
|
3597
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
3598
3598
|
line-height: 1.5;
|
|
3599
3599
|
line-height: var(--font-lineheight-2, 1.5);
|
|
3600
3600
|
word-break: break-word; }
|
|
@@ -3617,8 +3617,8 @@
|
|
|
3617
3617
|
width: var(--step-circle-item-node-process-size, 32px);
|
|
3618
3618
|
height: 32px;
|
|
3619
3619
|
height: var(--step-circle-item-node-process-size, 32px);
|
|
3620
|
-
font-size:
|
|
3621
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
3620
|
+
font-size: 12px;
|
|
3621
|
+
font-size: var(--step-circle-item-node-font-size, 12px);
|
|
3622
3622
|
font-weight: normal;
|
|
3623
3623
|
font-weight: var(--font-weight-2, normal);
|
|
3624
3624
|
line-height: calc(32px - 1px*2);
|
|
@@ -3974,8 +3974,8 @@
|
|
|
3974
3974
|
margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
|
|
3975
3975
|
min-height: 8px;
|
|
3976
3976
|
text-align: left;
|
|
3977
|
-
font-size:
|
|
3978
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
3977
|
+
font-size: 12px;
|
|
3978
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
3979
3979
|
line-height: 1.5;
|
|
3980
3980
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
3981
3981
|
.next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail {
|
|
@@ -4017,8 +4017,8 @@
|
|
|
4017
4017
|
margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
|
|
4018
4018
|
min-height: 8px;
|
|
4019
4019
|
text-align: left;
|
|
4020
|
-
font-size:
|
|
4021
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
4020
|
+
font-size: 12px;
|
|
4021
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
4022
4022
|
line-height: 1.5;
|
|
4023
4023
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
4024
4024
|
.next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail {
|
|
@@ -4060,8 +4060,8 @@
|
|
|
4060
4060
|
margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
|
|
4061
4061
|
min-height: 8px;
|
|
4062
4062
|
text-align: left;
|
|
4063
|
-
font-size:
|
|
4064
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
4063
|
+
font-size: 12px;
|
|
4064
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
4065
4065
|
line-height: 1.5;
|
|
4066
4066
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
4067
4067
|
.next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
|
|
@@ -4103,8 +4103,8 @@
|
|
|
4103
4103
|
margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
|
|
4104
4104
|
min-height: 8px;
|
|
4105
4105
|
text-align: left;
|
|
4106
|
-
font-size:
|
|
4107
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
4106
|
+
font-size: 12px;
|
|
4107
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
4108
4108
|
line-height: 1.5;
|
|
4109
4109
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
4110
4110
|
|
|
@@ -4167,8 +4167,8 @@
|
|
|
4167
4167
|
.next-step-dot > .next-step-item-wait .next-step-item-content {
|
|
4168
4168
|
color: rgba(0, 0, 0, 0.75);
|
|
4169
4169
|
color: var(--step-dot-item-title-wait-color, rgba(0, 0, 0, 0.75));
|
|
4170
|
-
font-size:
|
|
4171
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
4170
|
+
font-size: 12px;
|
|
4171
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
4172
4172
|
line-height: 1.5;
|
|
4173
4173
|
line-height: var(--font-lineheight-2, 1.5);
|
|
4174
4174
|
word-break: break-word; }
|
|
@@ -4191,8 +4191,8 @@
|
|
|
4191
4191
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
4192
4192
|
height: 12px;
|
|
4193
4193
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
4194
|
-
font-size:
|
|
4195
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
4194
|
+
font-size: 12px;
|
|
4195
|
+
font-size: var(--step-circle-item-node-font-size, 12px);
|
|
4196
4196
|
font-weight: normal;
|
|
4197
4197
|
font-weight: var(--font-weight-2, normal);
|
|
4198
4198
|
line-height: calc(12px - 1px*2);
|
|
@@ -4214,8 +4214,8 @@
|
|
|
4214
4214
|
line-height: inherit; }
|
|
4215
4215
|
|
|
4216
4216
|
.next-step-dot > .next-step-item-wait .next-step-item-content {
|
|
4217
|
-
font-size:
|
|
4218
|
-
font-size: var(--step-dot-item-content-font-size,
|
|
4217
|
+
font-size: 12px;
|
|
4218
|
+
font-size: var(--step-dot-item-content-font-size, 12px); }
|
|
4219
4219
|
|
|
4220
4220
|
.next-step-dot > .next-step-item-wait .next-step-item-node-dot {
|
|
4221
4221
|
display: block;
|
|
@@ -4223,8 +4223,8 @@
|
|
|
4223
4223
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
4224
4224
|
height: 12px;
|
|
4225
4225
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
4226
|
-
font-size:
|
|
4227
|
-
font-size: var(--step-dot-item-content-font-size,
|
|
4226
|
+
font-size: 12px;
|
|
4227
|
+
font-size: var(--step-dot-item-content-font-size, 12px);
|
|
4228
4228
|
line-height: calc(12px - 1px*2);
|
|
4229
4229
|
line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-border-width, 1px)*2);
|
|
4230
4230
|
text-align: center;
|
|
@@ -4273,8 +4273,8 @@
|
|
|
4273
4273
|
.next-step-dot > .next-step-item-process .next-step-item-content {
|
|
4274
4274
|
color: #2e3038;
|
|
4275
4275
|
color: var(--step-dot-item-title-process-color, #2e3038);
|
|
4276
|
-
font-size:
|
|
4277
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
4276
|
+
font-size: 12px;
|
|
4277
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
4278
4278
|
line-height: 1.5;
|
|
4279
4279
|
line-height: var(--font-lineheight-2, 1.5);
|
|
4280
4280
|
word-break: break-word; }
|
|
@@ -4297,8 +4297,8 @@
|
|
|
4297
4297
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
4298
4298
|
height: 12px;
|
|
4299
4299
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
4300
|
-
font-size:
|
|
4301
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
4300
|
+
font-size: 12px;
|
|
4301
|
+
font-size: var(--step-circle-item-node-font-size, 12px);
|
|
4302
4302
|
font-weight: normal;
|
|
4303
4303
|
font-weight: var(--font-weight-2, normal);
|
|
4304
4304
|
line-height: calc(12px - 1px*2);
|
|
@@ -4320,8 +4320,8 @@
|
|
|
4320
4320
|
line-height: inherit; }
|
|
4321
4321
|
|
|
4322
4322
|
.next-step-dot > .next-step-item-process .next-step-item-content {
|
|
4323
|
-
font-size:
|
|
4324
|
-
font-size: var(--step-dot-item-content-font-size,
|
|
4323
|
+
font-size: 12px;
|
|
4324
|
+
font-size: var(--step-dot-item-content-font-size, 12px); }
|
|
4325
4325
|
|
|
4326
4326
|
.next-step-dot > .next-step-item-process .next-step-item-node-dot {
|
|
4327
4327
|
display: block;
|
|
@@ -4329,8 +4329,8 @@
|
|
|
4329
4329
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
4330
4330
|
height: 12px;
|
|
4331
4331
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
4332
|
-
font-size:
|
|
4333
|
-
font-size: var(--step-dot-item-content-font-size,
|
|
4332
|
+
font-size: 12px;
|
|
4333
|
+
font-size: var(--step-dot-item-content-font-size, 12px);
|
|
4334
4334
|
line-height: calc(12px - 1px*2);
|
|
4335
4335
|
line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-border-width, 1px)*2);
|
|
4336
4336
|
text-align: center;
|
|
@@ -4379,8 +4379,8 @@
|
|
|
4379
4379
|
.next-step-dot > .next-step-item-finish .next-step-item-content {
|
|
4380
4380
|
color: rgba(0, 0, 0, 0.75);
|
|
4381
4381
|
color: var(--step-dot-item-title-finish-color, rgba(0, 0, 0, 0.75));
|
|
4382
|
-
font-size:
|
|
4383
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
4382
|
+
font-size: 12px;
|
|
4383
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
4384
4384
|
line-height: 1.5;
|
|
4385
4385
|
line-height: var(--font-lineheight-2, 1.5);
|
|
4386
4386
|
word-break: break-word; }
|
|
@@ -4403,8 +4403,8 @@
|
|
|
4403
4403
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
4404
4404
|
height: 12px;
|
|
4405
4405
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
4406
|
-
font-size:
|
|
4407
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
4406
|
+
font-size: 12px;
|
|
4407
|
+
font-size: var(--step-circle-item-node-font-size, 12px);
|
|
4408
4408
|
font-weight: normal;
|
|
4409
4409
|
font-weight: var(--font-weight-2, normal);
|
|
4410
4410
|
line-height: calc(12px - 1px*2);
|
|
@@ -4426,8 +4426,8 @@
|
|
|
4426
4426
|
line-height: inherit; }
|
|
4427
4427
|
|
|
4428
4428
|
.next-step-dot > .next-step-item-finish .next-step-item-content {
|
|
4429
|
-
font-size:
|
|
4430
|
-
font-size: var(--step-dot-item-content-font-size,
|
|
4429
|
+
font-size: 12px;
|
|
4430
|
+
font-size: var(--step-dot-item-content-font-size, 12px); }
|
|
4431
4431
|
|
|
4432
4432
|
.next-step-dot > .next-step-item-finish .next-step-item-node-dot {
|
|
4433
4433
|
display: block;
|
|
@@ -4435,8 +4435,8 @@
|
|
|
4435
4435
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
4436
4436
|
height: 12px;
|
|
4437
4437
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
4438
|
-
font-size:
|
|
4439
|
-
font-size: var(--step-dot-item-content-font-size,
|
|
4438
|
+
font-size: 12px;
|
|
4439
|
+
font-size: var(--step-dot-item-content-font-size, 12px);
|
|
4440
4440
|
line-height: calc(12px - 1px*2);
|
|
4441
4441
|
line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-border-width, 1px)*2);
|
|
4442
4442
|
text-align: center;
|
|
@@ -4485,8 +4485,8 @@
|
|
|
4485
4485
|
.next-step-dot .next-step-item-disabled .next-step-item-content {
|
|
4486
4486
|
color: rgba(0, 0, 0, 0.4);
|
|
4487
4487
|
color: var(--step-dot-item-title-disabled-color, rgba(0, 0, 0, 0.4));
|
|
4488
|
-
font-size:
|
|
4489
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
4488
|
+
font-size: 12px;
|
|
4489
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
4490
4490
|
line-height: 1.5;
|
|
4491
4491
|
line-height: var(--font-lineheight-2, 1.5);
|
|
4492
4492
|
word-break: break-word; }
|
|
@@ -4509,8 +4509,8 @@
|
|
|
4509
4509
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
4510
4510
|
height: 12px;
|
|
4511
4511
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
4512
|
-
font-size:
|
|
4513
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
4512
|
+
font-size: 12px;
|
|
4513
|
+
font-size: var(--step-circle-item-node-font-size, 12px);
|
|
4514
4514
|
font-weight: normal;
|
|
4515
4515
|
font-weight: var(--font-weight-2, normal);
|
|
4516
4516
|
line-height: calc(12px - 1px*2);
|
|
@@ -4532,8 +4532,8 @@
|
|
|
4532
4532
|
line-height: inherit; }
|
|
4533
4533
|
|
|
4534
4534
|
.next-step-dot .next-step-item-disabled .next-step-item-content {
|
|
4535
|
-
font-size:
|
|
4536
|
-
font-size: var(--step-dot-item-content-font-size,
|
|
4535
|
+
font-size: 12px;
|
|
4536
|
+
font-size: var(--step-dot-item-content-font-size, 12px); }
|
|
4537
4537
|
|
|
4538
4538
|
.next-step-dot .next-step-item-disabled .next-step-item-node-dot {
|
|
4539
4539
|
display: block;
|
|
@@ -4541,8 +4541,8 @@
|
|
|
4541
4541
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
4542
4542
|
height: 12px;
|
|
4543
4543
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
4544
|
-
font-size:
|
|
4545
|
-
font-size: var(--step-dot-item-content-font-size,
|
|
4544
|
+
font-size: 12px;
|
|
4545
|
+
font-size: var(--step-dot-item-content-font-size, 12px);
|
|
4546
4546
|
line-height: calc(12px - 1px*2);
|
|
4547
4547
|
line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-border-width, 1px)*2);
|
|
4548
4548
|
text-align: center;
|
|
@@ -4775,8 +4775,8 @@
|
|
|
4775
4775
|
margin-top: var(--step-dot-vertical-item-content-margin-top, 8px);
|
|
4776
4776
|
min-height: 8px;
|
|
4777
4777
|
text-align: left;
|
|
4778
|
-
font-size:
|
|
4779
|
-
font-size: var(--step-dot-item-content-font-size,
|
|
4778
|
+
font-size: 12px;
|
|
4779
|
+
font-size: var(--step-dot-item-content-font-size, 12px);
|
|
4780
4780
|
line-height: 1.5;
|
|
4781
4781
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
4782
4782
|
.next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail {
|
|
@@ -4818,8 +4818,8 @@
|
|
|
4818
4818
|
margin-top: var(--step-dot-vertical-item-content-margin-top, 8px);
|
|
4819
4819
|
min-height: 8px;
|
|
4820
4820
|
text-align: left;
|
|
4821
|
-
font-size:
|
|
4822
|
-
font-size: var(--step-dot-item-content-font-size,
|
|
4821
|
+
font-size: 12px;
|
|
4822
|
+
font-size: var(--step-dot-item-content-font-size, 12px);
|
|
4823
4823
|
line-height: 1.5;
|
|
4824
4824
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
4825
4825
|
.next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail {
|
|
@@ -4861,8 +4861,8 @@
|
|
|
4861
4861
|
margin-top: var(--step-dot-vertical-item-content-margin-top, 8px);
|
|
4862
4862
|
min-height: 8px;
|
|
4863
4863
|
text-align: left;
|
|
4864
|
-
font-size:
|
|
4865
|
-
font-size: var(--step-dot-item-content-font-size,
|
|
4864
|
+
font-size: 12px;
|
|
4865
|
+
font-size: var(--step-dot-item-content-font-size, 12px);
|
|
4866
4866
|
line-height: 1.5;
|
|
4867
4867
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
4868
4868
|
.next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
|
|
@@ -4904,8 +4904,8 @@
|
|
|
4904
4904
|
margin-top: var(--step-dot-vertical-item-content-margin-top, 8px);
|
|
4905
4905
|
min-height: 8px;
|
|
4906
4906
|
text-align: left;
|
|
4907
|
-
font-size:
|
|
4908
|
-
font-size: var(--step-dot-item-content-font-size,
|
|
4907
|
+
font-size: 12px;
|
|
4908
|
+
font-size: var(--step-dot-item-content-font-size, 12px);
|
|
4909
4909
|
line-height: 1.5;
|
|
4910
4910
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
4911
4911
|
|
|
@@ -5455,8 +5455,8 @@
|
|
|
5455
5455
|
line-height: 20px;
|
|
5456
5456
|
line-height: var(--switch-size-s-trigger, 20px); }
|
|
5457
5457
|
.next-switch-small > .next-switch-children {
|
|
5458
|
-
font-size:
|
|
5459
|
-
font-size: var(--form-element-small-font-size,
|
|
5458
|
+
font-size: 12px;
|
|
5459
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
5460
5460
|
.next-switch-small.next-switch.next-switch-on > .next-switch-children {
|
|
5461
5461
|
margin: 0 calc(20px + 8px) 0 8px;
|
|
5462
5462
|
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); }
|
|
@@ -5769,8 +5769,8 @@
|
|
|
5769
5769
|
padding-right: 56px;
|
|
5770
5770
|
padding-right: var(--tab-nav-scroll-padding-right-s, 56px); }
|
|
5771
5771
|
.next-tabs.next-small .next-tabs-tab-inner {
|
|
5772
|
-
font-size:
|
|
5773
|
-
font-size: var(--tab-item-text-size-s,
|
|
5772
|
+
font-size: 12px;
|
|
5773
|
+
font-size: var(--tab-item-text-size-s, 12px);
|
|
5774
5774
|
padding: 8px 12px;
|
|
5775
5775
|
padding: var(--tab-item-padding-tb-size-s, 8px) var(--tab-item-padding-lr-size-s, 12px); }
|
|
5776
5776
|
.next-tabs.next-small .next-tabs-tab-inner .next-icon {
|
|
@@ -6883,8 +6883,8 @@
|
|
|
6883
6883
|
line-height: calc(var(--tag-size-s-height, 28px) - var(--tag-border-width, 1px)*2);
|
|
6884
6884
|
font-size: 0; }
|
|
6885
6885
|
.next-tag-small > .next-tag-body {
|
|
6886
|
-
font-size:
|
|
6887
|
-
font-size: var(--tag-size-s-text-size,
|
|
6886
|
+
font-size: 12px;
|
|
6887
|
+
font-size: var(--tag-size-s-text-size, 12px);
|
|
6888
6888
|
padding: 0 8px;
|
|
6889
6889
|
padding: 0 var(--tag-size-s-padding-lr, 8px);
|
|
6890
6890
|
min-width: 28px;
|
|
@@ -7070,8 +7070,8 @@
|
|
|
7070
7070
|
width: 40px;
|
|
7071
7071
|
width: var(--timeline-item-custom-node-size, 40px);
|
|
7072
7072
|
height: auto;
|
|
7073
|
-
font-size:
|
|
7074
|
-
font-size: var(--timeline-item-custom-node-font-size,
|
|
7073
|
+
font-size: 12px;
|
|
7074
|
+
font-size: var(--timeline-item-custom-node-font-size, 12px);
|
|
7075
7075
|
word-break: break-all;
|
|
7076
7076
|
margin-right: calc(0px - 40px/2 + 16px/2);
|
|
7077
7077
|
margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2);
|
|
@@ -7153,8 +7153,8 @@
|
|
|
7153
7153
|
margin: 0;
|
|
7154
7154
|
margin-top: 4px;
|
|
7155
7155
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
7156
|
-
font-size:
|
|
7157
|
-
font-size: var(--timeline-item-body-font-size,
|
|
7156
|
+
font-size: 12px;
|
|
7157
|
+
font-size: var(--timeline-item-body-font-size, 12px);
|
|
7158
7158
|
line-height: 1.5;
|
|
7159
7159
|
line-height: var(--font-lineheight-2, 1.5);
|
|
7160
7160
|
color: rgba(0, 0, 0, 0.75);
|
|
@@ -7166,8 +7166,8 @@
|
|
|
7166
7166
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
7167
7167
|
margin-bottom: 12px;
|
|
7168
7168
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
7169
|
-
font-size:
|
|
7170
|
-
font-size: var(--timeline-item-time-font-size,
|
|
7169
|
+
font-size: 12px;
|
|
7170
|
+
font-size: var(--timeline-item-time-font-size, 12px);
|
|
7171
7171
|
color: #999999;
|
|
7172
7172
|
color: var(--timeline-item-time-color, #999999);
|
|
7173
7173
|
text-align: right; }
|
|
@@ -7176,8 +7176,8 @@
|
|
|
7176
7176
|
width: 80px;
|
|
7177
7177
|
width: var(--timeline-item-left-content-width, 80px);
|
|
7178
7178
|
display: inline-block;
|
|
7179
|
-
font-size:
|
|
7180
|
-
font-size: var(--timeline-item-left-body-font-size,
|
|
7179
|
+
font-size: 12px;
|
|
7180
|
+
font-size: var(--timeline-item-left-body-font-size, 12px);
|
|
7181
7181
|
color: #999999;
|
|
7182
7182
|
color: var(--timeline-item-left-body-color, #999999);
|
|
7183
7183
|
line-height: 1.5;
|
|
@@ -7229,8 +7229,8 @@
|
|
|
7229
7229
|
width: 40px;
|
|
7230
7230
|
width: var(--timeline-item-custom-node-size, 40px);
|
|
7231
7231
|
height: auto;
|
|
7232
|
-
font-size:
|
|
7233
|
-
font-size: var(--timeline-item-custom-node-font-size,
|
|
7232
|
+
font-size: 12px;
|
|
7233
|
+
font-size: var(--timeline-item-custom-node-font-size, 12px);
|
|
7234
7234
|
word-break: break-all;
|
|
7235
7235
|
margin-right: calc(0px - 40px/2 + 16px/2);
|
|
7236
7236
|
margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2);
|
|
@@ -7312,8 +7312,8 @@
|
|
|
7312
7312
|
margin: 0;
|
|
7313
7313
|
margin-top: 4px;
|
|
7314
7314
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
7315
|
-
font-size:
|
|
7316
|
-
font-size: var(--timeline-item-body-font-size,
|
|
7315
|
+
font-size: 12px;
|
|
7316
|
+
font-size: var(--timeline-item-body-font-size, 12px);
|
|
7317
7317
|
line-height: 1.5;
|
|
7318
7318
|
line-height: var(--font-lineheight-2, 1.5);
|
|
7319
7319
|
color: rgba(0, 0, 0, 0.75);
|
|
@@ -7325,8 +7325,8 @@
|
|
|
7325
7325
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
7326
7326
|
margin-bottom: 12px;
|
|
7327
7327
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
7328
|
-
font-size:
|
|
7329
|
-
font-size: var(--timeline-item-time-font-size,
|
|
7328
|
+
font-size: 12px;
|
|
7329
|
+
font-size: var(--timeline-item-time-font-size, 12px);
|
|
7330
7330
|
color: #999999;
|
|
7331
7331
|
color: var(--timeline-item-time-color, #999999);
|
|
7332
7332
|
text-align: right; }
|
|
@@ -7335,8 +7335,8 @@
|
|
|
7335
7335
|
width: 80px;
|
|
7336
7336
|
width: var(--timeline-item-left-content-width, 80px);
|
|
7337
7337
|
display: inline-block;
|
|
7338
|
-
font-size:
|
|
7339
|
-
font-size: var(--timeline-item-left-body-font-size,
|
|
7338
|
+
font-size: 12px;
|
|
7339
|
+
font-size: var(--timeline-item-left-body-font-size, 12px);
|
|
7340
7340
|
color: #999999;
|
|
7341
7341
|
color: var(--timeline-item-left-body-color, #999999);
|
|
7342
7342
|
line-height: 1.5;
|
|
@@ -7388,8 +7388,8 @@
|
|
|
7388
7388
|
width: 40px;
|
|
7389
7389
|
width: var(--timeline-item-custom-node-size, 40px);
|
|
7390
7390
|
height: auto;
|
|
7391
|
-
font-size:
|
|
7392
|
-
font-size: var(--timeline-item-custom-node-font-size,
|
|
7391
|
+
font-size: 12px;
|
|
7392
|
+
font-size: var(--timeline-item-custom-node-font-size, 12px);
|
|
7393
7393
|
word-break: break-all;
|
|
7394
7394
|
margin-right: calc(0px - 40px/2 + 16px/2);
|
|
7395
7395
|
margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2);
|
|
@@ -7471,8 +7471,8 @@
|
|
|
7471
7471
|
margin: 0;
|
|
7472
7472
|
margin-top: 4px;
|
|
7473
7473
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
7474
|
-
font-size:
|
|
7475
|
-
font-size: var(--timeline-item-body-font-size,
|
|
7474
|
+
font-size: 12px;
|
|
7475
|
+
font-size: var(--timeline-item-body-font-size, 12px);
|
|
7476
7476
|
line-height: 1.5;
|
|
7477
7477
|
line-height: var(--font-lineheight-2, 1.5);
|
|
7478
7478
|
color: rgba(0, 0, 0, 0.75);
|
|
@@ -7484,8 +7484,8 @@
|
|
|
7484
7484
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
7485
7485
|
margin-bottom: 12px;
|
|
7486
7486
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
7487
|
-
font-size:
|
|
7488
|
-
font-size: var(--timeline-item-time-font-size,
|
|
7487
|
+
font-size: 12px;
|
|
7488
|
+
font-size: var(--timeline-item-time-font-size, 12px);
|
|
7489
7489
|
color: #999999;
|
|
7490
7490
|
color: var(--timeline-item-time-color, #999999);
|
|
7491
7491
|
text-align: right; }
|
|
@@ -7494,8 +7494,8 @@
|
|
|
7494
7494
|
width: 80px;
|
|
7495
7495
|
width: var(--timeline-item-left-content-width, 80px);
|
|
7496
7496
|
display: inline-block;
|
|
7497
|
-
font-size:
|
|
7498
|
-
font-size: var(--timeline-item-left-body-font-size,
|
|
7497
|
+
font-size: 12px;
|
|
7498
|
+
font-size: var(--timeline-item-left-body-font-size, 12px);
|
|
7499
7499
|
color: #999999;
|
|
7500
7500
|
color: var(--timeline-item-left-body-color, #999999);
|
|
7501
7501
|
line-height: 1.5;
|
|
@@ -7547,8 +7547,8 @@
|
|
|
7547
7547
|
width: 40px;
|
|
7548
7548
|
width: var(--timeline-item-custom-node-size, 40px);
|
|
7549
7549
|
height: auto;
|
|
7550
|
-
font-size:
|
|
7551
|
-
font-size: var(--timeline-item-custom-node-font-size,
|
|
7550
|
+
font-size: 12px;
|
|
7551
|
+
font-size: var(--timeline-item-custom-node-font-size, 12px);
|
|
7552
7552
|
word-break: break-all;
|
|
7553
7553
|
margin-right: calc(0px - 40px/2 + 16px/2);
|
|
7554
7554
|
margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2);
|
|
@@ -7630,8 +7630,8 @@
|
|
|
7630
7630
|
margin: 0;
|
|
7631
7631
|
margin-top: 4px;
|
|
7632
7632
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
7633
|
-
font-size:
|
|
7634
|
-
font-size: var(--timeline-item-body-font-size,
|
|
7633
|
+
font-size: 12px;
|
|
7634
|
+
font-size: var(--timeline-item-body-font-size, 12px);
|
|
7635
7635
|
line-height: 1.5;
|
|
7636
7636
|
line-height: var(--font-lineheight-2, 1.5);
|
|
7637
7637
|
color: rgba(0, 0, 0, 0.75);
|
|
@@ -7643,8 +7643,8 @@
|
|
|
7643
7643
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
7644
7644
|
margin-bottom: 12px;
|
|
7645
7645
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
7646
|
-
font-size:
|
|
7647
|
-
font-size: var(--timeline-item-time-font-size,
|
|
7646
|
+
font-size: 12px;
|
|
7647
|
+
font-size: var(--timeline-item-time-font-size, 12px);
|
|
7648
7648
|
color: #999999;
|
|
7649
7649
|
color: var(--timeline-item-time-color, #999999);
|
|
7650
7650
|
text-align: right; }
|
|
@@ -7653,8 +7653,8 @@
|
|
|
7653
7653
|
width: 80px;
|
|
7654
7654
|
width: var(--timeline-item-left-content-width, 80px);
|
|
7655
7655
|
display: inline-block;
|
|
7656
|
-
font-size:
|
|
7657
|
-
font-size: var(--timeline-item-left-body-font-size,
|
|
7656
|
+
font-size: 12px;
|
|
7657
|
+
font-size: var(--timeline-item-left-body-font-size, 12px);
|
|
7658
7658
|
color: #999999;
|
|
7659
7659
|
color: var(--timeline-item-left-body-color, #999999);
|
|
7660
7660
|
line-height: 1.5;
|
|
@@ -7700,8 +7700,8 @@
|
|
|
7700
7700
|
padding-top: var(--timeline-item-folder-margin-top, 4px);
|
|
7701
7701
|
padding-bottom: 4px;
|
|
7702
7702
|
padding-bottom: var(--timeline-item-folder-margin-bottom, 4px);
|
|
7703
|
-
font-size:
|
|
7704
|
-
font-size: var(--timeline-item-folder-font-size,
|
|
7703
|
+
font-size: 12px;
|
|
7704
|
+
font-size: var(--timeline-item-folder-font-size, 12px);
|
|
7705
7705
|
line-height: 1.5;
|
|
7706
7706
|
line-height: var(--font-lineheight-2, 1.5);
|
|
7707
7707
|
position: relative;
|
|
@@ -7744,8 +7744,8 @@
|
|
|
7744
7744
|
width: 40px;
|
|
7745
7745
|
width: var(--timeline-item-custom-node-size, 40px);
|
|
7746
7746
|
height: auto;
|
|
7747
|
-
font-size:
|
|
7748
|
-
font-size: var(--timeline-item-custom-node-font-size,
|
|
7747
|
+
font-size: 12px;
|
|
7748
|
+
font-size: var(--timeline-item-custom-node-font-size, 12px);
|
|
7749
7749
|
word-break: break-all;
|
|
7750
7750
|
margin-left: calc(0px - 40px/2 + 16px/2);
|
|
7751
7751
|
margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2);
|
|
@@ -7824,8 +7824,8 @@
|
|
|
7824
7824
|
margin: 0;
|
|
7825
7825
|
margin-top: 4px;
|
|
7826
7826
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
7827
|
-
font-size:
|
|
7828
|
-
font-size: var(--timeline-item-body-font-size,
|
|
7827
|
+
font-size: 12px;
|
|
7828
|
+
font-size: var(--timeline-item-body-font-size, 12px);
|
|
7829
7829
|
line-height: 1.5;
|
|
7830
7830
|
line-height: var(--font-lineheight-2, 1.5);
|
|
7831
7831
|
color: rgba(0, 0, 0, 0.75);
|
|
@@ -7837,8 +7837,8 @@
|
|
|
7837
7837
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
7838
7838
|
margin-bottom: 12px;
|
|
7839
7839
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
7840
|
-
font-size:
|
|
7841
|
-
font-size: var(--timeline-item-time-font-size,
|
|
7840
|
+
font-size: 12px;
|
|
7841
|
+
font-size: var(--timeline-item-time-font-size, 12px);
|
|
7842
7842
|
color: #999999;
|
|
7843
7843
|
color: var(--timeline-item-time-color, #999999);
|
|
7844
7844
|
text-align: left; }
|
|
@@ -7847,8 +7847,8 @@
|
|
|
7847
7847
|
width: 80px;
|
|
7848
7848
|
width: var(--timeline-item-left-content-width, 80px);
|
|
7849
7849
|
display: inline-block;
|
|
7850
|
-
font-size:
|
|
7851
|
-
font-size: var(--timeline-item-left-body-font-size,
|
|
7850
|
+
font-size: 12px;
|
|
7851
|
+
font-size: var(--timeline-item-left-body-font-size, 12px);
|
|
7852
7852
|
color: #999999;
|
|
7853
7853
|
color: var(--timeline-item-left-body-color, #999999);
|
|
7854
7854
|
line-height: 1.5;
|
|
@@ -7896,8 +7896,8 @@
|
|
|
7896
7896
|
width: 40px;
|
|
7897
7897
|
width: var(--timeline-item-custom-node-size, 40px);
|
|
7898
7898
|
height: auto;
|
|
7899
|
-
font-size:
|
|
7900
|
-
font-size: var(--timeline-item-custom-node-font-size,
|
|
7899
|
+
font-size: 12px;
|
|
7900
|
+
font-size: var(--timeline-item-custom-node-font-size, 12px);
|
|
7901
7901
|
word-break: break-all;
|
|
7902
7902
|
margin-left: calc(0px - 40px/2 + 16px/2);
|
|
7903
7903
|
margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2);
|
|
@@ -7976,8 +7976,8 @@
|
|
|
7976
7976
|
margin: 0;
|
|
7977
7977
|
margin-top: 4px;
|
|
7978
7978
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
7979
|
-
font-size:
|
|
7980
|
-
font-size: var(--timeline-item-body-font-size,
|
|
7979
|
+
font-size: 12px;
|
|
7980
|
+
font-size: var(--timeline-item-body-font-size, 12px);
|
|
7981
7981
|
line-height: 1.5;
|
|
7982
7982
|
line-height: var(--font-lineheight-2, 1.5);
|
|
7983
7983
|
color: rgba(0, 0, 0, 0.75);
|
|
@@ -7989,8 +7989,8 @@
|
|
|
7989
7989
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
7990
7990
|
margin-bottom: 12px;
|
|
7991
7991
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
7992
|
-
font-size:
|
|
7993
|
-
font-size: var(--timeline-item-time-font-size,
|
|
7992
|
+
font-size: 12px;
|
|
7993
|
+
font-size: var(--timeline-item-time-font-size, 12px);
|
|
7994
7994
|
color: #999999;
|
|
7995
7995
|
color: var(--timeline-item-time-color, #999999);
|
|
7996
7996
|
text-align: left; }
|
|
@@ -7999,8 +7999,8 @@
|
|
|
7999
7999
|
width: 80px;
|
|
8000
8000
|
width: var(--timeline-item-left-content-width, 80px);
|
|
8001
8001
|
display: inline-block;
|
|
8002
|
-
font-size:
|
|
8003
|
-
font-size: var(--timeline-item-left-body-font-size,
|
|
8002
|
+
font-size: 12px;
|
|
8003
|
+
font-size: var(--timeline-item-left-body-font-size, 12px);
|
|
8004
8004
|
color: #999999;
|
|
8005
8005
|
color: var(--timeline-item-left-body-color, #999999);
|
|
8006
8006
|
line-height: 1.5;
|
|
@@ -8048,8 +8048,8 @@
|
|
|
8048
8048
|
width: 40px;
|
|
8049
8049
|
width: var(--timeline-item-custom-node-size, 40px);
|
|
8050
8050
|
height: auto;
|
|
8051
|
-
font-size:
|
|
8052
|
-
font-size: var(--timeline-item-custom-node-font-size,
|
|
8051
|
+
font-size: 12px;
|
|
8052
|
+
font-size: var(--timeline-item-custom-node-font-size, 12px);
|
|
8053
8053
|
word-break: break-all;
|
|
8054
8054
|
margin-left: calc(0px - 40px/2 + 16px/2);
|
|
8055
8055
|
margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2);
|
|
@@ -8128,8 +8128,8 @@
|
|
|
8128
8128
|
margin: 0;
|
|
8129
8129
|
margin-top: 4px;
|
|
8130
8130
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
8131
|
-
font-size:
|
|
8132
|
-
font-size: var(--timeline-item-body-font-size,
|
|
8131
|
+
font-size: 12px;
|
|
8132
|
+
font-size: var(--timeline-item-body-font-size, 12px);
|
|
8133
8133
|
line-height: 1.5;
|
|
8134
8134
|
line-height: var(--font-lineheight-2, 1.5);
|
|
8135
8135
|
color: rgba(0, 0, 0, 0.75);
|
|
@@ -8141,8 +8141,8 @@
|
|
|
8141
8141
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
8142
8142
|
margin-bottom: 12px;
|
|
8143
8143
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
8144
|
-
font-size:
|
|
8145
|
-
font-size: var(--timeline-item-time-font-size,
|
|
8144
|
+
font-size: 12px;
|
|
8145
|
+
font-size: var(--timeline-item-time-font-size, 12px);
|
|
8146
8146
|
color: #999999;
|
|
8147
8147
|
color: var(--timeline-item-time-color, #999999);
|
|
8148
8148
|
text-align: left; }
|
|
@@ -8151,8 +8151,8 @@
|
|
|
8151
8151
|
width: 80px;
|
|
8152
8152
|
width: var(--timeline-item-left-content-width, 80px);
|
|
8153
8153
|
display: inline-block;
|
|
8154
|
-
font-size:
|
|
8155
|
-
font-size: var(--timeline-item-left-body-font-size,
|
|
8154
|
+
font-size: 12px;
|
|
8155
|
+
font-size: var(--timeline-item-left-body-font-size, 12px);
|
|
8156
8156
|
color: #999999;
|
|
8157
8157
|
color: var(--timeline-item-left-body-color, #999999);
|
|
8158
8158
|
line-height: 1.5;
|
|
@@ -8200,8 +8200,8 @@
|
|
|
8200
8200
|
width: 40px;
|
|
8201
8201
|
width: var(--timeline-item-custom-node-size, 40px);
|
|
8202
8202
|
height: auto;
|
|
8203
|
-
font-size:
|
|
8204
|
-
font-size: var(--timeline-item-custom-node-font-size,
|
|
8203
|
+
font-size: 12px;
|
|
8204
|
+
font-size: var(--timeline-item-custom-node-font-size, 12px);
|
|
8205
8205
|
word-break: break-all;
|
|
8206
8206
|
margin-left: calc(0px - 40px/2 + 16px/2);
|
|
8207
8207
|
margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2);
|
|
@@ -8280,8 +8280,8 @@
|
|
|
8280
8280
|
margin: 0;
|
|
8281
8281
|
margin-top: 4px;
|
|
8282
8282
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
8283
|
-
font-size:
|
|
8284
|
-
font-size: var(--timeline-item-body-font-size,
|
|
8283
|
+
font-size: 12px;
|
|
8284
|
+
font-size: var(--timeline-item-body-font-size, 12px);
|
|
8285
8285
|
line-height: 1.5;
|
|
8286
8286
|
line-height: var(--font-lineheight-2, 1.5);
|
|
8287
8287
|
color: rgba(0, 0, 0, 0.75);
|
|
@@ -8293,8 +8293,8 @@
|
|
|
8293
8293
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
8294
8294
|
margin-bottom: 12px;
|
|
8295
8295
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
8296
|
-
font-size:
|
|
8297
|
-
font-size: var(--timeline-item-time-font-size,
|
|
8296
|
+
font-size: 12px;
|
|
8297
|
+
font-size: var(--timeline-item-time-font-size, 12px);
|
|
8298
8298
|
color: #999999;
|
|
8299
8299
|
color: var(--timeline-item-time-color, #999999);
|
|
8300
8300
|
text-align: left; }
|
|
@@ -8303,8 +8303,8 @@
|
|
|
8303
8303
|
width: 80px;
|
|
8304
8304
|
width: var(--timeline-item-left-content-width, 80px);
|
|
8305
8305
|
display: inline-block;
|
|
8306
|
-
font-size:
|
|
8307
|
-
font-size: var(--timeline-item-left-body-font-size,
|
|
8306
|
+
font-size: 12px;
|
|
8307
|
+
font-size: var(--timeline-item-left-body-font-size, 12px);
|
|
8308
8308
|
color: #999999;
|
|
8309
8309
|
color: var(--timeline-item-left-body-color, #999999);
|
|
8310
8310
|
line-height: 1.5;
|
|
@@ -8365,8 +8365,8 @@
|
|
|
8365
8365
|
.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
8366
8366
|
margin: 0;
|
|
8367
8367
|
margin-top: 4px;
|
|
8368
|
-
font-size:
|
|
8369
|
-
font-size: var(--timeline-item-body-font-size,
|
|
8368
|
+
font-size: 12px;
|
|
8369
|
+
font-size: var(--timeline-item-body-font-size, 12px);
|
|
8370
8370
|
line-height: 1.5;
|
|
8371
8371
|
line-height: var(--font-lineheight-2, 1.5);
|
|
8372
8372
|
color: rgba(0, 0, 0, 0.75);
|
|
@@ -8379,8 +8379,8 @@
|
|
|
8379
8379
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
8380
8380
|
margin-bottom: 12px;
|
|
8381
8381
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
8382
|
-
font-size:
|
|
8383
|
-
font-size: var(--timeline-item-time-font-size,
|
|
8382
|
+
font-size: 12px;
|
|
8383
|
+
font-size: var(--timeline-item-time-font-size, 12px);
|
|
8384
8384
|
color: #999999;
|
|
8385
8385
|
color: var(--timeline-item-time-color, #999999);
|
|
8386
8386
|
text-align: right; }
|
|
@@ -8433,8 +8433,8 @@
|
|
|
8433
8433
|
|
|
8434
8434
|
.next-timeline[dir='rtl'].next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
8435
8435
|
margin: 0;
|
|
8436
|
-
font-size:
|
|
8437
|
-
font-size: var(--timeline-item-body-font-size,
|
|
8436
|
+
font-size: 12px;
|
|
8437
|
+
font-size: var(--timeline-item-body-font-size, 12px);
|
|
8438
8438
|
line-height: 1.5;
|
|
8439
8439
|
line-height: var(--font-lineheight-2, 1.5);
|
|
8440
8440
|
color: rgba(0, 0, 0, 0.75);
|
|
@@ -8447,8 +8447,8 @@
|
|
|
8447
8447
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
8448
8448
|
margin-bottom: 12px;
|
|
8449
8449
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
8450
|
-
font-size:
|
|
8451
|
-
font-size: var(--timeline-item-time-font-size,
|
|
8450
|
+
font-size: 12px;
|
|
8451
|
+
font-size: var(--timeline-item-time-font-size, 12px);
|
|
8452
8452
|
color: #999999;
|
|
8453
8453
|
color: var(--timeline-item-time-color, #999999);
|
|
8454
8454
|
text-align: left; }
|
|
@@ -9362,8 +9362,8 @@
|
|
|
9362
9362
|
height: 100%;
|
|
9363
9363
|
color: rgba(0, 0, 0, 0.4);
|
|
9364
9364
|
color: var(--upload-card-list-thumbnail-font-color, rgba(0, 0, 0, 0.4));
|
|
9365
|
-
font-size:
|
|
9366
|
-
font-size: var(--upload-card-list-thumbnail-font-size,
|
|
9365
|
+
font-size: 12px;
|
|
9366
|
+
font-size: var(--upload-card-list-thumbnail-font-size, 12px); }
|
|
9367
9367
|
.next-upload-list-card .next-upload-list-item-thumbnail img {
|
|
9368
9368
|
max-width: 100%;
|
|
9369
9369
|
max-height: 100%;
|
|
@@ -9394,8 +9394,8 @@
|
|
|
9394
9394
|
text-align: center;
|
|
9395
9395
|
margin-top: 4px;
|
|
9396
9396
|
margin-top: var(--upload-card-list-name-margin-top, 4px);
|
|
9397
|
-
font-size:
|
|
9398
|
-
font-size: var(--upload-card-list-name-font-size,
|
|
9397
|
+
font-size: 12px;
|
|
9398
|
+
font-size: var(--upload-card-list-name-font-size, 12px);
|
|
9399
9399
|
color: rgba(0, 0, 0, 0.75);
|
|
9400
9400
|
color: var(--upload-card-list-name-font-color, rgba(0, 0, 0, 0.75));
|
|
9401
9401
|
text-overflow: ellipsis;
|
|
@@ -9552,8 +9552,8 @@
|
|
|
9552
9552
|
color: var(--upload-drag-zone-upload-normal-title-color, rgba(0, 0, 0, 0.75)); }
|
|
9553
9553
|
.next-upload-dragable .next-upload-drag-hint {
|
|
9554
9554
|
margin: 4px 0 20px;
|
|
9555
|
-
font-size:
|
|
9556
|
-
font-size: var(--upload-drag-zone-hint-font-size,
|
|
9555
|
+
font-size: 12px;
|
|
9556
|
+
font-size: var(--upload-drag-zone-hint-font-size, 12px);
|
|
9557
9557
|
color: #999999;
|
|
9558
9558
|
color: var(--upload-drag-zone-upload-normal-hint-color, #999999); }
|
|
9559
9559
|
.next-upload-dragable .next-upload-drag-over {
|
|
@@ -11540,8 +11540,8 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
11540
11540
|
cursor: default;
|
|
11541
11541
|
height: 28px;
|
|
11542
11542
|
line-height: 28px;
|
|
11543
|
-
font-size:
|
|
11544
|
-
font-size: var(--font-size-caption,
|
|
11543
|
+
font-size: 12px;
|
|
11544
|
+
font-size: var(--font-size-caption, 12px);
|
|
11545
11545
|
font-weight: normal;
|
|
11546
11546
|
font-weight: var(--font-weight-2, normal);
|
|
11547
11547
|
color: #999999;
|
|
@@ -11555,8 +11555,8 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
11555
11555
|
margin: 0;
|
|
11556
11556
|
width: 54px;
|
|
11557
11557
|
padding: 0;
|
|
11558
|
-
font-size:
|
|
11559
|
-
font-size: var(--font-size-caption,
|
|
11558
|
+
font-size: 12px;
|
|
11559
|
+
font-size: var(--font-size-caption, 12px);
|
|
11560
11560
|
height: 224px;
|
|
11561
11561
|
scrollbar-width: none;
|
|
11562
11562
|
-ms-overflow-style: none; }
|
|
@@ -11718,11 +11718,11 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
11718
11718
|
.next-time-picker2-input.next-time-picker2-input-small .next-input-label {
|
|
11719
11719
|
padding-left: 8px;
|
|
11720
11720
|
padding-left: var(--input-s-label-padding-left, 8px);
|
|
11721
|
-
font-size:
|
|
11722
|
-
font-size: var(--form-element-small-font-size,
|
|
11721
|
+
font-size: 12px;
|
|
11722
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
11723
11723
|
.next-time-picker2-input.next-time-picker2-input-small .next-input-inner {
|
|
11724
|
-
font-size:
|
|
11725
|
-
font-size: var(--form-element-small-font-size,
|
|
11724
|
+
font-size: 12px;
|
|
11725
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
11726
11726
|
.next-time-picker2-input.next-time-picker2-input-small .next-input-control {
|
|
11727
11727
|
padding-right: 4px;
|
|
11728
11728
|
padding-right: var(--input-s-icon-padding-right, 4px); }
|
|
@@ -11736,25 +11736,25 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
11736
11736
|
line-height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px)*2) \0;
|
|
11737
11737
|
padding: 0 8px;
|
|
11738
11738
|
padding: 0 var(--input-s-padding, 8px);
|
|
11739
|
-
font-size:
|
|
11740
|
-
font-size: var(--form-element-small-font-size,
|
|
11739
|
+
font-size: 12px;
|
|
11740
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
11741
11741
|
.next-time-picker2-input.next-time-picker2-input-small input::-webkit-input-placeholder {
|
|
11742
|
-
font-size:
|
|
11743
|
-
font-size: var(--form-element-small-font-size,
|
|
11742
|
+
font-size: 12px;
|
|
11743
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
11744
11744
|
.next-time-picker2-input.next-time-picker2-input-small input::-moz-placeholder {
|
|
11745
|
-
font-size:
|
|
11746
|
-
font-size: var(--form-element-small-font-size,
|
|
11745
|
+
font-size: 12px;
|
|
11746
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
11747
11747
|
.next-time-picker2-input.next-time-picker2-input-small input::-ms-input-placeholder {
|
|
11748
|
-
font-size:
|
|
11749
|
-
font-size: var(--form-element-small-font-size,
|
|
11748
|
+
font-size: 12px;
|
|
11749
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
11750
11750
|
.next-time-picker2-input.next-time-picker2-input-small input::placeholder {
|
|
11751
|
-
font-size:
|
|
11752
|
-
font-size: var(--form-element-small-font-size,
|
|
11751
|
+
font-size: 12px;
|
|
11752
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
11753
11753
|
.next-time-picker2-input.next-time-picker2-input-small .next-input-text-field {
|
|
11754
11754
|
padding: 0 8px;
|
|
11755
11755
|
padding: 0 var(--input-s-padding, 8px);
|
|
11756
|
-
font-size:
|
|
11757
|
-
font-size: var(--form-element-small-font-size,
|
|
11756
|
+
font-size: 12px;
|
|
11757
|
+
font-size: var(--form-element-small-font-size, 12px);
|
|
11758
11758
|
height: calc(24px - 1px*2);
|
|
11759
11759
|
height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px)*2);
|
|
11760
11760
|
line-height: calc(24px - 1px*2);
|
|
@@ -12126,11 +12126,11 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
12126
12126
|
.next-date-picker2-input.next-date-picker2-input-small .next-input-label {
|
|
12127
12127
|
padding-left: 8px;
|
|
12128
12128
|
padding-left: var(--input-s-label-padding-left, 8px);
|
|
12129
|
-
font-size:
|
|
12130
|
-
font-size: var(--form-element-small-font-size,
|
|
12129
|
+
font-size: 12px;
|
|
12130
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
12131
12131
|
.next-date-picker2-input.next-date-picker2-input-small .next-input-inner {
|
|
12132
|
-
font-size:
|
|
12133
|
-
font-size: var(--form-element-small-font-size,
|
|
12132
|
+
font-size: 12px;
|
|
12133
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
12134
12134
|
.next-date-picker2-input.next-date-picker2-input-small .next-input-control {
|
|
12135
12135
|
padding-right: 4px;
|
|
12136
12136
|
padding-right: var(--input-s-icon-padding-right, 4px); }
|
|
@@ -12144,25 +12144,25 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
12144
12144
|
line-height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px)*2) \0;
|
|
12145
12145
|
padding: 0 8px;
|
|
12146
12146
|
padding: 0 var(--input-s-padding, 8px);
|
|
12147
|
-
font-size:
|
|
12148
|
-
font-size: var(--form-element-small-font-size,
|
|
12147
|
+
font-size: 12px;
|
|
12148
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
12149
12149
|
.next-date-picker2-input.next-date-picker2-input-small input::-webkit-input-placeholder {
|
|
12150
|
-
font-size:
|
|
12151
|
-
font-size: var(--form-element-small-font-size,
|
|
12150
|
+
font-size: 12px;
|
|
12151
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
12152
12152
|
.next-date-picker2-input.next-date-picker2-input-small input::-moz-placeholder {
|
|
12153
|
-
font-size:
|
|
12154
|
-
font-size: var(--form-element-small-font-size,
|
|
12153
|
+
font-size: 12px;
|
|
12154
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
12155
12155
|
.next-date-picker2-input.next-date-picker2-input-small input::-ms-input-placeholder {
|
|
12156
|
-
font-size:
|
|
12157
|
-
font-size: var(--form-element-small-font-size,
|
|
12156
|
+
font-size: 12px;
|
|
12157
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
12158
12158
|
.next-date-picker2-input.next-date-picker2-input-small input::placeholder {
|
|
12159
|
-
font-size:
|
|
12160
|
-
font-size: var(--form-element-small-font-size,
|
|
12159
|
+
font-size: 12px;
|
|
12160
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
12161
12161
|
.next-date-picker2-input.next-date-picker2-input-small .next-input-text-field {
|
|
12162
12162
|
padding: 0 8px;
|
|
12163
12163
|
padding: 0 var(--input-s-padding, 8px);
|
|
12164
|
-
font-size:
|
|
12165
|
-
font-size: var(--form-element-small-font-size,
|
|
12164
|
+
font-size: 12px;
|
|
12165
|
+
font-size: var(--form-element-small-font-size, 12px);
|
|
12166
12166
|
height: calc(24px - 1px*2);
|
|
12167
12167
|
height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px)*2);
|
|
12168
12168
|
line-height: calc(24px - 1px*2);
|