@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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @alifd/theme-panda@0.1.0 (https://fusion.design)
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)
@@ -2195,7 +2195,7 @@
2195
2195
  vertical-align: middle; }
2196
2196
  .next-radio-button > label .next-radio-label {
2197
2197
  display: block;
2198
- color: rgba(0, 0, 0, 0.85);
2198
+ color: #2e3038;
2199
2199
  margin: 0;
2200
2200
  -webkit-transition: all 100ms linear;
2201
2201
  transition: all 100ms linear; }
@@ -2204,7 +2204,7 @@
2204
2204
  border-color: #A0A2AD;
2205
2205
  background-color: #f8f9fb; }
2206
2206
  .next-radio-button > label:hover .next-radio-label, .next-radio-button > label.hovered .next-radio-label {
2207
- color: rgba(0, 0, 0, 0.85); }
2207
+ color: #2e3038; }
2208
2208
  .next-radio-button > label.checked {
2209
2209
  z-index: 11;
2210
2210
  border-color: #257df9;
@@ -2291,7 +2291,7 @@
2291
2291
  .next-radio-group .next-radio-wrapper:last-child {
2292
2292
  margin-right: 0; }
2293
2293
  .next-radio-group .next-radio-label {
2294
- color: rgba(0, 0, 0, 0.85); }
2294
+ color: #2e3038; }
2295
2295
  .next-radio-group.disabled .next-radio-label {
2296
2296
  color: rgba(0, 0, 0, 0.4); }
2297
2297
 
@@ -2310,7 +2310,7 @@
2310
2310
  font-size: 14px;
2311
2311
  vertical-align: middle;
2312
2312
  line-height: 1;
2313
- color: rgba(0, 0, 0, 0.85); }
2313
+ color: #2e3038; }
2314
2314
 
2315
2315
  @-moz-document url-prefix() {
2316
2316
  .next-radio {
@@ -2477,7 +2477,7 @@
2477
2477
  transform: translateY(19px);
2478
2478
  right: 16px; }
2479
2479
  .next-balloon-primary {
2480
- color: rgba(0, 0, 0, 0.85);
2480
+ color: #2e3038;
2481
2481
  border-color: #257df9;
2482
2482
  background-color: #E3F2FD;
2483
2483
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
@@ -2503,7 +2503,7 @@
2503
2503
  font-size: 12px;
2504
2504
  line-height: 1em; }
2505
2505
  .next-balloon-primary .next-balloon-close :hover {
2506
- color: rgba(0, 0, 0, 0.85); }
2506
+ color: #2e3038; }
2507
2507
  .next-balloon-primary:after {
2508
2508
  position: absolute;
2509
2509
  width: 12px;
@@ -2578,7 +2578,7 @@
2578
2578
  border-top: none;
2579
2579
  border-left: none; }
2580
2580
  .next-balloon-normal {
2581
- color: rgba(0, 0, 0, 0.85);
2581
+ color: #2e3038;
2582
2582
  border-color: #f1f1f1;
2583
2583
  background-color: #FFFFFF;
2584
2584
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
@@ -3117,7 +3117,7 @@
3117
3117
  position: relative;
3118
3118
  -webkit-transition: background 100ms linear;
3119
3119
  transition: background 100ms linear;
3120
- color: rgba(0, 0, 0, 0.85);
3120
+ color: #2e3038;
3121
3121
  cursor: pointer; }
3122
3122
  .next-menu-item-helper {
3123
3123
  float: right;
@@ -3128,7 +3128,7 @@
3128
3128
  .next-menu-item .next-radio {
3129
3129
  margin-right: 4px; }
3130
3130
  .next-menu-item.next-selected {
3131
- color: rgba(0, 0, 0, 0.85);
3131
+ color: #2e3038;
3132
3132
  background-color: #e6f7ff; }
3133
3133
  .next-menu-item.next-selected .next-menu-icon-arrow {
3134
3134
  color: rgba(0, 0, 0, 0.75); }
@@ -3146,10 +3146,10 @@
3146
3146
  .next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected {
3147
3147
  color: rgba(0, 0, 0, 0.4); }
3148
3148
  .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 {
3149
- color: rgba(0, 0, 0, 0.85);
3149
+ color: #2e3038;
3150
3150
  background-color: whitesmoke; }
3151
3151
  .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 {
3152
- color: rgba(0, 0, 0, 0.85); }
3152
+ color: #2e3038; }
3153
3153
  .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 {
3154
3154
  color: transparent; }
3155
3155
  .next-menu-item-inner {
@@ -3164,7 +3164,7 @@
3164
3164
  .next-menu-item .next-menu-item-text > a {
3165
3165
  display: inline-block;
3166
3166
  text-decoration: none;
3167
- color: rgba(0, 0, 0, 0.85); }
3167
+ color: #2e3038; }
3168
3168
  .next-menu-item .next-menu-item-text > a::before {
3169
3169
  position: absolute;
3170
3170
  background-color: transparent;
@@ -3366,10 +3366,10 @@
3366
3366
  text-decoration: none;
3367
3367
  text-align: center; }
3368
3368
  .next-breadcrumb .next-breadcrumb-text.activated {
3369
- color: rgba(0, 0, 0, 0.85);
3369
+ color: #2e3038;
3370
3370
  font-weight: normal; }
3371
3371
  .next-breadcrumb .next-breadcrumb-text.activated > a {
3372
- color: rgba(0, 0, 0, 0.85);
3372
+ color: #2e3038;
3373
3373
  font-weight: normal; }
3374
3374
  .next-breadcrumb .next-breadcrumb-text-ellipsis {
3375
3375
  color: rgba(0, 0, 0, 0.75);
@@ -3481,7 +3481,7 @@
3481
3481
  -webkit-box-shadow: none;
3482
3482
  box-shadow: none; }
3483
3483
  .next-btn.next-small {
3484
- border-radius: 8px;
3484
+ border-radius: 6px;
3485
3485
  padding: 0 8px;
3486
3486
  height: 28px;
3487
3487
  font-size: 14px;
@@ -3538,8 +3538,8 @@
3538
3538
  -webkit-transition: all 100ms linear;
3539
3539
  transition: all 100ms linear; }
3540
3540
  .next-btn.next-medium {
3541
- border-radius: 8px;
3542
- padding: 0 16px;
3541
+ border-radius: 6px;
3542
+ padding: 0 12px;
3543
3543
  height: 32px;
3544
3544
  font-size: 14px;
3545
3545
  border-width: 1px; }
@@ -3579,7 +3579,7 @@
3579
3579
  height: 12px;
3580
3580
  font-size: 12px;
3581
3581
  line-height: 12px;
3582
- left: 16px;
3582
+ left: 12px;
3583
3583
  top: 50%;
3584
3584
  text-align: center;
3585
3585
  margin-right: 4px; }
@@ -3595,7 +3595,7 @@
3595
3595
  -webkit-transition: all 100ms linear;
3596
3596
  transition: all 100ms linear; }
3597
3597
  .next-btn.next-large {
3598
- border-radius: 8px;
3598
+ border-radius: 6px;
3599
3599
  padding: 0 16px;
3600
3600
  height: 40px;
3601
3601
  font-size: 18px;
@@ -3654,9 +3654,9 @@
3654
3654
  .next-btn.next-btn-normal {
3655
3655
  border-style: solid;
3656
3656
  background: #FFFFFF;
3657
- border-color: #cacaca; }
3657
+ border-color: #f0f0f0; }
3658
3658
  .next-btn.next-btn-normal, .next-btn.next-btn-normal:link, .next-btn.next-btn-normal:visited, .next-btn.next-btn-normal.visited {
3659
- color: rgba(0, 0, 0, 0.85); }
3659
+ color: #2e3038; }
3660
3660
  .next-btn.next-btn-normal:focus, .next-btn.next-btn-normal:hover, .next-btn.next-btn-normal.hover {
3661
3661
  color: #257df9;
3662
3662
  background: #FFFFFF;
@@ -3883,7 +3883,7 @@
3883
3883
  background: transparent;
3884
3884
  border-color: transparent; }
3885
3885
  .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 {
3886
- color: rgba(0, 0, 0, 0.85); }
3886
+ color: #2e3038; }
3887
3887
  .next-btn-text.next-btn-normal:focus, .next-btn-text.next-btn-normal:hover, .next-btn-text.next-btn-normal.hover {
3888
3888
  color: #257df9;
3889
3889
  background: transparent;
@@ -4084,14 +4084,14 @@
4084
4084
  background: transparent;
4085
4085
  border-color: transparent; }
4086
4086
  .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 {
4087
- color: rgba(0, 0, 0, 0.85); }
4087
+ color: #2e3038; }
4088
4088
  .next-btn-text.next-btn-loading:focus, .next-btn-text.next-btn-loading:hover, .next-btn-text.next-btn-loading.hover {
4089
- color: rgba(0, 0, 0, 0.85);
4089
+ color: #2e3038;
4090
4090
  background: transparent;
4091
4091
  border-color: transparent;
4092
4092
  text-decoration: none; }
4093
4093
  .next-btn-text.next-btn-loading:active, .next-btn-text.next-btn-loading.active {
4094
- color: rgba(0, 0, 0, 0.85);
4094
+ color: #2e3038;
4095
4095
  background: transparent;
4096
4096
  border-color: transparent;
4097
4097
  text-decoration: none; }
@@ -4149,18 +4149,18 @@
4149
4149
  text-decoration: none; }
4150
4150
  .next-btn-ghost.next-btn-light {
4151
4151
  background: rgba(0, 0, 0, 0);
4152
- border-color: rgba(0, 0, 0, 0.85); }
4152
+ border-color: #2e3038; }
4153
4153
  .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 {
4154
- color: rgba(0, 0, 0, 0.85); }
4154
+ color: #2e3038; }
4155
4155
  .next-btn-ghost.next-btn-light:focus, .next-btn-ghost.next-btn-light:hover, .next-btn-ghost.next-btn-light.hover {
4156
4156
  color: #999999;
4157
4157
  background: rgba(0, 0, 0, 0.92);
4158
- border-color: rgba(0, 0, 0, 0.85);
4158
+ border-color: #2e3038;
4159
4159
  text-decoration: none; }
4160
4160
  .next-btn-ghost.next-btn-light:active, .next-btn-ghost.next-btn-light.active {
4161
4161
  color: #999999;
4162
4162
  background: rgba(0, 0, 0, 0.92);
4163
- border-color: rgba(0, 0, 0, 0.85);
4163
+ border-color: #2e3038;
4164
4164
  text-decoration: none; }
4165
4165
  .next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light[disabled] {
4166
4166
  background: transparent;
@@ -4235,7 +4235,7 @@
4235
4235
  /* 尺寸维度 */
4236
4236
  /* ---------------------------------------- */
4237
4237
  .next-btn.next-small[dir="rtl"] {
4238
- border-radius: 8px; }
4238
+ border-radius: 6px; }
4239
4239
  .next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first {
4240
4240
  margin-left: 4px;
4241
4241
  margin-right: 0; }
@@ -4262,7 +4262,7 @@
4262
4262
  margin-left: 4px; }
4263
4263
 
4264
4264
  .next-btn.next-medium[dir="rtl"] {
4265
- border-radius: 8px; }
4265
+ border-radius: 6px; }
4266
4266
  .next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-first {
4267
4267
  margin-left: 4px;
4268
4268
  margin-right: 0; }
@@ -4280,16 +4280,16 @@
4280
4280
  font-size: 12px;
4281
4281
  line-height: inherit; }
4282
4282
  .next-btn.next-medium[dir="rtl"].next-btn-loading {
4283
- padding-left: 16px;
4284
- padding-right: 32px; }
4283
+ padding-left: 12px;
4284
+ padding-right: 28px; }
4285
4285
  .next-btn.next-medium[dir="rtl"].next-btn-loading:after {
4286
- right: 16px;
4286
+ right: 12px;
4287
4287
  top: 50%;
4288
4288
  margin-right: 0;
4289
4289
  margin-left: 4px; }
4290
4290
 
4291
4291
  .next-btn.next-large[dir="rtl"] {
4292
- border-radius: 8px; }
4292
+ border-radius: 6px; }
4293
4293
  .next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-first {
4294
4294
  margin-left: 4px;
4295
4295
  margin-right: 0; }
@@ -4442,7 +4442,7 @@
4442
4442
  font-weight: normal;
4443
4443
  vertical-align: middle;
4444
4444
  background-color: transparent;
4445
- color: rgba(0, 0, 0, 0.85); }
4445
+ color: #2e3038; }
4446
4446
  .next-input input::-ms-clear,
4447
4447
  .next-input textarea::-ms-clear {
4448
4448
  display: none; }
@@ -4562,7 +4562,7 @@
4562
4562
  border-radius: 6px;
4563
4563
  font-size: 0; }
4564
4564
  .next-input.next-input-textarea textarea {
4565
- color: rgba(0, 0, 0, 0.85);
4565
+ color: #2e3038;
4566
4566
  padding: 4px 8px;
4567
4567
  font-size: 14px;
4568
4568
  border-radius: 6px; }
@@ -4623,7 +4623,7 @@
4623
4623
  border-color: #ff4d4f;
4624
4624
  background-color: #FFFFFF; }
4625
4625
  .next-input.next-error input, .next-input.next-error textarea {
4626
- color: rgba(0, 0, 0, 0.85); }
4626
+ color: #2e3038; }
4627
4627
  .next-input.next-error.next-focus, .next-input.next-error:hover {
4628
4628
  border-color: #ff4d4f; }
4629
4629
  .next-input.next-error.next-focus {
@@ -5141,7 +5141,7 @@
5141
5141
 
5142
5142
  .next-calendar-fullscreen .next-calendar-th {
5143
5143
  text-align: right;
5144
- color: rgba(0, 0, 0, 0.85);
5144
+ color: #2e3038;
5145
5145
  font-size: 18px;
5146
5146
  font-weight: bold;
5147
5147
  padding-right: 12px;
@@ -5174,7 +5174,7 @@
5174
5174
  -webkit-transition: background 100ms linear;
5175
5175
  transition: background 100ms linear;
5176
5176
  background: #FFFFFF;
5177
- color: rgba(0, 0, 0, 0.85);
5177
+ color: #2e3038;
5178
5178
  border-color: #f0f0f0; }
5179
5179
  .next-calendar-fullscreen .next-calendar-date:hover, .next-calendar-fullscreen .next-calendar-month:hover {
5180
5180
  background: #DEE8FF;
@@ -5510,7 +5510,7 @@
5510
5510
  white-space: nowrap;
5511
5511
  max-width: 80%;
5512
5512
  height: 100%;
5513
- color: rgba(0, 0, 0, 0.85);
5513
+ color: #2e3038;
5514
5514
  font-size: 18px;
5515
5515
  font-weight: normal; }
5516
5516
  .next-card-subtitle {
@@ -5574,7 +5574,7 @@
5574
5574
  margin-left: 12px;
5575
5575
  vertical-align: middle; }
5576
5576
  .next-card-header-title {
5577
- color: rgba(0, 0, 0, 0.85);
5577
+ color: #2e3038;
5578
5578
  font-size: 18px;
5579
5579
  font-weight: normal;
5580
5580
  line-height: 1.5; }
@@ -5652,7 +5652,7 @@
5652
5652
  .next-cascader-menu.next-has-right-border {
5653
5653
  border-right: 1px solid #f0f0f0; }
5654
5654
  .next-cascader-menu-item.next-expanded {
5655
- color: rgba(0, 0, 0, 0.85);
5655
+ color: #2e3038;
5656
5656
  background-color: #f8f9fb; }
5657
5657
  .next-cascader-menu-icon-right {
5658
5658
  position: absolute;
@@ -5660,7 +5660,7 @@
5660
5660
  right: 10px;
5661
5661
  color: rgba(0, 0, 0, 0.75); }
5662
5662
  .next-cascader-menu-icon-right:hover {
5663
- color: rgba(0, 0, 0, 0.85); }
5663
+ color: #2e3038; }
5664
5664
  .next-cascader-menu-icon-expand.next-icon:before,
5665
5665
  .next-cascader-menu-icon-expand.next-icon .next-icon-remote {
5666
5666
  width: 8px;
@@ -5682,7 +5682,7 @@
5682
5682
  font-size: 12px;
5683
5683
  line-height: inherit; }
5684
5684
  .next-cascader-menu-item.next-expanded .next-cascader-menu-icon-right {
5685
- color: rgba(0, 0, 0, 0.85); }
5685
+ color: #2e3038; }
5686
5686
  .next-cascader-menu-item.next-expanded .next-cascader-menu-icon-loading {
5687
5687
  color: #257df9; }
5688
5688
  .next-cascader-filtered-list {
@@ -5936,7 +5936,7 @@
5936
5936
 
5937
5937
  .next-checkbox-label {
5938
5938
  font-size: 14px;
5939
- color: rgba(0, 0, 0, 0.85);
5939
+ color: #2e3038;
5940
5940
  vertical-align: middle;
5941
5941
  margin: 0;
5942
5942
  margin-left: 4px;
@@ -5989,7 +5989,7 @@
5989
5989
  border-top: 1px solid gainsboro; }
5990
5990
  .next-collapse .next-collapse-panel-icon {
5991
5991
  position: absolute;
5992
- color: rgba(0, 0, 0, 0.85);
5992
+ color: #2e3038;
5993
5993
  -webkit-transition: -webkit-transform 100ms linear;
5994
5994
  transition: -webkit-transform 100ms linear;
5995
5995
  transition: transform 100ms linear;
@@ -6019,17 +6019,17 @@
6019
6019
  background: #f8f9fb;
6020
6020
  font-size: 16px;
6021
6021
  font-weight: normal;
6022
- color: rgba(0, 0, 0, 0.85);
6022
+ color: #2e3038;
6023
6023
  cursor: pointer;
6024
6024
  padding: 8px 0 8px 28px;
6025
6025
  -webkit-transition: background 100ms linear;
6026
6026
  transition: background 100ms linear; }
6027
6027
  .next-collapse-panel-title:hover {
6028
6028
  background: #f8f9fb;
6029
- color: rgba(0, 0, 0, 0.85);
6029
+ color: #2e3038;
6030
6030
  font-weight: normal; }
6031
6031
  .next-collapse-panel-title:hover .next-collapse-panel-icon {
6032
- color: rgba(0, 0, 0, 0.85); }
6032
+ color: #2e3038; }
6033
6033
  .next-collapse-panel-content {
6034
6034
  height: 0;
6035
6035
  line-height: 1.5;
@@ -6121,7 +6121,7 @@
6121
6121
  background: #FFFFFF;
6122
6122
  outline: none; }
6123
6123
  .next-time-picker-menu-item:hover {
6124
- color: rgba(0, 0, 0, 0.85);
6124
+ color: #2e3038;
6125
6125
  background: #f8f9fb; }
6126
6126
  .next-time-picker-menu-item.next-selected {
6127
6127
  font-weight: bold;
@@ -6482,7 +6482,7 @@
6482
6482
  box-shadow: none;
6483
6483
  border-style: solid; }
6484
6484
  .next-message.next-message-success.next-inline .next-message-title {
6485
- color: rgba(0, 0, 0, 0.85); }
6485
+ color: #2e3038; }
6486
6486
  .next-message.next-message-success.next-inline .next-message-content {
6487
6487
  color: rgba(0, 0, 0, 0.75); }
6488
6488
  .next-message.next-message-success.next-inline .next-message-symbol {
@@ -6496,7 +6496,7 @@
6496
6496
  box-shadow: none;
6497
6497
  border-style: solid; }
6498
6498
  .next-message.next-message-success.next-addon .next-message-title {
6499
- color: rgba(0, 0, 0, 0.85); }
6499
+ color: #2e3038; }
6500
6500
  .next-message.next-message-success.next-addon .next-message-content {
6501
6501
  color: rgba(0, 0, 0, 0.75); }
6502
6502
  .next-message.next-message-success.next-addon .next-message-symbol {
@@ -6510,7 +6510,7 @@
6510
6510
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
6511
6511
  border-style: solid; }
6512
6512
  .next-message.next-message-success.next-toast .next-message-title {
6513
- color: rgba(0, 0, 0, 0.85); }
6513
+ color: #2e3038; }
6514
6514
  .next-message.next-message-success.next-toast .next-message-content {
6515
6515
  color: rgba(0, 0, 0, 0.75); }
6516
6516
  .next-message.next-message-success.next-toast .next-message-symbol {
@@ -6524,7 +6524,7 @@
6524
6524
  box-shadow: none;
6525
6525
  border-style: solid; }
6526
6526
  .next-message.next-message-warning.next-inline .next-message-title {
6527
- color: rgba(0, 0, 0, 0.85); }
6527
+ color: #2e3038; }
6528
6528
  .next-message.next-message-warning.next-inline .next-message-content {
6529
6529
  color: rgba(0, 0, 0, 0.75); }
6530
6530
  .next-message.next-message-warning.next-inline .next-message-symbol {
@@ -6538,7 +6538,7 @@
6538
6538
  box-shadow: none;
6539
6539
  border-style: solid; }
6540
6540
  .next-message.next-message-warning.next-addon .next-message-title {
6541
- color: rgba(0, 0, 0, 0.85); }
6541
+ color: #2e3038; }
6542
6542
  .next-message.next-message-warning.next-addon .next-message-content {
6543
6543
  color: rgba(0, 0, 0, 0.75); }
6544
6544
  .next-message.next-message-warning.next-addon .next-message-symbol {
@@ -6552,7 +6552,7 @@
6552
6552
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
6553
6553
  border-style: solid; }
6554
6554
  .next-message.next-message-warning.next-toast .next-message-title {
6555
- color: rgba(0, 0, 0, 0.85); }
6555
+ color: #2e3038; }
6556
6556
  .next-message.next-message-warning.next-toast .next-message-content {
6557
6557
  color: rgba(0, 0, 0, 0.75); }
6558
6558
  .next-message.next-message-warning.next-toast .next-message-symbol {
@@ -6566,7 +6566,7 @@
6566
6566
  box-shadow: none;
6567
6567
  border-style: solid; }
6568
6568
  .next-message.next-message-error.next-inline .next-message-title {
6569
- color: rgba(0, 0, 0, 0.85); }
6569
+ color: #2e3038; }
6570
6570
  .next-message.next-message-error.next-inline .next-message-content {
6571
6571
  color: rgba(0, 0, 0, 0.75); }
6572
6572
  .next-message.next-message-error.next-inline .next-message-symbol {
@@ -6580,7 +6580,7 @@
6580
6580
  box-shadow: none;
6581
6581
  border-style: solid; }
6582
6582
  .next-message.next-message-error.next-addon .next-message-title {
6583
- color: rgba(0, 0, 0, 0.85); }
6583
+ color: #2e3038; }
6584
6584
  .next-message.next-message-error.next-addon .next-message-content {
6585
6585
  color: rgba(0, 0, 0, 0.75); }
6586
6586
  .next-message.next-message-error.next-addon .next-message-symbol {
@@ -6594,7 +6594,7 @@
6594
6594
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
6595
6595
  border-style: solid; }
6596
6596
  .next-message.next-message-error.next-toast .next-message-title {
6597
- color: rgba(0, 0, 0, 0.85); }
6597
+ color: #2e3038; }
6598
6598
  .next-message.next-message-error.next-toast .next-message-content {
6599
6599
  color: rgba(0, 0, 0, 0.75); }
6600
6600
  .next-message.next-message-error.next-toast .next-message-symbol {
@@ -6608,7 +6608,7 @@
6608
6608
  box-shadow: none;
6609
6609
  border-style: solid; }
6610
6610
  .next-message.next-message-notice.next-inline .next-message-title {
6611
- color: rgba(0, 0, 0, 0.85); }
6611
+ color: #2e3038; }
6612
6612
  .next-message.next-message-notice.next-inline .next-message-content {
6613
6613
  color: rgba(0, 0, 0, 0.75); }
6614
6614
  .next-message.next-message-notice.next-inline .next-message-symbol {
@@ -6622,7 +6622,7 @@
6622
6622
  box-shadow: none;
6623
6623
  border-style: solid; }
6624
6624
  .next-message.next-message-notice.next-addon .next-message-title {
6625
- color: rgba(0, 0, 0, 0.85); }
6625
+ color: #2e3038; }
6626
6626
  .next-message.next-message-notice.next-addon .next-message-content {
6627
6627
  color: rgba(0, 0, 0, 0.75); }
6628
6628
  .next-message.next-message-notice.next-addon .next-message-symbol {
@@ -6636,7 +6636,7 @@
6636
6636
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
6637
6637
  border-style: solid; }
6638
6638
  .next-message.next-message-notice.next-toast .next-message-title {
6639
- color: rgba(0, 0, 0, 0.85); }
6639
+ color: #2e3038; }
6640
6640
  .next-message.next-message-notice.next-toast .next-message-content {
6641
6641
  color: rgba(0, 0, 0, 0.75); }
6642
6642
  .next-message.next-message-notice.next-toast .next-message-symbol {
@@ -6650,7 +6650,7 @@
6650
6650
  box-shadow: none;
6651
6651
  border-style: solid; }
6652
6652
  .next-message.next-message-help.next-inline .next-message-title {
6653
- color: rgba(0, 0, 0, 0.85); }
6653
+ color: #2e3038; }
6654
6654
  .next-message.next-message-help.next-inline .next-message-content {
6655
6655
  color: rgba(0, 0, 0, 0.75); }
6656
6656
  .next-message.next-message-help.next-inline .next-message-symbol {
@@ -6664,7 +6664,7 @@
6664
6664
  box-shadow: none;
6665
6665
  border-style: solid; }
6666
6666
  .next-message.next-message-help.next-addon .next-message-title {
6667
- color: rgba(0, 0, 0, 0.85); }
6667
+ color: #2e3038; }
6668
6668
  .next-message.next-message-help.next-addon .next-message-content {
6669
6669
  color: rgba(0, 0, 0, 0.75); }
6670
6670
  .next-message.next-message-help.next-addon .next-message-symbol {
@@ -6678,7 +6678,7 @@
6678
6678
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
6679
6679
  border-style: solid; }
6680
6680
  .next-message.next-message-help.next-toast .next-message-title {
6681
- color: rgba(0, 0, 0, 0.85); }
6681
+ color: #2e3038; }
6682
6682
  .next-message.next-message-help.next-toast .next-message-content {
6683
6683
  color: rgba(0, 0, 0, 0.75); }
6684
6684
  .next-message.next-message-help.next-toast .next-message-symbol {
@@ -6692,7 +6692,7 @@
6692
6692
  box-shadow: none;
6693
6693
  border-style: solid; }
6694
6694
  .next-message.next-message-loading.next-inline .next-message-title {
6695
- color: rgba(0, 0, 0, 0.85); }
6695
+ color: #2e3038; }
6696
6696
  .next-message.next-message-loading.next-inline .next-message-content {
6697
6697
  color: rgba(0, 0, 0, 0.75); }
6698
6698
  .next-message.next-message-loading.next-inline .next-message-symbol {
@@ -6708,7 +6708,7 @@
6708
6708
  box-shadow: none;
6709
6709
  border-style: solid; }
6710
6710
  .next-message.next-message-loading.next-addon .next-message-title {
6711
- color: rgba(0, 0, 0, 0.85); }
6711
+ color: #2e3038; }
6712
6712
  .next-message.next-message-loading.next-addon .next-message-content {
6713
6713
  color: rgba(0, 0, 0, 0.75); }
6714
6714
  .next-message.next-message-loading.next-addon .next-message-symbol {
@@ -6724,7 +6724,7 @@
6724
6724
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
6725
6725
  border-style: solid; }
6726
6726
  .next-message.next-message-loading.next-toast .next-message-title {
6727
- color: rgba(0, 0, 0, 0.85); }
6727
+ color: #2e3038; }
6728
6728
  .next-message.next-message-loading.next-toast .next-message-content {
6729
6729
  color: rgba(0, 0, 0, 0.75); }
6730
6730
  .next-message.next-message-loading.next-toast .next-message-symbol {
@@ -6917,7 +6917,7 @@
6917
6917
  font-size: 16px;
6918
6918
  font-weight: normal;
6919
6919
  background: #FFFFFF;
6920
- color: rgba(0, 0, 0, 0.85); }
6920
+ color: #2e3038; }
6921
6921
  .next-dialog-body {
6922
6922
  padding: 20px 20px 20px 20px;
6923
6923
  font-size: 14px;
@@ -7080,7 +7080,7 @@
7080
7080
  border-bottom: 1px solid #f0f0f0;
7081
7081
  font-size: 18px;
7082
7082
  background: #FFFFFF;
7083
- color: rgba(0, 0, 0, 0.85); }
7083
+ color: #2e3038; }
7084
7084
  .next-drawer-no-title {
7085
7085
  padding: 0;
7086
7086
  border-bottom: 0; }
@@ -7102,7 +7102,7 @@
7102
7102
  color: #999999; }
7103
7103
  .next-drawer-close:hover {
7104
7104
  background: transparent;
7105
- color: rgba(0, 0, 0, 0.85); }
7105
+ color: #2e3038; }
7106
7106
  .next-drawer-close .next-drawer-close-icon.next-icon {
7107
7107
  position: absolute;
7108
7108
  top: 50%;
@@ -11171,7 +11171,7 @@
11171
11171
  .next-form-preview.next-form-item .next-form-item-label {
11172
11172
  color: rgba(0, 0, 0, 0.75); }
11173
11173
  .next-form-preview.next-form-item .next-form-preview {
11174
- color: rgba(0, 0, 0, 0.85); }
11174
+ color: #2e3038; }
11175
11175
  .next-form-preview.next-form-item.next-medium .next-form-item-label {
11176
11176
  font-size: 14px;
11177
11177
  line-height: 28px; }
@@ -11505,7 +11505,7 @@
11505
11505
  width: 100%;
11506
11506
  min-width: 100px;
11507
11507
  outline: 0;
11508
- color: rgba(0, 0, 0, 0.85); }
11508
+ color: #2e3038; }
11509
11509
  .next-select .next-select-inner .next-tag {
11510
11510
  line-height: 1;
11511
11511
  margin-right: 4px;
@@ -11584,7 +11584,7 @@
11584
11584
  right: 0;
11585
11585
  z-index: 1;
11586
11586
  padding: 0 4px 0 16px;
11587
- color: rgba(0, 0, 0, 0.85);
11587
+ color: #2e3038;
11588
11588
  background: linear-gradient(90deg, transparent, #FFFFFF 10px); }
11589
11589
  .next-select-multiple .next-disabled .next-select-tag-compact {
11590
11590
  background: linear-gradient(90deg, transparent, whitesmoke 10px); }
@@ -11786,7 +11786,7 @@
11786
11786
  /* put your code here */
11787
11787
  .next-list-header {
11788
11788
  border-bottom: 1px solid #f0f0f0;
11789
- color: rgba(0, 0, 0, 0.85); }
11789
+ color: #2e3038; }
11790
11790
 
11791
11791
  .next-list-footer {
11792
11792
  border-top: 1px solid #f0f0f0;
@@ -11881,7 +11881,7 @@
11881
11881
  vertical-align: middle; }
11882
11882
 
11883
11883
  .next-list-item-title {
11884
- color: rgba(0, 0, 0, 0.85); }
11884
+ color: #2e3038; }
11885
11885
 
11886
11886
  .next-list-medium .next-list-header {
11887
11887
  padding: 16px 0px;
@@ -11986,7 +11986,7 @@
11986
11986
  .next-menu-btn.next-btn-primary:hover .next-menu-btn-arrow {
11987
11987
  color: #FFFFFF; }
11988
11988
  .next-menu-btn.next-btn-text.next-btn-normal .next-menu-btn-arrow {
11989
- color: rgba(0, 0, 0, 0.85); }
11989
+ color: #2e3038; }
11990
11990
  .next-menu-btn.next-btn-text.next-btn-normal:hover .next-menu-btn-arrow {
11991
11991
  color: #257df9; }
11992
11992
  .next-menu-btn.next-btn-text.next-btn-primary .next-menu-btn-arrow {
@@ -11994,7 +11994,7 @@
11994
11994
  .next-menu-btn.next-btn-text.next-btn-primary:hover .next-menu-btn-arrow {
11995
11995
  color: #40a9ff; }
11996
11996
  .next-menu-btn.next-btn-ghost.next-btn-light .next-menu-btn-arrow {
11997
- color: rgba(0, 0, 0, 0.85); }
11997
+ color: #2e3038; }
11998
11998
  .next-menu-btn.next-btn-ghost.next-btn-light:hover .next-menu-btn-arrow {
11999
11999
  color: #999999; }
12000
12000
  .next-menu-btn.next-btn-ghost.next-btn-dark .next-menu-btn-arrow {
@@ -12349,13 +12349,13 @@
12349
12349
  .next-nav.next-normal {
12350
12350
  background: #FFFFFF;
12351
12351
  border-color: #d9d9d9;
12352
- color: rgba(0, 0, 0, 0.85);
12352
+ color: #2e3038;
12353
12353
  font-weight: normal;
12354
12354
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
12355
12355
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12); }
12356
12356
  .next-nav.next-normal .next-nav-item.next-menu-item {
12357
12357
  background: #FFFFFF;
12358
- color: rgba(0, 0, 0, 0.85); }
12358
+ color: #2e3038; }
12359
12359
  .next-nav.next-normal .next-nav-item.next-menu-item.next-focused, .next-nav.next-normal .next-nav-item.next-menu-item:hover {
12360
12360
  background: #FFFFFF;
12361
12361
  color: #257df9;
@@ -12390,7 +12390,7 @@
12390
12390
  font-weight: normal; }
12391
12391
  .next-nav.next-normal .next-menu-sub-menu .next-menu-item {
12392
12392
  background: #FFFFFF;
12393
- color: rgba(0, 0, 0, 0.85);
12393
+ color: #2e3038;
12394
12394
  font-weight: normal; }
12395
12395
  .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 {
12396
12396
  background: #f8f9fb;
@@ -12414,7 +12414,7 @@
12414
12414
  .next-nav.next-line {
12415
12415
  background: transparent;
12416
12416
  border-color: #f0f0f0;
12417
- color: rgba(0, 0, 0, 0.85);
12417
+ color: #2e3038;
12418
12418
  font-weight: normal;
12419
12419
  -webkit-box-shadow: none;
12420
12420
  box-shadow: none; }
@@ -12428,7 +12428,7 @@
12428
12428
  border-bottom-color: transparent; }
12429
12429
  .next-nav.next-line .next-nav-item.next-menu-item {
12430
12430
  background: transparent;
12431
- color: rgba(0, 0, 0, 0.85); }
12431
+ color: #2e3038; }
12432
12432
  .next-nav.next-line .next-nav-item.next-menu-item.next-focused, .next-nav.next-line .next-nav-item.next-menu-item:hover {
12433
12433
  background: transparent;
12434
12434
  color: #257df9;
@@ -12463,7 +12463,7 @@
12463
12463
  font-weight: normal; }
12464
12464
  .next-nav.next-line .next-menu-sub-menu .next-menu-item {
12465
12465
  background: transparent;
12466
- color: rgba(0, 0, 0, 0.85);
12466
+ color: #2e3038;
12467
12467
  font-weight: normal; }
12468
12468
  .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 {
12469
12469
  background: transparent;