@alifd/theme-panda 0.1.0 → 0.1.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 +81 -81
- package/dist/next-2.css +130 -130
- package/dist/next-noreset-1.css +86 -86
- package/dist/next-noreset-2.css +124 -124
- package/dist/next-noreset.css +209 -209
- 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 +171 -171
- package/dist/next-noreset.var-2.css +247 -247
- package/dist/next-noreset.var.css +417 -417
- 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 +210 -210
- 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 +161 -161
- package/dist/next.var-2.css +259 -259
- package/dist/next.var.css +419 -419
- 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 +917 -917
- package/variables.js +2 -2
- package/variables.less +206 -206
- package/variables.scss +206 -206
- package/variables.scss2css.scss +494 -494
package/dist/next.var.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-panda@0.1.
|
|
2
|
+
* @alifd/theme-panda@0.1.2 (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)
|
|
@@ -458,8 +458,8 @@ body {
|
|
|
458
458
|
font-size: 14px;
|
|
459
459
|
font-size: var(--font-size-body-1, 14px);
|
|
460
460
|
line-height: 1.28571;
|
|
461
|
-
color:
|
|
462
|
-
color: var(--color-text1-4,
|
|
461
|
+
color: #2e3038;
|
|
462
|
+
color: var(--color-text1-4, #2e3038); }
|
|
463
463
|
|
|
464
464
|
button,
|
|
465
465
|
input,
|
|
@@ -2916,8 +2916,8 @@ small {
|
|
|
2916
2916
|
vertical-align: middle; }
|
|
2917
2917
|
.next-radio-button > label .next-radio-label {
|
|
2918
2918
|
display: block;
|
|
2919
|
-
color:
|
|
2920
|
-
color: var(--radio-button-font-color,
|
|
2919
|
+
color: #2e3038;
|
|
2920
|
+
color: var(--radio-button-font-color, #2e3038);
|
|
2921
2921
|
margin: 0;
|
|
2922
2922
|
-webkit-transition: all 100ms linear;
|
|
2923
2923
|
transition: all 100ms linear; }
|
|
@@ -2928,8 +2928,8 @@ small {
|
|
|
2928
2928
|
background-color: #f8f9fb;
|
|
2929
2929
|
background-color: var(--radio-button-bg-color-hovered, #f8f9fb); }
|
|
2930
2930
|
.next-radio-button > label:hover .next-radio-label, .next-radio-button > label.hovered .next-radio-label {
|
|
2931
|
-
color:
|
|
2932
|
-
color: var(--radio-button-font-color-hovered,
|
|
2931
|
+
color: #2e3038;
|
|
2932
|
+
color: var(--radio-button-font-color-hovered, #2e3038); }
|
|
2933
2933
|
.next-radio-button > label.checked {
|
|
2934
2934
|
z-index: 11;
|
|
2935
2935
|
border-color: #257df9;
|
|
@@ -3055,8 +3055,8 @@ small {
|
|
|
3055
3055
|
.next-radio-group .next-radio-wrapper:last-child {
|
|
3056
3056
|
margin-right: 0; }
|
|
3057
3057
|
.next-radio-group .next-radio-label {
|
|
3058
|
-
color:
|
|
3059
|
-
color: var(--radio-normal-font-color,
|
|
3058
|
+
color: #2e3038;
|
|
3059
|
+
color: var(--radio-normal-font-color, #2e3038); }
|
|
3060
3060
|
.next-radio-group.disabled .next-radio-label {
|
|
3061
3061
|
color: rgba(0, 0, 0, 0.4);
|
|
3062
3062
|
color: var(--radio-normal-font-color-disabled, rgba(0, 0, 0, 0.4)); }
|
|
@@ -3079,8 +3079,8 @@ small {
|
|
|
3079
3079
|
font-size: var(--radio-font-size, 14px);
|
|
3080
3080
|
vertical-align: middle;
|
|
3081
3081
|
line-height: 1;
|
|
3082
|
-
color:
|
|
3083
|
-
color: var(--radio-normal-font-color,
|
|
3082
|
+
color: #2e3038;
|
|
3083
|
+
color: var(--radio-normal-font-color, #2e3038); }
|
|
3084
3084
|
|
|
3085
3085
|
@-moz-document url-prefix() {
|
|
3086
3086
|
.next-radio {
|
|
@@ -3283,8 +3283,8 @@ small {
|
|
|
3283
3283
|
right: 16px;
|
|
3284
3284
|
right: var(--balloon-size-padding-right, 16px); }
|
|
3285
3285
|
.next-balloon-primary {
|
|
3286
|
-
color:
|
|
3287
|
-
color: var(--balloon-primary-color,
|
|
3286
|
+
color: #2e3038;
|
|
3287
|
+
color: var(--balloon-primary-color, #2e3038);
|
|
3288
3288
|
border-color: #257df9;
|
|
3289
3289
|
border-color: var(--balloon-primary-color-border, #257df9);
|
|
3290
3290
|
background-color: #E3F2FD;
|
|
@@ -3326,8 +3326,8 @@ small {
|
|
|
3326
3326
|
font-size: var(--balloon-size-close, 12px);
|
|
3327
3327
|
line-height: 1em; }
|
|
3328
3328
|
.next-balloon-primary .next-balloon-close :hover {
|
|
3329
|
-
color:
|
|
3330
|
-
color: var(--balloon-primary-color-close-hover,
|
|
3329
|
+
color: #2e3038;
|
|
3330
|
+
color: var(--balloon-primary-color-close-hover, #2e3038); }
|
|
3331
3331
|
.next-balloon-primary:after {
|
|
3332
3332
|
position: absolute;
|
|
3333
3333
|
width: 12px;
|
|
@@ -3430,8 +3430,8 @@ small {
|
|
|
3430
3430
|
border-top: none;
|
|
3431
3431
|
border-left: none; }
|
|
3432
3432
|
.next-balloon-normal {
|
|
3433
|
-
color:
|
|
3434
|
-
color: var(--balloon-normal-color,
|
|
3433
|
+
color: #2e3038;
|
|
3434
|
+
color: var(--balloon-normal-color, #2e3038);
|
|
3435
3435
|
border-color: #f1f1f1;
|
|
3436
3436
|
border-color: var(--balloon-normal-color-border, #f1f1f1);
|
|
3437
3437
|
background-color: #FFFFFF;
|
|
@@ -4151,8 +4151,8 @@ small {
|
|
|
4151
4151
|
position: relative;
|
|
4152
4152
|
-webkit-transition: background 100ms linear;
|
|
4153
4153
|
transition: background 100ms linear;
|
|
4154
|
-
color:
|
|
4155
|
-
color: var(--menu-color,
|
|
4154
|
+
color: #2e3038;
|
|
4155
|
+
color: var(--menu-color, #2e3038);
|
|
4156
4156
|
cursor: pointer; }
|
|
4157
4157
|
.next-menu-item-helper {
|
|
4158
4158
|
float: right;
|
|
@@ -4165,8 +4165,8 @@ small {
|
|
|
4165
4165
|
.next-menu-item .next-radio {
|
|
4166
4166
|
margin-right: 4px; }
|
|
4167
4167
|
.next-menu-item.next-selected {
|
|
4168
|
-
color:
|
|
4169
|
-
color: var(--menu-color-selected,
|
|
4168
|
+
color: #2e3038;
|
|
4169
|
+
color: var(--menu-color-selected, #2e3038);
|
|
4170
4170
|
background-color: #e6f7ff;
|
|
4171
4171
|
background-color: var(--menu-background-selected, #e6f7ff); }
|
|
4172
4172
|
.next-menu-item.next-selected .next-menu-icon-arrow {
|
|
@@ -4190,13 +4190,13 @@ small {
|
|
|
4190
4190
|
color: rgba(0, 0, 0, 0.4);
|
|
4191
4191
|
color: var(--menu-color-disabled, rgba(0, 0, 0, 0.4)); }
|
|
4192
4192
|
.next-menu-item:not(.next-disabled):hover, .next-menu-item:not(.next-disabled).next-selected:hover, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover, .next-menu-item:not(.next-disabled).next-selected:focus:hover, .next-menu-item:not(.next-disabled).next-focused, .next-menu-item:not(.next-disabled).next-selected.next-focused, .next-menu-item:not(.next-disabled).next-selected:focus {
|
|
4193
|
-
color:
|
|
4194
|
-
color: var(--menu-color-hover,
|
|
4193
|
+
color: #2e3038;
|
|
4194
|
+
color: var(--menu-color-hover, #2e3038);
|
|
4195
4195
|
background-color: whitesmoke;
|
|
4196
4196
|
background-color: var(--menu-background-hover, whitesmoke); }
|
|
4197
4197
|
.next-menu-item:not(.next-disabled):hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:focus:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-focused .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected.next-focused .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:focus .next-menu-icon-arrow {
|
|
4198
|
-
color:
|
|
4199
|
-
color: var(--menu-arrow-color-hover,
|
|
4198
|
+
color: #2e3038;
|
|
4199
|
+
color: var(--menu-arrow-color-hover, #2e3038); }
|
|
4200
4200
|
.next-menu-item:not(.next-disabled):hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:focus:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-focused .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected.next-focused .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:focus .next-menu-icon-selected {
|
|
4201
4201
|
color: transparent; }
|
|
4202
4202
|
.next-menu-item-inner {
|
|
@@ -4213,8 +4213,8 @@ small {
|
|
|
4213
4213
|
.next-menu-item .next-menu-item-text > a {
|
|
4214
4214
|
display: inline-block;
|
|
4215
4215
|
text-decoration: none;
|
|
4216
|
-
color:
|
|
4217
|
-
color: var(--menu-color,
|
|
4216
|
+
color: #2e3038;
|
|
4217
|
+
color: var(--menu-color, #2e3038); }
|
|
4218
4218
|
.next-menu-item .next-menu-item-text > a::before {
|
|
4219
4219
|
position: absolute;
|
|
4220
4220
|
background-color: transparent;
|
|
@@ -4434,13 +4434,13 @@ small {
|
|
|
4434
4434
|
text-decoration: none;
|
|
4435
4435
|
text-align: center; }
|
|
4436
4436
|
.next-breadcrumb .next-breadcrumb-text.activated {
|
|
4437
|
-
color:
|
|
4438
|
-
color: var(--breadcrumb-text-current-color,
|
|
4437
|
+
color: #2e3038;
|
|
4438
|
+
color: var(--breadcrumb-text-current-color, #2e3038);
|
|
4439
4439
|
font-weight: normal;
|
|
4440
4440
|
font-weight: var(--breadcrumb-text-current-weight, normal); }
|
|
4441
4441
|
.next-breadcrumb .next-breadcrumb-text.activated > a {
|
|
4442
|
-
color:
|
|
4443
|
-
color: var(--breadcrumb-text-current-color,
|
|
4442
|
+
color: #2e3038;
|
|
4443
|
+
color: var(--breadcrumb-text-current-color, #2e3038);
|
|
4444
4444
|
font-weight: normal;
|
|
4445
4445
|
font-weight: var(--breadcrumb-text-current-weight, normal); }
|
|
4446
4446
|
.next-breadcrumb .next-breadcrumb-text-ellipsis {
|
|
@@ -4564,8 +4564,8 @@ small {
|
|
|
4564
4564
|
-webkit-box-shadow: none;
|
|
4565
4565
|
box-shadow: none; }
|
|
4566
4566
|
.next-btn.next-small {
|
|
4567
|
-
border-radius:
|
|
4568
|
-
border-radius: var(--btn-size-s-corner,
|
|
4567
|
+
border-radius: 6px;
|
|
4568
|
+
border-radius: var(--btn-size-s-corner, 6px);
|
|
4569
4569
|
padding: 0 8px;
|
|
4570
4570
|
padding: 0 var(--btn-size-s-padding, 8px);
|
|
4571
4571
|
height: 28px;
|
|
@@ -4627,10 +4627,10 @@ small {
|
|
|
4627
4627
|
-webkit-transition: all 100ms linear;
|
|
4628
4628
|
transition: all 100ms linear; }
|
|
4629
4629
|
.next-btn.next-medium {
|
|
4630
|
-
border-radius:
|
|
4631
|
-
border-radius: var(--btn-size-m-corner,
|
|
4632
|
-
padding: 0
|
|
4633
|
-
padding: 0 var(--btn-size-m-padding,
|
|
4630
|
+
border-radius: 6px;
|
|
4631
|
+
border-radius: var(--btn-size-m-corner, 6px);
|
|
4632
|
+
padding: 0 12px;
|
|
4633
|
+
padding: 0 var(--btn-size-m-padding, 12px);
|
|
4634
4634
|
height: 32px;
|
|
4635
4635
|
height: var(--btn-size-m-height, 32px);
|
|
4636
4636
|
font-size: 14px;
|
|
@@ -4673,8 +4673,8 @@ small {
|
|
|
4673
4673
|
height: 12px;
|
|
4674
4674
|
font-size: 12px;
|
|
4675
4675
|
line-height: 12px;
|
|
4676
|
-
left:
|
|
4677
|
-
left: var(--btn-size-m-padding,
|
|
4676
|
+
left: 12px;
|
|
4677
|
+
left: var(--btn-size-m-padding, 12px);
|
|
4678
4678
|
top: 50%;
|
|
4679
4679
|
text-align: center;
|
|
4680
4680
|
margin-right: 4px; }
|
|
@@ -4690,8 +4690,8 @@ small {
|
|
|
4690
4690
|
-webkit-transition: all 100ms linear;
|
|
4691
4691
|
transition: all 100ms linear; }
|
|
4692
4692
|
.next-btn.next-large {
|
|
4693
|
-
border-radius:
|
|
4694
|
-
border-radius: var(--btn-size-l-corner,
|
|
4693
|
+
border-radius: 6px;
|
|
4694
|
+
border-radius: var(--btn-size-l-corner, 6px);
|
|
4695
4695
|
padding: 0 16px;
|
|
4696
4696
|
padding: 0 var(--btn-size-l-padding, 16px);
|
|
4697
4697
|
height: 40px;
|
|
@@ -4757,11 +4757,11 @@ small {
|
|
|
4757
4757
|
border-style: var(--btn-pure-normal-border-style, solid);
|
|
4758
4758
|
background: #FFFFFF;
|
|
4759
4759
|
background: var(--btn-pure-normal-bg, #FFFFFF);
|
|
4760
|
-
border-color: #
|
|
4761
|
-
border-color: var(--btn-pure-normal-border-color, #
|
|
4760
|
+
border-color: #f0f0f0;
|
|
4761
|
+
border-color: var(--btn-pure-normal-border-color, #f0f0f0); }
|
|
4762
4762
|
.next-btn.next-btn-normal, .next-btn.next-btn-normal:link, .next-btn.next-btn-normal:visited, .next-btn.next-btn-normal.visited {
|
|
4763
|
-
color:
|
|
4764
|
-
color: var(--btn-pure-normal-color,
|
|
4763
|
+
color: #2e3038;
|
|
4764
|
+
color: var(--btn-pure-normal-color, #2e3038); }
|
|
4765
4765
|
.next-btn.next-btn-normal:focus, .next-btn.next-btn-normal:hover, .next-btn.next-btn-normal.hover {
|
|
4766
4766
|
color: #257df9;
|
|
4767
4767
|
color: var(--btn-pure-normal-color-hover, #257df9);
|
|
@@ -5090,8 +5090,8 @@ small {
|
|
|
5090
5090
|
background: transparent;
|
|
5091
5091
|
border-color: transparent; }
|
|
5092
5092
|
.next-btn-text.next-btn-normal, .next-btn-text.next-btn-normal:link, .next-btn-text.next-btn-normal:visited, .next-btn-text.next-btn-normal.visited {
|
|
5093
|
-
color:
|
|
5094
|
-
color: var(--btn-text-normal-color,
|
|
5093
|
+
color: #2e3038;
|
|
5094
|
+
color: var(--btn-text-normal-color, #2e3038); }
|
|
5095
5095
|
.next-btn-text.next-btn-normal:focus, .next-btn-text.next-btn-normal:hover, .next-btn-text.next-btn-normal.hover {
|
|
5096
5096
|
color: #257df9;
|
|
5097
5097
|
color: var(--btn-text-normal-color-hover, #257df9);
|
|
@@ -5303,17 +5303,17 @@ small {
|
|
|
5303
5303
|
background: transparent;
|
|
5304
5304
|
border-color: transparent; }
|
|
5305
5305
|
.next-btn-text.next-btn-loading, .next-btn-text.next-btn-loading:link, .next-btn-text.next-btn-loading:visited, .next-btn-text.next-btn-loading.visited {
|
|
5306
|
-
color:
|
|
5307
|
-
color: var(--btn-text-loading-color,
|
|
5306
|
+
color: #2e3038;
|
|
5307
|
+
color: var(--btn-text-loading-color, #2e3038); }
|
|
5308
5308
|
.next-btn-text.next-btn-loading:focus, .next-btn-text.next-btn-loading:hover, .next-btn-text.next-btn-loading.hover {
|
|
5309
|
-
color:
|
|
5310
|
-
color: var(--btn-text-loading-color,
|
|
5309
|
+
color: #2e3038;
|
|
5310
|
+
color: var(--btn-text-loading-color, #2e3038);
|
|
5311
5311
|
background: transparent;
|
|
5312
5312
|
border-color: transparent;
|
|
5313
5313
|
text-decoration: none; }
|
|
5314
5314
|
.next-btn-text.next-btn-loading:active, .next-btn-text.next-btn-loading.active {
|
|
5315
|
-
color:
|
|
5316
|
-
color: var(--btn-text-loading-color,
|
|
5315
|
+
color: #2e3038;
|
|
5316
|
+
color: var(--btn-text-loading-color, #2e3038);
|
|
5317
5317
|
background: transparent;
|
|
5318
5318
|
border-color: transparent;
|
|
5319
5319
|
text-decoration: none; }
|
|
@@ -5382,24 +5382,24 @@ small {
|
|
|
5382
5382
|
text-decoration: none; }
|
|
5383
5383
|
.next-btn-ghost.next-btn-light {
|
|
5384
5384
|
background: rgba(0, 0, 0, 0);
|
|
5385
|
-
border-color:
|
|
5386
|
-
border-color: var(--btn-ghost-light-border-color,
|
|
5385
|
+
border-color: #2e3038;
|
|
5386
|
+
border-color: var(--btn-ghost-light-border-color, #2e3038); }
|
|
5387
5387
|
.next-btn-ghost.next-btn-light, .next-btn-ghost.next-btn-light:link, .next-btn-ghost.next-btn-light:visited, .next-btn-ghost.next-btn-light.visited {
|
|
5388
|
-
color:
|
|
5389
|
-
color: var(--btn-ghost-light-color,
|
|
5388
|
+
color: #2e3038;
|
|
5389
|
+
color: var(--btn-ghost-light-color, #2e3038); }
|
|
5390
5390
|
.next-btn-ghost.next-btn-light:focus, .next-btn-ghost.next-btn-light:hover, .next-btn-ghost.next-btn-light.hover {
|
|
5391
5391
|
color: #999999;
|
|
5392
5392
|
color: var(--btn-ghost-light-color-hover, #999999);
|
|
5393
5393
|
background: rgba(0, 0, 0, 0.92);
|
|
5394
|
-
border-color:
|
|
5395
|
-
border-color: var(--btn-ghost-light-border-color-hover,
|
|
5394
|
+
border-color: #2e3038;
|
|
5395
|
+
border-color: var(--btn-ghost-light-border-color-hover, #2e3038);
|
|
5396
5396
|
text-decoration: none; }
|
|
5397
5397
|
.next-btn-ghost.next-btn-light:active, .next-btn-ghost.next-btn-light.active {
|
|
5398
5398
|
color: #999999;
|
|
5399
5399
|
color: var(--btn-ghost-light-color-hover, #999999);
|
|
5400
5400
|
background: rgba(0, 0, 0, 0.92);
|
|
5401
|
-
border-color:
|
|
5402
|
-
border-color: var(--btn-ghost-light-border-color-hover,
|
|
5401
|
+
border-color: #2e3038;
|
|
5402
|
+
border-color: var(--btn-ghost-light-border-color-hover, #2e3038);
|
|
5403
5403
|
text-decoration: none; }
|
|
5404
5404
|
.next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light[disabled] {
|
|
5405
5405
|
background: transparent;
|
|
@@ -5479,8 +5479,8 @@ small {
|
|
|
5479
5479
|
/* 尺寸维度 */
|
|
5480
5480
|
/* ---------------------------------------- */
|
|
5481
5481
|
.next-btn.next-small[dir="rtl"] {
|
|
5482
|
-
border-radius:
|
|
5483
|
-
border-radius: var(--btn-size-s-corner,
|
|
5482
|
+
border-radius: 6px;
|
|
5483
|
+
border-radius: var(--btn-size-s-corner, 6px); }
|
|
5484
5484
|
.next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first {
|
|
5485
5485
|
margin-left: 4px;
|
|
5486
5486
|
margin-right: 0; }
|
|
@@ -5510,8 +5510,8 @@ small {
|
|
|
5510
5510
|
margin-left: 4px; }
|
|
5511
5511
|
|
|
5512
5512
|
.next-btn.next-medium[dir="rtl"] {
|
|
5513
|
-
border-radius:
|
|
5514
|
-
border-radius: var(--btn-size-m-corner,
|
|
5513
|
+
border-radius: 6px;
|
|
5514
|
+
border-radius: var(--btn-size-m-corner, 6px); }
|
|
5515
5515
|
.next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-first {
|
|
5516
5516
|
margin-left: 4px;
|
|
5517
5517
|
margin-right: 0; }
|
|
@@ -5529,20 +5529,20 @@ small {
|
|
|
5529
5529
|
font-size: 12px;
|
|
5530
5530
|
line-height: inherit; }
|
|
5531
5531
|
.next-btn.next-medium[dir="rtl"].next-btn-loading {
|
|
5532
|
-
padding-left:
|
|
5533
|
-
padding-left: var(--btn-size-m-padding,
|
|
5534
|
-
padding-right: calc(
|
|
5535
|
-
padding-right: calc(var(--btn-size-m-padding,
|
|
5532
|
+
padding-left: 12px;
|
|
5533
|
+
padding-left: var(--btn-size-m-padding, 12px);
|
|
5534
|
+
padding-right: calc(12px + 16px);
|
|
5535
|
+
padding-right: calc(var(--btn-size-m-padding, 12px) + 16px); }
|
|
5536
5536
|
.next-btn.next-medium[dir="rtl"].next-btn-loading:after {
|
|
5537
|
-
right:
|
|
5538
|
-
right: var(--btn-size-m-padding,
|
|
5537
|
+
right: 12px;
|
|
5538
|
+
right: var(--btn-size-m-padding, 12px);
|
|
5539
5539
|
top: 50%;
|
|
5540
5540
|
margin-right: 0;
|
|
5541
5541
|
margin-left: 4px; }
|
|
5542
5542
|
|
|
5543
5543
|
.next-btn.next-large[dir="rtl"] {
|
|
5544
|
-
border-radius:
|
|
5545
|
-
border-radius: var(--btn-size-l-corner,
|
|
5544
|
+
border-radius: 6px;
|
|
5545
|
+
border-radius: var(--btn-size-l-corner, 6px); }
|
|
5546
5546
|
.next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-first {
|
|
5547
5547
|
margin-left: 4px;
|
|
5548
5548
|
margin-right: 0; }
|
|
@@ -5702,8 +5702,8 @@ small {
|
|
|
5702
5702
|
font-weight: normal;
|
|
5703
5703
|
vertical-align: middle;
|
|
5704
5704
|
background-color: transparent;
|
|
5705
|
-
color:
|
|
5706
|
-
color: var(--input-text-color,
|
|
5705
|
+
color: #2e3038;
|
|
5706
|
+
color: var(--input-text-color, #2e3038); }
|
|
5707
5707
|
.next-input input::-ms-clear,
|
|
5708
5708
|
.next-input textarea::-ms-clear {
|
|
5709
5709
|
display: none; }
|
|
@@ -5884,8 +5884,8 @@ small {
|
|
|
5884
5884
|
border-radius: var(--input-multiple-corner, 6px);
|
|
5885
5885
|
font-size: 0; }
|
|
5886
5886
|
.next-input.next-input-textarea textarea {
|
|
5887
|
-
color:
|
|
5888
|
-
color: var(--input-text-color,
|
|
5887
|
+
color: #2e3038;
|
|
5888
|
+
color: var(--input-text-color, #2e3038);
|
|
5889
5889
|
padding: 4px 8px;
|
|
5890
5890
|
padding: var(--input-multiple-padding-tb, 4px) var(--input-multiple-padding-lr, 8px);
|
|
5891
5891
|
font-size: 14px;
|
|
@@ -5964,8 +5964,8 @@ small {
|
|
|
5964
5964
|
background-color: #FFFFFF;
|
|
5965
5965
|
background-color: var(--input-feedback-error-bg-color, #FFFFFF); }
|
|
5966
5966
|
.next-input.next-error input, .next-input.next-error textarea {
|
|
5967
|
-
color:
|
|
5968
|
-
color: var(--input-feedback-error-color,
|
|
5967
|
+
color: #2e3038;
|
|
5968
|
+
color: var(--input-feedback-error-color, #2e3038); }
|
|
5969
5969
|
.next-input.next-error.next-focus, .next-input.next-error:hover {
|
|
5970
5970
|
border-color: #ff4d4f;
|
|
5971
5971
|
border-color: var(--input-feedback-error-border-color, #ff4d4f); }
|
|
@@ -6600,8 +6600,8 @@ small {
|
|
|
6600
6600
|
|
|
6601
6601
|
.next-calendar-fullscreen .next-calendar-th {
|
|
6602
6602
|
text-align: right;
|
|
6603
|
-
color:
|
|
6604
|
-
color: var(--calendar-fullscreen-table-head-color,
|
|
6603
|
+
color: #2e3038;
|
|
6604
|
+
color: var(--calendar-fullscreen-table-head-color, #2e3038);
|
|
6605
6605
|
font-size: 18px;
|
|
6606
6606
|
font-size: var(--calendar-fullscreen-table-head-font-size, 18px);
|
|
6607
6607
|
font-weight: bold;
|
|
@@ -6651,8 +6651,8 @@ small {
|
|
|
6651
6651
|
transition: background 100ms linear;
|
|
6652
6652
|
background: #FFFFFF;
|
|
6653
6653
|
background: var(--calendar-fullscreen-table-cell-normal-background, #FFFFFF);
|
|
6654
|
-
color:
|
|
6655
|
-
color: var(--calendar-fullscreen-table-cell-normal-color,
|
|
6654
|
+
color: #2e3038;
|
|
6655
|
+
color: var(--calendar-fullscreen-table-cell-normal-color, #2e3038);
|
|
6656
6656
|
border-color: #f0f0f0;
|
|
6657
6657
|
border-color: var(--calendar-fullscreen-table-cell-normal-border-color, #f0f0f0); }
|
|
6658
6658
|
.next-calendar-fullscreen .next-calendar-date:hover, .next-calendar-fullscreen .next-calendar-month:hover {
|
|
@@ -7085,8 +7085,8 @@ small {
|
|
|
7085
7085
|
white-space: nowrap;
|
|
7086
7086
|
max-width: 80%;
|
|
7087
7087
|
height: 100%;
|
|
7088
|
-
color:
|
|
7089
|
-
color: var(--card-title-color,
|
|
7088
|
+
color: #2e3038;
|
|
7089
|
+
color: var(--card-title-color, #2e3038);
|
|
7090
7090
|
font-size: 18px;
|
|
7091
7091
|
font-size: var(--card-title-font-size, 18px);
|
|
7092
7092
|
font-weight: normal;
|
|
@@ -7167,8 +7167,8 @@ small {
|
|
|
7167
7167
|
margin-left: 12px;
|
|
7168
7168
|
vertical-align: middle; }
|
|
7169
7169
|
.next-card-header-title {
|
|
7170
|
-
color:
|
|
7171
|
-
color: var(--card-title-color,
|
|
7170
|
+
color: #2e3038;
|
|
7171
|
+
color: var(--card-title-color, #2e3038);
|
|
7172
7172
|
font-size: 18px;
|
|
7173
7173
|
font-size: var(--card-title-font-size, 18px);
|
|
7174
7174
|
font-weight: normal;
|
|
@@ -7270,8 +7270,8 @@ small {
|
|
|
7270
7270
|
border-right: 1px solid #f0f0f0;
|
|
7271
7271
|
border-right: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) var(--cascader-menu-border-color, #f0f0f0); }
|
|
7272
7272
|
.next-cascader-menu-item.next-expanded {
|
|
7273
|
-
color:
|
|
7274
|
-
color: var(--cascader-menu-item-expanded-color,
|
|
7273
|
+
color: #2e3038;
|
|
7274
|
+
color: var(--cascader-menu-item-expanded-color, #2e3038);
|
|
7275
7275
|
background-color: #f8f9fb;
|
|
7276
7276
|
background-color: var(--cascader-menu-item-expanded-background-color, #f8f9fb); }
|
|
7277
7277
|
.next-cascader-menu-icon-right {
|
|
@@ -7281,8 +7281,8 @@ small {
|
|
|
7281
7281
|
color: rgba(0, 0, 0, 0.75);
|
|
7282
7282
|
color: var(--cascader-menu-icon-expand-color, rgba(0, 0, 0, 0.75)); }
|
|
7283
7283
|
.next-cascader-menu-icon-right:hover {
|
|
7284
|
-
color:
|
|
7285
|
-
color: var(--cascader-menu-icon-hover-expand-color,
|
|
7284
|
+
color: #2e3038;
|
|
7285
|
+
color: var(--cascader-menu-icon-hover-expand-color, #2e3038); }
|
|
7286
7286
|
.next-cascader-menu-icon-expand.next-icon:before,
|
|
7287
7287
|
.next-cascader-menu-icon-expand.next-icon .next-icon-remote {
|
|
7288
7288
|
width: 8px;
|
|
@@ -7308,8 +7308,8 @@ small {
|
|
|
7308
7308
|
font-size: 12px;
|
|
7309
7309
|
line-height: inherit; }
|
|
7310
7310
|
.next-cascader-menu-item.next-expanded .next-cascader-menu-icon-right {
|
|
7311
|
-
color:
|
|
7312
|
-
color: var(--cascader-menu-icon-hover-expand-color,
|
|
7311
|
+
color: #2e3038;
|
|
7312
|
+
color: var(--cascader-menu-icon-hover-expand-color, #2e3038); }
|
|
7313
7313
|
.next-cascader-menu-item.next-expanded .next-cascader-menu-icon-loading {
|
|
7314
7314
|
color: #257df9;
|
|
7315
7315
|
color: var(--color-brand1-6, #257df9); }
|
|
@@ -7622,8 +7622,8 @@ small {
|
|
|
7622
7622
|
.next-checkbox-label {
|
|
7623
7623
|
font-size: 14px;
|
|
7624
7624
|
font-size: var(--checkbox-font-size, 14px);
|
|
7625
|
-
color:
|
|
7626
|
-
color: var(--checkbox-label-color,
|
|
7625
|
+
color: #2e3038;
|
|
7626
|
+
color: var(--checkbox-label-color, #2e3038);
|
|
7627
7627
|
vertical-align: middle;
|
|
7628
7628
|
margin: 0;
|
|
7629
7629
|
margin-left: 4px;
|
|
@@ -7682,8 +7682,8 @@ small {
|
|
|
7682
7682
|
border-top: var(--collapse-title-border-width, 1px) solid var(--collapse-panel-border-color, gainsboro); }
|
|
7683
7683
|
.next-collapse .next-collapse-panel-icon {
|
|
7684
7684
|
position: absolute;
|
|
7685
|
-
color:
|
|
7686
|
-
color: var(--collapse-icon-color,
|
|
7685
|
+
color: #2e3038;
|
|
7686
|
+
color: var(--collapse-icon-color, #2e3038);
|
|
7687
7687
|
-webkit-transition: -webkit-transform 100ms linear;
|
|
7688
7688
|
transition: -webkit-transform 100ms linear;
|
|
7689
7689
|
transition: transform 100ms linear;
|
|
@@ -7717,8 +7717,8 @@ small {
|
|
|
7717
7717
|
font-size: var(--collapse-title-font-size, 16px);
|
|
7718
7718
|
font-weight: normal;
|
|
7719
7719
|
font-weight: var(--collapse-title-font-weight, normal);
|
|
7720
|
-
color:
|
|
7721
|
-
color: var(--collapse-title-font-color,
|
|
7720
|
+
color: #2e3038;
|
|
7721
|
+
color: var(--collapse-title-font-color, #2e3038);
|
|
7722
7722
|
cursor: pointer;
|
|
7723
7723
|
padding: 8px 0 8px 28px;
|
|
7724
7724
|
padding: var(--collapse-title-padding-tb, 8px) 0 var(--collapse-title-padding-tb, 8px) 28px;
|
|
@@ -7727,13 +7727,13 @@ small {
|
|
|
7727
7727
|
.next-collapse-panel-title:hover {
|
|
7728
7728
|
background: #f8f9fb;
|
|
7729
7729
|
background: var(--collapse-title-hover-bg-color, #f8f9fb);
|
|
7730
|
-
color:
|
|
7731
|
-
color: var(--collapse-title-hover-font-color,
|
|
7730
|
+
color: #2e3038;
|
|
7731
|
+
color: var(--collapse-title-hover-font-color, #2e3038);
|
|
7732
7732
|
font-weight: normal;
|
|
7733
7733
|
font-weight: var(--collapse-title-hover-font-weight, normal); }
|
|
7734
7734
|
.next-collapse-panel-title:hover .next-collapse-panel-icon {
|
|
7735
|
-
color:
|
|
7736
|
-
color: var(--collapse-icon-hover-color,
|
|
7735
|
+
color: #2e3038;
|
|
7736
|
+
color: var(--collapse-icon-hover-color, #2e3038); }
|
|
7737
7737
|
.next-collapse-panel-content {
|
|
7738
7738
|
height: 0;
|
|
7739
7739
|
line-height: 1.5;
|
|
@@ -7855,8 +7855,8 @@ small {
|
|
|
7855
7855
|
background: var(--time-picker-menu-item-background, #FFFFFF);
|
|
7856
7856
|
outline: none; }
|
|
7857
7857
|
.next-time-picker-menu-item:hover {
|
|
7858
|
-
color:
|
|
7859
|
-
color: var(--time-picker-menu-item-color-hover,
|
|
7858
|
+
color: #2e3038;
|
|
7859
|
+
color: var(--time-picker-menu-item-color-hover, #2e3038);
|
|
7860
7860
|
background: #f8f9fb;
|
|
7861
7861
|
background: var(--time-picker-menu-item-background-hover, #f8f9fb); }
|
|
7862
7862
|
.next-time-picker-menu-item.next-selected {
|
|
@@ -8269,8 +8269,8 @@ small {
|
|
|
8269
8269
|
border-style: solid;
|
|
8270
8270
|
border-style: var(--message-border-style, solid); }
|
|
8271
8271
|
.next-message.next-message-success.next-inline .next-message-title {
|
|
8272
|
-
color:
|
|
8273
|
-
color: var(--message-success-color-title-inline,
|
|
8272
|
+
color: #2e3038;
|
|
8273
|
+
color: var(--message-success-color-title-inline, #2e3038); }
|
|
8274
8274
|
.next-message.next-message-success.next-inline .next-message-content {
|
|
8275
8275
|
color: rgba(0, 0, 0, 0.75);
|
|
8276
8276
|
color: var(--message-success-color-content-inline, rgba(0, 0, 0, 0.75)); }
|
|
@@ -8288,8 +8288,8 @@ small {
|
|
|
8288
8288
|
border-style: solid;
|
|
8289
8289
|
border-style: var(--message-border-style-toast, solid); }
|
|
8290
8290
|
.next-message.next-message-success.next-addon .next-message-title {
|
|
8291
|
-
color:
|
|
8292
|
-
color: var(--message-success-color-title-addon,
|
|
8291
|
+
color: #2e3038;
|
|
8292
|
+
color: var(--message-success-color-title-addon, #2e3038); }
|
|
8293
8293
|
.next-message.next-message-success.next-addon .next-message-content {
|
|
8294
8294
|
color: rgba(0, 0, 0, 0.75);
|
|
8295
8295
|
color: var(--message-success-color-content-addon, rgba(0, 0, 0, 0.75)); }
|
|
@@ -8309,8 +8309,8 @@ small {
|
|
|
8309
8309
|
border-style: solid;
|
|
8310
8310
|
border-style: var(--message-border-style-toast, solid); }
|
|
8311
8311
|
.next-message.next-message-success.next-toast .next-message-title {
|
|
8312
|
-
color:
|
|
8313
|
-
color: var(--message-success-color-title-toast,
|
|
8312
|
+
color: #2e3038;
|
|
8313
|
+
color: var(--message-success-color-title-toast, #2e3038); }
|
|
8314
8314
|
.next-message.next-message-success.next-toast .next-message-content {
|
|
8315
8315
|
color: rgba(0, 0, 0, 0.75);
|
|
8316
8316
|
color: var(--message-success-color-content-toast, rgba(0, 0, 0, 0.75)); }
|
|
@@ -8330,8 +8330,8 @@ small {
|
|
|
8330
8330
|
border-style: solid;
|
|
8331
8331
|
border-style: var(--message-border-style, solid); }
|
|
8332
8332
|
.next-message.next-message-warning.next-inline .next-message-title {
|
|
8333
|
-
color:
|
|
8334
|
-
color: var(--message-warning-color-title-inline,
|
|
8333
|
+
color: #2e3038;
|
|
8334
|
+
color: var(--message-warning-color-title-inline, #2e3038); }
|
|
8335
8335
|
.next-message.next-message-warning.next-inline .next-message-content {
|
|
8336
8336
|
color: rgba(0, 0, 0, 0.75);
|
|
8337
8337
|
color: var(--message-warning-color-content-inline, rgba(0, 0, 0, 0.75)); }
|
|
@@ -8349,8 +8349,8 @@ small {
|
|
|
8349
8349
|
border-style: solid;
|
|
8350
8350
|
border-style: var(--message-border-style-toast, solid); }
|
|
8351
8351
|
.next-message.next-message-warning.next-addon .next-message-title {
|
|
8352
|
-
color:
|
|
8353
|
-
color: var(--message-warning-color-title-addon,
|
|
8352
|
+
color: #2e3038;
|
|
8353
|
+
color: var(--message-warning-color-title-addon, #2e3038); }
|
|
8354
8354
|
.next-message.next-message-warning.next-addon .next-message-content {
|
|
8355
8355
|
color: rgba(0, 0, 0, 0.75);
|
|
8356
8356
|
color: var(--message-warning-color-content-addon, rgba(0, 0, 0, 0.75)); }
|
|
@@ -8370,8 +8370,8 @@ small {
|
|
|
8370
8370
|
border-style: solid;
|
|
8371
8371
|
border-style: var(--message-border-style-toast, solid); }
|
|
8372
8372
|
.next-message.next-message-warning.next-toast .next-message-title {
|
|
8373
|
-
color:
|
|
8374
|
-
color: var(--message-warning-color-title-toast,
|
|
8373
|
+
color: #2e3038;
|
|
8374
|
+
color: var(--message-warning-color-title-toast, #2e3038); }
|
|
8375
8375
|
.next-message.next-message-warning.next-toast .next-message-content {
|
|
8376
8376
|
color: rgba(0, 0, 0, 0.75);
|
|
8377
8377
|
color: var(--message-warning-color-content-toast, rgba(0, 0, 0, 0.75)); }
|
|
@@ -8391,8 +8391,8 @@ small {
|
|
|
8391
8391
|
border-style: solid;
|
|
8392
8392
|
border-style: var(--message-border-style, solid); }
|
|
8393
8393
|
.next-message.next-message-error.next-inline .next-message-title {
|
|
8394
|
-
color:
|
|
8395
|
-
color: var(--message-error-color-title-inline,
|
|
8394
|
+
color: #2e3038;
|
|
8395
|
+
color: var(--message-error-color-title-inline, #2e3038); }
|
|
8396
8396
|
.next-message.next-message-error.next-inline .next-message-content {
|
|
8397
8397
|
color: rgba(0, 0, 0, 0.75);
|
|
8398
8398
|
color: var(--message-error-color-content-inline, rgba(0, 0, 0, 0.75)); }
|
|
@@ -8410,8 +8410,8 @@ small {
|
|
|
8410
8410
|
border-style: solid;
|
|
8411
8411
|
border-style: var(--message-border-style-toast, solid); }
|
|
8412
8412
|
.next-message.next-message-error.next-addon .next-message-title {
|
|
8413
|
-
color:
|
|
8414
|
-
color: var(--message-error-color-title-addon,
|
|
8413
|
+
color: #2e3038;
|
|
8414
|
+
color: var(--message-error-color-title-addon, #2e3038); }
|
|
8415
8415
|
.next-message.next-message-error.next-addon .next-message-content {
|
|
8416
8416
|
color: rgba(0, 0, 0, 0.75);
|
|
8417
8417
|
color: var(--message-error-color-content-addon, rgba(0, 0, 0, 0.75)); }
|
|
@@ -8431,8 +8431,8 @@ small {
|
|
|
8431
8431
|
border-style: solid;
|
|
8432
8432
|
border-style: var(--message-border-style-toast, solid); }
|
|
8433
8433
|
.next-message.next-message-error.next-toast .next-message-title {
|
|
8434
|
-
color:
|
|
8435
|
-
color: var(--message-error-color-title-toast,
|
|
8434
|
+
color: #2e3038;
|
|
8435
|
+
color: var(--message-error-color-title-toast, #2e3038); }
|
|
8436
8436
|
.next-message.next-message-error.next-toast .next-message-content {
|
|
8437
8437
|
color: rgba(0, 0, 0, 0.75);
|
|
8438
8438
|
color: var(--message-error-color-content-toast, rgba(0, 0, 0, 0.75)); }
|
|
@@ -8452,8 +8452,8 @@ small {
|
|
|
8452
8452
|
border-style: solid;
|
|
8453
8453
|
border-style: var(--message-border-style, solid); }
|
|
8454
8454
|
.next-message.next-message-notice.next-inline .next-message-title {
|
|
8455
|
-
color:
|
|
8456
|
-
color: var(--message-notice-color-title-inline,
|
|
8455
|
+
color: #2e3038;
|
|
8456
|
+
color: var(--message-notice-color-title-inline, #2e3038); }
|
|
8457
8457
|
.next-message.next-message-notice.next-inline .next-message-content {
|
|
8458
8458
|
color: rgba(0, 0, 0, 0.75);
|
|
8459
8459
|
color: var(--message-notice-color-content-inline, rgba(0, 0, 0, 0.75)); }
|
|
@@ -8471,8 +8471,8 @@ small {
|
|
|
8471
8471
|
border-style: solid;
|
|
8472
8472
|
border-style: var(--message-border-style-toast, solid); }
|
|
8473
8473
|
.next-message.next-message-notice.next-addon .next-message-title {
|
|
8474
|
-
color:
|
|
8475
|
-
color: var(--message-notice-color-title-addon,
|
|
8474
|
+
color: #2e3038;
|
|
8475
|
+
color: var(--message-notice-color-title-addon, #2e3038); }
|
|
8476
8476
|
.next-message.next-message-notice.next-addon .next-message-content {
|
|
8477
8477
|
color: rgba(0, 0, 0, 0.75);
|
|
8478
8478
|
color: var(--message-notice-color-content-addon, rgba(0, 0, 0, 0.75)); }
|
|
@@ -8492,8 +8492,8 @@ small {
|
|
|
8492
8492
|
border-style: solid;
|
|
8493
8493
|
border-style: var(--message-border-style-toast, solid); }
|
|
8494
8494
|
.next-message.next-message-notice.next-toast .next-message-title {
|
|
8495
|
-
color:
|
|
8496
|
-
color: var(--message-notice-color-title-toast,
|
|
8495
|
+
color: #2e3038;
|
|
8496
|
+
color: var(--message-notice-color-title-toast, #2e3038); }
|
|
8497
8497
|
.next-message.next-message-notice.next-toast .next-message-content {
|
|
8498
8498
|
color: rgba(0, 0, 0, 0.75);
|
|
8499
8499
|
color: var(--message-notice-color-content-toast, rgba(0, 0, 0, 0.75)); }
|
|
@@ -8513,8 +8513,8 @@ small {
|
|
|
8513
8513
|
border-style: solid;
|
|
8514
8514
|
border-style: var(--message-border-style, solid); }
|
|
8515
8515
|
.next-message.next-message-help.next-inline .next-message-title {
|
|
8516
|
-
color:
|
|
8517
|
-
color: var(--message-help-color-title-inline,
|
|
8516
|
+
color: #2e3038;
|
|
8517
|
+
color: var(--message-help-color-title-inline, #2e3038); }
|
|
8518
8518
|
.next-message.next-message-help.next-inline .next-message-content {
|
|
8519
8519
|
color: rgba(0, 0, 0, 0.75);
|
|
8520
8520
|
color: var(--message-help-color-content-inline, rgba(0, 0, 0, 0.75)); }
|
|
@@ -8532,8 +8532,8 @@ small {
|
|
|
8532
8532
|
border-style: solid;
|
|
8533
8533
|
border-style: var(--message-border-style-toast, solid); }
|
|
8534
8534
|
.next-message.next-message-help.next-addon .next-message-title {
|
|
8535
|
-
color:
|
|
8536
|
-
color: var(--message-help-color-title-addon,
|
|
8535
|
+
color: #2e3038;
|
|
8536
|
+
color: var(--message-help-color-title-addon, #2e3038); }
|
|
8537
8537
|
.next-message.next-message-help.next-addon .next-message-content {
|
|
8538
8538
|
color: rgba(0, 0, 0, 0.75);
|
|
8539
8539
|
color: var(--message-help-color-content-addon, rgba(0, 0, 0, 0.75)); }
|
|
@@ -8553,8 +8553,8 @@ small {
|
|
|
8553
8553
|
border-style: solid;
|
|
8554
8554
|
border-style: var(--message-border-style-toast, solid); }
|
|
8555
8555
|
.next-message.next-message-help.next-toast .next-message-title {
|
|
8556
|
-
color:
|
|
8557
|
-
color: var(--message-help-color-title-toast,
|
|
8556
|
+
color: #2e3038;
|
|
8557
|
+
color: var(--message-help-color-title-toast, #2e3038); }
|
|
8558
8558
|
.next-message.next-message-help.next-toast .next-message-content {
|
|
8559
8559
|
color: rgba(0, 0, 0, 0.75);
|
|
8560
8560
|
color: var(--message-help-color-content-toast, rgba(0, 0, 0, 0.75)); }
|
|
@@ -8574,8 +8574,8 @@ small {
|
|
|
8574
8574
|
border-style: solid;
|
|
8575
8575
|
border-style: var(--message-border-style, solid); }
|
|
8576
8576
|
.next-message.next-message-loading.next-inline .next-message-title {
|
|
8577
|
-
color:
|
|
8578
|
-
color: var(--message-loading-color-title-inline,
|
|
8577
|
+
color: #2e3038;
|
|
8578
|
+
color: var(--message-loading-color-title-inline, #2e3038); }
|
|
8579
8579
|
.next-message.next-message-loading.next-inline .next-message-content {
|
|
8580
8580
|
color: rgba(0, 0, 0, 0.75);
|
|
8581
8581
|
color: var(--message-loading-color-content-inline, rgba(0, 0, 0, 0.75)); }
|
|
@@ -8595,8 +8595,8 @@ small {
|
|
|
8595
8595
|
border-style: solid;
|
|
8596
8596
|
border-style: var(--message-border-style-toast, solid); }
|
|
8597
8597
|
.next-message.next-message-loading.next-addon .next-message-title {
|
|
8598
|
-
color:
|
|
8599
|
-
color: var(--message-loading-color-title-addon,
|
|
8598
|
+
color: #2e3038;
|
|
8599
|
+
color: var(--message-loading-color-title-addon, #2e3038); }
|
|
8600
8600
|
.next-message.next-message-loading.next-addon .next-message-content {
|
|
8601
8601
|
color: rgba(0, 0, 0, 0.75);
|
|
8602
8602
|
color: var(--message-loading-color-content-addon, rgba(0, 0, 0, 0.75)); }
|
|
@@ -8618,8 +8618,8 @@ small {
|
|
|
8618
8618
|
border-style: solid;
|
|
8619
8619
|
border-style: var(--message-border-style-toast, solid); }
|
|
8620
8620
|
.next-message.next-message-loading.next-toast .next-message-title {
|
|
8621
|
-
color:
|
|
8622
|
-
color: var(--message-loading-color-title-toast,
|
|
8621
|
+
color: #2e3038;
|
|
8622
|
+
color: var(--message-loading-color-title-toast, #2e3038); }
|
|
8623
8623
|
.next-message.next-message-loading.next-toast .next-message-content {
|
|
8624
8624
|
color: rgba(0, 0, 0, 0.75);
|
|
8625
8625
|
color: var(--message-loading-color-content-toast, rgba(0, 0, 0, 0.75)); }
|
|
@@ -8866,8 +8866,8 @@ small {
|
|
|
8866
8866
|
font-weight: var(--dialog-title-font-weight, normal);
|
|
8867
8867
|
background: #FFFFFF;
|
|
8868
8868
|
background: var(--dialog-title-bg-color, #FFFFFF);
|
|
8869
|
-
color:
|
|
8870
|
-
color: var(--dialog-title-color,
|
|
8869
|
+
color: #2e3038;
|
|
8870
|
+
color: var(--dialog-title-color, #2e3038); }
|
|
8871
8871
|
.next-dialog-body {
|
|
8872
8872
|
padding: 20px 20px 20px 20px;
|
|
8873
8873
|
padding: var(--dialog-content-padding-top, 20px) var(--dialog-content-padding-left-right, 20px) var(--dialog-content-padding-bottom, 20px) var(--dialog-content-padding-left-right, 20px);
|
|
@@ -9068,8 +9068,8 @@ small {
|
|
|
9068
9068
|
font-size: var(--drawer-title-font-size, 18px);
|
|
9069
9069
|
background: #FFFFFF;
|
|
9070
9070
|
background: var(--drawer-title-bg-color, #FFFFFF);
|
|
9071
|
-
color:
|
|
9072
|
-
color: var(--drawer-title-color,
|
|
9071
|
+
color: #2e3038;
|
|
9072
|
+
color: var(--drawer-title-color, #2e3038); }
|
|
9073
9073
|
.next-drawer-no-title {
|
|
9074
9074
|
padding: 0;
|
|
9075
9075
|
border-bottom: 0; }
|
|
@@ -9100,8 +9100,8 @@ small {
|
|
|
9100
9100
|
.next-drawer-close:hover {
|
|
9101
9101
|
background: transparent;
|
|
9102
9102
|
background: var(--drawer-close-bg-hovered, transparent);
|
|
9103
|
-
color:
|
|
9104
|
-
color: var(--drawer-close-color-hovered,
|
|
9103
|
+
color: #2e3038;
|
|
9104
|
+
color: var(--drawer-close-color-hovered, #2e3038); }
|
|
9105
9105
|
.next-drawer-close .next-drawer-close-icon.next-icon {
|
|
9106
9106
|
position: absolute;
|
|
9107
9107
|
top: 50%;
|
|
@@ -13178,8 +13178,8 @@ small {
|
|
|
13178
13178
|
color: rgba(0, 0, 0, 0.75);
|
|
13179
13179
|
color: var(--form-element-preview-label-color, rgba(0, 0, 0, 0.75)); }
|
|
13180
13180
|
.next-form-preview.next-form-item .next-form-preview {
|
|
13181
|
-
color:
|
|
13182
|
-
color: var(--form-element-preview-text-color,
|
|
13181
|
+
color: #2e3038;
|
|
13182
|
+
color: var(--form-element-preview-text-color, #2e3038); }
|
|
13183
13183
|
.next-form-preview.next-form-item.next-medium .next-form-item-label {
|
|
13184
13184
|
font-size: 14px;
|
|
13185
13185
|
font-size: var(--form-element-medium-preview-label-font-size, 14px);
|
|
@@ -13587,8 +13587,8 @@ small {
|
|
|
13587
13587
|
width: 100%;
|
|
13588
13588
|
min-width: 100px;
|
|
13589
13589
|
outline: 0;
|
|
13590
|
-
color:
|
|
13591
|
-
color: var(--select-color,
|
|
13590
|
+
color: #2e3038;
|
|
13591
|
+
color: var(--select-color, #2e3038); }
|
|
13592
13592
|
.next-select .next-select-inner .next-tag {
|
|
13593
13593
|
line-height: 1;
|
|
13594
13594
|
margin-right: 4px;
|
|
@@ -13667,8 +13667,8 @@ small {
|
|
|
13667
13667
|
right: 0;
|
|
13668
13668
|
z-index: 1;
|
|
13669
13669
|
padding: 0 4px 0 16px;
|
|
13670
|
-
color:
|
|
13671
|
-
color: var(--input-text-color,
|
|
13670
|
+
color: #2e3038;
|
|
13671
|
+
color: var(--input-text-color, #2e3038);
|
|
13672
13672
|
background: linear-gradient(90deg, transparent, #FFFFFF 10px);
|
|
13673
13673
|
background: linear-gradient(90deg, transparent, var(--input-bg-color, #FFFFFF) 10px); }
|
|
13674
13674
|
.next-select-multiple .next-disabled .next-select-tag-compact {
|
|
@@ -13924,8 +13924,8 @@ small {
|
|
|
13924
13924
|
.next-list-header {
|
|
13925
13925
|
border-bottom: 1px solid #f0f0f0;
|
|
13926
13926
|
border-bottom: var(--line-1, 1px) solid var(--list-divider-color, #f0f0f0);
|
|
13927
|
-
color:
|
|
13928
|
-
color: var(--list-title-color,
|
|
13927
|
+
color: #2e3038;
|
|
13928
|
+
color: var(--list-title-color, #2e3038); }
|
|
13929
13929
|
|
|
13930
13930
|
.next-list-footer {
|
|
13931
13931
|
border-top: 1px solid #f0f0f0;
|
|
@@ -14026,8 +14026,8 @@ small {
|
|
|
14026
14026
|
vertical-align: middle; }
|
|
14027
14027
|
|
|
14028
14028
|
.next-list-item-title {
|
|
14029
|
-
color:
|
|
14030
|
-
color: var(--list-title-color,
|
|
14029
|
+
color: #2e3038;
|
|
14030
|
+
color: var(--list-title-color, #2e3038); }
|
|
14031
14031
|
|
|
14032
14032
|
.next-list-medium .next-list-header {
|
|
14033
14033
|
padding: 16px 0px;
|
|
@@ -14171,8 +14171,8 @@ small {
|
|
|
14171
14171
|
color: #FFFFFF;
|
|
14172
14172
|
color: var(--btn-pure-primary-color-hover, #FFFFFF); }
|
|
14173
14173
|
.next-menu-btn.next-btn-text.next-btn-normal .next-menu-btn-arrow {
|
|
14174
|
-
color:
|
|
14175
|
-
color: var(--menu-btn-text-text-normal-icon-color,
|
|
14174
|
+
color: #2e3038;
|
|
14175
|
+
color: var(--menu-btn-text-text-normal-icon-color, #2e3038); }
|
|
14176
14176
|
.next-menu-btn.next-btn-text.next-btn-normal:hover .next-menu-btn-arrow {
|
|
14177
14177
|
color: #257df9;
|
|
14178
14178
|
color: var(--btn-text-normal-color-hover, #257df9); }
|
|
@@ -14183,8 +14183,8 @@ small {
|
|
|
14183
14183
|
color: #40a9ff;
|
|
14184
14184
|
color: var(--btn-text-primary-color-hover, #40a9ff); }
|
|
14185
14185
|
.next-menu-btn.next-btn-ghost.next-btn-light .next-menu-btn-arrow {
|
|
14186
|
-
color:
|
|
14187
|
-
color: var(--menu-btn-ghost-light-icon-color,
|
|
14186
|
+
color: #2e3038;
|
|
14187
|
+
color: var(--menu-btn-ghost-light-icon-color, #2e3038); }
|
|
14188
14188
|
.next-menu-btn.next-btn-ghost.next-btn-light:hover .next-menu-btn-arrow {
|
|
14189
14189
|
color: #999999;
|
|
14190
14190
|
color: var(--btn-ghost-light-color-hover, #999999); }
|
|
@@ -14697,8 +14697,8 @@ small {
|
|
|
14697
14697
|
background: var(--nav-normal-bg-color, #FFFFFF);
|
|
14698
14698
|
border-color: #d9d9d9;
|
|
14699
14699
|
border-color: var(--nav-normal-border-color, #d9d9d9);
|
|
14700
|
-
color:
|
|
14701
|
-
color: var(--nav-normal-text-color,
|
|
14700
|
+
color: #2e3038;
|
|
14701
|
+
color: var(--nav-normal-text-color, #2e3038);
|
|
14702
14702
|
font-weight: normal;
|
|
14703
14703
|
font-weight: var(--nav-normal-text-style, normal);
|
|
14704
14704
|
-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
|
|
@@ -14708,8 +14708,8 @@ small {
|
|
|
14708
14708
|
.next-nav.next-normal .next-nav-item.next-menu-item {
|
|
14709
14709
|
background: #FFFFFF;
|
|
14710
14710
|
background: var(--nav-normal-bg-color, #FFFFFF);
|
|
14711
|
-
color:
|
|
14712
|
-
color: var(--nav-normal-text-color,
|
|
14711
|
+
color: #2e3038;
|
|
14712
|
+
color: var(--nav-normal-text-color, #2e3038); }
|
|
14713
14713
|
.next-nav.next-normal .next-nav-item.next-menu-item.next-focused, .next-nav.next-normal .next-nav-item.next-menu-item:hover {
|
|
14714
14714
|
background: #FFFFFF;
|
|
14715
14715
|
background: var(--nav-normal-item-hover-bg-color, #FFFFFF);
|
|
@@ -14766,8 +14766,8 @@ small {
|
|
|
14766
14766
|
.next-nav.next-normal .next-menu-sub-menu .next-menu-item {
|
|
14767
14767
|
background: #FFFFFF;
|
|
14768
14768
|
background: var(--nav-normal-sub-nav-bg-color, #FFFFFF);
|
|
14769
|
-
color:
|
|
14770
|
-
color: var(--nav-normal-sub-nav-text-color,
|
|
14769
|
+
color: #2e3038;
|
|
14770
|
+
color: var(--nav-normal-sub-nav-text-color, #2e3038);
|
|
14771
14771
|
font-weight: normal;
|
|
14772
14772
|
font-weight: var(--nav-normal-sub-nav-text-style, normal); }
|
|
14773
14773
|
.next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-normal .next-menu-sub-menu .next-menu-item:hover {
|
|
@@ -14803,8 +14803,8 @@ small {
|
|
|
14803
14803
|
background: var(--nav-line-bg-color, transparent);
|
|
14804
14804
|
border-color: #f0f0f0;
|
|
14805
14805
|
border-color: var(--nav-line-border-color, #f0f0f0);
|
|
14806
|
-
color:
|
|
14807
|
-
color: var(--nav-line-text-color,
|
|
14806
|
+
color: #2e3038;
|
|
14807
|
+
color: var(--nav-line-text-color, #2e3038);
|
|
14808
14808
|
font-weight: normal;
|
|
14809
14809
|
font-weight: var(--nav-line-text-style, normal);
|
|
14810
14810
|
-webkit-box-shadow: none;
|
|
@@ -14826,8 +14826,8 @@ small {
|
|
|
14826
14826
|
.next-nav.next-line .next-nav-item.next-menu-item {
|
|
14827
14827
|
background: transparent;
|
|
14828
14828
|
background: var(--nav-line-bg-color, transparent);
|
|
14829
|
-
color:
|
|
14830
|
-
color: var(--nav-line-text-color,
|
|
14829
|
+
color: #2e3038;
|
|
14830
|
+
color: var(--nav-line-text-color, #2e3038); }
|
|
14831
14831
|
.next-nav.next-line .next-nav-item.next-menu-item.next-focused, .next-nav.next-line .next-nav-item.next-menu-item:hover {
|
|
14832
14832
|
background: transparent;
|
|
14833
14833
|
background: var(--nav-line-item-hover-bg-color, transparent);
|
|
@@ -14884,8 +14884,8 @@ small {
|
|
|
14884
14884
|
.next-nav.next-line .next-menu-sub-menu .next-menu-item {
|
|
14885
14885
|
background: transparent;
|
|
14886
14886
|
background: var(--nav-line-sub-nav-bg-color, transparent);
|
|
14887
|
-
color:
|
|
14888
|
-
color: var(--nav-line-sub-nav-text-color,
|
|
14887
|
+
color: #2e3038;
|
|
14888
|
+
color: var(--nav-line-sub-nav-text-color, #2e3038);
|
|
14889
14889
|
font-weight: normal;
|
|
14890
14890
|
font-weight: var(--nav-line-sub-nav-text-style, normal); }
|
|
14891
14891
|
.next-nav.next-line .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-line .next-menu-sub-menu .next-menu-item:hover {
|
|
@@ -15595,13 +15595,13 @@ small {
|
|
|
15595
15595
|
|
|
15596
15596
|
.next-pagination[dir="rtl"].next-small .next-pagination-item.next-prev:not([disabled]) i,
|
|
15597
15597
|
.next-pagination[dir="rtl"].next-small .next-pagination-item.next-next:not([disabled]) i {
|
|
15598
|
-
color:
|
|
15599
|
-
color: var(--pagination-arrow-color,
|
|
15598
|
+
color: #A0A2AD;
|
|
15599
|
+
color: var(--pagination-arrow-color, #A0A2AD); }
|
|
15600
15600
|
|
|
15601
15601
|
.next-pagination[dir="rtl"].next-small .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
15602
15602
|
.next-pagination[dir="rtl"].next-small .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
15603
|
-
color:
|
|
15604
|
-
color: var(--pagination-arrow-hover-color,
|
|
15603
|
+
color: #2e3038;
|
|
15604
|
+
color: var(--pagination-arrow-hover-color, #2e3038); }
|
|
15605
15605
|
|
|
15606
15606
|
.next-pagination[dir="rtl"].next-medium .next-pagination-list {
|
|
15607
15607
|
margin: 0 4px;
|
|
@@ -15669,13 +15669,13 @@ small {
|
|
|
15669
15669
|
|
|
15670
15670
|
.next-pagination[dir="rtl"].next-medium .next-pagination-item.next-prev:not([disabled]) i,
|
|
15671
15671
|
.next-pagination[dir="rtl"].next-medium .next-pagination-item.next-next:not([disabled]) i {
|
|
15672
|
-
color:
|
|
15673
|
-
color: var(--pagination-arrow-color,
|
|
15672
|
+
color: #A0A2AD;
|
|
15673
|
+
color: var(--pagination-arrow-color, #A0A2AD); }
|
|
15674
15674
|
|
|
15675
15675
|
.next-pagination[dir="rtl"].next-medium .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
15676
15676
|
.next-pagination[dir="rtl"].next-medium .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
15677
|
-
color:
|
|
15678
|
-
color: var(--pagination-arrow-hover-color,
|
|
15677
|
+
color: #2e3038;
|
|
15678
|
+
color: var(--pagination-arrow-hover-color, #2e3038); }
|
|
15679
15679
|
|
|
15680
15680
|
.next-pagination[dir="rtl"].next-large .next-pagination-list {
|
|
15681
15681
|
margin: 0 8px;
|
|
@@ -15743,13 +15743,13 @@ small {
|
|
|
15743
15743
|
|
|
15744
15744
|
.next-pagination[dir="rtl"].next-large .next-pagination-item.next-prev:not([disabled]) i,
|
|
15745
15745
|
.next-pagination[dir="rtl"].next-large .next-pagination-item.next-next:not([disabled]) i {
|
|
15746
|
-
color:
|
|
15747
|
-
color: var(--pagination-arrow-color,
|
|
15746
|
+
color: #A0A2AD;
|
|
15747
|
+
color: var(--pagination-arrow-color, #A0A2AD); }
|
|
15748
15748
|
|
|
15749
15749
|
.next-pagination[dir="rtl"].next-large .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
15750
15750
|
.next-pagination[dir="rtl"].next-large .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
15751
|
-
color:
|
|
15752
|
-
color: var(--pagination-arrow-hover-color,
|
|
15751
|
+
color: #2e3038;
|
|
15752
|
+
color: var(--pagination-arrow-hover-color, #2e3038); }
|
|
15753
15753
|
|
|
15754
15754
|
.next-pagination {
|
|
15755
15755
|
-webkit-box-sizing: border-box;
|
|
@@ -15781,12 +15781,12 @@ small {
|
|
|
15781
15781
|
display: inline-block;
|
|
15782
15782
|
border-style: solid;
|
|
15783
15783
|
border-style: var(--pagination-item-border-style, solid);
|
|
15784
|
-
border-color:
|
|
15785
|
-
border-color: var(--pagination-item-border-color,
|
|
15786
|
-
background: #
|
|
15787
|
-
background: var(--pagination-item-bg, #
|
|
15788
|
-
color:
|
|
15789
|
-
color: var(--pagination-item-color,
|
|
15784
|
+
border-color: gainsboro;
|
|
15785
|
+
border-color: var(--pagination-item-border-color, gainsboro);
|
|
15786
|
+
background: #FFFFFF;
|
|
15787
|
+
background: var(--pagination-item-bg, #FFFFFF);
|
|
15788
|
+
color: #2e3038;
|
|
15789
|
+
color: var(--pagination-item-color, #2e3038);
|
|
15790
15790
|
-webkit-box-shadow: none;
|
|
15791
15791
|
-webkit-box-shadow: var(--pagination-item-shadow, none);
|
|
15792
15792
|
box-shadow: none;
|
|
@@ -15824,8 +15824,8 @@ small {
|
|
|
15824
15824
|
.next-pagination-display {
|
|
15825
15825
|
display: inline-block;
|
|
15826
15826
|
margin: 0 16px;
|
|
15827
|
-
color:
|
|
15828
|
-
color: var(--pagination-total-color,
|
|
15827
|
+
color: #2e3038;
|
|
15828
|
+
color: var(--pagination-total-color, #2e3038);
|
|
15829
15829
|
vertical-align: middle; }
|
|
15830
15830
|
.next-pagination-display em {
|
|
15831
15831
|
font-style: normal;
|
|
@@ -15834,8 +15834,8 @@ small {
|
|
|
15834
15834
|
.next-pagination-jump-text {
|
|
15835
15835
|
display: inline-block;
|
|
15836
15836
|
vertical-align: middle;
|
|
15837
|
-
color: #
|
|
15838
|
-
color: var(--pagination-jump-color, #
|
|
15837
|
+
color: #2e3038;
|
|
15838
|
+
color: var(--pagination-jump-color, #2e3038); }
|
|
15839
15839
|
.next-pagination-jump-input {
|
|
15840
15840
|
margin: 0 4px;
|
|
15841
15841
|
margin: 0 var(--pagination-input-margin, 4px);
|
|
@@ -15944,12 +15944,12 @@ small {
|
|
|
15944
15944
|
padding: 0 var(--pagination-small-size-selector-number-padding, 8px); }
|
|
15945
15945
|
.next-pagination.next-small .next-pagination-item.next-prev:not([disabled]) i,
|
|
15946
15946
|
.next-pagination.next-small .next-pagination-item.next-next:not([disabled]) i {
|
|
15947
|
-
color:
|
|
15948
|
-
color: var(--pagination-arrow-color,
|
|
15947
|
+
color: #A0A2AD;
|
|
15948
|
+
color: var(--pagination-arrow-color, #A0A2AD); }
|
|
15949
15949
|
.next-pagination.next-small .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
15950
15950
|
.next-pagination.next-small .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
15951
|
-
color:
|
|
15952
|
-
color: var(--pagination-arrow-hover-color,
|
|
15951
|
+
color: #2e3038;
|
|
15952
|
+
color: var(--pagination-arrow-hover-color, #2e3038); }
|
|
15953
15953
|
.next-pagination.next-small.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-small.next-arrow-only .next-pagination-item.next-next {
|
|
15954
15954
|
width: 20px;
|
|
15955
15955
|
padding: 0; }
|
|
@@ -16036,12 +16036,12 @@ small {
|
|
|
16036
16036
|
padding: 0 var(--pagination-size-selector-number-padding, 12px); }
|
|
16037
16037
|
.next-pagination.next-medium .next-pagination-item.next-prev:not([disabled]) i,
|
|
16038
16038
|
.next-pagination.next-medium .next-pagination-item.next-next:not([disabled]) i {
|
|
16039
|
-
color:
|
|
16040
|
-
color: var(--pagination-arrow-color,
|
|
16039
|
+
color: #A0A2AD;
|
|
16040
|
+
color: var(--pagination-arrow-color, #A0A2AD); }
|
|
16041
16041
|
.next-pagination.next-medium .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
16042
16042
|
.next-pagination.next-medium .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
16043
|
-
color:
|
|
16044
|
-
color: var(--pagination-arrow-hover-color,
|
|
16043
|
+
color: #2e3038;
|
|
16044
|
+
color: var(--pagination-arrow-hover-color, #2e3038); }
|
|
16045
16045
|
.next-pagination.next-medium.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-medium.next-arrow-only .next-pagination-item.next-next {
|
|
16046
16046
|
width: 28px;
|
|
16047
16047
|
padding: 0; }
|
|
@@ -16128,12 +16128,12 @@ small {
|
|
|
16128
16128
|
padding: 0 var(--pagination-large-size-selector-number-padding, 16px); }
|
|
16129
16129
|
.next-pagination.next-large .next-pagination-item.next-prev:not([disabled]) i,
|
|
16130
16130
|
.next-pagination.next-large .next-pagination-item.next-next:not([disabled]) i {
|
|
16131
|
-
color:
|
|
16132
|
-
color: var(--pagination-arrow-color,
|
|
16131
|
+
color: #A0A2AD;
|
|
16132
|
+
color: var(--pagination-arrow-color, #A0A2AD); }
|
|
16133
16133
|
.next-pagination.next-large .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
16134
16134
|
.next-pagination.next-large .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
16135
|
-
color:
|
|
16136
|
-
color: var(--pagination-arrow-hover-color,
|
|
16135
|
+
color: #2e3038;
|
|
16136
|
+
color: var(--pagination-arrow-hover-color, #2e3038); }
|
|
16137
16137
|
.next-pagination.next-large.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-large.next-arrow-only .next-pagination-item.next-next {
|
|
16138
16138
|
width: 40px;
|
|
16139
16139
|
padding: 0; }
|
|
@@ -16173,8 +16173,8 @@ small {
|
|
|
16173
16173
|
content: var(--pagination-icon-ellipsis-content, "\E654"); }
|
|
16174
16174
|
|
|
16175
16175
|
.next-paragraph {
|
|
16176
|
-
color:
|
|
16177
|
-
color: var(--paragraph-text-color,
|
|
16176
|
+
color: #2e3038;
|
|
16177
|
+
color: var(--paragraph-text-color, #2e3038); }
|
|
16178
16178
|
.next-paragraph-short {
|
|
16179
16179
|
line-height: 1.5;
|
|
16180
16180
|
line-height: var(--paragraph-s-line-height, 1.5); }
|
|
@@ -16306,8 +16306,8 @@ small {
|
|
|
16306
16306
|
margin-left: 10px;
|
|
16307
16307
|
vertical-align: middle;
|
|
16308
16308
|
display: inline-block;
|
|
16309
|
-
color:
|
|
16310
|
-
color: var(--progress-line-font-color,
|
|
16309
|
+
color: #2e3038;
|
|
16310
|
+
color: var(--progress-line-font-color, #2e3038); }
|
|
16311
16311
|
.next-progress-line-show-border .next-progress-line-underlay {
|
|
16312
16312
|
border: 1px solid #f0f0f0;
|
|
16313
16313
|
border: var(--progress-line-underlay-border-width, 1px) solid var(--progress-line-underlay-border-color, #f0f0f0); }
|
|
@@ -16443,8 +16443,8 @@ small {
|
|
|
16443
16443
|
transition: -webkit-transform 300ms ease;
|
|
16444
16444
|
transition: transform 300ms ease;
|
|
16445
16445
|
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
16446
|
-
color:
|
|
16447
|
-
color: var(--progress-circle-text-color,
|
|
16446
|
+
color: #2e3038;
|
|
16447
|
+
color: var(--progress-circle-text-color, #2e3038); }
|
|
16448
16448
|
|
|
16449
16449
|
.next-range {
|
|
16450
16450
|
-webkit-box-sizing: border-box;
|
|
@@ -16610,11 +16610,11 @@ small {
|
|
|
16610
16610
|
color: #999999;
|
|
16611
16611
|
color: var(--range-normal-mark-color-hover, #999999); }
|
|
16612
16612
|
.next-range .next-range-mark .next-range-mark-text.activated {
|
|
16613
|
-
color:
|
|
16614
|
-
color: var(--range-normal-mark-selected-color,
|
|
16613
|
+
color: #2e3038;
|
|
16614
|
+
color: var(--range-normal-mark-selected-color, #2e3038); }
|
|
16615
16615
|
.next-range .next-range-mark .next-range-mark-text.activated:hover {
|
|
16616
|
-
color:
|
|
16617
|
-
color: var(--range-normal-mark-selected-color-hover,
|
|
16616
|
+
color: #2e3038;
|
|
16617
|
+
color: var(--range-normal-mark-selected-color-hover, #2e3038); }
|
|
16618
16618
|
.next-range.disabled .next-range-track {
|
|
16619
16619
|
background: #cacaca;
|
|
16620
16620
|
background: var(--range-normal-unselected-color-disabled, #cacaca); }
|
|
@@ -17280,14 +17280,14 @@ small {
|
|
|
17280
17280
|
background: var(--search-normal-normal-btn-hover-bg-color, #EBECF0);
|
|
17281
17281
|
border-color: #A0A2AD;
|
|
17282
17282
|
border-color: var(--search-normal-normal-hover-color, #A0A2AD);
|
|
17283
|
-
color:
|
|
17284
|
-
color: var(--search-normal-normal-btn-hover-text-color,
|
|
17283
|
+
color: #2e3038;
|
|
17284
|
+
color: var(--search-normal-normal-btn-hover-text-color, #2e3038); }
|
|
17285
17285
|
.next-search-normal.next-normal .next-search-btn .next-icon {
|
|
17286
17286
|
color: rgba(0, 0, 0, 0.75);
|
|
17287
17287
|
color: var(--search-normal-normal-btn-text-color, rgba(0, 0, 0, 0.75)); }
|
|
17288
17288
|
.next-search-normal.next-normal .next-search-btn .next-icon:hover {
|
|
17289
|
-
color:
|
|
17290
|
-
color: var(--search-normal-normal-btn-hover-text-color,
|
|
17289
|
+
color: #2e3038;
|
|
17290
|
+
color: var(--search-normal-normal-btn-hover-text-color, #2e3038); }
|
|
17291
17291
|
.next-search-normal.next-normal.next-large {
|
|
17292
17292
|
-webkit-box-shadow: none;
|
|
17293
17293
|
-webkit-box-shadow: var(--search-normal-normal-shadow, none);
|
|
@@ -17659,8 +17659,8 @@ small {
|
|
|
17659
17659
|
border-radius: 0px;
|
|
17660
17660
|
border-radius: var(--slick-arrow-corner-radius-outer, 0px); }
|
|
17661
17661
|
.next-slick-arrow.outer:focus, .next-slick-arrow.outer:hover {
|
|
17662
|
-
color:
|
|
17663
|
-
color: var(--slick-arrow-icon-color-hover-outer,
|
|
17662
|
+
color: #2e3038;
|
|
17663
|
+
color: var(--slick-arrow-icon-color-hover-outer, #2e3038);
|
|
17664
17664
|
background: transparent;
|
|
17665
17665
|
background: var(--slick-arrow-bg-color-hover-outer, transparent);
|
|
17666
17666
|
opacity: 0.32;
|
|
@@ -18446,13 +18446,13 @@ small {
|
|
|
18446
18446
|
border-color: var(--step-circle-item-node-process-border-color, #257df9); }
|
|
18447
18447
|
|
|
18448
18448
|
.next-step-circle > .next-step-item-process .next-step-item-title {
|
|
18449
|
-
color:
|
|
18450
|
-
color: var(--step-circle-item-title-process-color,
|
|
18449
|
+
color: #2e3038;
|
|
18450
|
+
color: var(--step-circle-item-title-process-color, #2e3038);
|
|
18451
18451
|
word-break: break-word; }
|
|
18452
18452
|
|
|
18453
18453
|
.next-step-circle > .next-step-item-process .next-step-item-content {
|
|
18454
|
-
color:
|
|
18455
|
-
color: var(--step-circle-item-title-process-color,
|
|
18454
|
+
color: #2e3038;
|
|
18455
|
+
color: var(--step-circle-item-title-process-color, #2e3038);
|
|
18456
18456
|
font-size: 14px;
|
|
18457
18457
|
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18458
18458
|
line-height: 1.5;
|
|
@@ -19294,13 +19294,13 @@ small {
|
|
|
19294
19294
|
border-color: var(--step-dot-item-node-process-border-color, #257df9); }
|
|
19295
19295
|
|
|
19296
19296
|
.next-step-dot > .next-step-item-process .next-step-item-title {
|
|
19297
|
-
color:
|
|
19298
|
-
color: var(--step-dot-item-title-process-color,
|
|
19297
|
+
color: #2e3038;
|
|
19298
|
+
color: var(--step-dot-item-title-process-color, #2e3038);
|
|
19299
19299
|
word-break: break-word; }
|
|
19300
19300
|
|
|
19301
19301
|
.next-step-dot > .next-step-item-process .next-step-item-content {
|
|
19302
|
-
color:
|
|
19303
|
-
color: var(--step-dot-item-title-process-color,
|
|
19302
|
+
color: #2e3038;
|
|
19303
|
+
color: var(--step-dot-item-title-process-color, #2e3038);
|
|
19304
19304
|
font-size: 14px;
|
|
19305
19305
|
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
19306
19306
|
line-height: 1.5;
|
|
@@ -20677,14 +20677,14 @@ small {
|
|
|
20677
20677
|
-webkit-transition: all 300ms ease;
|
|
20678
20678
|
transition: all 300ms ease; }
|
|
20679
20679
|
.next-tabs-tab.active {
|
|
20680
|
-
font-weight:
|
|
20681
|
-
font-weight: var(--tab-item-font-weight-selected,
|
|
20680
|
+
font-weight: 500;
|
|
20681
|
+
font-weight: var(--tab-item-font-weight-selected, 500); }
|
|
20682
20682
|
.next-tabs-tab .next-tabs-tab-close {
|
|
20683
20683
|
color: rgba(0, 0, 0, 0.75);
|
|
20684
20684
|
color: var(--tab-close-icon-color, rgba(0, 0, 0, 0.75)); }
|
|
20685
20685
|
.next-tabs-tab .next-tabs-tab-close:hover {
|
|
20686
|
-
color:
|
|
20687
|
-
color: var(--tab-close-icon-color-hover,
|
|
20686
|
+
color: #2e3038;
|
|
20687
|
+
color: var(--tab-close-icon-color-hover, #2e3038); }
|
|
20688
20688
|
.next-tabs-tab .next-tabs-tab-close:focus {
|
|
20689
20689
|
outline: none; }
|
|
20690
20690
|
.next-tabs-tab.active .next-tabs-tab-close {
|
|
@@ -20722,14 +20722,14 @@ small {
|
|
|
20722
20722
|
color: rgba(0, 0, 0, 0.75);
|
|
20723
20723
|
color: var(--tab-nav-arrow-color-normal, rgba(0, 0, 0, 0.75)); }
|
|
20724
20724
|
.next-tabs-btn-down:focus, .next-tabs-btn-down:hover, .next-tabs-btn-down.hover, .next-tabs-btn-prev:focus, .next-tabs-btn-prev:hover, .next-tabs-btn-prev.hover, .next-tabs-btn-next:focus, .next-tabs-btn-next:hover, .next-tabs-btn-next.hover {
|
|
20725
|
-
color:
|
|
20726
|
-
color: var(--tab-nav-arrow-color-hover,
|
|
20725
|
+
color: #2e3038;
|
|
20726
|
+
color: var(--tab-nav-arrow-color-hover, #2e3038);
|
|
20727
20727
|
background: transparent;
|
|
20728
20728
|
border-color: transparent;
|
|
20729
20729
|
text-decoration: none; }
|
|
20730
20730
|
.next-tabs-btn-down:active, .next-tabs-btn-down.active, .next-tabs-btn-prev:active, .next-tabs-btn-prev.active, .next-tabs-btn-next:active, .next-tabs-btn-next.active {
|
|
20731
|
-
color:
|
|
20732
|
-
color: var(--tab-nav-arrow-color-hover,
|
|
20731
|
+
color: #2e3038;
|
|
20732
|
+
color: var(--tab-nav-arrow-color-hover, #2e3038);
|
|
20733
20733
|
background: transparent;
|
|
20734
20734
|
border-color: transparent;
|
|
20735
20735
|
text-decoration: none; }
|
|
@@ -20765,10 +20765,10 @@ small {
|
|
|
20765
20765
|
padding-right: 60px;
|
|
20766
20766
|
padding-right: var(--tab-nav-scroll-padding-right-m, 60px); }
|
|
20767
20767
|
.next-tabs.next-medium .next-tabs-tab-inner {
|
|
20768
|
-
font-size:
|
|
20769
|
-
font-size: var(--tab-item-text-size-m,
|
|
20770
|
-
padding:
|
|
20771
|
-
padding: var(--tab-item-padding-tb-size-m,
|
|
20768
|
+
font-size: 14px;
|
|
20769
|
+
font-size: var(--tab-item-text-size-m, 14px);
|
|
20770
|
+
padding: 20px 16px;
|
|
20771
|
+
padding: var(--tab-item-padding-tb-size-m, 20px) var(--tab-item-padding-lr-size-m, 16px); }
|
|
20772
20772
|
.next-tabs.next-medium .next-tabs-tab-inner .next-icon {
|
|
20773
20773
|
line-height: 1; }
|
|
20774
20774
|
.next-tabs.next-medium .next-tabs-tab-inner .next-icon:before,
|
|
@@ -20853,13 +20853,13 @@ small {
|
|
|
20853
20853
|
background-color: transparent; }
|
|
20854
20854
|
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab:hover {
|
|
20855
20855
|
cursor: pointer;
|
|
20856
|
-
color: #
|
|
20857
|
-
color: var(--tab-pure-text-color-hover, #
|
|
20856
|
+
color: #000000;
|
|
20857
|
+
color: var(--tab-pure-text-color-hover, #000000);
|
|
20858
20858
|
background-color: transparent; }
|
|
20859
20859
|
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active {
|
|
20860
20860
|
z-index: 1;
|
|
20861
|
-
color: #
|
|
20862
|
-
color: var(--tab-pure-text-color-selected, #
|
|
20861
|
+
color: #000000;
|
|
20862
|
+
color: var(--tab-pure-text-color-selected, #000000);
|
|
20863
20863
|
background-color: transparent; }
|
|
20864
20864
|
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.disabled {
|
|
20865
20865
|
pointer-events: none;
|
|
@@ -20875,10 +20875,10 @@ small {
|
|
|
20875
20875
|
left: 50%;
|
|
20876
20876
|
bottom: 0%; }
|
|
20877
20877
|
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active:before {
|
|
20878
|
-
width: calc(100% -
|
|
20879
|
-
width: calc(100% - var(--tab-pure-ink-bar-padding-l,
|
|
20880
|
-
left: calc(
|
|
20881
|
-
left: calc(var(--tab-pure-ink-bar-padding-l,
|
|
20878
|
+
width: calc(100% - 32px*2);
|
|
20879
|
+
width: calc(100% - var(--tab-pure-ink-bar-padding-l, 32px)*2);
|
|
20880
|
+
left: calc(32px);
|
|
20881
|
+
left: calc(var(--tab-pure-ink-bar-padding-l, 32px)); }
|
|
20882
20882
|
.next-tabs-wrapped > .next-tabs-bar {
|
|
20883
20883
|
background: transparent;
|
|
20884
20884
|
background: var(--tab-wrapped-bar-bg-color, transparent); }
|
|
@@ -20910,8 +20910,8 @@ small {
|
|
|
20910
20910
|
color: rgba(0, 0, 0, 0.75);
|
|
20911
20911
|
color: var(--tab-close-icon-color, rgba(0, 0, 0, 0.75)); }
|
|
20912
20912
|
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:hover {
|
|
20913
|
-
color:
|
|
20914
|
-
color: var(--tab-close-icon-color-hover,
|
|
20913
|
+
color: #2e3038;
|
|
20914
|
+
color: var(--tab-close-icon-color-hover, #2e3038); }
|
|
20915
20915
|
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:focus {
|
|
20916
20916
|
outline: none; }
|
|
20917
20917
|
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.active .next-tabs-tab-close {
|
|
@@ -21112,8 +21112,8 @@ small {
|
|
|
21112
21112
|
border-right-color: transparent;
|
|
21113
21113
|
margin-right: calc(0px - 1px);
|
|
21114
21114
|
margin-right: calc(0px - var(--tab-capsule-tab-border-line-width, 1px));
|
|
21115
|
-
color:
|
|
21116
|
-
color: var(--tab-capsule-text-color,
|
|
21115
|
+
color: #2e3038;
|
|
21116
|
+
color: var(--tab-capsule-text-color, #2e3038);
|
|
21117
21117
|
background-color: #FFFFFF;
|
|
21118
21118
|
background-color: var(--tab-capsule-bg-color, #FFFFFF); }
|
|
21119
21119
|
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child {
|
|
@@ -21321,8 +21321,8 @@ small {
|
|
|
21321
21321
|
text-overflow: ellipsis; }
|
|
21322
21322
|
|
|
21323
21323
|
.next-tag-checkable.next-tag-level-secondary {
|
|
21324
|
-
color:
|
|
21325
|
-
color: var(--tag-normal-text-color,
|
|
21324
|
+
color: #2e3038;
|
|
21325
|
+
color: var(--tag-normal-text-color, #2e3038);
|
|
21326
21326
|
border-color: transparent;
|
|
21327
21327
|
background-color: transparent; }
|
|
21328
21328
|
.next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]).hover {
|
|
@@ -21344,8 +21344,8 @@ small {
|
|
|
21344
21344
|
background-color: #DEE8FF;
|
|
21345
21345
|
background-color: var(--tag-fill-bg-color-hover, #DEE8FF); }
|
|
21346
21346
|
.next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn {
|
|
21347
|
-
color:
|
|
21348
|
-
color: var(--tag-fill-tail-color-hover,
|
|
21347
|
+
color: #2e3038;
|
|
21348
|
+
color: var(--tag-fill-tail-color-hover, #2e3038); }
|
|
21349
21349
|
.next-tag-default.next-tag-level-primary[disabled], .disabled.next-tag-default.next-tag-level-primary {
|
|
21350
21350
|
color: rgba(0, 0, 0, 0.4);
|
|
21351
21351
|
color: var(--tag-fill-text-color-disabled, rgba(0, 0, 0, 0.4));
|
|
@@ -21368,15 +21368,15 @@ small {
|
|
|
21368
21368
|
background-color: #EBECF0;
|
|
21369
21369
|
background-color: var(--tag-closable-primary-fill-bg-color, #EBECF0); }
|
|
21370
21370
|
.next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover {
|
|
21371
|
-
color:
|
|
21372
|
-
color: var(--tag-closable-primary-fill-text-color-hover,
|
|
21371
|
+
color: #2e3038;
|
|
21372
|
+
color: var(--tag-closable-primary-fill-text-color-hover, #2e3038);
|
|
21373
21373
|
border-color: #E2E4E8;
|
|
21374
21374
|
border-color: var(--tag-closable-primary-fill-border-color-hover, #E2E4E8);
|
|
21375
21375
|
background-color: #E2E4E8;
|
|
21376
21376
|
background-color: var(--tag-closable-primary-fill-bg-color-hover, #E2E4E8); }
|
|
21377
21377
|
.next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn {
|
|
21378
|
-
color:
|
|
21379
|
-
color: var(--tag-fill-tail-color-hover,
|
|
21378
|
+
color: #2e3038;
|
|
21379
|
+
color: var(--tag-fill-tail-color-hover, #2e3038); }
|
|
21380
21380
|
.next-tag-closable.next-tag-level-primary[disabled], .disabled.next-tag-closable.next-tag-level-primary {
|
|
21381
21381
|
color: rgba(0, 0, 0, 0.4);
|
|
21382
21382
|
color: var(--tag-closable-primary-fill-text-color-disabled, rgba(0, 0, 0, 0.4));
|
|
@@ -21399,15 +21399,15 @@ small {
|
|
|
21399
21399
|
background-color: #EBECF0;
|
|
21400
21400
|
background-color: var(--tag-checkable-fill-bg-color, #EBECF0); }
|
|
21401
21401
|
.next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover {
|
|
21402
|
-
color:
|
|
21403
|
-
color: var(--tag-checkable-fill-text-color-hover,
|
|
21402
|
+
color: #2e3038;
|
|
21403
|
+
color: var(--tag-checkable-fill-text-color-hover, #2e3038);
|
|
21404
21404
|
border-color: #E2E4E8;
|
|
21405
21405
|
border-color: var(--tag-checkable-fill-border-color-hover, #E2E4E8);
|
|
21406
21406
|
background-color: #E2E4E8;
|
|
21407
21407
|
background-color: var(--tag-checkable-fill-bg-color-hover, #E2E4E8); }
|
|
21408
21408
|
.next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn {
|
|
21409
|
-
color:
|
|
21410
|
-
color: var(--tag-checkable-fill-tail-color-hover,
|
|
21409
|
+
color: #2e3038;
|
|
21410
|
+
color: var(--tag-checkable-fill-tail-color-hover, #2e3038); }
|
|
21411
21411
|
.next-tag-checkable.next-tag-level-primary[disabled], .disabled.next-tag-checkable.next-tag-level-primary {
|
|
21412
21412
|
color: rgba(0, 0, 0, 0.4);
|
|
21413
21413
|
color: var(--tag-checkable-fill-text-color-disabled, rgba(0, 0, 0, 0.4));
|
|
@@ -21454,22 +21454,22 @@ small {
|
|
|
21454
21454
|
color: var(--tag-checkable-primary-tail-color, #FFFFFF); }
|
|
21455
21455
|
|
|
21456
21456
|
.next-tag-default.next-tag-level-normal {
|
|
21457
|
-
color:
|
|
21458
|
-
color: var(--tag-bordered-text-color,
|
|
21457
|
+
color: #2e3038;
|
|
21458
|
+
color: var(--tag-bordered-text-color, #2e3038);
|
|
21459
21459
|
border-color: #d9d9d9;
|
|
21460
21460
|
border-color: var(--tag-bordered-border-color, #d9d9d9);
|
|
21461
21461
|
background-color: #f8f9fb;
|
|
21462
21462
|
background-color: var(--tag-bordered-bg, #f8f9fb); }
|
|
21463
21463
|
.next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover {
|
|
21464
|
-
color:
|
|
21465
|
-
color: var(--tag-bordered-text-color-hover,
|
|
21464
|
+
color: #2e3038;
|
|
21465
|
+
color: var(--tag-bordered-text-color-hover, #2e3038);
|
|
21466
21466
|
border-color: #d9d9d9;
|
|
21467
21467
|
border-color: var(--tag-bordered-border-color-hover, #d9d9d9);
|
|
21468
21468
|
background-color: #f8f9fb;
|
|
21469
21469
|
background-color: var(--tag-bordered-bg-hover, #f8f9fb); }
|
|
21470
21470
|
.next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover > .next-tag-close-btn {
|
|
21471
|
-
color:
|
|
21472
|
-
color: var(--tag-bordered-tail-color-hover,
|
|
21471
|
+
color: #2e3038;
|
|
21472
|
+
color: var(--tag-bordered-tail-color-hover, #2e3038); }
|
|
21473
21473
|
.next-tag-default.next-tag-level-normal[disabled], .disabled.next-tag-default.next-tag-level-normal {
|
|
21474
21474
|
color: rgba(0, 0, 0, 0.4);
|
|
21475
21475
|
color: var(--tag-bordered-text-color-disabled, rgba(0, 0, 0, 0.4));
|
|
@@ -21492,15 +21492,15 @@ small {
|
|
|
21492
21492
|
background-color: transparent;
|
|
21493
21493
|
background-color: var(--tag-closable-bordered-bg, transparent); }
|
|
21494
21494
|
.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover {
|
|
21495
|
-
color:
|
|
21496
|
-
color: var(--tag-closable-bordered-text-color-hover,
|
|
21495
|
+
color: #2e3038;
|
|
21496
|
+
color: var(--tag-closable-bordered-text-color-hover, #2e3038);
|
|
21497
21497
|
border-color: #A0A2AD;
|
|
21498
21498
|
border-color: var(--tag-closable-bordered-border-color-hover, #A0A2AD);
|
|
21499
21499
|
background-color: transparent;
|
|
21500
21500
|
background-color: var(--tag-closable-bordered-bg-hover, transparent); }
|
|
21501
21501
|
.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover > .next-tag-close-btn {
|
|
21502
|
-
color:
|
|
21503
|
-
color: var(--tag-closable-bordered-tail-color-hover,
|
|
21502
|
+
color: #2e3038;
|
|
21503
|
+
color: var(--tag-closable-bordered-tail-color-hover, #2e3038); }
|
|
21504
21504
|
.next-tag-closable.next-tag-level-normal[disabled], .disabled.next-tag-closable.next-tag-level-normal {
|
|
21505
21505
|
color: rgba(0, 0, 0, 0.4);
|
|
21506
21506
|
color: var(--tag-closable-bordered-text-color-disabled, rgba(0, 0, 0, 0.4));
|
|
@@ -21591,8 +21591,8 @@ small {
|
|
|
21591
21591
|
background-color: transparent;
|
|
21592
21592
|
background-color: var(--tag-checkable-normal-bg, transparent); }
|
|
21593
21593
|
.next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]).hover {
|
|
21594
|
-
color:
|
|
21595
|
-
color: var(--tag-checkable-normal-text-color-hover,
|
|
21594
|
+
color: #2e3038;
|
|
21595
|
+
color: var(--tag-checkable-normal-text-color-hover, #2e3038);
|
|
21596
21596
|
border-color: #cacaca;
|
|
21597
21597
|
border-color: var(--tag-checkable-normal-border-color-hover, #cacaca);
|
|
21598
21598
|
background-color: transparent;
|
|
@@ -21798,11 +21798,11 @@ small {
|
|
|
21798
21798
|
border-color: #FCCC12;
|
|
21799
21799
|
color: #FCCC12; }
|
|
21800
21800
|
.next-tag-large {
|
|
21801
|
-
height:
|
|
21802
|
-
height: var(--tag-size-l-height,
|
|
21801
|
+
height: 28px;
|
|
21802
|
+
height: var(--tag-size-l-height, 28px);
|
|
21803
21803
|
padding: 0;
|
|
21804
|
-
line-height: calc(
|
|
21805
|
-
line-height: calc(var(--tag-size-l-height,
|
|
21804
|
+
line-height: calc(28px - 1px*2);
|
|
21805
|
+
line-height: calc(var(--tag-size-l-height, 28px) - var(--tag-border-width, 1px)*2);
|
|
21806
21806
|
font-size: 0; }
|
|
21807
21807
|
.next-tag-large > .next-tag-body {
|
|
21808
21808
|
font-size: 14px;
|
|
@@ -21851,11 +21851,11 @@ small {
|
|
|
21851
21851
|
padding-left: 8px;
|
|
21852
21852
|
padding-left: var(--tag-size-l-padding-lr, 8px); }
|
|
21853
21853
|
.next-tag-medium {
|
|
21854
|
-
height:
|
|
21855
|
-
height: var(--tag-size-m-height,
|
|
21854
|
+
height: 28px;
|
|
21855
|
+
height: var(--tag-size-m-height, 28px);
|
|
21856
21856
|
padding: 0;
|
|
21857
|
-
line-height: calc(
|
|
21858
|
-
line-height: calc(var(--tag-size-m-height,
|
|
21857
|
+
line-height: calc(28px - 1px*2);
|
|
21858
|
+
line-height: calc(var(--tag-size-m-height, 28px) - var(--tag-border-width, 1px)*2);
|
|
21859
21859
|
font-size: 0; }
|
|
21860
21860
|
.next-tag-medium > .next-tag-body {
|
|
21861
21861
|
font-size: 14px;
|
|
@@ -21904,11 +21904,11 @@ small {
|
|
|
21904
21904
|
padding-left: 8px;
|
|
21905
21905
|
padding-left: var(--tag-size-m-padding-lr, 8px); }
|
|
21906
21906
|
.next-tag-small {
|
|
21907
|
-
height:
|
|
21908
|
-
height: var(--tag-size-s-height,
|
|
21907
|
+
height: 28px;
|
|
21908
|
+
height: var(--tag-size-s-height, 28px);
|
|
21909
21909
|
padding: 0;
|
|
21910
|
-
line-height: calc(
|
|
21911
|
-
line-height: calc(var(--tag-size-s-height,
|
|
21910
|
+
line-height: calc(28px - 1px*2);
|
|
21911
|
+
line-height: calc(var(--tag-size-s-height, 28px) - var(--tag-border-width, 1px)*2);
|
|
21912
21912
|
font-size: 0; }
|
|
21913
21913
|
.next-tag-small > .next-tag-body {
|
|
21914
21914
|
font-size: 14px;
|
|
@@ -22174,8 +22174,8 @@ small {
|
|
|
22174
22174
|
overflow: hidden;
|
|
22175
22175
|
text-overflow: ellipsis;
|
|
22176
22176
|
white-space: nowrap;
|
|
22177
|
-
color:
|
|
22178
|
-
color: var(--timeline-item-title-color,
|
|
22177
|
+
color: #2e3038;
|
|
22178
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
22179
22179
|
text-align: right; }
|
|
22180
22180
|
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
|
|
22181
22181
|
margin: 0;
|
|
@@ -22333,8 +22333,8 @@ small {
|
|
|
22333
22333
|
overflow: hidden;
|
|
22334
22334
|
text-overflow: ellipsis;
|
|
22335
22335
|
white-space: nowrap;
|
|
22336
|
-
color:
|
|
22337
|
-
color: var(--timeline-item-title-color,
|
|
22336
|
+
color: #2e3038;
|
|
22337
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
22338
22338
|
text-align: right; }
|
|
22339
22339
|
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
|
|
22340
22340
|
margin: 0;
|
|
@@ -22492,8 +22492,8 @@ small {
|
|
|
22492
22492
|
overflow: hidden;
|
|
22493
22493
|
text-overflow: ellipsis;
|
|
22494
22494
|
white-space: nowrap;
|
|
22495
|
-
color:
|
|
22496
|
-
color: var(--timeline-item-title-color,
|
|
22495
|
+
color: #2e3038;
|
|
22496
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
22497
22497
|
text-align: right; }
|
|
22498
22498
|
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
|
|
22499
22499
|
margin: 0;
|
|
@@ -22651,8 +22651,8 @@ small {
|
|
|
22651
22651
|
overflow: hidden;
|
|
22652
22652
|
text-overflow: ellipsis;
|
|
22653
22653
|
white-space: nowrap;
|
|
22654
|
-
color:
|
|
22655
|
-
color: var(--timeline-item-title-color,
|
|
22654
|
+
color: #2e3038;
|
|
22655
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
22656
22656
|
text-align: right; }
|
|
22657
22657
|
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
|
|
22658
22658
|
margin: 0;
|
|
@@ -22845,8 +22845,8 @@ small {
|
|
|
22845
22845
|
overflow: hidden;
|
|
22846
22846
|
text-overflow: ellipsis;
|
|
22847
22847
|
white-space: nowrap;
|
|
22848
|
-
color:
|
|
22849
|
-
color: var(--timeline-item-title-color,
|
|
22848
|
+
color: #2e3038;
|
|
22849
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
22850
22850
|
text-align: left; }
|
|
22851
22851
|
.next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
|
|
22852
22852
|
margin: 0;
|
|
@@ -22997,8 +22997,8 @@ small {
|
|
|
22997
22997
|
overflow: hidden;
|
|
22998
22998
|
text-overflow: ellipsis;
|
|
22999
22999
|
white-space: nowrap;
|
|
23000
|
-
color:
|
|
23001
|
-
color: var(--timeline-item-title-color,
|
|
23000
|
+
color: #2e3038;
|
|
23001
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
23002
23002
|
text-align: left; }
|
|
23003
23003
|
.next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
|
|
23004
23004
|
margin: 0;
|
|
@@ -23149,8 +23149,8 @@ small {
|
|
|
23149
23149
|
overflow: hidden;
|
|
23150
23150
|
text-overflow: ellipsis;
|
|
23151
23151
|
white-space: nowrap;
|
|
23152
|
-
color:
|
|
23153
|
-
color: var(--timeline-item-title-color,
|
|
23152
|
+
color: #2e3038;
|
|
23153
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
23154
23154
|
text-align: left; }
|
|
23155
23155
|
.next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
|
|
23156
23156
|
margin: 0;
|
|
@@ -23301,8 +23301,8 @@ small {
|
|
|
23301
23301
|
overflow: hidden;
|
|
23302
23302
|
text-overflow: ellipsis;
|
|
23303
23303
|
white-space: nowrap;
|
|
23304
|
-
color:
|
|
23305
|
-
color: var(--timeline-item-title-color,
|
|
23304
|
+
color: #2e3038;
|
|
23305
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
23306
23306
|
text-align: left; }
|
|
23307
23307
|
.next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
|
|
23308
23308
|
margin: 0;
|
|
@@ -23386,8 +23386,8 @@ small {
|
|
|
23386
23386
|
overflow: hidden;
|
|
23387
23387
|
text-overflow: ellipsis;
|
|
23388
23388
|
white-space: nowrap;
|
|
23389
|
-
color:
|
|
23390
|
-
color: var(--timeline-item-title-color,
|
|
23389
|
+
color: #2e3038;
|
|
23390
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
23391
23391
|
text-align: right; }
|
|
23392
23392
|
|
|
23393
23393
|
.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
@@ -23455,8 +23455,8 @@ small {
|
|
|
23455
23455
|
overflow: hidden;
|
|
23456
23456
|
text-overflow: ellipsis;
|
|
23457
23457
|
white-space: nowrap;
|
|
23458
|
-
color:
|
|
23459
|
-
color: var(--timeline-item-title-color,
|
|
23458
|
+
color: #2e3038;
|
|
23459
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
23460
23460
|
text-align: left; }
|
|
23461
23461
|
|
|
23462
23462
|
.next-timeline[dir='rtl'].next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
@@ -23526,8 +23526,8 @@ small {
|
|
|
23526
23526
|
border-bottom: var(--transfer-panel-border-width, 1px) var(--line-solid, solid) var(--transfer-panel-border-color, #f0f0f0);
|
|
23527
23527
|
background-color: whitesmoke;
|
|
23528
23528
|
background-color: var(--transfer-panel-header-background-color, whitesmoke);
|
|
23529
|
-
color:
|
|
23530
|
-
color: var(--transfer-panel-header-text-color,
|
|
23529
|
+
color: #2e3038;
|
|
23530
|
+
color: var(--transfer-panel-header-text-color, #2e3038);
|
|
23531
23531
|
font-size: 14px;
|
|
23532
23532
|
font-size: var(--transfer-panel-header-text-size, 14px); }
|
|
23533
23533
|
.next-transfer-panel-search {
|
|
@@ -23604,8 +23604,8 @@ small {
|
|
|
23604
23604
|
font-size: 14px;
|
|
23605
23605
|
font-size: var(--font-size-body-1, 14px);
|
|
23606
23606
|
vertical-align: middle;
|
|
23607
|
-
color:
|
|
23608
|
-
color: var(--transfer-panel-footer-text-color,
|
|
23607
|
+
color: #2e3038;
|
|
23608
|
+
color: var(--transfer-panel-footer-text-color, #2e3038); }
|
|
23609
23609
|
.next-transfer-panel-move-all {
|
|
23610
23610
|
font-size: 14px;
|
|
23611
23611
|
font-size: var(--font-size-body-1, 14px);
|
|
@@ -23742,8 +23742,8 @@ small {
|
|
|
23742
23742
|
font-size: var(--tree-switch-arrow-size, 12px);
|
|
23743
23743
|
line-height: inherit; }
|
|
23744
23744
|
.next-tree-switcher.next-noline:not(.next-disabled):hover .next-tree-switcher-icon {
|
|
23745
|
-
color:
|
|
23746
|
-
color: var(--tree-switch-hover-arrow-color,
|
|
23745
|
+
color: #2e3038;
|
|
23746
|
+
color: var(--tree-switch-hover-arrow-color, #2e3038); }
|
|
23747
23747
|
.next-tree-switcher.next-noline.next-disabled {
|
|
23748
23748
|
cursor: not-allowed; }
|
|
23749
23749
|
.next-tree-switcher.next-noline.next-disabled .next-tree-switcher-icon {
|
|
@@ -23801,8 +23801,8 @@ small {
|
|
|
23801
23801
|
background-color: #f8f9fb;
|
|
23802
23802
|
background-color: var(--tree-switch-hover-bg-color, #f8f9fb); }
|
|
23803
23803
|
.next-tree-switcher.next-line:not(.next-disabled):hover .next-tree-switcher-icon {
|
|
23804
|
-
color:
|
|
23805
|
-
color: var(--tree-switch-hover-icon-color,
|
|
23804
|
+
color: #2e3038;
|
|
23805
|
+
color: var(--tree-switch-hover-icon-color, #2e3038); }
|
|
23806
23806
|
.next-tree-switcher.next-line.next-disabled {
|
|
23807
23807
|
border-color: #d9d9d9;
|
|
23808
23808
|
border-color: var(--color-line1-1, #d9d9d9);
|
|
@@ -23886,8 +23886,8 @@ small {
|
|
|
23886
23886
|
padding-bottom: calc(4px/2);
|
|
23887
23887
|
padding-bottom: calc(var(--tree-node-padding, 4px)/2); }
|
|
23888
23888
|
.next-tree.next-node-indent .next-tree-node-inner:focus .next-tree-node-label {
|
|
23889
|
-
color:
|
|
23890
|
-
color: var(--tree-node-hover-color,
|
|
23889
|
+
color: #2e3038;
|
|
23890
|
+
color: var(--tree-node-hover-color, #2e3038);
|
|
23891
23891
|
background-color: #f8f9fb;
|
|
23892
23892
|
background-color: var(--tree-node-hover-bg-color, #f8f9fb); }
|
|
23893
23893
|
.next-tree.next-node-indent .next-tree-node-label-wrapper {
|
|
@@ -23899,20 +23899,20 @@ small {
|
|
|
23899
23899
|
-webkit-transition: color 100ms linear, background-color 100ms linear;
|
|
23900
23900
|
transition: color 100ms linear, background-color 100ms linear;
|
|
23901
23901
|
cursor: default;
|
|
23902
|
-
color:
|
|
23903
|
-
color: var(--tree-node-normal-color,
|
|
23902
|
+
color: #2e3038;
|
|
23903
|
+
color: var(--tree-node-normal-color, #2e3038);
|
|
23904
23904
|
background-color: #FFFFFF;
|
|
23905
23905
|
background-color: var(--tree-node-normal-background, #FFFFFF); }
|
|
23906
23906
|
.next-tree.next-node-indent .next-tree-node-label-selectable {
|
|
23907
23907
|
cursor: pointer; }
|
|
23908
23908
|
.next-tree.next-node-indent .next-tree-node-label:hover {
|
|
23909
|
-
color:
|
|
23910
|
-
color: var(--tree-node-hover-color,
|
|
23909
|
+
color: #2e3038;
|
|
23910
|
+
color: var(--tree-node-hover-color, #2e3038);
|
|
23911
23911
|
background-color: #f8f9fb;
|
|
23912
23912
|
background-color: var(--tree-node-hover-bg-color, #f8f9fb); }
|
|
23913
23913
|
.next-tree.next-node-indent .next-tree-node-inner.next-selected .next-tree-node-label {
|
|
23914
|
-
color:
|
|
23915
|
-
color: var(--tree-node-selected-color,
|
|
23914
|
+
color: #2e3038;
|
|
23915
|
+
color: var(--tree-node-selected-color, #2e3038);
|
|
23916
23916
|
background-color: #DEE8FF;
|
|
23917
23917
|
background-color: var(--tree-node-selected-background, #DEE8FF); }
|
|
23918
23918
|
.next-tree.next-node-indent .next-tree-node-inner.next-disabled .next-tree-node-label,
|
|
@@ -23941,18 +23941,18 @@ small {
|
|
|
23941
23941
|
-webkit-transition: color 100ms linear, background-color 100ms linear;
|
|
23942
23942
|
transition: color 100ms linear, background-color 100ms linear;
|
|
23943
23943
|
cursor: pointer;
|
|
23944
|
-
color:
|
|
23945
|
-
color: var(--tree-node-normal-color,
|
|
23944
|
+
color: #2e3038;
|
|
23945
|
+
color: var(--tree-node-normal-color, #2e3038);
|
|
23946
23946
|
background-color: #FFFFFF;
|
|
23947
23947
|
background-color: var(--tree-node-normal-background, #FFFFFF); }
|
|
23948
23948
|
.next-tree.next-node-block .next-tree-node-inner:hover, .next-tree.next-node-block .next-tree-node-inner:focus {
|
|
23949
|
-
color:
|
|
23950
|
-
color: var(--tree-node-hover-color,
|
|
23949
|
+
color: #2e3038;
|
|
23950
|
+
color: var(--tree-node-hover-color, #2e3038);
|
|
23951
23951
|
background-color: #f8f9fb;
|
|
23952
23952
|
background-color: var(--tree-node-hover-bg-color, #f8f9fb); }
|
|
23953
23953
|
.next-tree.next-node-block .next-tree-node-inner.next-selected {
|
|
23954
|
-
color:
|
|
23955
|
-
color: var(--tree-node-selected-color,
|
|
23954
|
+
color: #2e3038;
|
|
23955
|
+
color: var(--tree-node-selected-color, #2e3038);
|
|
23956
23956
|
background-color: #DEE8FF;
|
|
23957
23957
|
background-color: var(--tree-node-selected-background, #DEE8FF); }
|
|
23958
23958
|
.next-tree.next-node-block .next-tree-node-inner.next-disabled, .next-tree.next-node-block .next-tree-node-inner.next-disabled:hover {
|
|
@@ -24161,8 +24161,8 @@ small {
|
|
|
24161
24161
|
overflow: hidden;
|
|
24162
24162
|
margin-right: 4px; }
|
|
24163
24163
|
.next-upload-list-text .next-upload-list-item-name {
|
|
24164
|
-
color:
|
|
24165
|
-
color: var(--upload-text-list-name-font-color,
|
|
24164
|
+
color: #2e3038;
|
|
24165
|
+
color: var(--upload-text-list-name-font-color, #2e3038);
|
|
24166
24166
|
-webkit-transition: all 100ms linear;
|
|
24167
24167
|
transition: all 100ms linear; }
|
|
24168
24168
|
.next-upload-list-text .next-upload-list-item-size {
|
|
@@ -24259,8 +24259,8 @@ small {
|
|
|
24259
24259
|
color: var(--upload-image-list-close-icon-color-hover, rgba(0, 0, 0, 0.75)); }
|
|
24260
24260
|
.next-upload-list-image .next-upload-list-item-name {
|
|
24261
24261
|
display: block;
|
|
24262
|
-
color:
|
|
24263
|
-
color: var(--upload-text-list-name-font-color,
|
|
24262
|
+
color: #2e3038;
|
|
24263
|
+
color: var(--upload-text-list-name-font-color, #2e3038);
|
|
24264
24264
|
margin-left: calc(48px + 8px);
|
|
24265
24265
|
margin-left: calc(var(--upload-image-list-item-picture-size, 48px) + var(--upload-image-list-item-padding, 8px));
|
|
24266
24266
|
margin-right: calc(12px + 4px*2);
|
|
@@ -24947,8 +24947,8 @@ small {
|
|
|
24947
24947
|
background: transparent;
|
|
24948
24948
|
background: var(--shell-light-tooldock-item-background, transparent); }
|
|
24949
24949
|
.next-shell-light .next-shell-aside .next-shell-tooldockitem:hover {
|
|
24950
|
-
color:
|
|
24951
|
-
color: var(--shell-light-tooldock-item-color-hover,
|
|
24950
|
+
color: #2e3038;
|
|
24951
|
+
color: var(--shell-light-tooldock-item-color-hover, #2e3038);
|
|
24952
24952
|
background: #EBECF0;
|
|
24953
24953
|
background: var(--shell-light-tooldock-item-background-hover, #EBECF0); }
|
|
24954
24954
|
.next-shell-light .next-shell-aside .next-shell-localnavigation {
|
|
@@ -25098,8 +25098,8 @@ small {
|
|
|
25098
25098
|
background: transparent;
|
|
25099
25099
|
background: var(--shell-dark-tooldock-item-background, transparent); }
|
|
25100
25100
|
.next-shell-dark .next-shell-aside .next-shell-tooldockitem:hover {
|
|
25101
|
-
color:
|
|
25102
|
-
color: var(--shell-dark-tooldock-item-color-hover,
|
|
25101
|
+
color: #2e3038;
|
|
25102
|
+
color: var(--shell-dark-tooldock-item-color-hover, #2e3038);
|
|
25103
25103
|
background: #EBECF0;
|
|
25104
25104
|
background: var(--shell-dark-tooldock-item-background-hover, #EBECF0); }
|
|
25105
25105
|
.next-shell-dark .next-shell-aside .next-shell-localnavigation {
|
|
@@ -25249,8 +25249,8 @@ small {
|
|
|
25249
25249
|
background: transparent;
|
|
25250
25250
|
background: var(--shell-brand-tooldock-item-background, transparent); }
|
|
25251
25251
|
.next-shell-brand .next-shell-aside .next-shell-tooldockitem:hover {
|
|
25252
|
-
color:
|
|
25253
|
-
color: var(--shell-brand-tooldock-item-color-hover,
|
|
25252
|
+
color: #2e3038;
|
|
25253
|
+
color: var(--shell-brand-tooldock-item-color-hover, #2e3038);
|
|
25254
25254
|
background: #EBECF0;
|
|
25255
25255
|
background: var(--shell-brand-tooldock-item-background-hover, #EBECF0); }
|
|
25256
25256
|
.next-shell-brand .next-shell-aside .next-shell-localnavigation {
|
|
@@ -25391,8 +25391,8 @@ small {
|
|
|
25391
25391
|
opacity: 0; } }
|
|
25392
25392
|
|
|
25393
25393
|
.next-typography {
|
|
25394
|
-
color:
|
|
25395
|
-
color: var(--typography-text-color,
|
|
25394
|
+
color: #2e3038;
|
|
25395
|
+
color: var(--typography-text-color, #2e3038); }
|
|
25396
25396
|
.next-typography-title {
|
|
25397
25397
|
font-weight: 600;
|
|
25398
25398
|
font-weight: var(--typography-title-font-weight, 600);
|
|
@@ -25400,8 +25400,8 @@ small {
|
|
|
25400
25400
|
.next-typography + .next-typography-title {
|
|
25401
25401
|
margin-top: 1.2em; }
|
|
25402
25402
|
.next-typography-paragraph {
|
|
25403
|
-
color:
|
|
25404
|
-
color: var(--typography-text-color,
|
|
25403
|
+
color: #2e3038;
|
|
25404
|
+
color: var(--typography-text-color, #2e3038);
|
|
25405
25405
|
margin-bottom: 1em;
|
|
25406
25406
|
font-size: 16px;
|
|
25407
25407
|
font-size: var(--typography-paragraph-font-size, 16px);
|
|
@@ -25411,16 +25411,16 @@ small {
|
|
|
25411
25411
|
padding: 0;
|
|
25412
25412
|
background: #FFE6BD;
|
|
25413
25413
|
background: var(--typography-text-mark-background, #FFE6BD);
|
|
25414
|
-
color:
|
|
25415
|
-
color: var(--typography-text-mark-color,
|
|
25414
|
+
color: #2e3038;
|
|
25415
|
+
color: var(--typography-text-mark-color, #2e3038); }
|
|
25416
25416
|
.next-typography strong {
|
|
25417
25417
|
font-weight: 600;
|
|
25418
25418
|
font-weight: var(--typography-text-strong-font-weight, 600); }
|
|
25419
25419
|
.next-typography code {
|
|
25420
25420
|
background-color: #f8f9fb;
|
|
25421
25421
|
background-color: var(--typography-text-code-background, #f8f9fb);
|
|
25422
|
-
color:
|
|
25423
|
-
color: var(--typography-text-code-color,
|
|
25422
|
+
color: #2e3038;
|
|
25423
|
+
color: var(--typography-text-code-color, #2e3038);
|
|
25424
25424
|
border: 1px solid #d9d9d9;
|
|
25425
25425
|
border: 1px solid var(--typography-text-code-border-color, #d9d9d9);
|
|
25426
25426
|
margin: 0 .2em;
|
|
@@ -25528,8 +25528,8 @@ h6.next-typography-title {
|
|
|
25528
25528
|
display: table;
|
|
25529
25529
|
margin: 16px 0;
|
|
25530
25530
|
margin: var(--divider-hoz-text-marginTop, 16px) 0;
|
|
25531
|
-
color:
|
|
25532
|
-
color: var(--divider-hoz-text-color,
|
|
25531
|
+
color: #2e3038;
|
|
25532
|
+
color: var(--divider-hoz-text-color, #2e3038);
|
|
25533
25533
|
font-weight: normal;
|
|
25534
25534
|
font-weight: var(--divider-hoz-text-weight, normal);
|
|
25535
25535
|
font-size: 18px;
|
|
@@ -25600,14 +25600,14 @@ h6.next-typography-title {
|
|
|
25600
25600
|
-webkit-box-sizing: border-box;
|
|
25601
25601
|
box-sizing: border-box;
|
|
25602
25602
|
position: relative;
|
|
25603
|
-
border-top-left-radius:
|
|
25604
|
-
border-top-left-radius: var(--table-header-corner-top,
|
|
25605
|
-
border-top-right-radius:
|
|
25606
|
-
border-top-right-radius: var(--table-header-corner-top,
|
|
25607
|
-
border-bottom-left-radius:
|
|
25608
|
-
border-bottom-left-radius: var(--table-header-corner-bottom,
|
|
25609
|
-
border-bottom-right-radius:
|
|
25610
|
-
border-bottom-right-radius: var(--table-header-corner-bottom,
|
|
25603
|
+
border-top-left-radius: 6px;
|
|
25604
|
+
border-top-left-radius: var(--table-header-corner-top, 6px);
|
|
25605
|
+
border-top-right-radius: 6px;
|
|
25606
|
+
border-top-right-radius: var(--table-header-corner-top, 6px);
|
|
25607
|
+
border-bottom-left-radius: 6px;
|
|
25608
|
+
border-bottom-left-radius: var(--table-header-corner-bottom, 6px);
|
|
25609
|
+
border-bottom-right-radius: 6px;
|
|
25610
|
+
border-bottom-right-radius: var(--table-header-corner-bottom, 6px);
|
|
25611
25611
|
border-top: 1px solid #f0f0f0;
|
|
25612
25612
|
border-top: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #f0f0f0);
|
|
25613
25613
|
border-left: 1px solid #f0f0f0;
|
|
@@ -25618,17 +25618,17 @@ h6.next-typography-title {
|
|
|
25618
25618
|
-webkit-box-sizing: border-box;
|
|
25619
25619
|
box-sizing: border-box; }
|
|
25620
25620
|
.next-table .next-table-header tr:first-child th:first-child {
|
|
25621
|
-
border-top-left-radius:
|
|
25622
|
-
border-top-left-radius: var(--table-header-corner-top,
|
|
25621
|
+
border-top-left-radius: 6px;
|
|
25622
|
+
border-top-left-radius: var(--table-header-corner-top, 6px); }
|
|
25623
25623
|
.next-table .next-table-header tr:first-child th:last-child {
|
|
25624
|
-
border-top-right-radius:
|
|
25625
|
-
border-top-right-radius: var(--table-header-corner-top,
|
|
25624
|
+
border-top-right-radius: 6px;
|
|
25625
|
+
border-top-right-radius: var(--table-header-corner-top, 6px); }
|
|
25626
25626
|
.next-table .next-table-header tr:last-child th:first-child {
|
|
25627
|
-
border-bottom-left-radius:
|
|
25628
|
-
border-bottom-left-radius: var(--table-header-corner-bottom,
|
|
25627
|
+
border-bottom-left-radius: 6px;
|
|
25628
|
+
border-bottom-left-radius: var(--table-header-corner-bottom, 6px); }
|
|
25629
25629
|
.next-table .next-table-header tr:last-child th:last-child {
|
|
25630
|
-
border-bottom-right-radius:
|
|
25631
|
-
border-bottom-right-radius: var(--table-header-corner-bottom,
|
|
25630
|
+
border-bottom-right-radius: 6px;
|
|
25631
|
+
border-bottom-right-radius: var(--table-header-corner-bottom, 6px); }
|
|
25632
25632
|
.next-table.next-table-layout-fixed {
|
|
25633
25633
|
overflow: auto; }
|
|
25634
25634
|
.next-table.next-table-layout-fixed table {
|
|
@@ -25649,22 +25649,22 @@ h6.next-typography-title {
|
|
|
25649
25649
|
width: 100%;
|
|
25650
25650
|
background: #FFFFFF;
|
|
25651
25651
|
background: var(--table-row-bg, #FFFFFF);
|
|
25652
|
-
border-top-left-radius:
|
|
25653
|
-
border-top-left-radius: var(--table-header-corner-top,
|
|
25654
|
-
border-top-right-radius:
|
|
25655
|
-
border-top-right-radius: var(--table-header-corner-top,
|
|
25656
|
-
border-bottom-left-radius:
|
|
25657
|
-
border-bottom-left-radius: var(--table-header-corner-bottom,
|
|
25658
|
-
border-bottom-right-radius:
|
|
25659
|
-
border-bottom-right-radius: var(--table-header-corner-bottom,
|
|
25652
|
+
border-top-left-radius: 6px;
|
|
25653
|
+
border-top-left-radius: var(--table-header-corner-top, 6px);
|
|
25654
|
+
border-top-right-radius: 6px;
|
|
25655
|
+
border-top-right-radius: var(--table-header-corner-top, 6px);
|
|
25656
|
+
border-bottom-left-radius: 6px;
|
|
25657
|
+
border-bottom-left-radius: var(--table-header-corner-bottom, 6px);
|
|
25658
|
+
border-bottom-right-radius: 6px;
|
|
25659
|
+
border-bottom-right-radius: var(--table-header-corner-bottom, 6px); }
|
|
25660
25660
|
.next-table table tr:first-child td {
|
|
25661
25661
|
border-top-width: 0; }
|
|
25662
25662
|
.next-table th {
|
|
25663
25663
|
padding: 0;
|
|
25664
25664
|
background: #fafafa;
|
|
25665
25665
|
background: var(--table-th-bg, #fafafa);
|
|
25666
|
-
color:
|
|
25667
|
-
color: var(--table-th-color,
|
|
25666
|
+
color: #2e3038;
|
|
25667
|
+
color: var(--table-th-color, #2e3038);
|
|
25668
25668
|
text-align: left;
|
|
25669
25669
|
font-weight: 500;
|
|
25670
25670
|
font-weight: var(--table-th-font-weight, 500);
|
|
@@ -25786,18 +25786,18 @@ h6.next-typography-title {
|
|
|
25786
25786
|
.next-table.zebra .next-table-row.hovered td {
|
|
25787
25787
|
background: #fafafa;
|
|
25788
25788
|
background: var(--table-row-hover-bg, #fafafa);
|
|
25789
|
-
color:
|
|
25790
|
-
color: var(--table-row-hover-color,
|
|
25789
|
+
color: #2e3038;
|
|
25790
|
+
color: var(--table-row-hover-color, #2e3038); }
|
|
25791
25791
|
.next-table.zebra .next-table-cell.hovered {
|
|
25792
25792
|
background: #fafafa;
|
|
25793
25793
|
background: var(--table-row-hover-bg, #fafafa);
|
|
25794
|
-
color:
|
|
25795
|
-
color: var(--table-row-hover-color,
|
|
25794
|
+
color: #2e3038;
|
|
25795
|
+
color: var(--table-row-hover-color, #2e3038); }
|
|
25796
25796
|
.next-table.zebra .next-table-row.selected td {
|
|
25797
25797
|
background: #e6f7ff;
|
|
25798
25798
|
background: var(--table-row-selected-bg, #e6f7ff);
|
|
25799
|
-
color:
|
|
25800
|
-
color: var(--table-row-selected-color,
|
|
25799
|
+
color: #2e3038;
|
|
25800
|
+
color: var(--table-row-selected-color, #2e3038); }
|
|
25801
25801
|
.next-table-empty {
|
|
25802
25802
|
color: #A0A2AD;
|
|
25803
25803
|
color: var(--table-empty-color, #A0A2AD);
|
|
@@ -25838,25 +25838,25 @@ h6.next-typography-title {
|
|
|
25838
25838
|
transition: all 100ms linear;
|
|
25839
25839
|
background: #FFFFFF;
|
|
25840
25840
|
background: var(--table-row-bg, #FFFFFF);
|
|
25841
|
-
color:
|
|
25842
|
-
color: var(--table-row-color,
|
|
25841
|
+
color: #2e3038;
|
|
25842
|
+
color: var(--table-row-color, #2e3038); }
|
|
25843
25843
|
.next-table-row.hidden {
|
|
25844
25844
|
display: none; }
|
|
25845
25845
|
.next-table-row.hovered {
|
|
25846
25846
|
background: #fafafa;
|
|
25847
25847
|
background: var(--table-row-hover-bg, #fafafa);
|
|
25848
|
-
color:
|
|
25849
|
-
color: var(--table-row-hover-color,
|
|
25848
|
+
color: #2e3038;
|
|
25849
|
+
color: var(--table-row-hover-color, #2e3038); }
|
|
25850
25850
|
.next-table-row.selected {
|
|
25851
25851
|
background: #e6f7ff;
|
|
25852
25852
|
background: var(--table-row-selected-bg, #e6f7ff);
|
|
25853
|
-
color:
|
|
25854
|
-
color: var(--table-row-selected-color,
|
|
25853
|
+
color: #2e3038;
|
|
25854
|
+
color: var(--table-row-selected-color, #2e3038); }
|
|
25855
25855
|
.next-table-cell.hovered {
|
|
25856
25856
|
background: #fafafa;
|
|
25857
25857
|
background: var(--table-row-hover-bg, #fafafa);
|
|
25858
|
-
color:
|
|
25859
|
-
color: var(--table-row-hover-color,
|
|
25858
|
+
color: #2e3038;
|
|
25859
|
+
color: var(--table-row-hover-color, #2e3038); }
|
|
25860
25860
|
.next-table-tree-placeholder {
|
|
25861
25861
|
visibility: hidden; }
|
|
25862
25862
|
.next-table-tree-placeholder:before,
|
|
@@ -25887,14 +25887,14 @@ h6.next-typography-title {
|
|
|
25887
25887
|
.next-table-header {
|
|
25888
25888
|
margin-bottom: -20px;
|
|
25889
25889
|
padding-bottom: 20px;
|
|
25890
|
-
border-top-left-radius:
|
|
25891
|
-
border-top-left-radius: var(--table-header-corner-top,
|
|
25892
|
-
border-top-right-radius:
|
|
25893
|
-
border-top-right-radius: var(--table-header-corner-top,
|
|
25894
|
-
border-bottom-left-radius:
|
|
25895
|
-
border-bottom-left-radius: var(--table-header-corner-bottom,
|
|
25896
|
-
border-bottom-right-radius:
|
|
25897
|
-
border-bottom-right-radius: var(--table-header-corner-bottom,
|
|
25890
|
+
border-top-left-radius: 6px;
|
|
25891
|
+
border-top-left-radius: var(--table-header-corner-top, 6px);
|
|
25892
|
+
border-top-right-radius: 6px;
|
|
25893
|
+
border-top-right-radius: var(--table-header-corner-top, 6px);
|
|
25894
|
+
border-bottom-left-radius: 6px;
|
|
25895
|
+
border-bottom-left-radius: var(--table-header-corner-bottom, 6px);
|
|
25896
|
+
border-bottom-right-radius: 6px;
|
|
25897
|
+
border-bottom-right-radius: var(--table-header-corner-bottom, 6px);
|
|
25898
25898
|
overflow: -moz-scrollbars-none;
|
|
25899
25899
|
-ms-overflow-style: none;
|
|
25900
25900
|
scrollbar-width: none; }
|
|
@@ -25995,8 +25995,8 @@ h6.next-typography-title {
|
|
|
25995
25995
|
.next-table-group .next-table-group-header td {
|
|
25996
25996
|
background: #fafafa;
|
|
25997
25997
|
background: var(--table-group-th-bg, #fafafa);
|
|
25998
|
-
color:
|
|
25999
|
-
color: var(--table-group-th-color,
|
|
25998
|
+
color: #2e3038;
|
|
25999
|
+
color: var(--table-group-th-color, #2e3038); }
|
|
26000
26000
|
.next-table-group .next-table-group-header td:first-child {
|
|
26001
26001
|
border-top-left-radius: 0px;
|
|
26002
26002
|
border-top-left-radius: var(--table-group-header-corner-top, 0px);
|
|
@@ -26010,8 +26010,8 @@ h6.next-typography-title {
|
|
|
26010
26010
|
.next-table-group .next-table-group-footer td {
|
|
26011
26011
|
background: #fafafa;
|
|
26012
26012
|
background: var(--table-group-footer-bg, #fafafa);
|
|
26013
|
-
color:
|
|
26014
|
-
color: var(--table-group-footer-color,
|
|
26013
|
+
color: #2e3038;
|
|
26014
|
+
color: var(--table-group-footer-color, #2e3038); }
|
|
26015
26015
|
.next-table-group .next-table-group-footer td:first-child {
|
|
26016
26016
|
border-top-left-radius: 0px;
|
|
26017
26017
|
border-top-left-radius: var(--table-group-footer-corner-top, 0px);
|
|
@@ -26026,8 +26026,8 @@ h6.next-typography-title {
|
|
|
26026
26026
|
.next-table-group .next-table-row.selected {
|
|
26027
26027
|
background: #FFFFFF;
|
|
26028
26028
|
background: var(--table-row-bg, #FFFFFF);
|
|
26029
|
-
color:
|
|
26030
|
-
color: var(--table-row-color,
|
|
26029
|
+
color: #2e3038;
|
|
26030
|
+
color: var(--table-row-color, #2e3038); }
|
|
26031
26031
|
|
|
26032
26032
|
.next-table-lock {
|
|
26033
26033
|
position: relative; }
|
|
@@ -26039,10 +26039,10 @@ h6.next-typography-title {
|
|
|
26039
26039
|
|
|
26040
26040
|
.next-table-header-fixer {
|
|
26041
26041
|
content: " ";
|
|
26042
|
-
border-top-right-radius:
|
|
26043
|
-
border-top-right-radius: var(--table-header-corner-top,
|
|
26044
|
-
border-bottom-right-radius:
|
|
26045
|
-
border-bottom-right-radius: var(--table-header-corner-bottom,
|
|
26042
|
+
border-top-right-radius: 6px;
|
|
26043
|
+
border-top-right-radius: var(--table-header-corner-top, 6px);
|
|
26044
|
+
border-bottom-right-radius: 6px;
|
|
26045
|
+
border-bottom-right-radius: var(--table-header-corner-bottom, 6px);
|
|
26046
26046
|
width: 15px;
|
|
26047
26047
|
background: inherit;
|
|
26048
26048
|
position: absolute;
|
|
@@ -26121,8 +26121,8 @@ h6.next-typography-title {
|
|
|
26121
26121
|
.next-table-sort .next-icon {
|
|
26122
26122
|
position: absolute;
|
|
26123
26123
|
left: -2px;
|
|
26124
|
-
color:
|
|
26125
|
-
color: var(--table-sort-color,
|
|
26124
|
+
color: #2e3038;
|
|
26125
|
+
color: var(--table-sort-color, #2e3038); }
|
|
26126
26126
|
.next-table-sort .next-icon:before,
|
|
26127
26127
|
.next-table-sort .next-icon .next-icon-remote {
|
|
26128
26128
|
width: 12px;
|
|
@@ -26141,8 +26141,8 @@ h6.next-typography-title {
|
|
|
26141
26141
|
.next-table-filter:focus {
|
|
26142
26142
|
outline: 0; }
|
|
26143
26143
|
.next-table-filter .next-icon {
|
|
26144
|
-
color:
|
|
26145
|
-
color: var(--table-sort-color,
|
|
26144
|
+
color: #2e3038;
|
|
26145
|
+
color: var(--table-sort-color, #2e3038); }
|
|
26146
26146
|
.next-table-filter .next-icon:before,
|
|
26147
26147
|
.next-table-filter .next-icon .next-icon-remote {
|
|
26148
26148
|
width: 12px;
|
|
@@ -26505,8 +26505,8 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
26505
26505
|
.next-calendar2-panel .next-calendar2-header-btn > span, .next-calendar2-panel .next-calendar2-header-text-field {
|
|
26506
26506
|
text-align: center;
|
|
26507
26507
|
font-size: 14px;
|
|
26508
|
-
color:
|
|
26509
|
-
color: var(--color-text1-4,
|
|
26508
|
+
color: #2e3038;
|
|
26509
|
+
color: var(--color-text1-4, #2e3038);
|
|
26510
26510
|
font-weight: bolder;
|
|
26511
26511
|
vertical-align: initial; }
|
|
26512
26512
|
.next-calendar2-panel .next-calendar2-header-btn:hover,
|
|
@@ -26612,8 +26612,8 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
26612
26612
|
-ms-user-select: none;
|
|
26613
26613
|
user-select: none; }
|
|
26614
26614
|
.next-time-picker2-menu-item:hover {
|
|
26615
|
-
color:
|
|
26616
|
-
color: var(--color-text1-4,
|
|
26615
|
+
color: #2e3038;
|
|
26616
|
+
color: var(--color-text1-4, #2e3038);
|
|
26617
26617
|
background: #f8f9fb;
|
|
26618
26618
|
background: var(--color-fill1-2, #f8f9fb); }
|
|
26619
26619
|
.next-time-picker2-menu-item.next-selected {
|