@alifd/theme-fpx-warehouse 1.0.1 → 1.0.2
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 +62 -62
- package/dist/next-2.css +117 -117
- package/dist/next-noreset-1.css +58 -58
- package/dist/next-noreset-2.css +116 -116
- package/dist/next-noreset.css +173 -173
- 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 +115 -115
- package/dist/next-noreset.var-2.css +231 -231
- package/dist/next-noreset.var.css +345 -345
- 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 +178 -178
- 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 +123 -123
- package/dist/next.var-2.css +233 -233
- package/dist/next.var.css +355 -355
- 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 +68 -68
- package/variables.js +5 -5
- package/variables.less +47 -47
- package/variables.scss +47 -47
- package/variables.scss2css.scss +101 -101
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-fpx-warehouse@1.0.
|
|
2
|
+
* @alifd/theme-fpx-warehouse@1.0.2 (https://fusion.design)
|
|
3
3
|
* @alifd/next@1.27.33 (https://fusion.design)
|
|
4
4
|
* Copyright 2018-present Alibaba Group,
|
|
5
5
|
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
|
|
@@ -851,15 +851,15 @@
|
|
|
851
851
|
line-height: inherit; }
|
|
852
852
|
|
|
853
853
|
.next-pagination[dir="rtl"].next-large .next-pagination-display {
|
|
854
|
-
font-size:
|
|
855
|
-
font-size: var(--pagination-large-total-font-size,
|
|
854
|
+
font-size: 14px;
|
|
855
|
+
font-size: var(--pagination-large-total-font-size, 14px); }
|
|
856
856
|
.next-pagination[dir="rtl"].next-large .next-pagination-display em {
|
|
857
|
-
font-size:
|
|
858
|
-
font-size: var(--pagination-large-current-font-size,
|
|
857
|
+
font-size: 14px;
|
|
858
|
+
font-size: var(--pagination-large-current-font-size, 14px); }
|
|
859
859
|
|
|
860
860
|
.next-pagination[dir="rtl"].next-large .next-pagination-jump-text {
|
|
861
|
-
font-size:
|
|
862
|
-
font-size: var(--pagination-large-jump-font-size,
|
|
861
|
+
font-size: 14px;
|
|
862
|
+
font-size: var(--pagination-large-jump-font-size, 14px); }
|
|
863
863
|
|
|
864
864
|
.next-pagination[dir="rtl"].next-large .next-pagination-jump-input {
|
|
865
865
|
width: 48px;
|
|
@@ -870,8 +870,8 @@
|
|
|
870
870
|
height: var(--form-element-large-height, 40px);
|
|
871
871
|
line-height: 40px;
|
|
872
872
|
line-height: var(--form-element-large-height, 40px);
|
|
873
|
-
font-size:
|
|
874
|
-
font-size: var(--pagination-large-jump-font-size,
|
|
873
|
+
font-size: 14px;
|
|
874
|
+
font-size: var(--pagination-large-jump-font-size, 14px);
|
|
875
875
|
vertical-align: middle; }
|
|
876
876
|
|
|
877
877
|
.next-pagination[dir="rtl"].next-large .next-pagination-size-selector-btn {
|
|
@@ -1241,14 +1241,14 @@
|
|
|
1241
1241
|
font-size: var(--pagination-large-ellipsis-size, 16px);
|
|
1242
1242
|
line-height: inherit; }
|
|
1243
1243
|
.next-pagination.next-large .next-pagination-display {
|
|
1244
|
-
font-size:
|
|
1245
|
-
font-size: var(--pagination-large-total-font-size,
|
|
1244
|
+
font-size: 14px;
|
|
1245
|
+
font-size: var(--pagination-large-total-font-size, 14px); }
|
|
1246
1246
|
.next-pagination.next-large .next-pagination-display em {
|
|
1247
|
-
font-size:
|
|
1248
|
-
font-size: var(--pagination-large-current-font-size,
|
|
1247
|
+
font-size: 14px;
|
|
1248
|
+
font-size: var(--pagination-large-current-font-size, 14px); }
|
|
1249
1249
|
.next-pagination.next-large .next-pagination-jump-text {
|
|
1250
|
-
font-size:
|
|
1251
|
-
font-size: var(--pagination-large-jump-font-size,
|
|
1250
|
+
font-size: 14px;
|
|
1251
|
+
font-size: var(--pagination-large-jump-font-size, 14px); }
|
|
1252
1252
|
.next-pagination.next-large .next-pagination-jump-input {
|
|
1253
1253
|
width: 48px;
|
|
1254
1254
|
width: var(--pagination-large-input-width, 48px); }
|
|
@@ -1257,8 +1257,8 @@
|
|
|
1257
1257
|
height: var(--form-element-large-height, 40px);
|
|
1258
1258
|
line-height: 40px;
|
|
1259
1259
|
line-height: var(--form-element-large-height, 40px);
|
|
1260
|
-
font-size:
|
|
1261
|
-
font-size: var(--pagination-large-jump-font-size,
|
|
1260
|
+
font-size: 14px;
|
|
1261
|
+
font-size: var(--pagination-large-jump-font-size, 14px);
|
|
1262
1262
|
vertical-align: middle; }
|
|
1263
1263
|
.next-pagination.next-large .next-pagination-size-selector-btn {
|
|
1264
1264
|
padding: 0 16px;
|
|
@@ -1319,8 +1319,8 @@
|
|
|
1319
1319
|
line-height: 1.5;
|
|
1320
1320
|
line-height: var(--paragraph-l-line-height, 1.5); }
|
|
1321
1321
|
.next-paragraph-small {
|
|
1322
|
-
font-size:
|
|
1323
|
-
font-size: var(--paragraph-s-font-size,
|
|
1322
|
+
font-size: 14px;
|
|
1323
|
+
font-size: var(--paragraph-s-font-size, 14px); }
|
|
1324
1324
|
.next-paragraph-medium {
|
|
1325
1325
|
font-size: 14px;
|
|
1326
1326
|
font-size: var(--paragraph-m-font-size, 14px); }
|
|
@@ -1430,8 +1430,8 @@
|
|
|
1430
1430
|
margin-top: calc(0px - 12px/2);
|
|
1431
1431
|
margin-top: calc(0px - var(--progress-line-height-size-l, 12px)/2); }
|
|
1432
1432
|
.next-progress-line.next-large .next-progress-line-text {
|
|
1433
|
-
font-size:
|
|
1434
|
-
font-size: var(--progress-line-font-l,
|
|
1433
|
+
font-size: 14px;
|
|
1434
|
+
font-size: var(--progress-line-font-l, 14px);
|
|
1435
1435
|
line-height: 12px;
|
|
1436
1436
|
line-height: var(--progress-line-height-size-l, 12px); }
|
|
1437
1437
|
.next-progress-line-show-info .next-progress-line-container {
|
|
@@ -1498,8 +1498,8 @@
|
|
|
1498
1498
|
margin-top: calc(0px - 12px/2);
|
|
1499
1499
|
margin-top: calc(0px - var(--progress-line-height-size-l, 12px)/2); }
|
|
1500
1500
|
.next-progress-line-show-border.next-large .next-progress-line-text {
|
|
1501
|
-
font-size:
|
|
1502
|
-
font-size: var(--progress-line-font-l,
|
|
1501
|
+
font-size: 14px;
|
|
1502
|
+
font-size: var(--progress-line-font-l, 14px);
|
|
1503
1503
|
line-height: calc(12px + 1px*2);
|
|
1504
1504
|
line-height: calc(var(--progress-line-height-size-l, 12px) + var(--progress-line-underlay-border-width, 1px)*2); }
|
|
1505
1505
|
|
|
@@ -2020,8 +2020,8 @@
|
|
|
2020
2020
|
margin-left: var(--rating-small-text-margin-left, 8px); }
|
|
2021
2021
|
|
|
2022
2022
|
.next-rating-medium {
|
|
2023
|
-
font-size:
|
|
2024
|
-
font-size: var(--rating-medium-font-size,
|
|
2023
|
+
font-size: 14px;
|
|
2024
|
+
font-size: var(--rating-medium-font-size, 14px); }
|
|
2025
2025
|
.next-rating-medium .next-icon:before,
|
|
2026
2026
|
.next-rating-medium .next-icon .next-icon-remote {
|
|
2027
2027
|
width: 16px;
|
|
@@ -2032,8 +2032,8 @@
|
|
|
2032
2032
|
margin-left: var(--rating-medium-text-margin-left, 12px); }
|
|
2033
2033
|
|
|
2034
2034
|
.next-rating-large {
|
|
2035
|
-
font-size:
|
|
2036
|
-
font-size: var(--rating-large-font-size,
|
|
2035
|
+
font-size: 14px;
|
|
2036
|
+
font-size: var(--rating-large-font-size, 14px); }
|
|
2037
2037
|
.next-rating-large .next-icon:before,
|
|
2038
2038
|
.next-rating-large .next-icon .next-icon-remote {
|
|
2039
2039
|
width: 20px;
|
|
@@ -2268,8 +2268,8 @@
|
|
|
2268
2268
|
height: calc(40px - 1px*2);
|
|
2269
2269
|
height: calc(var(--search-normal-primary-l-height, 40px) - var(--search-normal-primary-border-width, 1px)*2); }
|
|
2270
2270
|
.next-search-normal.next-primary.next-large .next-search-btn {
|
|
2271
|
-
font-size:
|
|
2272
|
-
font-size: var(--search-normal-primary-l-btn-text-size,
|
|
2271
|
+
font-size: 14px;
|
|
2272
|
+
font-size: var(--search-normal-primary-l-btn-text-size, 14px); }
|
|
2273
2273
|
.next-search-normal.next-primary.next-large .next-search-btn .next-icon:before,
|
|
2274
2274
|
.next-search-normal.next-primary.next-large .next-search-btn .next-icon .next-icon-remote {
|
|
2275
2275
|
width: 16px;
|
|
@@ -2371,8 +2371,8 @@
|
|
|
2371
2371
|
height: calc(40px - 1px*2);
|
|
2372
2372
|
height: calc(var(--search-normal-secondary-l-height, 40px) - var(--search-normal-secondary-border-width, 1px)*2); }
|
|
2373
2373
|
.next-search-normal.next-secondary.next-large .next-search-btn {
|
|
2374
|
-
font-size:
|
|
2375
|
-
font-size: var(--search-normal-secondary-l-btn-text-size,
|
|
2374
|
+
font-size: 14px;
|
|
2375
|
+
font-size: var(--search-normal-secondary-l-btn-text-size, 14px); }
|
|
2376
2376
|
.next-search-normal.next-secondary.next-large .next-search-btn .next-icon:before,
|
|
2377
2377
|
.next-search-normal.next-secondary.next-large .next-search-btn .next-icon .next-icon-remote {
|
|
2378
2378
|
width: 16px;
|
|
@@ -2405,8 +2405,8 @@
|
|
|
2405
2405
|
height: calc(36px - 1px*2);
|
|
2406
2406
|
height: calc(var(--search-normal-secondary-m-height, 36px) - var(--search-normal-secondary-border-width, 1px)*2); }
|
|
2407
2407
|
.next-search-normal.next-secondary.next-medium .next-search-btn {
|
|
2408
|
-
font-size:
|
|
2409
|
-
font-size: var(--search-normal-secondary-m-btn-text-size,
|
|
2408
|
+
font-size: 14px;
|
|
2409
|
+
font-size: var(--search-normal-secondary-m-btn-text-size, 14px); }
|
|
2410
2410
|
.next-search-normal.next-secondary.next-medium .next-search-btn .next-icon:before,
|
|
2411
2411
|
.next-search-normal.next-secondary.next-medium .next-search-btn .next-icon .next-icon-remote {
|
|
2412
2412
|
width: 16px;
|
|
@@ -2474,8 +2474,8 @@
|
|
|
2474
2474
|
height: calc(40px - 1px*2);
|
|
2475
2475
|
height: calc(var(--search-normal-normal-l-height, 40px) - var(--search-normal-normal-border-width, 1px)*2); }
|
|
2476
2476
|
.next-search-normal.next-normal.next-large .next-search-btn {
|
|
2477
|
-
font-size:
|
|
2478
|
-
font-size: var(--search-normal-normal-l-btn-text-size,
|
|
2477
|
+
font-size: 14px;
|
|
2478
|
+
font-size: var(--search-normal-normal-l-btn-text-size, 14px); }
|
|
2479
2479
|
.next-search-normal.next-normal.next-large .next-search-btn .next-icon:before,
|
|
2480
2480
|
.next-search-normal.next-normal.next-large .next-search-btn .next-icon .next-icon-remote {
|
|
2481
2481
|
width: 16px;
|
|
@@ -2585,8 +2585,8 @@
|
|
|
2585
2585
|
height: calc(40px - 1px*2);
|
|
2586
2586
|
height: calc(var(--search-normal-dark-l-height, 40px) - var(--search-normal-dark-border-width, 1px)*2); }
|
|
2587
2587
|
.next-search-normal.next-dark.next-large .next-search-btn {
|
|
2588
|
-
font-size:
|
|
2589
|
-
font-size: var(--search-normal-dark-l-btn-text-size,
|
|
2588
|
+
font-size: 14px;
|
|
2589
|
+
font-size: var(--search-normal-dark-l-btn-text-size, 14px); }
|
|
2590
2590
|
.next-search-normal.next-dark.next-large .next-search-btn .next-icon:before,
|
|
2591
2591
|
.next-search-normal.next-dark.next-large .next-search-btn .next-icon .next-icon-remote {
|
|
2592
2592
|
width: 16px;
|
|
@@ -3875,10 +3875,10 @@
|
|
|
3875
3875
|
text-align: center;
|
|
3876
3876
|
position: absolute; }
|
|
3877
3877
|
.next-step-circle.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
|
|
3878
|
-
font-size:
|
|
3879
|
-
font-size: var(--step-circle-item-title-size,
|
|
3880
|
-
line-height: calc(
|
|
3881
|
-
line-height: calc(var(--step-circle-item-title-size,
|
|
3878
|
+
font-size: 14px;
|
|
3879
|
+
font-size: var(--step-circle-item-title-size, 14px);
|
|
3880
|
+
line-height: calc(14px + 4px);
|
|
3881
|
+
line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
|
|
3882
3882
|
margin-top: 8px;
|
|
3883
3883
|
margin-top: var(--step-circle-item-title-margin-top, 8px);
|
|
3884
3884
|
font-weight: normal;
|
|
@@ -3913,10 +3913,10 @@
|
|
|
3913
3913
|
text-align: center;
|
|
3914
3914
|
position: absolute; }
|
|
3915
3915
|
.next-step-circle.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
|
|
3916
|
-
font-size:
|
|
3917
|
-
font-size: var(--step-circle-item-title-size,
|
|
3918
|
-
line-height: calc(
|
|
3919
|
-
line-height: calc(var(--step-circle-item-title-size,
|
|
3916
|
+
font-size: 14px;
|
|
3917
|
+
font-size: var(--step-circle-item-title-size, 14px);
|
|
3918
|
+
line-height: calc(14px + 4px);
|
|
3919
|
+
line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
|
|
3920
3920
|
margin-top: 8px;
|
|
3921
3921
|
margin-top: var(--step-circle-item-title-margin-top, 8px);
|
|
3922
3922
|
font-weight: normal;
|
|
@@ -3951,10 +3951,10 @@
|
|
|
3951
3951
|
text-align: center;
|
|
3952
3952
|
position: absolute; }
|
|
3953
3953
|
.next-step-circle.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
|
|
3954
|
-
font-size:
|
|
3955
|
-
font-size: var(--step-circle-item-title-size,
|
|
3956
|
-
line-height: calc(
|
|
3957
|
-
line-height: calc(var(--step-circle-item-title-size,
|
|
3954
|
+
font-size: 14px;
|
|
3955
|
+
font-size: var(--step-circle-item-title-size, 14px);
|
|
3956
|
+
line-height: calc(14px + 4px);
|
|
3957
|
+
line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
|
|
3958
3958
|
margin-top: 8px;
|
|
3959
3959
|
margin-top: var(--step-circle-item-title-margin-top, 8px);
|
|
3960
3960
|
font-weight: normal;
|
|
@@ -3989,10 +3989,10 @@
|
|
|
3989
3989
|
text-align: center;
|
|
3990
3990
|
position: absolute; }
|
|
3991
3991
|
.next-step-circle.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
|
|
3992
|
-
font-size:
|
|
3993
|
-
font-size: var(--step-circle-item-title-size,
|
|
3994
|
-
line-height: calc(
|
|
3995
|
-
line-height: calc(var(--step-circle-item-title-size,
|
|
3992
|
+
font-size: 14px;
|
|
3993
|
+
font-size: var(--step-circle-item-title-size, 14px);
|
|
3994
|
+
line-height: calc(14px + 4px);
|
|
3995
|
+
line-height: calc(var(--step-circle-item-title-size, 14px) + 4px);
|
|
3996
3996
|
margin-top: 8px;
|
|
3997
3997
|
margin-top: var(--step-circle-item-title-margin-top, 8px);
|
|
3998
3998
|
font-weight: normal;
|
|
@@ -4021,8 +4021,8 @@
|
|
|
4021
4021
|
display: inline-block;
|
|
4022
4022
|
padding-right: 8px;
|
|
4023
4023
|
padding-right: var(--step-circle-item-node-padding, 8px);
|
|
4024
|
-
margin-top: calc(32px/2 -
|
|
4025
|
-
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size,
|
|
4024
|
+
margin-top: calc(32px/2 - 14px/2);
|
|
4025
|
+
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 14px)/2); }
|
|
4026
4026
|
|
|
4027
4027
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-wait .next-step-item-tail {
|
|
4028
4028
|
width: calc(100% - 32px - 8px*2 - 160px);
|
|
@@ -4049,8 +4049,8 @@
|
|
|
4049
4049
|
display: inline-block;
|
|
4050
4050
|
padding-right: 8px;
|
|
4051
4051
|
padding-right: var(--step-circle-item-node-padding, 8px);
|
|
4052
|
-
margin-top: calc(32px/2 -
|
|
4053
|
-
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size,
|
|
4052
|
+
margin-top: calc(32px/2 - 14px/2);
|
|
4053
|
+
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 14px)/2); }
|
|
4054
4054
|
|
|
4055
4055
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-process .next-step-item-tail {
|
|
4056
4056
|
width: calc(100% - 32px - 8px*2 - 160px);
|
|
@@ -4077,8 +4077,8 @@
|
|
|
4077
4077
|
display: inline-block;
|
|
4078
4078
|
padding-right: 8px;
|
|
4079
4079
|
padding-right: var(--step-circle-item-node-padding, 8px);
|
|
4080
|
-
margin-top: calc(32px/2 -
|
|
4081
|
-
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size,
|
|
4080
|
+
margin-top: calc(32px/2 - 14px/2);
|
|
4081
|
+
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 14px)/2); }
|
|
4082
4082
|
|
|
4083
4083
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-finish .next-step-item-tail {
|
|
4084
4084
|
width: calc(100% - 32px - 8px*2 - 160px);
|
|
@@ -4105,8 +4105,8 @@
|
|
|
4105
4105
|
display: inline-block;
|
|
4106
4106
|
padding-right: 8px;
|
|
4107
4107
|
padding-right: var(--step-circle-item-node-padding, 8px);
|
|
4108
|
-
margin-top: calc(32px/2 -
|
|
4109
|
-
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size,
|
|
4108
|
+
margin-top: calc(32px/2 - 14px/2);
|
|
4109
|
+
margin-top: calc(var(--step-circle-item-node-process-size, 32px)/2 - var(--step-circle-item-title-size, 14px)/2); }
|
|
4110
4110
|
|
|
4111
4111
|
.next-step-circle.next-step-horizontal.next-step-label-horizontal > .next-step-item-disabled .next-step-item-tail {
|
|
4112
4112
|
width: calc(100% - 32px - 8px*2 - 160px);
|
|
@@ -4157,8 +4157,8 @@
|
|
|
4157
4157
|
font-weight: normal;
|
|
4158
4158
|
font-weight: var(--step-circle-item-title-weight, normal);
|
|
4159
4159
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
4160
|
-
font-size:
|
|
4161
|
-
font-size: var(--font-size-body-1,
|
|
4160
|
+
font-size: 14px;
|
|
4161
|
+
font-size: var(--font-size-body-1, 14px);
|
|
4162
4162
|
line-height: 1.28571; }
|
|
4163
4163
|
.next-step-circle.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
|
|
4164
4164
|
margin-top: 4px;
|
|
@@ -4200,8 +4200,8 @@
|
|
|
4200
4200
|
font-weight: normal;
|
|
4201
4201
|
font-weight: var(--step-circle-item-title-weight, normal);
|
|
4202
4202
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
4203
|
-
font-size:
|
|
4204
|
-
font-size: var(--font-size-body-1,
|
|
4203
|
+
font-size: 14px;
|
|
4204
|
+
font-size: var(--font-size-body-1, 14px);
|
|
4205
4205
|
line-height: 1.28571; }
|
|
4206
4206
|
.next-step-circle.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
|
|
4207
4207
|
margin-top: 4px;
|
|
@@ -4243,8 +4243,8 @@
|
|
|
4243
4243
|
font-weight: normal;
|
|
4244
4244
|
font-weight: var(--step-circle-item-title-weight, normal);
|
|
4245
4245
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
4246
|
-
font-size:
|
|
4247
|
-
font-size: var(--font-size-body-1,
|
|
4246
|
+
font-size: 14px;
|
|
4247
|
+
font-size: var(--font-size-body-1, 14px);
|
|
4248
4248
|
line-height: 1.28571; }
|
|
4249
4249
|
.next-step-circle.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
|
|
4250
4250
|
margin-top: 4px;
|
|
@@ -4286,8 +4286,8 @@
|
|
|
4286
4286
|
font-weight: normal;
|
|
4287
4287
|
font-weight: var(--step-circle-item-title-weight, normal);
|
|
4288
4288
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
4289
|
-
font-size:
|
|
4290
|
-
font-size: var(--font-size-body-1,
|
|
4289
|
+
font-size: 14px;
|
|
4290
|
+
font-size: var(--font-size-body-1, 14px);
|
|
4291
4291
|
line-height: 1.28571; }
|
|
4292
4292
|
.next-step-circle.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
|
|
4293
4293
|
margin-top: 4px;
|
|
@@ -4791,10 +4791,10 @@
|
|
|
4791
4791
|
text-align: center;
|
|
4792
4792
|
position: absolute; }
|
|
4793
4793
|
.next-step-dot.next-step-horizontal > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
|
|
4794
|
-
font-size:
|
|
4795
|
-
font-size: var(--step-dot-item-title-size,
|
|
4796
|
-
line-height: calc(
|
|
4797
|
-
line-height: calc(var(--step-dot-item-title-size,
|
|
4794
|
+
font-size: 14px;
|
|
4795
|
+
font-size: var(--step-dot-item-title-size, 14px);
|
|
4796
|
+
line-height: calc(14px + 4px);
|
|
4797
|
+
line-height: calc(var(--step-dot-item-title-size, 14px) + 4px);
|
|
4798
4798
|
margin-top: 8px;
|
|
4799
4799
|
margin-top: var(--step-dot-item-title-margin-top, 8px);
|
|
4800
4800
|
font-weight: bold;
|
|
@@ -4829,10 +4829,10 @@
|
|
|
4829
4829
|
text-align: center;
|
|
4830
4830
|
position: absolute; }
|
|
4831
4831
|
.next-step-dot.next-step-horizontal > .next-step-item-process > .next-step-item-body > .next-step-item-title {
|
|
4832
|
-
font-size:
|
|
4833
|
-
font-size: var(--step-dot-item-title-size,
|
|
4834
|
-
line-height: calc(
|
|
4835
|
-
line-height: calc(var(--step-dot-item-title-size,
|
|
4832
|
+
font-size: 14px;
|
|
4833
|
+
font-size: var(--step-dot-item-title-size, 14px);
|
|
4834
|
+
line-height: calc(14px + 4px);
|
|
4835
|
+
line-height: calc(var(--step-dot-item-title-size, 14px) + 4px);
|
|
4836
4836
|
margin-top: 8px;
|
|
4837
4837
|
margin-top: var(--step-dot-item-title-margin-top, 8px);
|
|
4838
4838
|
font-weight: bold;
|
|
@@ -4867,10 +4867,10 @@
|
|
|
4867
4867
|
text-align: center;
|
|
4868
4868
|
position: absolute; }
|
|
4869
4869
|
.next-step-dot.next-step-horizontal > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
|
|
4870
|
-
font-size:
|
|
4871
|
-
font-size: var(--step-dot-item-title-size,
|
|
4872
|
-
line-height: calc(
|
|
4873
|
-
line-height: calc(var(--step-dot-item-title-size,
|
|
4870
|
+
font-size: 14px;
|
|
4871
|
+
font-size: var(--step-dot-item-title-size, 14px);
|
|
4872
|
+
line-height: calc(14px + 4px);
|
|
4873
|
+
line-height: calc(var(--step-dot-item-title-size, 14px) + 4px);
|
|
4874
4874
|
margin-top: 8px;
|
|
4875
4875
|
margin-top: var(--step-dot-item-title-margin-top, 8px);
|
|
4876
4876
|
font-weight: bold;
|
|
@@ -4905,10 +4905,10 @@
|
|
|
4905
4905
|
text-align: center;
|
|
4906
4906
|
position: absolute; }
|
|
4907
4907
|
.next-step-dot.next-step-horizontal > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
|
|
4908
|
-
font-size:
|
|
4909
|
-
font-size: var(--step-dot-item-title-size,
|
|
4910
|
-
line-height: calc(
|
|
4911
|
-
line-height: calc(var(--step-dot-item-title-size,
|
|
4908
|
+
font-size: 14px;
|
|
4909
|
+
font-size: var(--step-dot-item-title-size, 14px);
|
|
4910
|
+
line-height: calc(14px + 4px);
|
|
4911
|
+
line-height: calc(var(--step-dot-item-title-size, 14px) + 4px);
|
|
4912
4912
|
margin-top: 8px;
|
|
4913
4913
|
margin-top: var(--step-dot-item-title-margin-top, 8px);
|
|
4914
4914
|
font-weight: bold;
|
|
@@ -4958,8 +4958,8 @@
|
|
|
4958
4958
|
font-weight: var(--step-dot-item-title-weight, bold);
|
|
4959
4959
|
text-align: left;
|
|
4960
4960
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
4961
|
-
font-size:
|
|
4962
|
-
font-size: var(--font-size-body-1,
|
|
4961
|
+
font-size: 14px;
|
|
4962
|
+
font-size: var(--font-size-body-1, 14px);
|
|
4963
4963
|
line-height: 1.28571; }
|
|
4964
4964
|
.next-step-dot.next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
|
|
4965
4965
|
margin-top: 8px;
|
|
@@ -5001,8 +5001,8 @@
|
|
|
5001
5001
|
font-weight: var(--step-dot-item-title-weight, bold);
|
|
5002
5002
|
text-align: left;
|
|
5003
5003
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
5004
|
-
font-size:
|
|
5005
|
-
font-size: var(--font-size-body-1,
|
|
5004
|
+
font-size: 14px;
|
|
5005
|
+
font-size: var(--font-size-body-1, 14px);
|
|
5006
5006
|
line-height: 1.28571; }
|
|
5007
5007
|
.next-step-dot.next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
|
|
5008
5008
|
margin-top: 8px;
|
|
@@ -5044,8 +5044,8 @@
|
|
|
5044
5044
|
font-weight: var(--step-dot-item-title-weight, bold);
|
|
5045
5045
|
text-align: left;
|
|
5046
5046
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
5047
|
-
font-size:
|
|
5048
|
-
font-size: var(--font-size-body-1,
|
|
5047
|
+
font-size: 14px;
|
|
5048
|
+
font-size: var(--font-size-body-1, 14px);
|
|
5049
5049
|
line-height: 1.28571; }
|
|
5050
5050
|
.next-step-dot.next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
|
|
5051
5051
|
margin-top: 8px;
|
|
@@ -5087,8 +5087,8 @@
|
|
|
5087
5087
|
font-weight: var(--step-dot-item-title-weight, bold);
|
|
5088
5088
|
text-align: left;
|
|
5089
5089
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
5090
|
-
font-size:
|
|
5091
|
-
font-size: var(--font-size-body-1,
|
|
5090
|
+
font-size: 14px;
|
|
5091
|
+
font-size: var(--font-size-body-1, 14px);
|
|
5092
5092
|
line-height: 1.28571; }
|
|
5093
5093
|
.next-step-dot.next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
|
|
5094
5094
|
margin-top: 8px;
|
|
@@ -5294,8 +5294,8 @@
|
|
|
5294
5294
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
|
|
5295
5295
|
text-align: right;
|
|
5296
5296
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
5297
|
-
font-size:
|
|
5298
|
-
font-size: var(--font-size-body-1,
|
|
5297
|
+
font-size: 14px;
|
|
5298
|
+
font-size: var(--font-size-body-1, 14px);
|
|
5299
5299
|
line-height: 1.28571; }
|
|
5300
5300
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
|
|
5301
5301
|
text-align: right; }
|
|
@@ -5310,8 +5310,8 @@
|
|
|
5310
5310
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
|
|
5311
5311
|
text-align: right;
|
|
5312
5312
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
5313
|
-
font-size:
|
|
5314
|
-
font-size: var(--font-size-body-1,
|
|
5313
|
+
font-size: 14px;
|
|
5314
|
+
font-size: var(--font-size-body-1, 14px);
|
|
5315
5315
|
line-height: 1.28571; }
|
|
5316
5316
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
|
|
5317
5317
|
text-align: right; }
|
|
@@ -5326,8 +5326,8 @@
|
|
|
5326
5326
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
|
|
5327
5327
|
text-align: right;
|
|
5328
5328
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
5329
|
-
font-size:
|
|
5330
|
-
font-size: var(--font-size-body-1,
|
|
5329
|
+
font-size: 14px;
|
|
5330
|
+
font-size: var(--font-size-body-1, 14px);
|
|
5331
5331
|
line-height: 1.28571; }
|
|
5332
5332
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
|
|
5333
5333
|
text-align: right; }
|
|
@@ -5342,8 +5342,8 @@
|
|
|
5342
5342
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
|
|
5343
5343
|
text-align: right;
|
|
5344
5344
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
5345
|
-
font-size:
|
|
5346
|
-
font-size: var(--font-size-body-1,
|
|
5345
|
+
font-size: 14px;
|
|
5346
|
+
font-size: var(--font-size-body-1, 14px);
|
|
5347
5347
|
line-height: 1.28571; }
|
|
5348
5348
|
.next-step-circle[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
|
|
5349
5349
|
text-align: right; }
|
|
@@ -5396,8 +5396,8 @@
|
|
|
5396
5396
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-title {
|
|
5397
5397
|
text-align: right;
|
|
5398
5398
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
5399
|
-
font-size:
|
|
5400
|
-
font-size: var(--font-size-body-1,
|
|
5399
|
+
font-size: 14px;
|
|
5400
|
+
font-size: var(--font-size-body-1, 14px);
|
|
5401
5401
|
line-height: 1.28571; }
|
|
5402
5402
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-wait > .next-step-item-body > .next-step-item-content {
|
|
5403
5403
|
text-align: right; }
|
|
@@ -5411,8 +5411,8 @@
|
|
|
5411
5411
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-title {
|
|
5412
5412
|
text-align: right;
|
|
5413
5413
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
5414
|
-
font-size:
|
|
5415
|
-
font-size: var(--font-size-body-1,
|
|
5414
|
+
font-size: 14px;
|
|
5415
|
+
font-size: var(--font-size-body-1, 14px);
|
|
5416
5416
|
line-height: 1.28571; }
|
|
5417
5417
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-process > .next-step-item-body > .next-step-item-content {
|
|
5418
5418
|
text-align: right; }
|
|
@@ -5426,8 +5426,8 @@
|
|
|
5426
5426
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-title {
|
|
5427
5427
|
text-align: right;
|
|
5428
5428
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
5429
|
-
font-size:
|
|
5430
|
-
font-size: var(--font-size-body-1,
|
|
5429
|
+
font-size: 14px;
|
|
5430
|
+
font-size: var(--font-size-body-1, 14px);
|
|
5431
5431
|
line-height: 1.28571; }
|
|
5432
5432
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-finish > .next-step-item-body > .next-step-item-content {
|
|
5433
5433
|
text-align: right; }
|
|
@@ -5441,8 +5441,8 @@
|
|
|
5441
5441
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-title {
|
|
5442
5442
|
text-align: right;
|
|
5443
5443
|
font-family: Roboto, "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", Arial, Tahoma;
|
|
5444
|
-
font-size:
|
|
5445
|
-
font-size: var(--font-size-body-1,
|
|
5444
|
+
font-size: 14px;
|
|
5445
|
+
font-size: var(--font-size-body-1, 14px);
|
|
5446
5446
|
line-height: 1.28571; }
|
|
5447
5447
|
.next-step-dot[dir="rtl"].next-step-vertical > .next-step-item-disabled > .next-step-item-body > .next-step-item-content {
|
|
5448
5448
|
text-align: right; }
|
|
@@ -5580,8 +5580,8 @@
|
|
|
5580
5580
|
line-height: 16px;
|
|
5581
5581
|
line-height: var(--switch-size-m-trigger, 16px); }
|
|
5582
5582
|
.next-switch-medium > .next-switch-children {
|
|
5583
|
-
font-size:
|
|
5584
|
-
font-size: var(--form-element-medium-font-size,
|
|
5583
|
+
font-size: 14px;
|
|
5584
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
5585
5585
|
.next-switch-medium.next-switch.next-switch-on > .next-switch-children {
|
|
5586
5586
|
margin: 0 calc(16px + 8px) 0 8px;
|
|
5587
5587
|
margin: 0 calc(var(--switch-size-m-trigger, 16px) + var(--switch-size-m-trigger-padding-r, 8px)) 0 var(--switch-size-m-trigger-padding-l, 8px); }
|
|
@@ -5928,8 +5928,8 @@
|
|
|
5928
5928
|
padding-right: 60px;
|
|
5929
5929
|
padding-right: var(--tab-nav-scroll-padding-right-m, 60px); }
|
|
5930
5930
|
.next-tabs.next-medium .next-tabs-tab-inner {
|
|
5931
|
-
font-size:
|
|
5932
|
-
font-size: var(--tab-item-text-size-m,
|
|
5931
|
+
font-size: 14px;
|
|
5932
|
+
font-size: var(--tab-item-text-size-m, 14px);
|
|
5933
5933
|
padding: 10px 24px;
|
|
5934
5934
|
padding: var(--tab-item-padding-tb-size-m, 10px) var(--tab-item-padding-lr-size-m, 24px); }
|
|
5935
5935
|
.next-tabs.next-medium .next-tabs-tab-inner .next-icon {
|
|
@@ -7369,8 +7369,8 @@
|
|
|
7369
7369
|
margin-left: 0; }
|
|
7370
7370
|
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
|
|
7371
7371
|
margin: 0;
|
|
7372
|
-
font-size:
|
|
7373
|
-
font-size: var(--timeline-item-title-font-size,
|
|
7372
|
+
font-size: 14px;
|
|
7373
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
7374
7374
|
font-weight: 600;
|
|
7375
7375
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
7376
7376
|
line-height: 1.5;
|
|
@@ -7387,8 +7387,8 @@
|
|
|
7387
7387
|
margin: 0;
|
|
7388
7388
|
margin-top: 4px;
|
|
7389
7389
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
7390
|
-
font-size:
|
|
7391
|
-
font-size: var(--timeline-item-body-font-size,
|
|
7390
|
+
font-size: 14px;
|
|
7391
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
7392
7392
|
line-height: 1.5;
|
|
7393
7393
|
line-height: var(--font-lineheight-2, 1.5);
|
|
7394
7394
|
color: #767d91;
|
|
@@ -7530,8 +7530,8 @@
|
|
|
7530
7530
|
margin-left: 0; }
|
|
7531
7531
|
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
|
|
7532
7532
|
margin: 0;
|
|
7533
|
-
font-size:
|
|
7534
|
-
font-size: var(--timeline-item-title-font-size,
|
|
7533
|
+
font-size: 14px;
|
|
7534
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
7535
7535
|
font-weight: 600;
|
|
7536
7536
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
7537
7537
|
line-height: 1.5;
|
|
@@ -7548,8 +7548,8 @@
|
|
|
7548
7548
|
margin: 0;
|
|
7549
7549
|
margin-top: 4px;
|
|
7550
7550
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
7551
|
-
font-size:
|
|
7552
|
-
font-size: var(--timeline-item-body-font-size,
|
|
7551
|
+
font-size: 14px;
|
|
7552
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
7553
7553
|
line-height: 1.5;
|
|
7554
7554
|
line-height: var(--font-lineheight-2, 1.5);
|
|
7555
7555
|
color: #767d91;
|
|
@@ -7691,8 +7691,8 @@
|
|
|
7691
7691
|
margin-left: 0; }
|
|
7692
7692
|
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
|
|
7693
7693
|
margin: 0;
|
|
7694
|
-
font-size:
|
|
7695
|
-
font-size: var(--timeline-item-title-font-size,
|
|
7694
|
+
font-size: 14px;
|
|
7695
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
7696
7696
|
font-weight: 600;
|
|
7697
7697
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
7698
7698
|
line-height: 1.5;
|
|
@@ -7709,8 +7709,8 @@
|
|
|
7709
7709
|
margin: 0;
|
|
7710
7710
|
margin-top: 4px;
|
|
7711
7711
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
7712
|
-
font-size:
|
|
7713
|
-
font-size: var(--timeline-item-body-font-size,
|
|
7712
|
+
font-size: 14px;
|
|
7713
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
7714
7714
|
line-height: 1.5;
|
|
7715
7715
|
line-height: var(--font-lineheight-2, 1.5);
|
|
7716
7716
|
color: #767d91;
|
|
@@ -7852,8 +7852,8 @@
|
|
|
7852
7852
|
margin-left: 0; }
|
|
7853
7853
|
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
|
|
7854
7854
|
margin: 0;
|
|
7855
|
-
font-size:
|
|
7856
|
-
font-size: var(--timeline-item-title-font-size,
|
|
7855
|
+
font-size: 14px;
|
|
7856
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
7857
7857
|
font-weight: 600;
|
|
7858
7858
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
7859
7859
|
line-height: 1.5;
|
|
@@ -7870,8 +7870,8 @@
|
|
|
7870
7870
|
margin: 0;
|
|
7871
7871
|
margin-top: 4px;
|
|
7872
7872
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
7873
|
-
font-size:
|
|
7874
|
-
font-size: var(--timeline-item-body-font-size,
|
|
7873
|
+
font-size: 14px;
|
|
7874
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
7875
7875
|
line-height: 1.5;
|
|
7876
7876
|
line-height: var(--font-lineheight-2, 1.5);
|
|
7877
7877
|
color: #767d91;
|
|
@@ -8048,8 +8048,8 @@
|
|
|
8048
8048
|
margin-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
|
|
8049
8049
|
.next-timeline-item-done .next-timeline-item-content .next-timeline-item-title {
|
|
8050
8050
|
margin: 0;
|
|
8051
|
-
font-size:
|
|
8052
|
-
font-size: var(--timeline-item-title-font-size,
|
|
8051
|
+
font-size: 14px;
|
|
8052
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
8053
8053
|
font-weight: 600;
|
|
8054
8054
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
8055
8055
|
line-height: 1.5;
|
|
@@ -8066,8 +8066,8 @@
|
|
|
8066
8066
|
margin: 0;
|
|
8067
8067
|
margin-top: 4px;
|
|
8068
8068
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
8069
|
-
font-size:
|
|
8070
|
-
font-size: var(--timeline-item-body-font-size,
|
|
8069
|
+
font-size: 14px;
|
|
8070
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
8071
8071
|
line-height: 1.5;
|
|
8072
8072
|
line-height: var(--font-lineheight-2, 1.5);
|
|
8073
8073
|
color: #767d91;
|
|
@@ -8202,8 +8202,8 @@
|
|
|
8202
8202
|
margin-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
|
|
8203
8203
|
.next-timeline-item-process .next-timeline-item-content .next-timeline-item-title {
|
|
8204
8204
|
margin: 0;
|
|
8205
|
-
font-size:
|
|
8206
|
-
font-size: var(--timeline-item-title-font-size,
|
|
8205
|
+
font-size: 14px;
|
|
8206
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
8207
8207
|
font-weight: 600;
|
|
8208
8208
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
8209
8209
|
line-height: 1.5;
|
|
@@ -8220,8 +8220,8 @@
|
|
|
8220
8220
|
margin: 0;
|
|
8221
8221
|
margin-top: 4px;
|
|
8222
8222
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
8223
|
-
font-size:
|
|
8224
|
-
font-size: var(--timeline-item-body-font-size,
|
|
8223
|
+
font-size: 14px;
|
|
8224
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
8225
8225
|
line-height: 1.5;
|
|
8226
8226
|
line-height: var(--font-lineheight-2, 1.5);
|
|
8227
8227
|
color: #767d91;
|
|
@@ -8356,8 +8356,8 @@
|
|
|
8356
8356
|
margin-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
|
|
8357
8357
|
.next-timeline-item-success .next-timeline-item-content .next-timeline-item-title {
|
|
8358
8358
|
margin: 0;
|
|
8359
|
-
font-size:
|
|
8360
|
-
font-size: var(--timeline-item-title-font-size,
|
|
8359
|
+
font-size: 14px;
|
|
8360
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
8361
8361
|
font-weight: 600;
|
|
8362
8362
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
8363
8363
|
line-height: 1.5;
|
|
@@ -8374,8 +8374,8 @@
|
|
|
8374
8374
|
margin: 0;
|
|
8375
8375
|
margin-top: 4px;
|
|
8376
8376
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
8377
|
-
font-size:
|
|
8378
|
-
font-size: var(--timeline-item-body-font-size,
|
|
8377
|
+
font-size: 14px;
|
|
8378
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
8379
8379
|
line-height: 1.5;
|
|
8380
8380
|
line-height: var(--font-lineheight-2, 1.5);
|
|
8381
8381
|
color: #767d91;
|
|
@@ -8510,8 +8510,8 @@
|
|
|
8510
8510
|
margin-left: calc(var(--timeline-item-content-margin-left, 12px) + var(--timeline-item-node-size, 16px)); }
|
|
8511
8511
|
.next-timeline-item-error .next-timeline-item-content .next-timeline-item-title {
|
|
8512
8512
|
margin: 0;
|
|
8513
|
-
font-size:
|
|
8514
|
-
font-size: var(--timeline-item-title-font-size,
|
|
8513
|
+
font-size: 14px;
|
|
8514
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
8515
8515
|
font-weight: 600;
|
|
8516
8516
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
8517
8517
|
line-height: 1.5;
|
|
@@ -8528,8 +8528,8 @@
|
|
|
8528
8528
|
margin: 0;
|
|
8529
8529
|
margin-top: 4px;
|
|
8530
8530
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
8531
|
-
font-size:
|
|
8532
|
-
font-size: var(--timeline-item-body-font-size,
|
|
8531
|
+
font-size: 14px;
|
|
8532
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
8533
8533
|
line-height: 1.5;
|
|
8534
8534
|
line-height: var(--font-lineheight-2, 1.5);
|
|
8535
8535
|
color: #767d91;
|
|
@@ -8599,8 +8599,8 @@
|
|
|
8599
8599
|
.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-title {
|
|
8600
8600
|
margin: 0;
|
|
8601
8601
|
margin-top: 4px;
|
|
8602
|
-
font-size:
|
|
8603
|
-
font-size: var(--timeline-item-title-font-size,
|
|
8602
|
+
font-size: 14px;
|
|
8603
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
8604
8604
|
font-weight: 600;
|
|
8605
8605
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
8606
8606
|
line-height: 1.5;
|
|
@@ -8615,8 +8615,8 @@
|
|
|
8615
8615
|
.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
8616
8616
|
margin: 0;
|
|
8617
8617
|
margin-top: 4px;
|
|
8618
|
-
font-size:
|
|
8619
|
-
font-size: var(--timeline-item-body-font-size,
|
|
8618
|
+
font-size: 14px;
|
|
8619
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
8620
8620
|
line-height: 1.5;
|
|
8621
8621
|
line-height: var(--font-lineheight-2, 1.5);
|
|
8622
8622
|
color: #767d91;
|
|
@@ -8668,8 +8668,8 @@
|
|
|
8668
8668
|
|
|
8669
8669
|
.next-timeline[dir='rtl'].next-alternate .next-timeline-item-right .next-timeline-item-title {
|
|
8670
8670
|
margin: 0;
|
|
8671
|
-
font-size:
|
|
8672
|
-
font-size: var(--timeline-item-title-font-size,
|
|
8671
|
+
font-size: 14px;
|
|
8672
|
+
font-size: var(--timeline-item-title-font-size, 14px);
|
|
8673
8673
|
font-weight: 600;
|
|
8674
8674
|
font-weight: var(--timeline-item-title-font-weight, 600);
|
|
8675
8675
|
line-height: 1.5;
|
|
@@ -8683,8 +8683,8 @@
|
|
|
8683
8683
|
|
|
8684
8684
|
.next-timeline[dir='rtl'].next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
8685
8685
|
margin: 0;
|
|
8686
|
-
font-size:
|
|
8687
|
-
font-size: var(--timeline-item-body-font-size,
|
|
8686
|
+
font-size: 14px;
|
|
8687
|
+
font-size: var(--timeline-item-body-font-size, 14px);
|
|
8688
8688
|
line-height: 1.5;
|
|
8689
8689
|
line-height: var(--font-lineheight-2, 1.5);
|
|
8690
8690
|
color: #767d91;
|
|
@@ -8750,8 +8750,8 @@
|
|
|
8750
8750
|
background-color: var(--transfer-panel-header-background-color, #FFFFFF);
|
|
8751
8751
|
color: #323643;
|
|
8752
8752
|
color: var(--transfer-panel-header-text-color, #323643);
|
|
8753
|
-
font-size:
|
|
8754
|
-
font-size: var(--transfer-panel-header-text-size,
|
|
8753
|
+
font-size: 14px;
|
|
8754
|
+
font-size: var(--transfer-panel-header-text-size, 14px); }
|
|
8755
8755
|
.next-transfer-panel-search {
|
|
8756
8756
|
padding: 0 4px;
|
|
8757
8757
|
padding: 0 var(--transfer-panel-search-margin-left-right, 4px);
|
|
@@ -8823,14 +8823,14 @@
|
|
|
8823
8823
|
.next-transfer-panel-count {
|
|
8824
8824
|
/* TODO */
|
|
8825
8825
|
margin-left: 4px;
|
|
8826
|
-
font-size:
|
|
8827
|
-
font-size: var(--font-size-body-1,
|
|
8826
|
+
font-size: 14px;
|
|
8827
|
+
font-size: var(--font-size-body-1, 14px);
|
|
8828
8828
|
vertical-align: middle;
|
|
8829
8829
|
color: #323643;
|
|
8830
8830
|
color: var(--transfer-panel-footer-text-color, #323643); }
|
|
8831
8831
|
.next-transfer-panel-move-all {
|
|
8832
|
-
font-size:
|
|
8833
|
-
font-size: var(--font-size-body-1,
|
|
8832
|
+
font-size: 14px;
|
|
8833
|
+
font-size: var(--font-size-body-1, 14px);
|
|
8834
8834
|
color: #284cc0;
|
|
8835
8835
|
color: var(--transfer-simple-panel-footer-text-color, #284cc0);
|
|
8836
8836
|
cursor: pointer; }
|
|
@@ -9261,8 +9261,8 @@
|
|
|
9261
9261
|
padding: 8px 20px;
|
|
9262
9262
|
padding: var(--tree-select-padding-vertical, 8px) var(--tree-select-padding-horizontal, 20px); }
|
|
9263
9263
|
.next-tree-select-not-found {
|
|
9264
|
-
font-size:
|
|
9265
|
-
font-size: var(--font-size-body-1,
|
|
9264
|
+
font-size: 14px;
|
|
9265
|
+
font-size: var(--font-size-body-1, 14px);
|
|
9266
9266
|
color: #a9aeba;
|
|
9267
9267
|
color: var(--color-text1-2, #a9aeba); }
|
|
9268
9268
|
|
|
@@ -10702,8 +10702,8 @@ h5.next-typography-title {
|
|
|
10702
10702
|
font-size: var(--typography-title-h5-font-size, 14px); }
|
|
10703
10703
|
|
|
10704
10704
|
h6.next-typography-title {
|
|
10705
|
-
font-size:
|
|
10706
|
-
font-size: var(--typography-title-h6-font-size,
|
|
10705
|
+
font-size: 14px;
|
|
10706
|
+
font-size: var(--typography-title-h6-font-size, 14px); }
|
|
10707
10707
|
|
|
10708
10708
|
/* put your code here */
|
|
10709
10709
|
.next-divider {
|
|
@@ -11114,8 +11114,8 @@ h6.next-typography-title {
|
|
|
11114
11114
|
.next-table-body,
|
|
11115
11115
|
.next-table-header {
|
|
11116
11116
|
overflow: auto;
|
|
11117
|
-
font-size:
|
|
11118
|
-
font-size: var(--table-th-font-size,
|
|
11117
|
+
font-size: 14px;
|
|
11118
|
+
font-size: var(--table-th-font-size, 14px); }
|
|
11119
11119
|
|
|
11120
11120
|
.next-table-column-resize-proxy {
|
|
11121
11121
|
position: absolute;
|
|
@@ -11145,8 +11145,8 @@ h6.next-typography-title {
|
|
|
11145
11145
|
display: none; }
|
|
11146
11146
|
|
|
11147
11147
|
.next-table-body {
|
|
11148
|
-
font-size:
|
|
11149
|
-
font-size: var(--table-body-font-size,
|
|
11148
|
+
font-size: 14px;
|
|
11149
|
+
font-size: var(--table-body-font-size, 14px);
|
|
11150
11150
|
position: relative; }
|
|
11151
11151
|
|
|
11152
11152
|
.next-table-fixed {
|
|
@@ -12048,11 +12048,11 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
12048
12048
|
.next-time-picker2-input.next-time-picker2-input-medium .next-input-label {
|
|
12049
12049
|
padding-left: 8px;
|
|
12050
12050
|
padding-left: var(--input-m-label-padding-left, 8px);
|
|
12051
|
-
font-size:
|
|
12052
|
-
font-size: var(--form-element-medium-font-size,
|
|
12051
|
+
font-size: 14px;
|
|
12052
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12053
12053
|
.next-time-picker2-input.next-time-picker2-input-medium .next-input-inner {
|
|
12054
|
-
font-size:
|
|
12055
|
-
font-size: var(--form-element-medium-font-size,
|
|
12054
|
+
font-size: 14px;
|
|
12055
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12056
12056
|
.next-time-picker2-input.next-time-picker2-input-medium .next-input-control {
|
|
12057
12057
|
padding-right: 8px;
|
|
12058
12058
|
padding-right: var(--input-m-icon-padding-right, 8px); }
|
|
@@ -12066,25 +12066,25 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
12066
12066
|
line-height: calc(var(--form-element-medium-height, 36px) - var(--input-border-width, 1px)*2) \0;
|
|
12067
12067
|
padding: 0 8px;
|
|
12068
12068
|
padding: 0 var(--input-m-padding, 8px);
|
|
12069
|
-
font-size:
|
|
12070
|
-
font-size: var(--form-element-medium-font-size,
|
|
12069
|
+
font-size: 14px;
|
|
12070
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12071
12071
|
.next-time-picker2-input.next-time-picker2-input-medium input::-webkit-input-placeholder {
|
|
12072
|
-
font-size:
|
|
12073
|
-
font-size: var(--form-element-medium-font-size,
|
|
12072
|
+
font-size: 14px;
|
|
12073
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12074
12074
|
.next-time-picker2-input.next-time-picker2-input-medium input::-moz-placeholder {
|
|
12075
|
-
font-size:
|
|
12076
|
-
font-size: var(--form-element-medium-font-size,
|
|
12075
|
+
font-size: 14px;
|
|
12076
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12077
12077
|
.next-time-picker2-input.next-time-picker2-input-medium input::-ms-input-placeholder {
|
|
12078
|
-
font-size:
|
|
12079
|
-
font-size: var(--form-element-medium-font-size,
|
|
12078
|
+
font-size: 14px;
|
|
12079
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12080
12080
|
.next-time-picker2-input.next-time-picker2-input-medium input::placeholder {
|
|
12081
|
-
font-size:
|
|
12082
|
-
font-size: var(--form-element-medium-font-size,
|
|
12081
|
+
font-size: 14px;
|
|
12082
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12083
12083
|
.next-time-picker2-input.next-time-picker2-input-medium .next-input-text-field {
|
|
12084
12084
|
padding: 0 8px;
|
|
12085
12085
|
padding: 0 var(--input-m-padding, 8px);
|
|
12086
|
-
font-size:
|
|
12087
|
-
font-size: var(--form-element-medium-font-size,
|
|
12086
|
+
font-size: 14px;
|
|
12087
|
+
font-size: var(--form-element-medium-font-size, 14px);
|
|
12088
12088
|
height: calc(36px - 1px*2);
|
|
12089
12089
|
height: calc(var(--form-element-medium-height, 36px) - var(--input-border-width, 1px)*2);
|
|
12090
12090
|
line-height: calc(36px - 1px*2);
|
|
@@ -12105,11 +12105,11 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
12105
12105
|
.next-time-picker2-input.next-time-picker2-input-large .next-input-label {
|
|
12106
12106
|
padding-left: 12px;
|
|
12107
12107
|
padding-left: var(--input-l-label-padding-left, 12px);
|
|
12108
|
-
font-size:
|
|
12109
|
-
font-size: var(--form-element-large-font-size,
|
|
12108
|
+
font-size: 14px;
|
|
12109
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12110
12110
|
.next-time-picker2-input.next-time-picker2-input-large .next-input-inner {
|
|
12111
|
-
font-size:
|
|
12112
|
-
font-size: var(--form-element-large-font-size,
|
|
12111
|
+
font-size: 14px;
|
|
12112
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12113
12113
|
.next-time-picker2-input.next-time-picker2-input-large .next-input-control {
|
|
12114
12114
|
padding-right: 12px;
|
|
12115
12115
|
padding-right: var(--input-l-icon-padding-right, 12px); }
|
|
@@ -12123,25 +12123,25 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
12123
12123
|
line-height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2) \0;
|
|
12124
12124
|
padding: 0 8px;
|
|
12125
12125
|
padding: 0 var(--input-l-padding, 8px);
|
|
12126
|
-
font-size:
|
|
12127
|
-
font-size: var(--form-element-large-font-size,
|
|
12126
|
+
font-size: 14px;
|
|
12127
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12128
12128
|
.next-time-picker2-input.next-time-picker2-input-large input::-webkit-input-placeholder {
|
|
12129
|
-
font-size:
|
|
12130
|
-
font-size: var(--form-element-large-font-size,
|
|
12129
|
+
font-size: 14px;
|
|
12130
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12131
12131
|
.next-time-picker2-input.next-time-picker2-input-large input::-moz-placeholder {
|
|
12132
|
-
font-size:
|
|
12133
|
-
font-size: var(--form-element-large-font-size,
|
|
12132
|
+
font-size: 14px;
|
|
12133
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12134
12134
|
.next-time-picker2-input.next-time-picker2-input-large input::-ms-input-placeholder {
|
|
12135
|
-
font-size:
|
|
12136
|
-
font-size: var(--form-element-large-font-size,
|
|
12135
|
+
font-size: 14px;
|
|
12136
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12137
12137
|
.next-time-picker2-input.next-time-picker2-input-large input::placeholder {
|
|
12138
|
-
font-size:
|
|
12139
|
-
font-size: var(--form-element-large-font-size,
|
|
12138
|
+
font-size: 14px;
|
|
12139
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12140
12140
|
.next-time-picker2-input.next-time-picker2-input-large .next-input-text-field {
|
|
12141
12141
|
padding: 0 8px;
|
|
12142
12142
|
padding: 0 var(--input-l-padding, 8px);
|
|
12143
|
-
font-size:
|
|
12144
|
-
font-size: var(--form-element-large-font-size,
|
|
12143
|
+
font-size: 14px;
|
|
12144
|
+
font-size: var(--form-element-large-font-size, 14px);
|
|
12145
12145
|
height: calc(40px - 1px*2);
|
|
12146
12146
|
height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2);
|
|
12147
12147
|
line-height: calc(40px - 1px*2);
|
|
@@ -12459,11 +12459,11 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
12459
12459
|
.next-date-picker2-input.next-date-picker2-input-medium .next-input-label {
|
|
12460
12460
|
padding-left: 8px;
|
|
12461
12461
|
padding-left: var(--input-m-label-padding-left, 8px);
|
|
12462
|
-
font-size:
|
|
12463
|
-
font-size: var(--form-element-medium-font-size,
|
|
12462
|
+
font-size: 14px;
|
|
12463
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12464
12464
|
.next-date-picker2-input.next-date-picker2-input-medium .next-input-inner {
|
|
12465
|
-
font-size:
|
|
12466
|
-
font-size: var(--form-element-medium-font-size,
|
|
12465
|
+
font-size: 14px;
|
|
12466
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12467
12467
|
.next-date-picker2-input.next-date-picker2-input-medium .next-input-control {
|
|
12468
12468
|
padding-right: 8px;
|
|
12469
12469
|
padding-right: var(--input-m-icon-padding-right, 8px); }
|
|
@@ -12477,25 +12477,25 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
12477
12477
|
line-height: calc(var(--form-element-medium-height, 36px) - var(--input-border-width, 1px)*2) \0;
|
|
12478
12478
|
padding: 0 8px;
|
|
12479
12479
|
padding: 0 var(--input-m-padding, 8px);
|
|
12480
|
-
font-size:
|
|
12481
|
-
font-size: var(--form-element-medium-font-size,
|
|
12480
|
+
font-size: 14px;
|
|
12481
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12482
12482
|
.next-date-picker2-input.next-date-picker2-input-medium input::-webkit-input-placeholder {
|
|
12483
|
-
font-size:
|
|
12484
|
-
font-size: var(--form-element-medium-font-size,
|
|
12483
|
+
font-size: 14px;
|
|
12484
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12485
12485
|
.next-date-picker2-input.next-date-picker2-input-medium input::-moz-placeholder {
|
|
12486
|
-
font-size:
|
|
12487
|
-
font-size: var(--form-element-medium-font-size,
|
|
12486
|
+
font-size: 14px;
|
|
12487
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12488
12488
|
.next-date-picker2-input.next-date-picker2-input-medium input::-ms-input-placeholder {
|
|
12489
|
-
font-size:
|
|
12490
|
-
font-size: var(--form-element-medium-font-size,
|
|
12489
|
+
font-size: 14px;
|
|
12490
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12491
12491
|
.next-date-picker2-input.next-date-picker2-input-medium input::placeholder {
|
|
12492
|
-
font-size:
|
|
12493
|
-
font-size: var(--form-element-medium-font-size,
|
|
12492
|
+
font-size: 14px;
|
|
12493
|
+
font-size: var(--form-element-medium-font-size, 14px); }
|
|
12494
12494
|
.next-date-picker2-input.next-date-picker2-input-medium .next-input-text-field {
|
|
12495
12495
|
padding: 0 8px;
|
|
12496
12496
|
padding: 0 var(--input-m-padding, 8px);
|
|
12497
|
-
font-size:
|
|
12498
|
-
font-size: var(--form-element-medium-font-size,
|
|
12497
|
+
font-size: 14px;
|
|
12498
|
+
font-size: var(--form-element-medium-font-size, 14px);
|
|
12499
12499
|
height: calc(36px - 1px*2);
|
|
12500
12500
|
height: calc(var(--form-element-medium-height, 36px) - var(--input-border-width, 1px)*2);
|
|
12501
12501
|
line-height: calc(36px - 1px*2);
|
|
@@ -12516,11 +12516,11 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
12516
12516
|
.next-date-picker2-input.next-date-picker2-input-large .next-input-label {
|
|
12517
12517
|
padding-left: 12px;
|
|
12518
12518
|
padding-left: var(--input-l-label-padding-left, 12px);
|
|
12519
|
-
font-size:
|
|
12520
|
-
font-size: var(--form-element-large-font-size,
|
|
12519
|
+
font-size: 14px;
|
|
12520
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12521
12521
|
.next-date-picker2-input.next-date-picker2-input-large .next-input-inner {
|
|
12522
|
-
font-size:
|
|
12523
|
-
font-size: var(--form-element-large-font-size,
|
|
12522
|
+
font-size: 14px;
|
|
12523
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12524
12524
|
.next-date-picker2-input.next-date-picker2-input-large .next-input-control {
|
|
12525
12525
|
padding-right: 12px;
|
|
12526
12526
|
padding-right: var(--input-l-icon-padding-right, 12px); }
|
|
@@ -12534,25 +12534,25 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
12534
12534
|
line-height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2) \0;
|
|
12535
12535
|
padding: 0 8px;
|
|
12536
12536
|
padding: 0 var(--input-l-padding, 8px);
|
|
12537
|
-
font-size:
|
|
12538
|
-
font-size: var(--form-element-large-font-size,
|
|
12537
|
+
font-size: 14px;
|
|
12538
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12539
12539
|
.next-date-picker2-input.next-date-picker2-input-large input::-webkit-input-placeholder {
|
|
12540
|
-
font-size:
|
|
12541
|
-
font-size: var(--form-element-large-font-size,
|
|
12540
|
+
font-size: 14px;
|
|
12541
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12542
12542
|
.next-date-picker2-input.next-date-picker2-input-large input::-moz-placeholder {
|
|
12543
|
-
font-size:
|
|
12544
|
-
font-size: var(--form-element-large-font-size,
|
|
12543
|
+
font-size: 14px;
|
|
12544
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12545
12545
|
.next-date-picker2-input.next-date-picker2-input-large input::-ms-input-placeholder {
|
|
12546
|
-
font-size:
|
|
12547
|
-
font-size: var(--form-element-large-font-size,
|
|
12546
|
+
font-size: 14px;
|
|
12547
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12548
12548
|
.next-date-picker2-input.next-date-picker2-input-large input::placeholder {
|
|
12549
|
-
font-size:
|
|
12550
|
-
font-size: var(--form-element-large-font-size,
|
|
12549
|
+
font-size: 14px;
|
|
12550
|
+
font-size: var(--form-element-large-font-size, 14px); }
|
|
12551
12551
|
.next-date-picker2-input.next-date-picker2-input-large .next-input-text-field {
|
|
12552
12552
|
padding: 0 8px;
|
|
12553
12553
|
padding: 0 var(--input-l-padding, 8px);
|
|
12554
|
-
font-size:
|
|
12555
|
-
font-size: var(--form-element-large-font-size,
|
|
12554
|
+
font-size: 14px;
|
|
12555
|
+
font-size: var(--form-element-large-font-size, 14px);
|
|
12556
12556
|
height: calc(40px - 1px*2);
|
|
12557
12557
|
height: calc(var(--form-element-large-height, 40px) - var(--input-border-width, 1px)*2);
|
|
12558
12558
|
line-height: calc(40px - 1px*2);
|