@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)
|
|
@@ -2509,8 +2509,8 @@
|
|
|
2509
2509
|
height: calc(var(--radio-button-height-small, 20px) - 2px);
|
|
2510
2510
|
line-height: calc(20px - 2px);
|
|
2511
2511
|
line-height: calc(var(--radio-button-height-small, 20px) - 2px);
|
|
2512
|
-
font-size:
|
|
2513
|
-
font-size: var(--radio-button-font-size-small,
|
|
2512
|
+
font-size: 12px;
|
|
2513
|
+
font-size: var(--radio-button-font-size-small, 12px); }
|
|
2514
2514
|
|
|
2515
2515
|
.next-radio-single-input input[type="radio"] {
|
|
2516
2516
|
opacity: 0;
|
|
@@ -2591,8 +2591,8 @@
|
|
|
2591
2591
|
min-width: var(--badge-size-count-config-height, 16px);
|
|
2592
2592
|
padding: 0 4px 0 4px;
|
|
2593
2593
|
padding: 0 var(--badge-size-count-padding-lr, 4px) 0 var(--badge-size-count-padding-lr, 4px);
|
|
2594
|
-
font-size:
|
|
2595
|
-
font-size: var(--badge-size-count-font,
|
|
2594
|
+
font-size: 12px;
|
|
2595
|
+
font-size: var(--badge-size-count-font, 12px);
|
|
2596
2596
|
line-height: 16px;
|
|
2597
2597
|
line-height: var(--badge-size-count-config-height, 16px);
|
|
2598
2598
|
-webkit-transform: translateX(-50%);
|
|
@@ -2630,8 +2630,8 @@
|
|
|
2630
2630
|
.next-badge .next-badge-custom {
|
|
2631
2631
|
line-height: 1.166667;
|
|
2632
2632
|
white-space: nowrap;
|
|
2633
|
-
font-size:
|
|
2634
|
-
font-size: var(--font-size-caption,
|
|
2633
|
+
font-size: 12px;
|
|
2634
|
+
font-size: var(--font-size-caption, 12px);
|
|
2635
2635
|
padding-left: 4px;
|
|
2636
2636
|
padding-left: var(--badge-size-custom-padding-lr, 4px);
|
|
2637
2637
|
padding-right: 4px;
|
|
@@ -2668,8 +2668,8 @@
|
|
|
2668
2668
|
height: var(--badge-size-count-config-height, 16px);
|
|
2669
2669
|
line-height: 16px;
|
|
2670
2670
|
line-height: var(--badge-size-count-config-height, 16px);
|
|
2671
|
-
font-size:
|
|
2672
|
-
font-size: var(--badge-size-count-font,
|
|
2671
|
+
font-size: 12px;
|
|
2672
|
+
font-size: var(--badge-size-count-font, 12px); }
|
|
2673
2673
|
.next-badge-not-a-wrapper .next-badge-count,
|
|
2674
2674
|
.next-badge-not-a-wrapper .next-badge-custom {
|
|
2675
2675
|
position: relative;
|
|
@@ -3866,8 +3866,8 @@
|
|
|
3866
3866
|
.next-breadcrumb .next-breadcrumb-text {
|
|
3867
3867
|
height: 16px;
|
|
3868
3868
|
min-width: 16px;
|
|
3869
|
-
font-size:
|
|
3870
|
-
font-size: var(--breadcrumb-size-m-font-size,
|
|
3869
|
+
font-size: 12px;
|
|
3870
|
+
font-size: var(--breadcrumb-size-m-font-size, 12px);
|
|
3871
3871
|
line-height: 16px; }
|
|
3872
3872
|
.next-breadcrumb .next-breadcrumb-separator {
|
|
3873
3873
|
height: 16px;
|
|
@@ -3892,8 +3892,8 @@
|
|
|
3892
3892
|
width: 16px;
|
|
3893
3893
|
font-size: 16px; } }
|
|
3894
3894
|
.next-breadcrumb .next-breadcrumb-text-ellipsis {
|
|
3895
|
-
font-size:
|
|
3896
|
-
font-size: var(--breadcrumb-size-ellipsis-font-size,
|
|
3895
|
+
font-size: 12px;
|
|
3896
|
+
font-size: var(--breadcrumb-size-ellipsis-font-size, 12px); }
|
|
3897
3897
|
.next-breadcrumb .next-breadcrumb-text {
|
|
3898
3898
|
color: rgba(0, 0, 0, 0.75);
|
|
3899
3899
|
color: var(--breadcrumb-text-color, rgba(0, 0, 0, 0.75)); }
|
|
@@ -4042,8 +4042,8 @@
|
|
|
4042
4042
|
padding: 0 var(--btn-size-s-padding, 8px);
|
|
4043
4043
|
height: 28px;
|
|
4044
4044
|
height: var(--btn-size-s-height, 28px);
|
|
4045
|
-
font-size:
|
|
4046
|
-
font-size: var(--btn-size-s-font,
|
|
4045
|
+
font-size: 12px;
|
|
4046
|
+
font-size: var(--btn-size-s-font, 12px);
|
|
4047
4047
|
border-width: 1px;
|
|
4048
4048
|
border-width: var(--btn-size-s-border-width, 1px); }
|
|
4049
4049
|
.next-btn.next-small > .next-btn-icon.next-icon-first {
|
|
@@ -4717,8 +4717,8 @@
|
|
|
4717
4717
|
padding: 0 0px;
|
|
4718
4718
|
height: 16px;
|
|
4719
4719
|
height: var(--btn-text-size-s-height, 16px);
|
|
4720
|
-
font-size:
|
|
4721
|
-
font-size: var(--btn-text-size-s-font,
|
|
4720
|
+
font-size: 12px;
|
|
4721
|
+
font-size: var(--btn-text-size-s-font, 12px);
|
|
4722
4722
|
border-width: 0; }
|
|
4723
4723
|
.next-btn-text.next-small > .next-btn-icon.next-icon-first {
|
|
4724
4724
|
-webkit-transform: scale(1);
|
|
@@ -5187,11 +5187,11 @@
|
|
|
5187
5187
|
.next-input.next-small .next-input-label {
|
|
5188
5188
|
padding-left: 8px;
|
|
5189
5189
|
padding-left: var(--input-s-label-padding-left, 8px);
|
|
5190
|
-
font-size:
|
|
5191
|
-
font-size: var(--form-element-small-font-size,
|
|
5190
|
+
font-size: 12px;
|
|
5191
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
5192
5192
|
.next-input.next-small .next-input-inner {
|
|
5193
|
-
font-size:
|
|
5194
|
-
font-size: var(--form-element-small-font-size,
|
|
5193
|
+
font-size: 12px;
|
|
5194
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
5195
5195
|
.next-input.next-small .next-input-control {
|
|
5196
5196
|
padding-right: 4px;
|
|
5197
5197
|
padding-right: var(--input-s-icon-padding-right, 4px); }
|
|
@@ -5205,25 +5205,25 @@
|
|
|
5205
5205
|
line-height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px)*2) \0;
|
|
5206
5206
|
padding: 0 8px;
|
|
5207
5207
|
padding: 0 var(--input-s-padding, 8px);
|
|
5208
|
-
font-size:
|
|
5209
|
-
font-size: var(--form-element-small-font-size,
|
|
5208
|
+
font-size: 12px;
|
|
5209
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
5210
5210
|
.next-input.next-small input::-webkit-input-placeholder {
|
|
5211
|
-
font-size:
|
|
5212
|
-
font-size: var(--form-element-small-font-size,
|
|
5211
|
+
font-size: 12px;
|
|
5212
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
5213
5213
|
.next-input.next-small input::-moz-placeholder {
|
|
5214
|
-
font-size:
|
|
5215
|
-
font-size: var(--form-element-small-font-size,
|
|
5214
|
+
font-size: 12px;
|
|
5215
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
5216
5216
|
.next-input.next-small input::-ms-input-placeholder {
|
|
5217
|
-
font-size:
|
|
5218
|
-
font-size: var(--form-element-small-font-size,
|
|
5217
|
+
font-size: 12px;
|
|
5218
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
5219
5219
|
.next-input.next-small input::placeholder {
|
|
5220
|
-
font-size:
|
|
5221
|
-
font-size: var(--form-element-small-font-size,
|
|
5220
|
+
font-size: 12px;
|
|
5221
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
5222
5222
|
.next-input.next-small .next-input-text-field {
|
|
5223
5223
|
padding: 0 8px;
|
|
5224
5224
|
padding: 0 var(--input-s-padding, 8px);
|
|
5225
|
-
font-size:
|
|
5226
|
-
font-size: var(--form-element-small-font-size,
|
|
5225
|
+
font-size: 12px;
|
|
5226
|
+
font-size: var(--form-element-small-font-size, 12px);
|
|
5227
5227
|
height: calc(24px - 1px*2);
|
|
5228
5228
|
height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px)*2);
|
|
5229
5229
|
line-height: calc(24px - 1px*2);
|
|
@@ -5451,10 +5451,10 @@
|
|
|
5451
5451
|
-webkit-box-shadow: none;
|
|
5452
5452
|
box-shadow: none; }
|
|
5453
5453
|
.next-input-control .next-input-len {
|
|
5454
|
-
font-size:
|
|
5455
|
-
font-size: var(--input-maxlen-font-size,
|
|
5456
|
-
line-height:
|
|
5457
|
-
line-height: var(--input-maxlen-font-size,
|
|
5454
|
+
font-size: 12px;
|
|
5455
|
+
font-size: var(--input-maxlen-font-size, 12px);
|
|
5456
|
+
line-height: 12px;
|
|
5457
|
+
line-height: var(--input-maxlen-font-size, 12px);
|
|
5458
5458
|
color: #999999;
|
|
5459
5459
|
color: var(--input-maxlen-color, #999999);
|
|
5460
5460
|
display: table-cell;
|
|
@@ -5684,8 +5684,8 @@
|
|
|
5684
5684
|
background-color: whitesmoke;
|
|
5685
5685
|
background-color: var(--input-disabled-bg-color, whitesmoke); }
|
|
5686
5686
|
.next-input-group-text.next-small {
|
|
5687
|
-
font-size:
|
|
5688
|
-
font-size: var(--form-element-small-font-size,
|
|
5687
|
+
font-size: 12px;
|
|
5688
|
+
font-size: var(--form-element-small-font-size, 12px);
|
|
5689
5689
|
border-radius: 6px;
|
|
5690
5690
|
border-radius: var(--form-element-small-corner, 6px); }
|
|
5691
5691
|
.next-input-group-text.next-medium {
|
|
@@ -6160,8 +6160,8 @@
|
|
|
6160
6160
|
text-align: center;
|
|
6161
6161
|
color: #999999;
|
|
6162
6162
|
color: var(--calendar-card-table-head-color, #999999);
|
|
6163
|
-
font-size:
|
|
6164
|
-
font-size: var(--calendar-card-table-head-font-size,
|
|
6163
|
+
font-size: 12px;
|
|
6164
|
+
font-size: var(--calendar-card-table-head-font-size, 12px);
|
|
6165
6165
|
font-weight: normal;
|
|
6166
6166
|
font-weight: var(--calendar-card-table-head-font-weight, normal); }
|
|
6167
6167
|
|
|
@@ -6169,8 +6169,8 @@
|
|
|
6169
6169
|
.next-calendar-panel .next-calendar-cell,
|
|
6170
6170
|
.next-calendar-range .next-calendar-cell {
|
|
6171
6171
|
text-align: center;
|
|
6172
|
-
font-size:
|
|
6173
|
-
font-size: var(--calendar-card-table-cell-font-size,
|
|
6172
|
+
font-size: 12px;
|
|
6173
|
+
font-size: var(--calendar-card-table-cell-font-size, 12px); }
|
|
6174
6174
|
.next-calendar-card .next-calendar-cell.next-selected .next-calendar-date,
|
|
6175
6175
|
.next-calendar-card .next-calendar-cell.next-selected .next-calendar-month,
|
|
6176
6176
|
.next-calendar-card .next-calendar-cell.next-selected .next-calendar-year,
|
|
@@ -6564,8 +6564,8 @@
|
|
|
6564
6564
|
font-weight: normal;
|
|
6565
6565
|
font-weight: var(--card-title-font-weight, normal); }
|
|
6566
6566
|
.next-card-subtitle {
|
|
6567
|
-
font-size:
|
|
6568
|
-
font-size: var(--card-sub-title-font-size,
|
|
6567
|
+
font-size: 12px;
|
|
6568
|
+
font-size: var(--card-sub-title-font-size, 12px);
|
|
6569
6569
|
color: rgba(0, 0, 0, 0.75);
|
|
6570
6570
|
color: var(--card-sub-title-color, rgba(0, 0, 0, 0.75));
|
|
6571
6571
|
padding-left: 8px;
|
|
@@ -6647,8 +6647,8 @@
|
|
|
6647
6647
|
font-weight: var(--card-title-font-weight, normal);
|
|
6648
6648
|
line-height: 1.5; }
|
|
6649
6649
|
.next-card-header-subtitle {
|
|
6650
|
-
font-size:
|
|
6651
|
-
font-size: var(--card-sub-title-font-size,
|
|
6650
|
+
font-size: 12px;
|
|
6651
|
+
font-size: var(--card-sub-title-font-size, 12px);
|
|
6652
6652
|
color: rgba(0, 0, 0, 0.75);
|
|
6653
6653
|
color: var(--card-sub-title-color, rgba(0, 0, 0, 0.75)); }
|
|
6654
6654
|
.next-card-actions {
|
|
@@ -7295,8 +7295,8 @@
|
|
|
7295
7295
|
height: var(--time-picker-menu-title-height, 28px);
|
|
7296
7296
|
line-height: 28px;
|
|
7297
7297
|
line-height: var(--time-picker-menu-title-height, 28px);
|
|
7298
|
-
font-size:
|
|
7299
|
-
font-size: var(--time-picker-menu-title-font-size,
|
|
7298
|
+
font-size: 12px;
|
|
7299
|
+
font-size: var(--time-picker-menu-title-font-size, 12px);
|
|
7300
7300
|
font-weight: normal;
|
|
7301
7301
|
font-weight: var(--time-pikcer-menu-title-font-weight, normal);
|
|
7302
7302
|
color: #999999;
|
|
@@ -7309,8 +7309,8 @@
|
|
|
7309
7309
|
list-style: none;
|
|
7310
7310
|
margin: 0;
|
|
7311
7311
|
padding: 0;
|
|
7312
|
-
font-size:
|
|
7313
|
-
font-size: var(--time-picker-menu-item-font-size,
|
|
7312
|
+
font-size: 12px;
|
|
7313
|
+
font-size: var(--time-picker-menu-item-font-size, 12px);
|
|
7314
7314
|
height: calc(28px*7);
|
|
7315
7315
|
height: calc(var(--time-picker-menu-item-height, 28px)*7); }
|
|
7316
7316
|
.next-time-picker-menu-item {
|
|
@@ -7419,8 +7419,8 @@
|
|
|
7419
7419
|
color: rgba(0, 0, 0, 0.4);
|
|
7420
7420
|
color: var(--color-text1-1, rgba(0, 0, 0, 0.4));
|
|
7421
7421
|
width: 16px;
|
|
7422
|
-
font-size:
|
|
7423
|
-
font-size: var(--font-size-caption,
|
|
7422
|
+
font-size: 12px;
|
|
7423
|
+
font-size: var(--font-size-caption, 12px);
|
|
7424
7424
|
vertical-align: middle; }
|
|
7425
7425
|
|
|
7426
7426
|
.next-date-picker,
|
|
@@ -12658,8 +12658,8 @@
|
|
|
12658
12658
|
line-height: 28px;
|
|
12659
12659
|
line-height: var(--form-element-medium-preview-height, 28px); }
|
|
12660
12660
|
.next-form-preview.next-form-item.next-small .next-form-item-label {
|
|
12661
|
-
font-size:
|
|
12662
|
-
font-size: var(--form-element-small-preview-label-font-size,
|
|
12661
|
+
font-size: 12px;
|
|
12662
|
+
font-size: var(--form-element-small-preview-label-font-size, 12px);
|
|
12663
12663
|
line-height: 20px;
|
|
12664
12664
|
line-height: var(--form-element-small-preview-height, 20px); }
|
|
12665
12665
|
.next-form-preview.next-form-item.next-large .next-form-item-label {
|
|
@@ -12682,10 +12682,10 @@
|
|
|
12682
12682
|
gap: var(--form-inline-s-item-margin-r, 16px); }
|
|
12683
12683
|
.next-form-responsive-grid.next-small .next-form-item.next-left .next-form-item-label {
|
|
12684
12684
|
line-height: 1.4;
|
|
12685
|
-
margin-top: calc(24px/2 -
|
|
12686
|
-
margin-top: calc(var(--form-element-small-height, 24px)/2 - var(--form-element-small-font-size,
|
|
12687
|
-
margin-bottom: calc(24px/2 -
|
|
12688
|
-
margin-bottom: calc(var(--form-element-small-height, 24px)/2 - var(--form-element-small-font-size,
|
|
12685
|
+
margin-top: calc(24px/2 - 12px/2);
|
|
12686
|
+
margin-top: calc(var(--form-element-small-height, 24px)/2 - var(--form-element-small-font-size, 12px)/2);
|
|
12687
|
+
margin-bottom: calc(24px/2 - 12px/2);
|
|
12688
|
+
margin-bottom: calc(var(--form-element-small-height, 24px)/2 - var(--form-element-small-font-size, 12px)/2); }
|
|
12689
12689
|
.next-form-responsive-grid.next-medium .next-responsive-grid {
|
|
12690
12690
|
gap: 20px;
|
|
12691
12691
|
gap: var(--form-inline-m-item-margin-r, 20px); }
|
|
@@ -12794,22 +12794,22 @@
|
|
|
12794
12794
|
line-height: 24px;
|
|
12795
12795
|
line-height: var(--form-element-small-height, 24px); }
|
|
12796
12796
|
.next-form-item.next-small .next-form-preview {
|
|
12797
|
-
font-size:
|
|
12798
|
-
font-size: var(--form-element-small-preview-font-size,
|
|
12797
|
+
font-size: 12px;
|
|
12798
|
+
font-size: var(--form-element-small-preview-font-size, 12px);
|
|
12799
12799
|
line-height: 20px;
|
|
12800
12800
|
line-height: var(--form-element-small-preview-height, 20px); }
|
|
12801
12801
|
.next-form-item.next-small .next-form-preview.next-input-textarea > p {
|
|
12802
|
-
font-size:
|
|
12803
|
-
font-size: var(--form-element-small-preview-font-size,
|
|
12802
|
+
font-size: 12px;
|
|
12803
|
+
font-size: var(--form-element-small-preview-font-size, 12px);
|
|
12804
12804
|
text-align: justify;
|
|
12805
|
-
min-height: calc(
|
|
12806
|
-
min-height: calc(var(--form-element-small-preview-font-size,
|
|
12805
|
+
min-height: calc(12px*1.4);
|
|
12806
|
+
min-height: calc(var(--form-element-small-preview-font-size, 12px)*1.4);
|
|
12807
12807
|
line-height: 1.4;
|
|
12808
|
-
margin-top: calc(20px/2 -
|
|
12809
|
-
margin-top: calc(var(--form-element-small-preview-height, 20px)/2 - var(--form-element-small-preview-font-size,
|
|
12808
|
+
margin-top: calc(20px/2 - 12px*1.4/2);
|
|
12809
|
+
margin-top: calc(var(--form-element-small-preview-height, 20px)/2 - var(--form-element-small-preview-font-size, 12px)*1.4/2); }
|
|
12810
12810
|
.next-form-item.next-small .next-form-item-label {
|
|
12811
|
-
font-size:
|
|
12812
|
-
font-size: var(--form-element-small-font-size,
|
|
12811
|
+
font-size: 12px;
|
|
12812
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
12813
12813
|
.next-form-item.next-top > .next-form-item-label {
|
|
12814
12814
|
margin-bottom: 2px;
|
|
12815
12815
|
margin-bottom: var(--form-top-label-margin-b, 2px); }
|
|
@@ -13869,8 +13869,8 @@
|
|
|
13869
13869
|
.next-nav.next-ver .next-menu-sub-menu .next-menu-item-inner {
|
|
13870
13870
|
height: 44px;
|
|
13871
13871
|
height: var(--nav-ver-sub-nav-height, 44px);
|
|
13872
|
-
font-size:
|
|
13873
|
-
font-size: var(--nav-ver-sub-nav-font-size,
|
|
13872
|
+
font-size: 12px;
|
|
13873
|
+
font-size: var(--nav-ver-sub-nav-font-size, 12px); }
|
|
13874
13874
|
.next-nav.next-ver .next-nav-item:before {
|
|
13875
13875
|
height: 0;
|
|
13876
13876
|
top: 50%;
|
|
@@ -15038,15 +15038,15 @@
|
|
|
15038
15038
|
line-height: inherit; }
|
|
15039
15039
|
|
|
15040
15040
|
.next-pagination[dir="rtl"].next-small .next-pagination-display {
|
|
15041
|
-
font-size:
|
|
15042
|
-
font-size: var(--pagination-small-total-font-size,
|
|
15041
|
+
font-size: 12px;
|
|
15042
|
+
font-size: var(--pagination-small-total-font-size, 12px); }
|
|
15043
15043
|
.next-pagination[dir="rtl"].next-small .next-pagination-display em {
|
|
15044
|
-
font-size:
|
|
15045
|
-
font-size: var(--pagination-small-current-font-size,
|
|
15044
|
+
font-size: 12px;
|
|
15045
|
+
font-size: var(--pagination-small-current-font-size, 12px); }
|
|
15046
15046
|
|
|
15047
15047
|
.next-pagination[dir="rtl"].next-small .next-pagination-jump-text {
|
|
15048
|
-
font-size:
|
|
15049
|
-
font-size: var(--pagination-small-jump-font-size,
|
|
15048
|
+
font-size: 12px;
|
|
15049
|
+
font-size: var(--pagination-small-jump-font-size, 12px); }
|
|
15050
15050
|
|
|
15051
15051
|
.next-pagination[dir="rtl"].next-small .next-pagination-jump-input {
|
|
15052
15052
|
width: 28px;
|
|
@@ -15057,8 +15057,8 @@
|
|
|
15057
15057
|
height: var(--form-element-small-height, 24px);
|
|
15058
15058
|
line-height: 24px;
|
|
15059
15059
|
line-height: var(--form-element-small-height, 24px);
|
|
15060
|
-
font-size:
|
|
15061
|
-
font-size: var(--pagination-small-jump-font-size,
|
|
15060
|
+
font-size: 12px;
|
|
15061
|
+
font-size: var(--pagination-small-jump-font-size, 12px);
|
|
15062
15062
|
vertical-align: middle; }
|
|
15063
15063
|
|
|
15064
15064
|
.next-pagination[dir="rtl"].next-small .next-pagination-size-selector-btn {
|
|
@@ -15392,14 +15392,14 @@
|
|
|
15392
15392
|
font-size: var(--pagination-small-ellipsis-size, 12px);
|
|
15393
15393
|
line-height: inherit; }
|
|
15394
15394
|
.next-pagination.next-small .next-pagination-display {
|
|
15395
|
-
font-size:
|
|
15396
|
-
font-size: var(--pagination-small-total-font-size,
|
|
15395
|
+
font-size: 12px;
|
|
15396
|
+
font-size: var(--pagination-small-total-font-size, 12px); }
|
|
15397
15397
|
.next-pagination.next-small .next-pagination-display em {
|
|
15398
|
-
font-size:
|
|
15399
|
-
font-size: var(--pagination-small-current-font-size,
|
|
15398
|
+
font-size: 12px;
|
|
15399
|
+
font-size: var(--pagination-small-current-font-size, 12px); }
|
|
15400
15400
|
.next-pagination.next-small .next-pagination-jump-text {
|
|
15401
|
-
font-size:
|
|
15402
|
-
font-size: var(--pagination-small-jump-font-size,
|
|
15401
|
+
font-size: 12px;
|
|
15402
|
+
font-size: var(--pagination-small-jump-font-size, 12px); }
|
|
15403
15403
|
.next-pagination.next-small .next-pagination-jump-input {
|
|
15404
15404
|
width: 28px;
|
|
15405
15405
|
width: var(--pagination-small-input-width, 28px); }
|
|
@@ -15408,8 +15408,8 @@
|
|
|
15408
15408
|
height: var(--form-element-small-height, 24px);
|
|
15409
15409
|
line-height: 24px;
|
|
15410
15410
|
line-height: var(--form-element-small-height, 24px);
|
|
15411
|
-
font-size:
|
|
15412
|
-
font-size: var(--pagination-small-jump-font-size,
|
|
15411
|
+
font-size: 12px;
|
|
15412
|
+
font-size: var(--pagination-small-jump-font-size, 12px);
|
|
15413
15413
|
vertical-align: middle; }
|
|
15414
15414
|
.next-pagination.next-small .next-pagination-size-selector-btn {
|
|
15415
15415
|
padding: 0 8px;
|
|
@@ -15729,8 +15729,8 @@
|
|
|
15729
15729
|
margin-top: calc(0px - 4px/2);
|
|
15730
15730
|
margin-top: calc(0px - var(--progress-line-height-size-s, 4px)/2); }
|
|
15731
15731
|
.next-progress-line.next-small .next-progress-line-text {
|
|
15732
|
-
font-size:
|
|
15733
|
-
font-size: var(--progress-line-font-s,
|
|
15732
|
+
font-size: 12px;
|
|
15733
|
+
font-size: var(--progress-line-font-s, 12px);
|
|
15734
15734
|
line-height: 4px;
|
|
15735
15735
|
line-height: var(--progress-line-height-size-s, 4px); }
|
|
15736
15736
|
.next-progress-line.next-medium .next-progress-line-underlay {
|
|
@@ -15747,8 +15747,8 @@
|
|
|
15747
15747
|
margin-top: calc(0px - 8px/2);
|
|
15748
15748
|
margin-top: calc(0px - var(--progress-line-height-size-m, 8px)/2); }
|
|
15749
15749
|
.next-progress-line.next-medium .next-progress-line-text {
|
|
15750
|
-
font-size:
|
|
15751
|
-
font-size: var(--progress-line-font-m,
|
|
15750
|
+
font-size: 12px;
|
|
15751
|
+
font-size: var(--progress-line-font-m, 12px);
|
|
15752
15752
|
line-height: 8px;
|
|
15753
15753
|
line-height: var(--progress-line-height-size-m, 8px); }
|
|
15754
15754
|
.next-progress-line.next-large .next-progress-line-underlay {
|
|
@@ -15797,8 +15797,8 @@
|
|
|
15797
15797
|
margin-top: calc(0px - 4px/2);
|
|
15798
15798
|
margin-top: calc(0px - var(--progress-line-height-size-s, 4px)/2); }
|
|
15799
15799
|
.next-progress-line-show-border.next-small .next-progress-line-text {
|
|
15800
|
-
font-size:
|
|
15801
|
-
font-size: var(--progress-line-font-s,
|
|
15800
|
+
font-size: 12px;
|
|
15801
|
+
font-size: var(--progress-line-font-s, 12px);
|
|
15802
15802
|
line-height: calc(4px + 1px*2);
|
|
15803
15803
|
line-height: calc(var(--progress-line-height-size-s, 4px) + var(--progress-line-underlay-border-width, 1px)*2); }
|
|
15804
15804
|
.next-progress-line-show-border.next-medium .next-progress-line-underlay {
|
|
@@ -15815,8 +15815,8 @@
|
|
|
15815
15815
|
margin-top: calc(0px - 8px/2);
|
|
15816
15816
|
margin-top: calc(0px - var(--progress-line-height-size-m, 8px)/2); }
|
|
15817
15817
|
.next-progress-line-show-border.next-medium .next-progress-line-text {
|
|
15818
|
-
font-size:
|
|
15819
|
-
font-size: var(--progress-line-font-m,
|
|
15818
|
+
font-size: 12px;
|
|
15819
|
+
font-size: var(--progress-line-font-m, 12px);
|
|
15820
15820
|
line-height: calc(8px + 1px*2);
|
|
15821
15821
|
line-height: calc(var(--progress-line-height-size-m, 8px) + var(--progress-line-underlay-border-width, 1px)*2); }
|
|
15822
15822
|
.next-progress-line-show-border.next-large .next-progress-line-underlay {
|
|
@@ -16341,8 +16341,8 @@
|
|
|
16341
16341
|
/* 尺寸 */
|
|
16342
16342
|
/* ======================================== */
|
|
16343
16343
|
.next-rating-small {
|
|
16344
|
-
font-size:
|
|
16345
|
-
font-size: var(--rating-small-font-size,
|
|
16344
|
+
font-size: 12px;
|
|
16345
|
+
font-size: var(--rating-small-font-size, 12px); }
|
|
16346
16346
|
.next-rating-small .next-icon:before,
|
|
16347
16347
|
.next-rating-small .next-icon .next-icon-remote {
|
|
16348
16348
|
width: 12px;
|
|
@@ -17493,8 +17493,8 @@
|
|
|
17493
17493
|
.next-step-arrow > .next-step-item-wait .next-step-item-content {
|
|
17494
17494
|
color: #999999;
|
|
17495
17495
|
color: var(--step-arrow-item-title-wait-color, #999999);
|
|
17496
|
-
font-size:
|
|
17497
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
17496
|
+
font-size: 12px;
|
|
17497
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
17498
17498
|
line-height: 1.5;
|
|
17499
17499
|
line-height: var(--font-lineheight-2, 1.5);
|
|
17500
17500
|
word-break: break-word; }
|
|
@@ -17511,8 +17511,8 @@
|
|
|
17511
17511
|
display: block;
|
|
17512
17512
|
width: 32px;
|
|
17513
17513
|
height: 32px;
|
|
17514
|
-
font-size:
|
|
17515
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
17514
|
+
font-size: 12px;
|
|
17515
|
+
font-size: var(--step-circle-item-node-font-size, 12px);
|
|
17516
17516
|
font-weight: normal;
|
|
17517
17517
|
font-weight: var(--font-weight-2, normal);
|
|
17518
17518
|
line-height: calc(32px - 1px*2);
|
|
@@ -17567,8 +17567,8 @@
|
|
|
17567
17567
|
.next-step-arrow > .next-step-item-process .next-step-item-content {
|
|
17568
17568
|
color: #FFFFFF;
|
|
17569
17569
|
color: var(--step-arrow-item-title-process-color, #FFFFFF);
|
|
17570
|
-
font-size:
|
|
17571
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
17570
|
+
font-size: 12px;
|
|
17571
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
17572
17572
|
line-height: 1.5;
|
|
17573
17573
|
line-height: var(--font-lineheight-2, 1.5);
|
|
17574
17574
|
word-break: break-word; }
|
|
@@ -17585,8 +17585,8 @@
|
|
|
17585
17585
|
display: block;
|
|
17586
17586
|
width: 32px;
|
|
17587
17587
|
height: 32px;
|
|
17588
|
-
font-size:
|
|
17589
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
17588
|
+
font-size: 12px;
|
|
17589
|
+
font-size: var(--step-circle-item-node-font-size, 12px);
|
|
17590
17590
|
font-weight: normal;
|
|
17591
17591
|
font-weight: var(--font-weight-2, normal);
|
|
17592
17592
|
line-height: calc(32px - 1px*2);
|
|
@@ -17641,8 +17641,8 @@
|
|
|
17641
17641
|
.next-step-arrow > .next-step-item-finish .next-step-item-content {
|
|
17642
17642
|
color: #257df9;
|
|
17643
17643
|
color: var(--step-arrow-item-title-finish-color, #257df9);
|
|
17644
|
-
font-size:
|
|
17645
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
17644
|
+
font-size: 12px;
|
|
17645
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
17646
17646
|
line-height: 1.5;
|
|
17647
17647
|
line-height: var(--font-lineheight-2, 1.5);
|
|
17648
17648
|
word-break: break-word; }
|
|
@@ -17659,8 +17659,8 @@
|
|
|
17659
17659
|
display: block;
|
|
17660
17660
|
width: 32px;
|
|
17661
17661
|
height: 32px;
|
|
17662
|
-
font-size:
|
|
17663
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
17662
|
+
font-size: 12px;
|
|
17663
|
+
font-size: var(--step-circle-item-node-font-size, 12px);
|
|
17664
17664
|
font-weight: normal;
|
|
17665
17665
|
font-weight: var(--font-weight-2, normal);
|
|
17666
17666
|
line-height: calc(32px - 1px*2);
|
|
@@ -17716,8 +17716,8 @@
|
|
|
17716
17716
|
.next-step-arrow .next-step-item-disabled .next-step-item-content {
|
|
17717
17717
|
color: rgba(0, 0, 0, 0.4);
|
|
17718
17718
|
color: var(--step-arrow-item-title-disabled-color, rgba(0, 0, 0, 0.4));
|
|
17719
|
-
font-size:
|
|
17720
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
17719
|
+
font-size: 12px;
|
|
17720
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
17721
17721
|
line-height: 1.5;
|
|
17722
17722
|
line-height: var(--font-lineheight-2, 1.5);
|
|
17723
17723
|
word-break: break-word; }
|
|
@@ -17734,8 +17734,8 @@
|
|
|
17734
17734
|
display: block;
|
|
17735
17735
|
width: 32px;
|
|
17736
17736
|
height: 32px;
|
|
17737
|
-
font-size:
|
|
17738
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
17737
|
+
font-size: 12px;
|
|
17738
|
+
font-size: var(--step-circle-item-node-font-size, 12px);
|
|
17739
17739
|
font-weight: normal;
|
|
17740
17740
|
font-weight: var(--font-weight-2, normal);
|
|
17741
17741
|
line-height: calc(32px - 1px*2);
|
|
@@ -17841,8 +17841,8 @@
|
|
|
17841
17841
|
.next-step-circle > .next-step-item-wait .next-step-item-content {
|
|
17842
17842
|
color: rgba(0, 0, 0, 0.75);
|
|
17843
17843
|
color: var(--step-circle-item-title-wait-color, rgba(0, 0, 0, 0.75));
|
|
17844
|
-
font-size:
|
|
17845
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
17844
|
+
font-size: 12px;
|
|
17845
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
17846
17846
|
line-height: 1.5;
|
|
17847
17847
|
line-height: var(--font-lineheight-2, 1.5);
|
|
17848
17848
|
word-break: break-word; }
|
|
@@ -17865,8 +17865,8 @@
|
|
|
17865
17865
|
width: var(--step-circle-item-node-process-size, 32px);
|
|
17866
17866
|
height: 32px;
|
|
17867
17867
|
height: var(--step-circle-item-node-process-size, 32px);
|
|
17868
|
-
font-size:
|
|
17869
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
17868
|
+
font-size: 12px;
|
|
17869
|
+
font-size: var(--step-circle-item-node-font-size, 12px);
|
|
17870
17870
|
font-weight: normal;
|
|
17871
17871
|
font-weight: var(--font-weight-2, normal);
|
|
17872
17872
|
line-height: calc(32px - 1px*2);
|
|
@@ -17925,8 +17925,8 @@
|
|
|
17925
17925
|
.next-step-circle > .next-step-item-process .next-step-item-content {
|
|
17926
17926
|
color: #2e3038;
|
|
17927
17927
|
color: var(--step-circle-item-title-process-color, #2e3038);
|
|
17928
|
-
font-size:
|
|
17929
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
17928
|
+
font-size: 12px;
|
|
17929
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
17930
17930
|
line-height: 1.5;
|
|
17931
17931
|
line-height: var(--font-lineheight-2, 1.5);
|
|
17932
17932
|
word-break: break-word; }
|
|
@@ -17949,8 +17949,8 @@
|
|
|
17949
17949
|
width: var(--step-circle-item-node-process-size, 32px);
|
|
17950
17950
|
height: 32px;
|
|
17951
17951
|
height: var(--step-circle-item-node-process-size, 32px);
|
|
17952
|
-
font-size:
|
|
17953
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
17952
|
+
font-size: 12px;
|
|
17953
|
+
font-size: var(--step-circle-item-node-font-size, 12px);
|
|
17954
17954
|
font-weight: normal;
|
|
17955
17955
|
font-weight: var(--font-weight-2, normal);
|
|
17956
17956
|
line-height: calc(32px - 1px*2);
|
|
@@ -18009,8 +18009,8 @@
|
|
|
18009
18009
|
.next-step-circle > .next-step-item-finish .next-step-item-content {
|
|
18010
18010
|
color: rgba(0, 0, 0, 0.75);
|
|
18011
18011
|
color: var(--step-circle-item-title-finish-color, rgba(0, 0, 0, 0.75));
|
|
18012
|
-
font-size:
|
|
18013
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18012
|
+
font-size: 12px;
|
|
18013
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
18014
18014
|
line-height: 1.5;
|
|
18015
18015
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18016
18016
|
word-break: break-word; }
|
|
@@ -18033,8 +18033,8 @@
|
|
|
18033
18033
|
width: var(--step-circle-item-node-process-size, 32px);
|
|
18034
18034
|
height: 32px;
|
|
18035
18035
|
height: var(--step-circle-item-node-process-size, 32px);
|
|
18036
|
-
font-size:
|
|
18037
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18036
|
+
font-size: 12px;
|
|
18037
|
+
font-size: var(--step-circle-item-node-font-size, 12px);
|
|
18038
18038
|
font-weight: normal;
|
|
18039
18039
|
font-weight: var(--font-weight-2, normal);
|
|
18040
18040
|
line-height: calc(32px - 1px*2);
|
|
@@ -18093,8 +18093,8 @@
|
|
|
18093
18093
|
.next-step-circle .next-step-item-disabled .next-step-item-content {
|
|
18094
18094
|
color: rgba(0, 0, 0, 0.4);
|
|
18095
18095
|
color: var(--step-circle-item-title-disabled-color, rgba(0, 0, 0, 0.4));
|
|
18096
|
-
font-size:
|
|
18097
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18096
|
+
font-size: 12px;
|
|
18097
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
18098
18098
|
line-height: 1.5;
|
|
18099
18099
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18100
18100
|
word-break: break-word; }
|
|
@@ -18117,8 +18117,8 @@
|
|
|
18117
18117
|
width: var(--step-circle-item-node-process-size, 32px);
|
|
18118
18118
|
height: 32px;
|
|
18119
18119
|
height: var(--step-circle-item-node-process-size, 32px);
|
|
18120
|
-
font-size:
|
|
18121
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18120
|
+
font-size: 12px;
|
|
18121
|
+
font-size: var(--step-circle-item-node-font-size, 12px);
|
|
18122
18122
|
font-weight: normal;
|
|
18123
18123
|
font-weight: var(--font-weight-2, normal);
|
|
18124
18124
|
line-height: calc(32px - 1px*2);
|
|
@@ -18474,8 +18474,8 @@
|
|
|
18474
18474
|
margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
|
|
18475
18475
|
min-height: 8px;
|
|
18476
18476
|
text-align: left;
|
|
18477
|
-
font-size:
|
|
18478
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18477
|
+
font-size: 12px;
|
|
18478
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
18479
18479
|
line-height: 1.5;
|
|
18480
18480
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
18481
18481
|
.next-step-circle.next-step-vertical > .next-step-item-process .next-step-item-tail {
|
|
@@ -18517,8 +18517,8 @@
|
|
|
18517
18517
|
margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
|
|
18518
18518
|
min-height: 8px;
|
|
18519
18519
|
text-align: left;
|
|
18520
|
-
font-size:
|
|
18521
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18520
|
+
font-size: 12px;
|
|
18521
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
18522
18522
|
line-height: 1.5;
|
|
18523
18523
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
18524
18524
|
.next-step-circle.next-step-vertical > .next-step-item-finish .next-step-item-tail {
|
|
@@ -18560,8 +18560,8 @@
|
|
|
18560
18560
|
margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
|
|
18561
18561
|
min-height: 8px;
|
|
18562
18562
|
text-align: left;
|
|
18563
|
-
font-size:
|
|
18564
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18563
|
+
font-size: 12px;
|
|
18564
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
18565
18565
|
line-height: 1.5;
|
|
18566
18566
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
18567
18567
|
.next-step-circle.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
|
|
@@ -18603,8 +18603,8 @@
|
|
|
18603
18603
|
margin-top: var(--step-circle-vertical-item-content-margin-top, 4px);
|
|
18604
18604
|
min-height: 8px;
|
|
18605
18605
|
text-align: left;
|
|
18606
|
-
font-size:
|
|
18607
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18606
|
+
font-size: 12px;
|
|
18607
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
18608
18608
|
line-height: 1.5;
|
|
18609
18609
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
18610
18610
|
|
|
@@ -18667,8 +18667,8 @@
|
|
|
18667
18667
|
.next-step-dot > .next-step-item-wait .next-step-item-content {
|
|
18668
18668
|
color: rgba(0, 0, 0, 0.75);
|
|
18669
18669
|
color: var(--step-dot-item-title-wait-color, rgba(0, 0, 0, 0.75));
|
|
18670
|
-
font-size:
|
|
18671
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18670
|
+
font-size: 12px;
|
|
18671
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
18672
18672
|
line-height: 1.5;
|
|
18673
18673
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18674
18674
|
word-break: break-word; }
|
|
@@ -18691,8 +18691,8 @@
|
|
|
18691
18691
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
18692
18692
|
height: 12px;
|
|
18693
18693
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
18694
|
-
font-size:
|
|
18695
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18694
|
+
font-size: 12px;
|
|
18695
|
+
font-size: var(--step-circle-item-node-font-size, 12px);
|
|
18696
18696
|
font-weight: normal;
|
|
18697
18697
|
font-weight: var(--font-weight-2, normal);
|
|
18698
18698
|
line-height: calc(12px - 1px*2);
|
|
@@ -18714,8 +18714,8 @@
|
|
|
18714
18714
|
line-height: inherit; }
|
|
18715
18715
|
|
|
18716
18716
|
.next-step-dot > .next-step-item-wait .next-step-item-content {
|
|
18717
|
-
font-size:
|
|
18718
|
-
font-size: var(--step-dot-item-content-font-size,
|
|
18717
|
+
font-size: 12px;
|
|
18718
|
+
font-size: var(--step-dot-item-content-font-size, 12px); }
|
|
18719
18719
|
|
|
18720
18720
|
.next-step-dot > .next-step-item-wait .next-step-item-node-dot {
|
|
18721
18721
|
display: block;
|
|
@@ -18723,8 +18723,8 @@
|
|
|
18723
18723
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
18724
18724
|
height: 12px;
|
|
18725
18725
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
18726
|
-
font-size:
|
|
18727
|
-
font-size: var(--step-dot-item-content-font-size,
|
|
18726
|
+
font-size: 12px;
|
|
18727
|
+
font-size: var(--step-dot-item-content-font-size, 12px);
|
|
18728
18728
|
line-height: calc(12px - 1px*2);
|
|
18729
18729
|
line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-border-width, 1px)*2);
|
|
18730
18730
|
text-align: center;
|
|
@@ -18773,8 +18773,8 @@
|
|
|
18773
18773
|
.next-step-dot > .next-step-item-process .next-step-item-content {
|
|
18774
18774
|
color: #2e3038;
|
|
18775
18775
|
color: var(--step-dot-item-title-process-color, #2e3038);
|
|
18776
|
-
font-size:
|
|
18777
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18776
|
+
font-size: 12px;
|
|
18777
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
18778
18778
|
line-height: 1.5;
|
|
18779
18779
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18780
18780
|
word-break: break-word; }
|
|
@@ -18797,8 +18797,8 @@
|
|
|
18797
18797
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
18798
18798
|
height: 12px;
|
|
18799
18799
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
18800
|
-
font-size:
|
|
18801
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18800
|
+
font-size: 12px;
|
|
18801
|
+
font-size: var(--step-circle-item-node-font-size, 12px);
|
|
18802
18802
|
font-weight: normal;
|
|
18803
18803
|
font-weight: var(--font-weight-2, normal);
|
|
18804
18804
|
line-height: calc(12px - 1px*2);
|
|
@@ -18820,8 +18820,8 @@
|
|
|
18820
18820
|
line-height: inherit; }
|
|
18821
18821
|
|
|
18822
18822
|
.next-step-dot > .next-step-item-process .next-step-item-content {
|
|
18823
|
-
font-size:
|
|
18824
|
-
font-size: var(--step-dot-item-content-font-size,
|
|
18823
|
+
font-size: 12px;
|
|
18824
|
+
font-size: var(--step-dot-item-content-font-size, 12px); }
|
|
18825
18825
|
|
|
18826
18826
|
.next-step-dot > .next-step-item-process .next-step-item-node-dot {
|
|
18827
18827
|
display: block;
|
|
@@ -18829,8 +18829,8 @@
|
|
|
18829
18829
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
18830
18830
|
height: 12px;
|
|
18831
18831
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
18832
|
-
font-size:
|
|
18833
|
-
font-size: var(--step-dot-item-content-font-size,
|
|
18832
|
+
font-size: 12px;
|
|
18833
|
+
font-size: var(--step-dot-item-content-font-size, 12px);
|
|
18834
18834
|
line-height: calc(12px - 1px*2);
|
|
18835
18835
|
line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-border-width, 1px)*2);
|
|
18836
18836
|
text-align: center;
|
|
@@ -18879,8 +18879,8 @@
|
|
|
18879
18879
|
.next-step-dot > .next-step-item-finish .next-step-item-content {
|
|
18880
18880
|
color: rgba(0, 0, 0, 0.75);
|
|
18881
18881
|
color: var(--step-dot-item-title-finish-color, rgba(0, 0, 0, 0.75));
|
|
18882
|
-
font-size:
|
|
18883
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18882
|
+
font-size: 12px;
|
|
18883
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
18884
18884
|
line-height: 1.5;
|
|
18885
18885
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18886
18886
|
word-break: break-word; }
|
|
@@ -18903,8 +18903,8 @@
|
|
|
18903
18903
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
18904
18904
|
height: 12px;
|
|
18905
18905
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
18906
|
-
font-size:
|
|
18907
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
18906
|
+
font-size: 12px;
|
|
18907
|
+
font-size: var(--step-circle-item-node-font-size, 12px);
|
|
18908
18908
|
font-weight: normal;
|
|
18909
18909
|
font-weight: var(--font-weight-2, normal);
|
|
18910
18910
|
line-height: calc(12px - 1px*2);
|
|
@@ -18926,8 +18926,8 @@
|
|
|
18926
18926
|
line-height: inherit; }
|
|
18927
18927
|
|
|
18928
18928
|
.next-step-dot > .next-step-item-finish .next-step-item-content {
|
|
18929
|
-
font-size:
|
|
18930
|
-
font-size: var(--step-dot-item-content-font-size,
|
|
18929
|
+
font-size: 12px;
|
|
18930
|
+
font-size: var(--step-dot-item-content-font-size, 12px); }
|
|
18931
18931
|
|
|
18932
18932
|
.next-step-dot > .next-step-item-finish .next-step-item-node-dot {
|
|
18933
18933
|
display: block;
|
|
@@ -18935,8 +18935,8 @@
|
|
|
18935
18935
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
18936
18936
|
height: 12px;
|
|
18937
18937
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
18938
|
-
font-size:
|
|
18939
|
-
font-size: var(--step-dot-item-content-font-size,
|
|
18938
|
+
font-size: 12px;
|
|
18939
|
+
font-size: var(--step-dot-item-content-font-size, 12px);
|
|
18940
18940
|
line-height: calc(12px - 1px*2);
|
|
18941
18941
|
line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-border-width, 1px)*2);
|
|
18942
18942
|
text-align: center;
|
|
@@ -18985,8 +18985,8 @@
|
|
|
18985
18985
|
.next-step-dot .next-step-item-disabled .next-step-item-content {
|
|
18986
18986
|
color: rgba(0, 0, 0, 0.4);
|
|
18987
18987
|
color: var(--step-dot-item-title-disabled-color, rgba(0, 0, 0, 0.4));
|
|
18988
|
-
font-size:
|
|
18989
|
-
font-size: var(--step-circle-item-content-font-size,
|
|
18988
|
+
font-size: 12px;
|
|
18989
|
+
font-size: var(--step-circle-item-content-font-size, 12px);
|
|
18990
18990
|
line-height: 1.5;
|
|
18991
18991
|
line-height: var(--font-lineheight-2, 1.5);
|
|
18992
18992
|
word-break: break-word; }
|
|
@@ -19009,8 +19009,8 @@
|
|
|
19009
19009
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
19010
19010
|
height: 12px;
|
|
19011
19011
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
19012
|
-
font-size:
|
|
19013
|
-
font-size: var(--step-circle-item-node-font-size,
|
|
19012
|
+
font-size: 12px;
|
|
19013
|
+
font-size: var(--step-circle-item-node-font-size, 12px);
|
|
19014
19014
|
font-weight: normal;
|
|
19015
19015
|
font-weight: var(--font-weight-2, normal);
|
|
19016
19016
|
line-height: calc(12px - 1px*2);
|
|
@@ -19032,8 +19032,8 @@
|
|
|
19032
19032
|
line-height: inherit; }
|
|
19033
19033
|
|
|
19034
19034
|
.next-step-dot .next-step-item-disabled .next-step-item-content {
|
|
19035
|
-
font-size:
|
|
19036
|
-
font-size: var(--step-dot-item-content-font-size,
|
|
19035
|
+
font-size: 12px;
|
|
19036
|
+
font-size: var(--step-dot-item-content-font-size, 12px); }
|
|
19037
19037
|
|
|
19038
19038
|
.next-step-dot .next-step-item-disabled .next-step-item-node-dot {
|
|
19039
19039
|
display: block;
|
|
@@ -19041,8 +19041,8 @@
|
|
|
19041
19041
|
width: var(--step-dot-item-dot-process-size, 12px);
|
|
19042
19042
|
height: 12px;
|
|
19043
19043
|
height: var(--step-dot-item-dot-process-size, 12px);
|
|
19044
|
-
font-size:
|
|
19045
|
-
font-size: var(--step-dot-item-content-font-size,
|
|
19044
|
+
font-size: 12px;
|
|
19045
|
+
font-size: var(--step-dot-item-content-font-size, 12px);
|
|
19046
19046
|
line-height: calc(12px - 1px*2);
|
|
19047
19047
|
line-height: calc(var(--step-dot-item-dot-process-size, 12px) - var(--step-dot-item-dot-border-width, 1px)*2);
|
|
19048
19048
|
text-align: center;
|
|
@@ -19275,8 +19275,8 @@
|
|
|
19275
19275
|
margin-top: var(--step-dot-vertical-item-content-margin-top, 8px);
|
|
19276
19276
|
min-height: 8px;
|
|
19277
19277
|
text-align: left;
|
|
19278
|
-
font-size:
|
|
19279
|
-
font-size: var(--step-dot-item-content-font-size,
|
|
19278
|
+
font-size: 12px;
|
|
19279
|
+
font-size: var(--step-dot-item-content-font-size, 12px);
|
|
19280
19280
|
line-height: 1.5;
|
|
19281
19281
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
19282
19282
|
.next-step-dot.next-step-vertical > .next-step-item-process .next-step-item-tail {
|
|
@@ -19318,8 +19318,8 @@
|
|
|
19318
19318
|
margin-top: var(--step-dot-vertical-item-content-margin-top, 8px);
|
|
19319
19319
|
min-height: 8px;
|
|
19320
19320
|
text-align: left;
|
|
19321
|
-
font-size:
|
|
19322
|
-
font-size: var(--step-dot-item-content-font-size,
|
|
19321
|
+
font-size: 12px;
|
|
19322
|
+
font-size: var(--step-dot-item-content-font-size, 12px);
|
|
19323
19323
|
line-height: 1.5;
|
|
19324
19324
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
19325
19325
|
.next-step-dot.next-step-vertical > .next-step-item-finish .next-step-item-tail {
|
|
@@ -19361,8 +19361,8 @@
|
|
|
19361
19361
|
margin-top: var(--step-dot-vertical-item-content-margin-top, 8px);
|
|
19362
19362
|
min-height: 8px;
|
|
19363
19363
|
text-align: left;
|
|
19364
|
-
font-size:
|
|
19365
|
-
font-size: var(--step-dot-item-content-font-size,
|
|
19364
|
+
font-size: 12px;
|
|
19365
|
+
font-size: var(--step-dot-item-content-font-size, 12px);
|
|
19366
19366
|
line-height: 1.5;
|
|
19367
19367
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
19368
19368
|
.next-step-dot.next-step-vertical > .next-step-item-disabled .next-step-item-tail {
|
|
@@ -19404,8 +19404,8 @@
|
|
|
19404
19404
|
margin-top: var(--step-dot-vertical-item-content-margin-top, 8px);
|
|
19405
19405
|
min-height: 8px;
|
|
19406
19406
|
text-align: left;
|
|
19407
|
-
font-size:
|
|
19408
|
-
font-size: var(--step-dot-item-content-font-size,
|
|
19407
|
+
font-size: 12px;
|
|
19408
|
+
font-size: var(--step-dot-item-content-font-size, 12px);
|
|
19409
19409
|
line-height: 1.5;
|
|
19410
19410
|
line-height: var(--font-lineheight-2, 1.5); }
|
|
19411
19411
|
|
|
@@ -19955,8 +19955,8 @@
|
|
|
19955
19955
|
line-height: 20px;
|
|
19956
19956
|
line-height: var(--switch-size-s-trigger, 20px); }
|
|
19957
19957
|
.next-switch-small > .next-switch-children {
|
|
19958
|
-
font-size:
|
|
19959
|
-
font-size: var(--form-element-small-font-size,
|
|
19958
|
+
font-size: 12px;
|
|
19959
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
19960
19960
|
.next-switch-small.next-switch.next-switch-on > .next-switch-children {
|
|
19961
19961
|
margin: 0 calc(20px + 8px) 0 8px;
|
|
19962
19962
|
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); }
|
|
@@ -20269,8 +20269,8 @@
|
|
|
20269
20269
|
padding-right: 56px;
|
|
20270
20270
|
padding-right: var(--tab-nav-scroll-padding-right-s, 56px); }
|
|
20271
20271
|
.next-tabs.next-small .next-tabs-tab-inner {
|
|
20272
|
-
font-size:
|
|
20273
|
-
font-size: var(--tab-item-text-size-s,
|
|
20272
|
+
font-size: 12px;
|
|
20273
|
+
font-size: var(--tab-item-text-size-s, 12px);
|
|
20274
20274
|
padding: 8px 12px;
|
|
20275
20275
|
padding: var(--tab-item-padding-tb-size-s, 8px) var(--tab-item-padding-lr-size-s, 12px); }
|
|
20276
20276
|
.next-tabs.next-small .next-tabs-tab-inner .next-icon {
|
|
@@ -21383,8 +21383,8 @@
|
|
|
21383
21383
|
line-height: calc(var(--tag-size-s-height, 28px) - var(--tag-border-width, 1px)*2);
|
|
21384
21384
|
font-size: 0; }
|
|
21385
21385
|
.next-tag-small > .next-tag-body {
|
|
21386
|
-
font-size:
|
|
21387
|
-
font-size: var(--tag-size-s-text-size,
|
|
21386
|
+
font-size: 12px;
|
|
21387
|
+
font-size: var(--tag-size-s-text-size, 12px);
|
|
21388
21388
|
padding: 0 8px;
|
|
21389
21389
|
padding: 0 var(--tag-size-s-padding-lr, 8px);
|
|
21390
21390
|
min-width: 28px;
|
|
@@ -21570,8 +21570,8 @@
|
|
|
21570
21570
|
width: 40px;
|
|
21571
21571
|
width: var(--timeline-item-custom-node-size, 40px);
|
|
21572
21572
|
height: auto;
|
|
21573
|
-
font-size:
|
|
21574
|
-
font-size: var(--timeline-item-custom-node-font-size,
|
|
21573
|
+
font-size: 12px;
|
|
21574
|
+
font-size: var(--timeline-item-custom-node-font-size, 12px);
|
|
21575
21575
|
word-break: break-all;
|
|
21576
21576
|
margin-right: calc(0px - 40px/2 + 16px/2);
|
|
21577
21577
|
margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2);
|
|
@@ -21653,8 +21653,8 @@
|
|
|
21653
21653
|
margin: 0;
|
|
21654
21654
|
margin-top: 4px;
|
|
21655
21655
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
21656
|
-
font-size:
|
|
21657
|
-
font-size: var(--timeline-item-body-font-size,
|
|
21656
|
+
font-size: 12px;
|
|
21657
|
+
font-size: var(--timeline-item-body-font-size, 12px);
|
|
21658
21658
|
line-height: 1.5;
|
|
21659
21659
|
line-height: var(--font-lineheight-2, 1.5);
|
|
21660
21660
|
color: rgba(0, 0, 0, 0.75);
|
|
@@ -21666,8 +21666,8 @@
|
|
|
21666
21666
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
21667
21667
|
margin-bottom: 12px;
|
|
21668
21668
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
21669
|
-
font-size:
|
|
21670
|
-
font-size: var(--timeline-item-time-font-size,
|
|
21669
|
+
font-size: 12px;
|
|
21670
|
+
font-size: var(--timeline-item-time-font-size, 12px);
|
|
21671
21671
|
color: #999999;
|
|
21672
21672
|
color: var(--timeline-item-time-color, #999999);
|
|
21673
21673
|
text-align: right; }
|
|
@@ -21676,8 +21676,8 @@
|
|
|
21676
21676
|
width: 80px;
|
|
21677
21677
|
width: var(--timeline-item-left-content-width, 80px);
|
|
21678
21678
|
display: inline-block;
|
|
21679
|
-
font-size:
|
|
21680
|
-
font-size: var(--timeline-item-left-body-font-size,
|
|
21679
|
+
font-size: 12px;
|
|
21680
|
+
font-size: var(--timeline-item-left-body-font-size, 12px);
|
|
21681
21681
|
color: #999999;
|
|
21682
21682
|
color: var(--timeline-item-left-body-color, #999999);
|
|
21683
21683
|
line-height: 1.5;
|
|
@@ -21729,8 +21729,8 @@
|
|
|
21729
21729
|
width: 40px;
|
|
21730
21730
|
width: var(--timeline-item-custom-node-size, 40px);
|
|
21731
21731
|
height: auto;
|
|
21732
|
-
font-size:
|
|
21733
|
-
font-size: var(--timeline-item-custom-node-font-size,
|
|
21732
|
+
font-size: 12px;
|
|
21733
|
+
font-size: var(--timeline-item-custom-node-font-size, 12px);
|
|
21734
21734
|
word-break: break-all;
|
|
21735
21735
|
margin-right: calc(0px - 40px/2 + 16px/2);
|
|
21736
21736
|
margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2);
|
|
@@ -21812,8 +21812,8 @@
|
|
|
21812
21812
|
margin: 0;
|
|
21813
21813
|
margin-top: 4px;
|
|
21814
21814
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
21815
|
-
font-size:
|
|
21816
|
-
font-size: var(--timeline-item-body-font-size,
|
|
21815
|
+
font-size: 12px;
|
|
21816
|
+
font-size: var(--timeline-item-body-font-size, 12px);
|
|
21817
21817
|
line-height: 1.5;
|
|
21818
21818
|
line-height: var(--font-lineheight-2, 1.5);
|
|
21819
21819
|
color: rgba(0, 0, 0, 0.75);
|
|
@@ -21825,8 +21825,8 @@
|
|
|
21825
21825
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
21826
21826
|
margin-bottom: 12px;
|
|
21827
21827
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
21828
|
-
font-size:
|
|
21829
|
-
font-size: var(--timeline-item-time-font-size,
|
|
21828
|
+
font-size: 12px;
|
|
21829
|
+
font-size: var(--timeline-item-time-font-size, 12px);
|
|
21830
21830
|
color: #999999;
|
|
21831
21831
|
color: var(--timeline-item-time-color, #999999);
|
|
21832
21832
|
text-align: right; }
|
|
@@ -21835,8 +21835,8 @@
|
|
|
21835
21835
|
width: 80px;
|
|
21836
21836
|
width: var(--timeline-item-left-content-width, 80px);
|
|
21837
21837
|
display: inline-block;
|
|
21838
|
-
font-size:
|
|
21839
|
-
font-size: var(--timeline-item-left-body-font-size,
|
|
21838
|
+
font-size: 12px;
|
|
21839
|
+
font-size: var(--timeline-item-left-body-font-size, 12px);
|
|
21840
21840
|
color: #999999;
|
|
21841
21841
|
color: var(--timeline-item-left-body-color, #999999);
|
|
21842
21842
|
line-height: 1.5;
|
|
@@ -21888,8 +21888,8 @@
|
|
|
21888
21888
|
width: 40px;
|
|
21889
21889
|
width: var(--timeline-item-custom-node-size, 40px);
|
|
21890
21890
|
height: auto;
|
|
21891
|
-
font-size:
|
|
21892
|
-
font-size: var(--timeline-item-custom-node-font-size,
|
|
21891
|
+
font-size: 12px;
|
|
21892
|
+
font-size: var(--timeline-item-custom-node-font-size, 12px);
|
|
21893
21893
|
word-break: break-all;
|
|
21894
21894
|
margin-right: calc(0px - 40px/2 + 16px/2);
|
|
21895
21895
|
margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2);
|
|
@@ -21971,8 +21971,8 @@
|
|
|
21971
21971
|
margin: 0;
|
|
21972
21972
|
margin-top: 4px;
|
|
21973
21973
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
21974
|
-
font-size:
|
|
21975
|
-
font-size: var(--timeline-item-body-font-size,
|
|
21974
|
+
font-size: 12px;
|
|
21975
|
+
font-size: var(--timeline-item-body-font-size, 12px);
|
|
21976
21976
|
line-height: 1.5;
|
|
21977
21977
|
line-height: var(--font-lineheight-2, 1.5);
|
|
21978
21978
|
color: rgba(0, 0, 0, 0.75);
|
|
@@ -21984,8 +21984,8 @@
|
|
|
21984
21984
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
21985
21985
|
margin-bottom: 12px;
|
|
21986
21986
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
21987
|
-
font-size:
|
|
21988
|
-
font-size: var(--timeline-item-time-font-size,
|
|
21987
|
+
font-size: 12px;
|
|
21988
|
+
font-size: var(--timeline-item-time-font-size, 12px);
|
|
21989
21989
|
color: #999999;
|
|
21990
21990
|
color: var(--timeline-item-time-color, #999999);
|
|
21991
21991
|
text-align: right; }
|
|
@@ -21994,8 +21994,8 @@
|
|
|
21994
21994
|
width: 80px;
|
|
21995
21995
|
width: var(--timeline-item-left-content-width, 80px);
|
|
21996
21996
|
display: inline-block;
|
|
21997
|
-
font-size:
|
|
21998
|
-
font-size: var(--timeline-item-left-body-font-size,
|
|
21997
|
+
font-size: 12px;
|
|
21998
|
+
font-size: var(--timeline-item-left-body-font-size, 12px);
|
|
21999
21999
|
color: #999999;
|
|
22000
22000
|
color: var(--timeline-item-left-body-color, #999999);
|
|
22001
22001
|
line-height: 1.5;
|
|
@@ -22047,8 +22047,8 @@
|
|
|
22047
22047
|
width: 40px;
|
|
22048
22048
|
width: var(--timeline-item-custom-node-size, 40px);
|
|
22049
22049
|
height: auto;
|
|
22050
|
-
font-size:
|
|
22051
|
-
font-size: var(--timeline-item-custom-node-font-size,
|
|
22050
|
+
font-size: 12px;
|
|
22051
|
+
font-size: var(--timeline-item-custom-node-font-size, 12px);
|
|
22052
22052
|
word-break: break-all;
|
|
22053
22053
|
margin-right: calc(0px - 40px/2 + 16px/2);
|
|
22054
22054
|
margin-right: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2);
|
|
@@ -22130,8 +22130,8 @@
|
|
|
22130
22130
|
margin: 0;
|
|
22131
22131
|
margin-top: 4px;
|
|
22132
22132
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
22133
|
-
font-size:
|
|
22134
|
-
font-size: var(--timeline-item-body-font-size,
|
|
22133
|
+
font-size: 12px;
|
|
22134
|
+
font-size: var(--timeline-item-body-font-size, 12px);
|
|
22135
22135
|
line-height: 1.5;
|
|
22136
22136
|
line-height: var(--font-lineheight-2, 1.5);
|
|
22137
22137
|
color: rgba(0, 0, 0, 0.75);
|
|
@@ -22143,8 +22143,8 @@
|
|
|
22143
22143
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
22144
22144
|
margin-bottom: 12px;
|
|
22145
22145
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
22146
|
-
font-size:
|
|
22147
|
-
font-size: var(--timeline-item-time-font-size,
|
|
22146
|
+
font-size: 12px;
|
|
22147
|
+
font-size: var(--timeline-item-time-font-size, 12px);
|
|
22148
22148
|
color: #999999;
|
|
22149
22149
|
color: var(--timeline-item-time-color, #999999);
|
|
22150
22150
|
text-align: right; }
|
|
@@ -22153,8 +22153,8 @@
|
|
|
22153
22153
|
width: 80px;
|
|
22154
22154
|
width: var(--timeline-item-left-content-width, 80px);
|
|
22155
22155
|
display: inline-block;
|
|
22156
|
-
font-size:
|
|
22157
|
-
font-size: var(--timeline-item-left-body-font-size,
|
|
22156
|
+
font-size: 12px;
|
|
22157
|
+
font-size: var(--timeline-item-left-body-font-size, 12px);
|
|
22158
22158
|
color: #999999;
|
|
22159
22159
|
color: var(--timeline-item-left-body-color, #999999);
|
|
22160
22160
|
line-height: 1.5;
|
|
@@ -22200,8 +22200,8 @@
|
|
|
22200
22200
|
padding-top: var(--timeline-item-folder-margin-top, 4px);
|
|
22201
22201
|
padding-bottom: 4px;
|
|
22202
22202
|
padding-bottom: var(--timeline-item-folder-margin-bottom, 4px);
|
|
22203
|
-
font-size:
|
|
22204
|
-
font-size: var(--timeline-item-folder-font-size,
|
|
22203
|
+
font-size: 12px;
|
|
22204
|
+
font-size: var(--timeline-item-folder-font-size, 12px);
|
|
22205
22205
|
line-height: 1.5;
|
|
22206
22206
|
line-height: var(--font-lineheight-2, 1.5);
|
|
22207
22207
|
position: relative;
|
|
@@ -22244,8 +22244,8 @@
|
|
|
22244
22244
|
width: 40px;
|
|
22245
22245
|
width: var(--timeline-item-custom-node-size, 40px);
|
|
22246
22246
|
height: auto;
|
|
22247
|
-
font-size:
|
|
22248
|
-
font-size: var(--timeline-item-custom-node-font-size,
|
|
22247
|
+
font-size: 12px;
|
|
22248
|
+
font-size: var(--timeline-item-custom-node-font-size, 12px);
|
|
22249
22249
|
word-break: break-all;
|
|
22250
22250
|
margin-left: calc(0px - 40px/2 + 16px/2);
|
|
22251
22251
|
margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2);
|
|
@@ -22324,8 +22324,8 @@
|
|
|
22324
22324
|
margin: 0;
|
|
22325
22325
|
margin-top: 4px;
|
|
22326
22326
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
22327
|
-
font-size:
|
|
22328
|
-
font-size: var(--timeline-item-body-font-size,
|
|
22327
|
+
font-size: 12px;
|
|
22328
|
+
font-size: var(--timeline-item-body-font-size, 12px);
|
|
22329
22329
|
line-height: 1.5;
|
|
22330
22330
|
line-height: var(--font-lineheight-2, 1.5);
|
|
22331
22331
|
color: rgba(0, 0, 0, 0.75);
|
|
@@ -22337,8 +22337,8 @@
|
|
|
22337
22337
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
22338
22338
|
margin-bottom: 12px;
|
|
22339
22339
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
22340
|
-
font-size:
|
|
22341
|
-
font-size: var(--timeline-item-time-font-size,
|
|
22340
|
+
font-size: 12px;
|
|
22341
|
+
font-size: var(--timeline-item-time-font-size, 12px);
|
|
22342
22342
|
color: #999999;
|
|
22343
22343
|
color: var(--timeline-item-time-color, #999999);
|
|
22344
22344
|
text-align: left; }
|
|
@@ -22347,8 +22347,8 @@
|
|
|
22347
22347
|
width: 80px;
|
|
22348
22348
|
width: var(--timeline-item-left-content-width, 80px);
|
|
22349
22349
|
display: inline-block;
|
|
22350
|
-
font-size:
|
|
22351
|
-
font-size: var(--timeline-item-left-body-font-size,
|
|
22350
|
+
font-size: 12px;
|
|
22351
|
+
font-size: var(--timeline-item-left-body-font-size, 12px);
|
|
22352
22352
|
color: #999999;
|
|
22353
22353
|
color: var(--timeline-item-left-body-color, #999999);
|
|
22354
22354
|
line-height: 1.5;
|
|
@@ -22396,8 +22396,8 @@
|
|
|
22396
22396
|
width: 40px;
|
|
22397
22397
|
width: var(--timeline-item-custom-node-size, 40px);
|
|
22398
22398
|
height: auto;
|
|
22399
|
-
font-size:
|
|
22400
|
-
font-size: var(--timeline-item-custom-node-font-size,
|
|
22399
|
+
font-size: 12px;
|
|
22400
|
+
font-size: var(--timeline-item-custom-node-font-size, 12px);
|
|
22401
22401
|
word-break: break-all;
|
|
22402
22402
|
margin-left: calc(0px - 40px/2 + 16px/2);
|
|
22403
22403
|
margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2);
|
|
@@ -22476,8 +22476,8 @@
|
|
|
22476
22476
|
margin: 0;
|
|
22477
22477
|
margin-top: 4px;
|
|
22478
22478
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
22479
|
-
font-size:
|
|
22480
|
-
font-size: var(--timeline-item-body-font-size,
|
|
22479
|
+
font-size: 12px;
|
|
22480
|
+
font-size: var(--timeline-item-body-font-size, 12px);
|
|
22481
22481
|
line-height: 1.5;
|
|
22482
22482
|
line-height: var(--font-lineheight-2, 1.5);
|
|
22483
22483
|
color: rgba(0, 0, 0, 0.75);
|
|
@@ -22489,8 +22489,8 @@
|
|
|
22489
22489
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
22490
22490
|
margin-bottom: 12px;
|
|
22491
22491
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
22492
|
-
font-size:
|
|
22493
|
-
font-size: var(--timeline-item-time-font-size,
|
|
22492
|
+
font-size: 12px;
|
|
22493
|
+
font-size: var(--timeline-item-time-font-size, 12px);
|
|
22494
22494
|
color: #999999;
|
|
22495
22495
|
color: var(--timeline-item-time-color, #999999);
|
|
22496
22496
|
text-align: left; }
|
|
@@ -22499,8 +22499,8 @@
|
|
|
22499
22499
|
width: 80px;
|
|
22500
22500
|
width: var(--timeline-item-left-content-width, 80px);
|
|
22501
22501
|
display: inline-block;
|
|
22502
|
-
font-size:
|
|
22503
|
-
font-size: var(--timeline-item-left-body-font-size,
|
|
22502
|
+
font-size: 12px;
|
|
22503
|
+
font-size: var(--timeline-item-left-body-font-size, 12px);
|
|
22504
22504
|
color: #999999;
|
|
22505
22505
|
color: var(--timeline-item-left-body-color, #999999);
|
|
22506
22506
|
line-height: 1.5;
|
|
@@ -22548,8 +22548,8 @@
|
|
|
22548
22548
|
width: 40px;
|
|
22549
22549
|
width: var(--timeline-item-custom-node-size, 40px);
|
|
22550
22550
|
height: auto;
|
|
22551
|
-
font-size:
|
|
22552
|
-
font-size: var(--timeline-item-custom-node-font-size,
|
|
22551
|
+
font-size: 12px;
|
|
22552
|
+
font-size: var(--timeline-item-custom-node-font-size, 12px);
|
|
22553
22553
|
word-break: break-all;
|
|
22554
22554
|
margin-left: calc(0px - 40px/2 + 16px/2);
|
|
22555
22555
|
margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2);
|
|
@@ -22628,8 +22628,8 @@
|
|
|
22628
22628
|
margin: 0;
|
|
22629
22629
|
margin-top: 4px;
|
|
22630
22630
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
22631
|
-
font-size:
|
|
22632
|
-
font-size: var(--timeline-item-body-font-size,
|
|
22631
|
+
font-size: 12px;
|
|
22632
|
+
font-size: var(--timeline-item-body-font-size, 12px);
|
|
22633
22633
|
line-height: 1.5;
|
|
22634
22634
|
line-height: var(--font-lineheight-2, 1.5);
|
|
22635
22635
|
color: rgba(0, 0, 0, 0.75);
|
|
@@ -22641,8 +22641,8 @@
|
|
|
22641
22641
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
22642
22642
|
margin-bottom: 12px;
|
|
22643
22643
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
22644
|
-
font-size:
|
|
22645
|
-
font-size: var(--timeline-item-time-font-size,
|
|
22644
|
+
font-size: 12px;
|
|
22645
|
+
font-size: var(--timeline-item-time-font-size, 12px);
|
|
22646
22646
|
color: #999999;
|
|
22647
22647
|
color: var(--timeline-item-time-color, #999999);
|
|
22648
22648
|
text-align: left; }
|
|
@@ -22651,8 +22651,8 @@
|
|
|
22651
22651
|
width: 80px;
|
|
22652
22652
|
width: var(--timeline-item-left-content-width, 80px);
|
|
22653
22653
|
display: inline-block;
|
|
22654
|
-
font-size:
|
|
22655
|
-
font-size: var(--timeline-item-left-body-font-size,
|
|
22654
|
+
font-size: 12px;
|
|
22655
|
+
font-size: var(--timeline-item-left-body-font-size, 12px);
|
|
22656
22656
|
color: #999999;
|
|
22657
22657
|
color: var(--timeline-item-left-body-color, #999999);
|
|
22658
22658
|
line-height: 1.5;
|
|
@@ -22700,8 +22700,8 @@
|
|
|
22700
22700
|
width: 40px;
|
|
22701
22701
|
width: var(--timeline-item-custom-node-size, 40px);
|
|
22702
22702
|
height: auto;
|
|
22703
|
-
font-size:
|
|
22704
|
-
font-size: var(--timeline-item-custom-node-font-size,
|
|
22703
|
+
font-size: 12px;
|
|
22704
|
+
font-size: var(--timeline-item-custom-node-font-size, 12px);
|
|
22705
22705
|
word-break: break-all;
|
|
22706
22706
|
margin-left: calc(0px - 40px/2 + 16px/2);
|
|
22707
22707
|
margin-left: calc(0px - var(--timeline-item-custom-node-size, 40px)/2 + var(--timeline-item-node-size, 16px)/2);
|
|
@@ -22780,8 +22780,8 @@
|
|
|
22780
22780
|
margin: 0;
|
|
22781
22781
|
margin-top: 4px;
|
|
22782
22782
|
margin-top: var(--timeline-item-body-margin-top, 4px);
|
|
22783
|
-
font-size:
|
|
22784
|
-
font-size: var(--timeline-item-body-font-size,
|
|
22783
|
+
font-size: 12px;
|
|
22784
|
+
font-size: var(--timeline-item-body-font-size, 12px);
|
|
22785
22785
|
line-height: 1.5;
|
|
22786
22786
|
line-height: var(--font-lineheight-2, 1.5);
|
|
22787
22787
|
color: rgba(0, 0, 0, 0.75);
|
|
@@ -22793,8 +22793,8 @@
|
|
|
22793
22793
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
22794
22794
|
margin-bottom: 12px;
|
|
22795
22795
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
22796
|
-
font-size:
|
|
22797
|
-
font-size: var(--timeline-item-time-font-size,
|
|
22796
|
+
font-size: 12px;
|
|
22797
|
+
font-size: var(--timeline-item-time-font-size, 12px);
|
|
22798
22798
|
color: #999999;
|
|
22799
22799
|
color: var(--timeline-item-time-color, #999999);
|
|
22800
22800
|
text-align: left; }
|
|
@@ -22803,8 +22803,8 @@
|
|
|
22803
22803
|
width: 80px;
|
|
22804
22804
|
width: var(--timeline-item-left-content-width, 80px);
|
|
22805
22805
|
display: inline-block;
|
|
22806
|
-
font-size:
|
|
22807
|
-
font-size: var(--timeline-item-left-body-font-size,
|
|
22806
|
+
font-size: 12px;
|
|
22807
|
+
font-size: var(--timeline-item-left-body-font-size, 12px);
|
|
22808
22808
|
color: #999999;
|
|
22809
22809
|
color: var(--timeline-item-left-body-color, #999999);
|
|
22810
22810
|
line-height: 1.5;
|
|
@@ -22865,8 +22865,8 @@
|
|
|
22865
22865
|
.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
22866
22866
|
margin: 0;
|
|
22867
22867
|
margin-top: 4px;
|
|
22868
|
-
font-size:
|
|
22869
|
-
font-size: var(--timeline-item-body-font-size,
|
|
22868
|
+
font-size: 12px;
|
|
22869
|
+
font-size: var(--timeline-item-body-font-size, 12px);
|
|
22870
22870
|
line-height: 1.5;
|
|
22871
22871
|
line-height: var(--font-lineheight-2, 1.5);
|
|
22872
22872
|
color: rgba(0, 0, 0, 0.75);
|
|
@@ -22879,8 +22879,8 @@
|
|
|
22879
22879
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
22880
22880
|
margin-bottom: 12px;
|
|
22881
22881
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
22882
|
-
font-size:
|
|
22883
|
-
font-size: var(--timeline-item-time-font-size,
|
|
22882
|
+
font-size: 12px;
|
|
22883
|
+
font-size: var(--timeline-item-time-font-size, 12px);
|
|
22884
22884
|
color: #999999;
|
|
22885
22885
|
color: var(--timeline-item-time-color, #999999);
|
|
22886
22886
|
text-align: right; }
|
|
@@ -22933,8 +22933,8 @@
|
|
|
22933
22933
|
|
|
22934
22934
|
.next-timeline[dir='rtl'].next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
22935
22935
|
margin: 0;
|
|
22936
|
-
font-size:
|
|
22937
|
-
font-size: var(--timeline-item-body-font-size,
|
|
22936
|
+
font-size: 12px;
|
|
22937
|
+
font-size: var(--timeline-item-body-font-size, 12px);
|
|
22938
22938
|
line-height: 1.5;
|
|
22939
22939
|
line-height: var(--font-lineheight-2, 1.5);
|
|
22940
22940
|
color: rgba(0, 0, 0, 0.75);
|
|
@@ -22947,8 +22947,8 @@
|
|
|
22947
22947
|
margin-top: var(--timeline-item-time-margin-top, 4px);
|
|
22948
22948
|
margin-bottom: 12px;
|
|
22949
22949
|
margin-bottom: var(--timeline-item-time-margin-bottom, 12px);
|
|
22950
|
-
font-size:
|
|
22951
|
-
font-size: var(--timeline-item-time-font-size,
|
|
22950
|
+
font-size: 12px;
|
|
22951
|
+
font-size: var(--timeline-item-time-font-size, 12px);
|
|
22952
22952
|
color: #999999;
|
|
22953
22953
|
color: var(--timeline-item-time-color, #999999);
|
|
22954
22954
|
text-align: left; }
|
|
@@ -23862,8 +23862,8 @@
|
|
|
23862
23862
|
height: 100%;
|
|
23863
23863
|
color: rgba(0, 0, 0, 0.4);
|
|
23864
23864
|
color: var(--upload-card-list-thumbnail-font-color, rgba(0, 0, 0, 0.4));
|
|
23865
|
-
font-size:
|
|
23866
|
-
font-size: var(--upload-card-list-thumbnail-font-size,
|
|
23865
|
+
font-size: 12px;
|
|
23866
|
+
font-size: var(--upload-card-list-thumbnail-font-size, 12px); }
|
|
23867
23867
|
.next-upload-list-card .next-upload-list-item-thumbnail img {
|
|
23868
23868
|
max-width: 100%;
|
|
23869
23869
|
max-height: 100%;
|
|
@@ -23894,8 +23894,8 @@
|
|
|
23894
23894
|
text-align: center;
|
|
23895
23895
|
margin-top: 4px;
|
|
23896
23896
|
margin-top: var(--upload-card-list-name-margin-top, 4px);
|
|
23897
|
-
font-size:
|
|
23898
|
-
font-size: var(--upload-card-list-name-font-size,
|
|
23897
|
+
font-size: 12px;
|
|
23898
|
+
font-size: var(--upload-card-list-name-font-size, 12px);
|
|
23899
23899
|
color: rgba(0, 0, 0, 0.75);
|
|
23900
23900
|
color: var(--upload-card-list-name-font-color, rgba(0, 0, 0, 0.75));
|
|
23901
23901
|
text-overflow: ellipsis;
|
|
@@ -24052,8 +24052,8 @@
|
|
|
24052
24052
|
color: var(--upload-drag-zone-upload-normal-title-color, rgba(0, 0, 0, 0.75)); }
|
|
24053
24053
|
.next-upload-dragable .next-upload-drag-hint {
|
|
24054
24054
|
margin: 4px 0 20px;
|
|
24055
|
-
font-size:
|
|
24056
|
-
font-size: var(--upload-drag-zone-hint-font-size,
|
|
24055
|
+
font-size: 12px;
|
|
24056
|
+
font-size: var(--upload-drag-zone-hint-font-size, 12px);
|
|
24057
24057
|
color: #999999;
|
|
24058
24058
|
color: var(--upload-drag-zone-upload-normal-hint-color, #999999); }
|
|
24059
24059
|
.next-upload-dragable .next-upload-drag-over {
|
|
@@ -26040,8 +26040,8 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
26040
26040
|
cursor: default;
|
|
26041
26041
|
height: 28px;
|
|
26042
26042
|
line-height: 28px;
|
|
26043
|
-
font-size:
|
|
26044
|
-
font-size: var(--font-size-caption,
|
|
26043
|
+
font-size: 12px;
|
|
26044
|
+
font-size: var(--font-size-caption, 12px);
|
|
26045
26045
|
font-weight: normal;
|
|
26046
26046
|
font-weight: var(--font-weight-2, normal);
|
|
26047
26047
|
color: #999999;
|
|
@@ -26055,8 +26055,8 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
26055
26055
|
margin: 0;
|
|
26056
26056
|
width: 54px;
|
|
26057
26057
|
padding: 0;
|
|
26058
|
-
font-size:
|
|
26059
|
-
font-size: var(--font-size-caption,
|
|
26058
|
+
font-size: 12px;
|
|
26059
|
+
font-size: var(--font-size-caption, 12px);
|
|
26060
26060
|
height: 224px;
|
|
26061
26061
|
scrollbar-width: none;
|
|
26062
26062
|
-ms-overflow-style: none; }
|
|
@@ -26218,11 +26218,11 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
26218
26218
|
.next-time-picker2-input.next-time-picker2-input-small .next-input-label {
|
|
26219
26219
|
padding-left: 8px;
|
|
26220
26220
|
padding-left: var(--input-s-label-padding-left, 8px);
|
|
26221
|
-
font-size:
|
|
26222
|
-
font-size: var(--form-element-small-font-size,
|
|
26221
|
+
font-size: 12px;
|
|
26222
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
26223
26223
|
.next-time-picker2-input.next-time-picker2-input-small .next-input-inner {
|
|
26224
|
-
font-size:
|
|
26225
|
-
font-size: var(--form-element-small-font-size,
|
|
26224
|
+
font-size: 12px;
|
|
26225
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
26226
26226
|
.next-time-picker2-input.next-time-picker2-input-small .next-input-control {
|
|
26227
26227
|
padding-right: 4px;
|
|
26228
26228
|
padding-right: var(--input-s-icon-padding-right, 4px); }
|
|
@@ -26236,25 +26236,25 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
26236
26236
|
line-height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px)*2) \0;
|
|
26237
26237
|
padding: 0 8px;
|
|
26238
26238
|
padding: 0 var(--input-s-padding, 8px);
|
|
26239
|
-
font-size:
|
|
26240
|
-
font-size: var(--form-element-small-font-size,
|
|
26239
|
+
font-size: 12px;
|
|
26240
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
26241
26241
|
.next-time-picker2-input.next-time-picker2-input-small input::-webkit-input-placeholder {
|
|
26242
|
-
font-size:
|
|
26243
|
-
font-size: var(--form-element-small-font-size,
|
|
26242
|
+
font-size: 12px;
|
|
26243
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
26244
26244
|
.next-time-picker2-input.next-time-picker2-input-small input::-moz-placeholder {
|
|
26245
|
-
font-size:
|
|
26246
|
-
font-size: var(--form-element-small-font-size,
|
|
26245
|
+
font-size: 12px;
|
|
26246
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
26247
26247
|
.next-time-picker2-input.next-time-picker2-input-small input::-ms-input-placeholder {
|
|
26248
|
-
font-size:
|
|
26249
|
-
font-size: var(--form-element-small-font-size,
|
|
26248
|
+
font-size: 12px;
|
|
26249
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
26250
26250
|
.next-time-picker2-input.next-time-picker2-input-small input::placeholder {
|
|
26251
|
-
font-size:
|
|
26252
|
-
font-size: var(--form-element-small-font-size,
|
|
26251
|
+
font-size: 12px;
|
|
26252
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
26253
26253
|
.next-time-picker2-input.next-time-picker2-input-small .next-input-text-field {
|
|
26254
26254
|
padding: 0 8px;
|
|
26255
26255
|
padding: 0 var(--input-s-padding, 8px);
|
|
26256
|
-
font-size:
|
|
26257
|
-
font-size: var(--form-element-small-font-size,
|
|
26256
|
+
font-size: 12px;
|
|
26257
|
+
font-size: var(--form-element-small-font-size, 12px);
|
|
26258
26258
|
height: calc(24px - 1px*2);
|
|
26259
26259
|
height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px)*2);
|
|
26260
26260
|
line-height: calc(24px - 1px*2);
|
|
@@ -26626,11 +26626,11 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
26626
26626
|
.next-date-picker2-input.next-date-picker2-input-small .next-input-label {
|
|
26627
26627
|
padding-left: 8px;
|
|
26628
26628
|
padding-left: var(--input-s-label-padding-left, 8px);
|
|
26629
|
-
font-size:
|
|
26630
|
-
font-size: var(--form-element-small-font-size,
|
|
26629
|
+
font-size: 12px;
|
|
26630
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
26631
26631
|
.next-date-picker2-input.next-date-picker2-input-small .next-input-inner {
|
|
26632
|
-
font-size:
|
|
26633
|
-
font-size: var(--form-element-small-font-size,
|
|
26632
|
+
font-size: 12px;
|
|
26633
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
26634
26634
|
.next-date-picker2-input.next-date-picker2-input-small .next-input-control {
|
|
26635
26635
|
padding-right: 4px;
|
|
26636
26636
|
padding-right: var(--input-s-icon-padding-right, 4px); }
|
|
@@ -26644,25 +26644,25 @@ div[dir="rtl"] .next-calendar2-table-week .next-calendar2-week-current .next-cal
|
|
|
26644
26644
|
line-height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px)*2) \0;
|
|
26645
26645
|
padding: 0 8px;
|
|
26646
26646
|
padding: 0 var(--input-s-padding, 8px);
|
|
26647
|
-
font-size:
|
|
26648
|
-
font-size: var(--form-element-small-font-size,
|
|
26647
|
+
font-size: 12px;
|
|
26648
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
26649
26649
|
.next-date-picker2-input.next-date-picker2-input-small input::-webkit-input-placeholder {
|
|
26650
|
-
font-size:
|
|
26651
|
-
font-size: var(--form-element-small-font-size,
|
|
26650
|
+
font-size: 12px;
|
|
26651
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
26652
26652
|
.next-date-picker2-input.next-date-picker2-input-small input::-moz-placeholder {
|
|
26653
|
-
font-size:
|
|
26654
|
-
font-size: var(--form-element-small-font-size,
|
|
26653
|
+
font-size: 12px;
|
|
26654
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
26655
26655
|
.next-date-picker2-input.next-date-picker2-input-small input::-ms-input-placeholder {
|
|
26656
|
-
font-size:
|
|
26657
|
-
font-size: var(--form-element-small-font-size,
|
|
26656
|
+
font-size: 12px;
|
|
26657
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
26658
26658
|
.next-date-picker2-input.next-date-picker2-input-small input::placeholder {
|
|
26659
|
-
font-size:
|
|
26660
|
-
font-size: var(--form-element-small-font-size,
|
|
26659
|
+
font-size: 12px;
|
|
26660
|
+
font-size: var(--form-element-small-font-size, 12px); }
|
|
26661
26661
|
.next-date-picker2-input.next-date-picker2-input-small .next-input-text-field {
|
|
26662
26662
|
padding: 0 8px;
|
|
26663
26663
|
padding: 0 var(--input-s-padding, 8px);
|
|
26664
|
-
font-size:
|
|
26665
|
-
font-size: var(--form-element-small-font-size,
|
|
26664
|
+
font-size: 12px;
|
|
26665
|
+
font-size: var(--form-element-small-font-size, 12px);
|
|
26666
26666
|
height: calc(24px - 1px*2);
|
|
26667
26667
|
height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px)*2);
|
|
26668
26668
|
line-height: calc(24px - 1px*2);
|