@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/dist/next-1.css CHANGED
@@ -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)
@@ -451,7 +451,7 @@ body {
451
451
  font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
452
452
  font-size: 14px;
453
453
  line-height: 1.28571;
454
- color: rgba(0, 0, 0, 0.85); }
454
+ color: #2e3038; }
455
455
 
456
456
  button,
457
457
  input,
@@ -2694,7 +2694,7 @@ small {
2694
2694
  vertical-align: middle; }
2695
2695
  .next-radio-button > label .next-radio-label {
2696
2696
  display: block;
2697
- color: rgba(0, 0, 0, 0.85);
2697
+ color: #2e3038;
2698
2698
  margin: 0;
2699
2699
  -webkit-transition: all 100ms linear;
2700
2700
  transition: all 100ms linear; }
@@ -2703,7 +2703,7 @@ small {
2703
2703
  border-color: #A0A2AD;
2704
2704
  background-color: #f8f9fb; }
2705
2705
  .next-radio-button > label:hover .next-radio-label, .next-radio-button > label.hovered .next-radio-label {
2706
- color: rgba(0, 0, 0, 0.85); }
2706
+ color: #2e3038; }
2707
2707
  .next-radio-button > label.checked {
2708
2708
  z-index: 11;
2709
2709
  border-color: #257df9;
@@ -2790,7 +2790,7 @@ small {
2790
2790
  .next-radio-group .next-radio-wrapper:last-child {
2791
2791
  margin-right: 0; }
2792
2792
  .next-radio-group .next-radio-label {
2793
- color: rgba(0, 0, 0, 0.85); }
2793
+ color: #2e3038; }
2794
2794
  .next-radio-group.disabled .next-radio-label {
2795
2795
  color: rgba(0, 0, 0, 0.4); }
2796
2796
 
@@ -2809,7 +2809,7 @@ small {
2809
2809
  font-size: 14px;
2810
2810
  vertical-align: middle;
2811
2811
  line-height: 1;
2812
- color: rgba(0, 0, 0, 0.85); }
2812
+ color: #2e3038; }
2813
2813
 
2814
2814
  @-moz-document url-prefix() {
2815
2815
  .next-radio {
@@ -2976,7 +2976,7 @@ small {
2976
2976
  transform: translateY(19px);
2977
2977
  right: 16px; }
2978
2978
  .next-balloon-primary {
2979
- color: rgba(0, 0, 0, 0.85);
2979
+ color: #2e3038;
2980
2980
  border-color: #257df9;
2981
2981
  background-color: #E3F2FD;
2982
2982
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
@@ -3002,7 +3002,7 @@ small {
3002
3002
  font-size: 12px;
3003
3003
  line-height: 1em; }
3004
3004
  .next-balloon-primary .next-balloon-close :hover {
3005
- color: rgba(0, 0, 0, 0.85); }
3005
+ color: #2e3038; }
3006
3006
  .next-balloon-primary:after {
3007
3007
  position: absolute;
3008
3008
  width: 12px;
@@ -3077,7 +3077,7 @@ small {
3077
3077
  border-top: none;
3078
3078
  border-left: none; }
3079
3079
  .next-balloon-normal {
3080
- color: rgba(0, 0, 0, 0.85);
3080
+ color: #2e3038;
3081
3081
  border-color: #f1f1f1;
3082
3082
  background-color: #FFFFFF;
3083
3083
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
@@ -3616,7 +3616,7 @@ small {
3616
3616
  position: relative;
3617
3617
  -webkit-transition: background 100ms linear;
3618
3618
  transition: background 100ms linear;
3619
- color: rgba(0, 0, 0, 0.85);
3619
+ color: #2e3038;
3620
3620
  cursor: pointer; }
3621
3621
  .next-menu-item-helper {
3622
3622
  float: right;
@@ -3627,7 +3627,7 @@ small {
3627
3627
  .next-menu-item .next-radio {
3628
3628
  margin-right: 4px; }
3629
3629
  .next-menu-item.next-selected {
3630
- color: rgba(0, 0, 0, 0.85);
3630
+ color: #2e3038;
3631
3631
  background-color: #e6f7ff; }
3632
3632
  .next-menu-item.next-selected .next-menu-icon-arrow {
3633
3633
  color: rgba(0, 0, 0, 0.75); }
@@ -3645,10 +3645,10 @@ small {
3645
3645
  .next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected {
3646
3646
  color: rgba(0, 0, 0, 0.4); }
3647
3647
  .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 {
3648
- color: rgba(0, 0, 0, 0.85);
3648
+ color: #2e3038;
3649
3649
  background-color: whitesmoke; }
3650
3650
  .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 {
3651
- color: rgba(0, 0, 0, 0.85); }
3651
+ color: #2e3038; }
3652
3652
  .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 {
3653
3653
  color: transparent; }
3654
3654
  .next-menu-item-inner {
@@ -3663,7 +3663,7 @@ small {
3663
3663
  .next-menu-item .next-menu-item-text > a {
3664
3664
  display: inline-block;
3665
3665
  text-decoration: none;
3666
- color: rgba(0, 0, 0, 0.85); }
3666
+ color: #2e3038; }
3667
3667
  .next-menu-item .next-menu-item-text > a::before {
3668
3668
  position: absolute;
3669
3669
  background-color: transparent;
@@ -3865,10 +3865,10 @@ small {
3865
3865
  text-decoration: none;
3866
3866
  text-align: center; }
3867
3867
  .next-breadcrumb .next-breadcrumb-text.activated {
3868
- color: rgba(0, 0, 0, 0.85);
3868
+ color: #2e3038;
3869
3869
  font-weight: normal; }
3870
3870
  .next-breadcrumb .next-breadcrumb-text.activated > a {
3871
- color: rgba(0, 0, 0, 0.85);
3871
+ color: #2e3038;
3872
3872
  font-weight: normal; }
3873
3873
  .next-breadcrumb .next-breadcrumb-text-ellipsis {
3874
3874
  color: rgba(0, 0, 0, 0.75);
@@ -3980,7 +3980,7 @@ small {
3980
3980
  -webkit-box-shadow: none;
3981
3981
  box-shadow: none; }
3982
3982
  .next-btn.next-small {
3983
- border-radius: 8px;
3983
+ border-radius: 6px;
3984
3984
  padding: 0 8px;
3985
3985
  height: 28px;
3986
3986
  font-size: 14px;
@@ -4037,8 +4037,8 @@ small {
4037
4037
  -webkit-transition: all 100ms linear;
4038
4038
  transition: all 100ms linear; }
4039
4039
  .next-btn.next-medium {
4040
- border-radius: 8px;
4041
- padding: 0 16px;
4040
+ border-radius: 6px;
4041
+ padding: 0 12px;
4042
4042
  height: 32px;
4043
4043
  font-size: 14px;
4044
4044
  border-width: 1px; }
@@ -4078,7 +4078,7 @@ small {
4078
4078
  height: 12px;
4079
4079
  font-size: 12px;
4080
4080
  line-height: 12px;
4081
- left: 16px;
4081
+ left: 12px;
4082
4082
  top: 50%;
4083
4083
  text-align: center;
4084
4084
  margin-right: 4px; }
@@ -4094,7 +4094,7 @@ small {
4094
4094
  -webkit-transition: all 100ms linear;
4095
4095
  transition: all 100ms linear; }
4096
4096
  .next-btn.next-large {
4097
- border-radius: 8px;
4097
+ border-radius: 6px;
4098
4098
  padding: 0 16px;
4099
4099
  height: 40px;
4100
4100
  font-size: 18px;
@@ -4153,9 +4153,9 @@ small {
4153
4153
  .next-btn.next-btn-normal {
4154
4154
  border-style: solid;
4155
4155
  background: #FFFFFF;
4156
- border-color: #cacaca; }
4156
+ border-color: #f0f0f0; }
4157
4157
  .next-btn.next-btn-normal, .next-btn.next-btn-normal:link, .next-btn.next-btn-normal:visited, .next-btn.next-btn-normal.visited {
4158
- color: rgba(0, 0, 0, 0.85); }
4158
+ color: #2e3038; }
4159
4159
  .next-btn.next-btn-normal:focus, .next-btn.next-btn-normal:hover, .next-btn.next-btn-normal.hover {
4160
4160
  color: #257df9;
4161
4161
  background: #FFFFFF;
@@ -4382,7 +4382,7 @@ small {
4382
4382
  background: transparent;
4383
4383
  border-color: transparent; }
4384
4384
  .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 {
4385
- color: rgba(0, 0, 0, 0.85); }
4385
+ color: #2e3038; }
4386
4386
  .next-btn-text.next-btn-normal:focus, .next-btn-text.next-btn-normal:hover, .next-btn-text.next-btn-normal.hover {
4387
4387
  color: #257df9;
4388
4388
  background: transparent;
@@ -4583,14 +4583,14 @@ small {
4583
4583
  background: transparent;
4584
4584
  border-color: transparent; }
4585
4585
  .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 {
4586
- color: rgba(0, 0, 0, 0.85); }
4586
+ color: #2e3038; }
4587
4587
  .next-btn-text.next-btn-loading:focus, .next-btn-text.next-btn-loading:hover, .next-btn-text.next-btn-loading.hover {
4588
- color: rgba(0, 0, 0, 0.85);
4588
+ color: #2e3038;
4589
4589
  background: transparent;
4590
4590
  border-color: transparent;
4591
4591
  text-decoration: none; }
4592
4592
  .next-btn-text.next-btn-loading:active, .next-btn-text.next-btn-loading.active {
4593
- color: rgba(0, 0, 0, 0.85);
4593
+ color: #2e3038;
4594
4594
  background: transparent;
4595
4595
  border-color: transparent;
4596
4596
  text-decoration: none; }
@@ -4648,18 +4648,18 @@ small {
4648
4648
  text-decoration: none; }
4649
4649
  .next-btn-ghost.next-btn-light {
4650
4650
  background: rgba(0, 0, 0, 0);
4651
- border-color: rgba(0, 0, 0, 0.85); }
4651
+ border-color: #2e3038; }
4652
4652
  .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 {
4653
- color: rgba(0, 0, 0, 0.85); }
4653
+ color: #2e3038; }
4654
4654
  .next-btn-ghost.next-btn-light:focus, .next-btn-ghost.next-btn-light:hover, .next-btn-ghost.next-btn-light.hover {
4655
4655
  color: #999999;
4656
4656
  background: rgba(0, 0, 0, 0.92);
4657
- border-color: rgba(0, 0, 0, 0.85);
4657
+ border-color: #2e3038;
4658
4658
  text-decoration: none; }
4659
4659
  .next-btn-ghost.next-btn-light:active, .next-btn-ghost.next-btn-light.active {
4660
4660
  color: #999999;
4661
4661
  background: rgba(0, 0, 0, 0.92);
4662
- border-color: rgba(0, 0, 0, 0.85);
4662
+ border-color: #2e3038;
4663
4663
  text-decoration: none; }
4664
4664
  .next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light[disabled] {
4665
4665
  background: transparent;
@@ -4734,7 +4734,7 @@ small {
4734
4734
  /* 尺寸维度 */
4735
4735
  /* ---------------------------------------- */
4736
4736
  .next-btn.next-small[dir="rtl"] {
4737
- border-radius: 8px; }
4737
+ border-radius: 6px; }
4738
4738
  .next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first {
4739
4739
  margin-left: 4px;
4740
4740
  margin-right: 0; }
@@ -4761,7 +4761,7 @@ small {
4761
4761
  margin-left: 4px; }
4762
4762
 
4763
4763
  .next-btn.next-medium[dir="rtl"] {
4764
- border-radius: 8px; }
4764
+ border-radius: 6px; }
4765
4765
  .next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-first {
4766
4766
  margin-left: 4px;
4767
4767
  margin-right: 0; }
@@ -4779,16 +4779,16 @@ small {
4779
4779
  font-size: 12px;
4780
4780
  line-height: inherit; }
4781
4781
  .next-btn.next-medium[dir="rtl"].next-btn-loading {
4782
- padding-left: 16px;
4783
- padding-right: 32px; }
4782
+ padding-left: 12px;
4783
+ padding-right: 28px; }
4784
4784
  .next-btn.next-medium[dir="rtl"].next-btn-loading:after {
4785
- right: 16px;
4785
+ right: 12px;
4786
4786
  top: 50%;
4787
4787
  margin-right: 0;
4788
4788
  margin-left: 4px; }
4789
4789
 
4790
4790
  .next-btn.next-large[dir="rtl"] {
4791
- border-radius: 8px; }
4791
+ border-radius: 6px; }
4792
4792
  .next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-first {
4793
4793
  margin-left: 4px;
4794
4794
  margin-right: 0; }
@@ -4941,7 +4941,7 @@ small {
4941
4941
  font-weight: normal;
4942
4942
  vertical-align: middle;
4943
4943
  background-color: transparent;
4944
- color: rgba(0, 0, 0, 0.85); }
4944
+ color: #2e3038; }
4945
4945
  .next-input input::-ms-clear,
4946
4946
  .next-input textarea::-ms-clear {
4947
4947
  display: none; }
@@ -5061,7 +5061,7 @@ small {
5061
5061
  border-radius: 6px;
5062
5062
  font-size: 0; }
5063
5063
  .next-input.next-input-textarea textarea {
5064
- color: rgba(0, 0, 0, 0.85);
5064
+ color: #2e3038;
5065
5065
  padding: 4px 8px;
5066
5066
  font-size: 14px;
5067
5067
  border-radius: 6px; }
@@ -5122,7 +5122,7 @@ small {
5122
5122
  border-color: #ff4d4f;
5123
5123
  background-color: #FFFFFF; }
5124
5124
  .next-input.next-error input, .next-input.next-error textarea {
5125
- color: rgba(0, 0, 0, 0.85); }
5125
+ color: #2e3038; }
5126
5126
  .next-input.next-error.next-focus, .next-input.next-error:hover {
5127
5127
  border-color: #ff4d4f; }
5128
5128
  .next-input.next-error.next-focus {
@@ -5640,7 +5640,7 @@ small {
5640
5640
 
5641
5641
  .next-calendar-fullscreen .next-calendar-th {
5642
5642
  text-align: right;
5643
- color: rgba(0, 0, 0, 0.85);
5643
+ color: #2e3038;
5644
5644
  font-size: 18px;
5645
5645
  font-weight: bold;
5646
5646
  padding-right: 12px;
@@ -5673,7 +5673,7 @@ small {
5673
5673
  -webkit-transition: background 100ms linear;
5674
5674
  transition: background 100ms linear;
5675
5675
  background: #FFFFFF;
5676
- color: rgba(0, 0, 0, 0.85);
5676
+ color: #2e3038;
5677
5677
  border-color: #f0f0f0; }
5678
5678
  .next-calendar-fullscreen .next-calendar-date:hover, .next-calendar-fullscreen .next-calendar-month:hover {
5679
5679
  background: #DEE8FF;
@@ -6009,7 +6009,7 @@ small {
6009
6009
  white-space: nowrap;
6010
6010
  max-width: 80%;
6011
6011
  height: 100%;
6012
- color: rgba(0, 0, 0, 0.85);
6012
+ color: #2e3038;
6013
6013
  font-size: 18px;
6014
6014
  font-weight: normal; }
6015
6015
  .next-card-subtitle {
@@ -6073,7 +6073,7 @@ small {
6073
6073
  margin-left: 12px;
6074
6074
  vertical-align: middle; }
6075
6075
  .next-card-header-title {
6076
- color: rgba(0, 0, 0, 0.85);
6076
+ color: #2e3038;
6077
6077
  font-size: 18px;
6078
6078
  font-weight: normal;
6079
6079
  line-height: 1.5; }
@@ -6151,7 +6151,7 @@ small {
6151
6151
  .next-cascader-menu.next-has-right-border {
6152
6152
  border-right: 1px solid #f0f0f0; }
6153
6153
  .next-cascader-menu-item.next-expanded {
6154
- color: rgba(0, 0, 0, 0.85);
6154
+ color: #2e3038;
6155
6155
  background-color: #f8f9fb; }
6156
6156
  .next-cascader-menu-icon-right {
6157
6157
  position: absolute;
@@ -6159,7 +6159,7 @@ small {
6159
6159
  right: 10px;
6160
6160
  color: rgba(0, 0, 0, 0.75); }
6161
6161
  .next-cascader-menu-icon-right:hover {
6162
- color: rgba(0, 0, 0, 0.85); }
6162
+ color: #2e3038; }
6163
6163
  .next-cascader-menu-icon-expand.next-icon:before,
6164
6164
  .next-cascader-menu-icon-expand.next-icon .next-icon-remote {
6165
6165
  width: 8px;
@@ -6181,7 +6181,7 @@ small {
6181
6181
  font-size: 12px;
6182
6182
  line-height: inherit; }
6183
6183
  .next-cascader-menu-item.next-expanded .next-cascader-menu-icon-right {
6184
- color: rgba(0, 0, 0, 0.85); }
6184
+ color: #2e3038; }
6185
6185
  .next-cascader-menu-item.next-expanded .next-cascader-menu-icon-loading {
6186
6186
  color: #257df9; }
6187
6187
  .next-cascader-filtered-list {
@@ -6435,7 +6435,7 @@ small {
6435
6435
 
6436
6436
  .next-checkbox-label {
6437
6437
  font-size: 14px;
6438
- color: rgba(0, 0, 0, 0.85);
6438
+ color: #2e3038;
6439
6439
  vertical-align: middle;
6440
6440
  margin: 0;
6441
6441
  margin-left: 4px;
@@ -6488,7 +6488,7 @@ small {
6488
6488
  border-top: 1px solid gainsboro; }
6489
6489
  .next-collapse .next-collapse-panel-icon {
6490
6490
  position: absolute;
6491
- color: rgba(0, 0, 0, 0.85);
6491
+ color: #2e3038;
6492
6492
  -webkit-transition: -webkit-transform 100ms linear;
6493
6493
  transition: -webkit-transform 100ms linear;
6494
6494
  transition: transform 100ms linear;
@@ -6518,17 +6518,17 @@ small {
6518
6518
  background: #f8f9fb;
6519
6519
  font-size: 16px;
6520
6520
  font-weight: normal;
6521
- color: rgba(0, 0, 0, 0.85);
6521
+ color: #2e3038;
6522
6522
  cursor: pointer;
6523
6523
  padding: 8px 0 8px 28px;
6524
6524
  -webkit-transition: background 100ms linear;
6525
6525
  transition: background 100ms linear; }
6526
6526
  .next-collapse-panel-title:hover {
6527
6527
  background: #f8f9fb;
6528
- color: rgba(0, 0, 0, 0.85);
6528
+ color: #2e3038;
6529
6529
  font-weight: normal; }
6530
6530
  .next-collapse-panel-title:hover .next-collapse-panel-icon {
6531
- color: rgba(0, 0, 0, 0.85); }
6531
+ color: #2e3038; }
6532
6532
  .next-collapse-panel-content {
6533
6533
  height: 0;
6534
6534
  line-height: 1.5;
@@ -6620,7 +6620,7 @@ small {
6620
6620
  background: #FFFFFF;
6621
6621
  outline: none; }
6622
6622
  .next-time-picker-menu-item:hover {
6623
- color: rgba(0, 0, 0, 0.85);
6623
+ color: #2e3038;
6624
6624
  background: #f8f9fb; }
6625
6625
  .next-time-picker-menu-item.next-selected {
6626
6626
  font-weight: bold;
@@ -6981,7 +6981,7 @@ small {
6981
6981
  box-shadow: none;
6982
6982
  border-style: solid; }
6983
6983
  .next-message.next-message-success.next-inline .next-message-title {
6984
- color: rgba(0, 0, 0, 0.85); }
6984
+ color: #2e3038; }
6985
6985
  .next-message.next-message-success.next-inline .next-message-content {
6986
6986
  color: rgba(0, 0, 0, 0.75); }
6987
6987
  .next-message.next-message-success.next-inline .next-message-symbol {
@@ -6995,7 +6995,7 @@ small {
6995
6995
  box-shadow: none;
6996
6996
  border-style: solid; }
6997
6997
  .next-message.next-message-success.next-addon .next-message-title {
6998
- color: rgba(0, 0, 0, 0.85); }
6998
+ color: #2e3038; }
6999
6999
  .next-message.next-message-success.next-addon .next-message-content {
7000
7000
  color: rgba(0, 0, 0, 0.75); }
7001
7001
  .next-message.next-message-success.next-addon .next-message-symbol {
@@ -7009,7 +7009,7 @@ small {
7009
7009
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
7010
7010
  border-style: solid; }
7011
7011
  .next-message.next-message-success.next-toast .next-message-title {
7012
- color: rgba(0, 0, 0, 0.85); }
7012
+ color: #2e3038; }
7013
7013
  .next-message.next-message-success.next-toast .next-message-content {
7014
7014
  color: rgba(0, 0, 0, 0.75); }
7015
7015
  .next-message.next-message-success.next-toast .next-message-symbol {
@@ -7023,7 +7023,7 @@ small {
7023
7023
  box-shadow: none;
7024
7024
  border-style: solid; }
7025
7025
  .next-message.next-message-warning.next-inline .next-message-title {
7026
- color: rgba(0, 0, 0, 0.85); }
7026
+ color: #2e3038; }
7027
7027
  .next-message.next-message-warning.next-inline .next-message-content {
7028
7028
  color: rgba(0, 0, 0, 0.75); }
7029
7029
  .next-message.next-message-warning.next-inline .next-message-symbol {
@@ -7037,7 +7037,7 @@ small {
7037
7037
  box-shadow: none;
7038
7038
  border-style: solid; }
7039
7039
  .next-message.next-message-warning.next-addon .next-message-title {
7040
- color: rgba(0, 0, 0, 0.85); }
7040
+ color: #2e3038; }
7041
7041
  .next-message.next-message-warning.next-addon .next-message-content {
7042
7042
  color: rgba(0, 0, 0, 0.75); }
7043
7043
  .next-message.next-message-warning.next-addon .next-message-symbol {
@@ -7051,7 +7051,7 @@ small {
7051
7051
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
7052
7052
  border-style: solid; }
7053
7053
  .next-message.next-message-warning.next-toast .next-message-title {
7054
- color: rgba(0, 0, 0, 0.85); }
7054
+ color: #2e3038; }
7055
7055
  .next-message.next-message-warning.next-toast .next-message-content {
7056
7056
  color: rgba(0, 0, 0, 0.75); }
7057
7057
  .next-message.next-message-warning.next-toast .next-message-symbol {
@@ -7065,7 +7065,7 @@ small {
7065
7065
  box-shadow: none;
7066
7066
  border-style: solid; }
7067
7067
  .next-message.next-message-error.next-inline .next-message-title {
7068
- color: rgba(0, 0, 0, 0.85); }
7068
+ color: #2e3038; }
7069
7069
  .next-message.next-message-error.next-inline .next-message-content {
7070
7070
  color: rgba(0, 0, 0, 0.75); }
7071
7071
  .next-message.next-message-error.next-inline .next-message-symbol {
@@ -7079,7 +7079,7 @@ small {
7079
7079
  box-shadow: none;
7080
7080
  border-style: solid; }
7081
7081
  .next-message.next-message-error.next-addon .next-message-title {
7082
- color: rgba(0, 0, 0, 0.85); }
7082
+ color: #2e3038; }
7083
7083
  .next-message.next-message-error.next-addon .next-message-content {
7084
7084
  color: rgba(0, 0, 0, 0.75); }
7085
7085
  .next-message.next-message-error.next-addon .next-message-symbol {
@@ -7093,7 +7093,7 @@ small {
7093
7093
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
7094
7094
  border-style: solid; }
7095
7095
  .next-message.next-message-error.next-toast .next-message-title {
7096
- color: rgba(0, 0, 0, 0.85); }
7096
+ color: #2e3038; }
7097
7097
  .next-message.next-message-error.next-toast .next-message-content {
7098
7098
  color: rgba(0, 0, 0, 0.75); }
7099
7099
  .next-message.next-message-error.next-toast .next-message-symbol {
@@ -7107,7 +7107,7 @@ small {
7107
7107
  box-shadow: none;
7108
7108
  border-style: solid; }
7109
7109
  .next-message.next-message-notice.next-inline .next-message-title {
7110
- color: rgba(0, 0, 0, 0.85); }
7110
+ color: #2e3038; }
7111
7111
  .next-message.next-message-notice.next-inline .next-message-content {
7112
7112
  color: rgba(0, 0, 0, 0.75); }
7113
7113
  .next-message.next-message-notice.next-inline .next-message-symbol {
@@ -7121,7 +7121,7 @@ small {
7121
7121
  box-shadow: none;
7122
7122
  border-style: solid; }
7123
7123
  .next-message.next-message-notice.next-addon .next-message-title {
7124
- color: rgba(0, 0, 0, 0.85); }
7124
+ color: #2e3038; }
7125
7125
  .next-message.next-message-notice.next-addon .next-message-content {
7126
7126
  color: rgba(0, 0, 0, 0.75); }
7127
7127
  .next-message.next-message-notice.next-addon .next-message-symbol {
@@ -7135,7 +7135,7 @@ small {
7135
7135
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
7136
7136
  border-style: solid; }
7137
7137
  .next-message.next-message-notice.next-toast .next-message-title {
7138
- color: rgba(0, 0, 0, 0.85); }
7138
+ color: #2e3038; }
7139
7139
  .next-message.next-message-notice.next-toast .next-message-content {
7140
7140
  color: rgba(0, 0, 0, 0.75); }
7141
7141
  .next-message.next-message-notice.next-toast .next-message-symbol {
@@ -7149,7 +7149,7 @@ small {
7149
7149
  box-shadow: none;
7150
7150
  border-style: solid; }
7151
7151
  .next-message.next-message-help.next-inline .next-message-title {
7152
- color: rgba(0, 0, 0, 0.85); }
7152
+ color: #2e3038; }
7153
7153
  .next-message.next-message-help.next-inline .next-message-content {
7154
7154
  color: rgba(0, 0, 0, 0.75); }
7155
7155
  .next-message.next-message-help.next-inline .next-message-symbol {
@@ -7163,7 +7163,7 @@ small {
7163
7163
  box-shadow: none;
7164
7164
  border-style: solid; }
7165
7165
  .next-message.next-message-help.next-addon .next-message-title {
7166
- color: rgba(0, 0, 0, 0.85); }
7166
+ color: #2e3038; }
7167
7167
  .next-message.next-message-help.next-addon .next-message-content {
7168
7168
  color: rgba(0, 0, 0, 0.75); }
7169
7169
  .next-message.next-message-help.next-addon .next-message-symbol {
@@ -7177,7 +7177,7 @@ small {
7177
7177
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
7178
7178
  border-style: solid; }
7179
7179
  .next-message.next-message-help.next-toast .next-message-title {
7180
- color: rgba(0, 0, 0, 0.85); }
7180
+ color: #2e3038; }
7181
7181
  .next-message.next-message-help.next-toast .next-message-content {
7182
7182
  color: rgba(0, 0, 0, 0.75); }
7183
7183
  .next-message.next-message-help.next-toast .next-message-symbol {
@@ -7191,7 +7191,7 @@ small {
7191
7191
  box-shadow: none;
7192
7192
  border-style: solid; }
7193
7193
  .next-message.next-message-loading.next-inline .next-message-title {
7194
- color: rgba(0, 0, 0, 0.85); }
7194
+ color: #2e3038; }
7195
7195
  .next-message.next-message-loading.next-inline .next-message-content {
7196
7196
  color: rgba(0, 0, 0, 0.75); }
7197
7197
  .next-message.next-message-loading.next-inline .next-message-symbol {
@@ -7207,7 +7207,7 @@ small {
7207
7207
  box-shadow: none;
7208
7208
  border-style: solid; }
7209
7209
  .next-message.next-message-loading.next-addon .next-message-title {
7210
- color: rgba(0, 0, 0, 0.85); }
7210
+ color: #2e3038; }
7211
7211
  .next-message.next-message-loading.next-addon .next-message-content {
7212
7212
  color: rgba(0, 0, 0, 0.75); }
7213
7213
  .next-message.next-message-loading.next-addon .next-message-symbol {
@@ -7223,7 +7223,7 @@ small {
7223
7223
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
7224
7224
  border-style: solid; }
7225
7225
  .next-message.next-message-loading.next-toast .next-message-title {
7226
- color: rgba(0, 0, 0, 0.85); }
7226
+ color: #2e3038; }
7227
7227
  .next-message.next-message-loading.next-toast .next-message-content {
7228
7228
  color: rgba(0, 0, 0, 0.75); }
7229
7229
  .next-message.next-message-loading.next-toast .next-message-symbol {
@@ -7416,7 +7416,7 @@ small {
7416
7416
  font-size: 16px;
7417
7417
  font-weight: normal;
7418
7418
  background: #FFFFFF;
7419
- color: rgba(0, 0, 0, 0.85); }
7419
+ color: #2e3038; }
7420
7420
  .next-dialog-body {
7421
7421
  padding: 20px 20px 20px 20px;
7422
7422
  font-size: 14px;
@@ -7579,7 +7579,7 @@ small {
7579
7579
  border-bottom: 1px solid #f0f0f0;
7580
7580
  font-size: 18px;
7581
7581
  background: #FFFFFF;
7582
- color: rgba(0, 0, 0, 0.85); }
7582
+ color: #2e3038; }
7583
7583
  .next-drawer-no-title {
7584
7584
  padding: 0;
7585
7585
  border-bottom: 0; }
@@ -7601,7 +7601,7 @@ small {
7601
7601
  color: #999999; }
7602
7602
  .next-drawer-close:hover {
7603
7603
  background: transparent;
7604
- color: rgba(0, 0, 0, 0.85); }
7604
+ color: #2e3038; }
7605
7605
  .next-drawer-close .next-drawer-close-icon.next-icon {
7606
7606
  position: absolute;
7607
7607
  top: 50%;
@@ -11670,7 +11670,7 @@ small {
11670
11670
  .next-form-preview.next-form-item .next-form-item-label {
11671
11671
  color: rgba(0, 0, 0, 0.75); }
11672
11672
  .next-form-preview.next-form-item .next-form-preview {
11673
- color: rgba(0, 0, 0, 0.85); }
11673
+ color: #2e3038; }
11674
11674
  .next-form-preview.next-form-item.next-medium .next-form-item-label {
11675
11675
  font-size: 14px;
11676
11676
  line-height: 28px; }
@@ -12004,7 +12004,7 @@ small {
12004
12004
  width: 100%;
12005
12005
  min-width: 100px;
12006
12006
  outline: 0;
12007
- color: rgba(0, 0, 0, 0.85); }
12007
+ color: #2e3038; }
12008
12008
  .next-select .next-select-inner .next-tag {
12009
12009
  line-height: 1;
12010
12010
  margin-right: 4px;
@@ -12083,7 +12083,7 @@ small {
12083
12083
  right: 0;
12084
12084
  z-index: 1;
12085
12085
  padding: 0 4px 0 16px;
12086
- color: rgba(0, 0, 0, 0.85);
12086
+ color: #2e3038;
12087
12087
  background: linear-gradient(90deg, transparent, #FFFFFF 10px); }
12088
12088
  .next-select-multiple .next-disabled .next-select-tag-compact {
12089
12089
  background: linear-gradient(90deg, transparent, whitesmoke 10px); }
@@ -12285,7 +12285,7 @@ small {
12285
12285
  /* put your code here */
12286
12286
  .next-list-header {
12287
12287
  border-bottom: 1px solid #f0f0f0;
12288
- color: rgba(0, 0, 0, 0.85); }
12288
+ color: #2e3038; }
12289
12289
 
12290
12290
  .next-list-footer {
12291
12291
  border-top: 1px solid #f0f0f0;
@@ -12380,7 +12380,7 @@ small {
12380
12380
  vertical-align: middle; }
12381
12381
 
12382
12382
  .next-list-item-title {
12383
- color: rgba(0, 0, 0, 0.85); }
12383
+ color: #2e3038; }
12384
12384
 
12385
12385
  .next-list-medium .next-list-header {
12386
12386
  padding: 16px 0px;
@@ -12485,7 +12485,7 @@ small {
12485
12485
  .next-menu-btn.next-btn-primary:hover .next-menu-btn-arrow {
12486
12486
  color: #FFFFFF; }
12487
12487
  .next-menu-btn.next-btn-text.next-btn-normal .next-menu-btn-arrow {
12488
- color: rgba(0, 0, 0, 0.85); }
12488
+ color: #2e3038; }
12489
12489
  .next-menu-btn.next-btn-text.next-btn-normal:hover .next-menu-btn-arrow {
12490
12490
  color: #257df9; }
12491
12491
  .next-menu-btn.next-btn-text.next-btn-primary .next-menu-btn-arrow {
@@ -12493,7 +12493,7 @@ small {
12493
12493
  .next-menu-btn.next-btn-text.next-btn-primary:hover .next-menu-btn-arrow {
12494
12494
  color: #40a9ff; }
12495
12495
  .next-menu-btn.next-btn-ghost.next-btn-light .next-menu-btn-arrow {
12496
- color: rgba(0, 0, 0, 0.85); }
12496
+ color: #2e3038; }
12497
12497
  .next-menu-btn.next-btn-ghost.next-btn-light:hover .next-menu-btn-arrow {
12498
12498
  color: #999999; }
12499
12499
  .next-menu-btn.next-btn-ghost.next-btn-dark .next-menu-btn-arrow {