@alifd/theme-panda 0.1.3 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @alifd/theme-panda@0.1.3 (https://fusion.design)
2
+ * @alifd/theme-panda@0.2.1 (https://fusion.design)
3
3
  * @alifd/next@1.25.51 (https://fusion.design)
4
4
  * Copyright 2018-present Alibaba Group,
5
5
  * Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
@@ -2509,8 +2509,8 @@
2509
2509
  height: calc(var(--radio-button-height-small, 20px) - 2px);
2510
2510
  line-height: calc(20px - 2px);
2511
2511
  line-height: calc(var(--radio-button-height-small, 20px) - 2px);
2512
- font-size: 14px;
2513
- font-size: var(--radio-button-font-size-small, 14px); }
2512
+ font-size: 12px;
2513
+ font-size: var(--radio-button-font-size-small, 12px); }
2514
2514
 
2515
2515
  .next-radio-single-input input[type="radio"] {
2516
2516
  opacity: 0;
@@ -2591,8 +2591,8 @@
2591
2591
  min-width: var(--badge-size-count-config-height, 16px);
2592
2592
  padding: 0 4px 0 4px;
2593
2593
  padding: 0 var(--badge-size-count-padding-lr, 4px) 0 var(--badge-size-count-padding-lr, 4px);
2594
- font-size: 14px;
2595
- font-size: var(--badge-size-count-font, 14px);
2594
+ font-size: 12px;
2595
+ font-size: var(--badge-size-count-font, 12px);
2596
2596
  line-height: 16px;
2597
2597
  line-height: var(--badge-size-count-config-height, 16px);
2598
2598
  -webkit-transform: translateX(-50%);
@@ -2630,8 +2630,8 @@
2630
2630
  .next-badge .next-badge-custom {
2631
2631
  line-height: 1.166667;
2632
2632
  white-space: nowrap;
2633
- font-size: 14px;
2634
- font-size: var(--font-size-caption, 14px);
2633
+ font-size: 12px;
2634
+ font-size: var(--font-size-caption, 12px);
2635
2635
  padding-left: 4px;
2636
2636
  padding-left: var(--badge-size-custom-padding-lr, 4px);
2637
2637
  padding-right: 4px;
@@ -2668,8 +2668,8 @@
2668
2668
  height: var(--badge-size-count-config-height, 16px);
2669
2669
  line-height: 16px;
2670
2670
  line-height: var(--badge-size-count-config-height, 16px);
2671
- font-size: 14px;
2672
- font-size: var(--badge-size-count-font, 14px); }
2671
+ font-size: 12px;
2672
+ font-size: var(--badge-size-count-font, 12px); }
2673
2673
  .next-badge-not-a-wrapper .next-badge-count,
2674
2674
  .next-badge-not-a-wrapper .next-badge-custom {
2675
2675
  position: relative;
@@ -3866,8 +3866,8 @@
3866
3866
  .next-breadcrumb .next-breadcrumb-text {
3867
3867
  height: 16px;
3868
3868
  min-width: 16px;
3869
- font-size: 14px;
3870
- font-size: var(--breadcrumb-size-m-font-size, 14px);
3869
+ font-size: 12px;
3870
+ font-size: var(--breadcrumb-size-m-font-size, 12px);
3871
3871
  line-height: 16px; }
3872
3872
  .next-breadcrumb .next-breadcrumb-separator {
3873
3873
  height: 16px;
@@ -3892,8 +3892,8 @@
3892
3892
  width: 16px;
3893
3893
  font-size: 16px; } }
3894
3894
  .next-breadcrumb .next-breadcrumb-text-ellipsis {
3895
- font-size: 14px;
3896
- font-size: var(--breadcrumb-size-ellipsis-font-size, 14px); }
3895
+ font-size: 12px;
3896
+ font-size: var(--breadcrumb-size-ellipsis-font-size, 12px); }
3897
3897
  .next-breadcrumb .next-breadcrumb-text {
3898
3898
  color: rgba(0, 0, 0, 0.75);
3899
3899
  color: var(--breadcrumb-text-color, rgba(0, 0, 0, 0.75)); }
@@ -4042,8 +4042,8 @@
4042
4042
  padding: 0 var(--btn-size-s-padding, 8px);
4043
4043
  height: 28px;
4044
4044
  height: var(--btn-size-s-height, 28px);
4045
- font-size: 14px;
4046
- font-size: var(--btn-size-s-font, 14px);
4045
+ font-size: 12px;
4046
+ font-size: var(--btn-size-s-font, 12px);
4047
4047
  border-width: 1px;
4048
4048
  border-width: var(--btn-size-s-border-width, 1px); }
4049
4049
  .next-btn.next-small > .next-btn-icon.next-icon-first {
@@ -4229,8 +4229,8 @@
4229
4229
  border-style: var(--btn-pure-normal-border-style, solid);
4230
4230
  background: #FFFFFF;
4231
4231
  background: var(--btn-pure-normal-bg, #FFFFFF);
4232
- border-color: #f0f0f0;
4233
- border-color: var(--btn-pure-normal-border-color, #f0f0f0); }
4232
+ border-color: #edeef2;
4233
+ border-color: var(--btn-pure-normal-border-color, #edeef2); }
4234
4234
  .next-btn.next-btn-normal, .next-btn.next-btn-normal:link, .next-btn.next-btn-normal:visited, .next-btn.next-btn-normal.visited {
4235
4235
  color: #2e3038;
4236
4236
  color: var(--btn-pure-normal-color, #2e3038); }
@@ -4717,8 +4717,8 @@
4717
4717
  padding: 0 0px;
4718
4718
  height: 16px;
4719
4719
  height: var(--btn-text-size-s-height, 16px);
4720
- font-size: 14px;
4721
- font-size: var(--btn-text-size-s-font, 14px);
4720
+ font-size: 12px;
4721
+ font-size: var(--btn-text-size-s-font, 12px);
4722
4722
  border-width: 0; }
4723
4723
  .next-btn-text.next-small > .next-btn-icon.next-icon-first {
4724
4724
  -webkit-transform: scale(1);
@@ -5187,11 +5187,11 @@
5187
5187
  .next-input.next-small .next-input-label {
5188
5188
  padding-left: 8px;
5189
5189
  padding-left: var(--input-s-label-padding-left, 8px);
5190
- font-size: 14px;
5191
- font-size: var(--form-element-small-font-size, 14px); }
5190
+ font-size: 12px;
5191
+ font-size: var(--form-element-small-font-size, 12px); }
5192
5192
  .next-input.next-small .next-input-inner {
5193
- font-size: 14px;
5194
- font-size: var(--form-element-small-font-size, 14px); }
5193
+ font-size: 12px;
5194
+ font-size: var(--form-element-small-font-size, 12px); }
5195
5195
  .next-input.next-small .next-input-control {
5196
5196
  padding-right: 4px;
5197
5197
  padding-right: var(--input-s-icon-padding-right, 4px); }
@@ -5205,25 +5205,25 @@
5205
5205
  line-height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px)*2) \0;
5206
5206
  padding: 0 8px;
5207
5207
  padding: 0 var(--input-s-padding, 8px);
5208
- font-size: 14px;
5209
- font-size: var(--form-element-small-font-size, 14px); }
5208
+ font-size: 12px;
5209
+ font-size: var(--form-element-small-font-size, 12px); }
5210
5210
  .next-input.next-small input::-webkit-input-placeholder {
5211
- font-size: 14px;
5212
- font-size: var(--form-element-small-font-size, 14px); }
5211
+ font-size: 12px;
5212
+ font-size: var(--form-element-small-font-size, 12px); }
5213
5213
  .next-input.next-small input::-moz-placeholder {
5214
- font-size: 14px;
5215
- font-size: var(--form-element-small-font-size, 14px); }
5214
+ font-size: 12px;
5215
+ font-size: var(--form-element-small-font-size, 12px); }
5216
5216
  .next-input.next-small input::-ms-input-placeholder {
5217
- font-size: 14px;
5218
- font-size: var(--form-element-small-font-size, 14px); }
5217
+ font-size: 12px;
5218
+ font-size: var(--form-element-small-font-size, 12px); }
5219
5219
  .next-input.next-small input::placeholder {
5220
- font-size: 14px;
5221
- font-size: var(--form-element-small-font-size, 14px); }
5220
+ font-size: 12px;
5221
+ font-size: var(--form-element-small-font-size, 12px); }
5222
5222
  .next-input.next-small .next-input-text-field {
5223
5223
  padding: 0 8px;
5224
5224
  padding: 0 var(--input-s-padding, 8px);
5225
- font-size: 14px;
5226
- font-size: var(--form-element-small-font-size, 14px);
5225
+ font-size: 12px;
5226
+ font-size: var(--form-element-small-font-size, 12px);
5227
5227
  height: calc(24px - 1px*2);
5228
5228
  height: calc(var(--form-element-small-height, 24px) - var(--input-border-width, 1px)*2);
5229
5229
  line-height: calc(24px - 1px*2);
@@ -5451,10 +5451,10 @@
5451
5451
  -webkit-box-shadow: none;
5452
5452
  box-shadow: none; }
5453
5453
  .next-input-control .next-input-len {
5454
- font-size: 14px;
5455
- font-size: var(--input-maxlen-font-size, 14px);
5456
- line-height: 14px;
5457
- line-height: var(--input-maxlen-font-size, 14px);
5454
+ font-size: 12px;
5455
+ font-size: var(--input-maxlen-font-size, 12px);
5456
+ line-height: 12px;
5457
+ line-height: var(--input-maxlen-font-size, 12px);
5458
5458
  color: #999999;
5459
5459
  color: var(--input-maxlen-color, #999999);
5460
5460
  display: table-cell;
@@ -5684,8 +5684,8 @@
5684
5684
  background-color: whitesmoke;
5685
5685
  background-color: var(--input-disabled-bg-color, whitesmoke); }
5686
5686
  .next-input-group-text.next-small {
5687
- font-size: 14px;
5688
- font-size: var(--form-element-small-font-size, 14px);
5687
+ font-size: 12px;
5688
+ font-size: var(--form-element-small-font-size, 12px);
5689
5689
  border-radius: 6px;
5690
5690
  border-radius: var(--form-element-small-corner, 6px); }
5691
5691
  .next-input-group-text.next-medium {
@@ -6160,8 +6160,8 @@
6160
6160
  text-align: center;
6161
6161
  color: #999999;
6162
6162
  color: var(--calendar-card-table-head-color, #999999);
6163
- font-size: 14px;
6164
- font-size: var(--calendar-card-table-head-font-size, 14px);
6163
+ font-size: 12px;
6164
+ font-size: var(--calendar-card-table-head-font-size, 12px);
6165
6165
  font-weight: normal;
6166
6166
  font-weight: var(--calendar-card-table-head-font-weight, normal); }
6167
6167
 
@@ -6169,8 +6169,8 @@
6169
6169
  .next-calendar-panel .next-calendar-cell,
6170
6170
  .next-calendar-range .next-calendar-cell {
6171
6171
  text-align: center;
6172
- font-size: 14px;
6173
- font-size: var(--calendar-card-table-cell-font-size, 14px); }
6172
+ font-size: 12px;
6173
+ font-size: var(--calendar-card-table-cell-font-size, 12px); }
6174
6174
  .next-calendar-card .next-calendar-cell.next-selected .next-calendar-date,
6175
6175
  .next-calendar-card .next-calendar-cell.next-selected .next-calendar-month,
6176
6176
  .next-calendar-card .next-calendar-cell.next-selected .next-calendar-year,
@@ -6564,8 +6564,8 @@
6564
6564
  font-weight: normal;
6565
6565
  font-weight: var(--card-title-font-weight, normal); }
6566
6566
  .next-card-subtitle {
6567
- font-size: 14px;
6568
- font-size: var(--card-sub-title-font-size, 14px);
6567
+ font-size: 12px;
6568
+ font-size: var(--card-sub-title-font-size, 12px);
6569
6569
  color: rgba(0, 0, 0, 0.75);
6570
6570
  color: var(--card-sub-title-color, rgba(0, 0, 0, 0.75));
6571
6571
  padding-left: 8px;
@@ -6647,8 +6647,8 @@
6647
6647
  font-weight: var(--card-title-font-weight, normal);
6648
6648
  line-height: 1.5; }
6649
6649
  .next-card-header-subtitle {
6650
- font-size: 14px;
6651
- font-size: var(--card-sub-title-font-size, 14px);
6650
+ font-size: 12px;
6651
+ font-size: var(--card-sub-title-font-size, 12px);
6652
6652
  color: rgba(0, 0, 0, 0.75);
6653
6653
  color: var(--card-sub-title-color, rgba(0, 0, 0, 0.75)); }
6654
6654
  .next-card-actions {
@@ -7295,8 +7295,8 @@
7295
7295
  height: var(--time-picker-menu-title-height, 28px);
7296
7296
  line-height: 28px;
7297
7297
  line-height: var(--time-picker-menu-title-height, 28px);
7298
- font-size: 14px;
7299
- font-size: var(--time-picker-menu-title-font-size, 14px);
7298
+ font-size: 12px;
7299
+ font-size: var(--time-picker-menu-title-font-size, 12px);
7300
7300
  font-weight: normal;
7301
7301
  font-weight: var(--time-pikcer-menu-title-font-weight, normal);
7302
7302
  color: #999999;
@@ -7309,8 +7309,8 @@
7309
7309
  list-style: none;
7310
7310
  margin: 0;
7311
7311
  padding: 0;
7312
- font-size: 14px;
7313
- font-size: var(--time-picker-menu-item-font-size, 14px);
7312
+ font-size: 12px;
7313
+ font-size: var(--time-picker-menu-item-font-size, 12px);
7314
7314
  height: calc(28px*7);
7315
7315
  height: calc(var(--time-picker-menu-item-height, 28px)*7); }
7316
7316
  .next-time-picker-menu-item {
@@ -7419,8 +7419,8 @@
7419
7419
  color: rgba(0, 0, 0, 0.4);
7420
7420
  color: var(--color-text1-1, rgba(0, 0, 0, 0.4));
7421
7421
  width: 16px;
7422
- font-size: 14px;
7423
- font-size: var(--font-size-caption, 14px);
7422
+ font-size: 12px;
7423
+ font-size: var(--font-size-caption, 12px);
7424
7424
  vertical-align: middle; }
7425
7425
 
7426
7426
  .next-date-picker,
@@ -12658,8 +12658,8 @@
12658
12658
  line-height: 28px;
12659
12659
  line-height: var(--form-element-medium-preview-height, 28px); }
12660
12660
  .next-form-preview.next-form-item.next-small .next-form-item-label {
12661
- font-size: 14px;
12662
- font-size: var(--form-element-small-preview-label-font-size, 14px);
12661
+ font-size: 12px;
12662
+ font-size: var(--form-element-small-preview-label-font-size, 12px);
12663
12663
  line-height: 20px;
12664
12664
  line-height: var(--form-element-small-preview-height, 20px); }
12665
12665
  .next-form-preview.next-form-item.next-large .next-form-item-label {
@@ -12682,10 +12682,10 @@
12682
12682
  gap: var(--form-inline-s-item-margin-r, 16px); }
12683
12683
  .next-form-responsive-grid.next-small .next-form-item.next-left .next-form-item-label {
12684
12684
  line-height: 1.4;
12685
- margin-top: calc(24px/2 - 14px/2);
12686
- margin-top: calc(var(--form-element-small-height, 24px)/2 - var(--form-element-small-font-size, 14px)/2);
12687
- margin-bottom: calc(24px/2 - 14px/2);
12688
- margin-bottom: calc(var(--form-element-small-height, 24px)/2 - var(--form-element-small-font-size, 14px)/2); }
12685
+ margin-top: calc(24px/2 - 12px/2);
12686
+ margin-top: calc(var(--form-element-small-height, 24px)/2 - var(--form-element-small-font-size, 12px)/2);
12687
+ margin-bottom: calc(24px/2 - 12px/2);
12688
+ margin-bottom: calc(var(--form-element-small-height, 24px)/2 - var(--form-element-small-font-size, 12px)/2); }
12689
12689
  .next-form-responsive-grid.next-medium .next-responsive-grid {
12690
12690
  gap: 20px;
12691
12691
  gap: var(--form-inline-m-item-margin-r, 20px); }
@@ -12794,22 +12794,22 @@
12794
12794
  line-height: 24px;
12795
12795
  line-height: var(--form-element-small-height, 24px); }
12796
12796
  .next-form-item.next-small .next-form-preview {
12797
- font-size: 14px;
12798
- font-size: var(--form-element-small-preview-font-size, 14px);
12797
+ font-size: 12px;
12798
+ font-size: var(--form-element-small-preview-font-size, 12px);
12799
12799
  line-height: 20px;
12800
12800
  line-height: var(--form-element-small-preview-height, 20px); }
12801
12801
  .next-form-item.next-small .next-form-preview.next-input-textarea > p {
12802
- font-size: 14px;
12803
- font-size: var(--form-element-small-preview-font-size, 14px);
12802
+ font-size: 12px;
12803
+ font-size: var(--form-element-small-preview-font-size, 12px);
12804
12804
  text-align: justify;
12805
- min-height: calc(14px*1.4);
12806
- min-height: calc(var(--form-element-small-preview-font-size, 14px)*1.4);
12805
+ min-height: calc(12px*1.4);
12806
+ min-height: calc(var(--form-element-small-preview-font-size, 12px)*1.4);
12807
12807
  line-height: 1.4;
12808
- margin-top: calc(20px/2 - 14px*1.4/2);
12809
- margin-top: calc(var(--form-element-small-preview-height, 20px)/2 - var(--form-element-small-preview-font-size, 14px)*1.4/2); }
12808
+ margin-top: calc(20px/2 - 12px*1.4/2);
12809
+ margin-top: calc(var(--form-element-small-preview-height, 20px)/2 - var(--form-element-small-preview-font-size, 12px)*1.4/2); }
12810
12810
  .next-form-item.next-small .next-form-item-label {
12811
- font-size: 14px;
12812
- font-size: var(--form-element-small-font-size, 14px); }
12811
+ font-size: 12px;
12812
+ font-size: var(--form-element-small-font-size, 12px); }
12813
12813
  .next-form-item.next-top > .next-form-item-label {
12814
12814
  margin-bottom: 2px;
12815
12815
  margin-bottom: var(--form-top-label-margin-b, 2px); }
@@ -13732,10 +13732,10 @@
13732
13732
  content: ''; }
13733
13733
  .next-nav.next-hoz {
13734
13734
  padding: 0;
13735
- height: calc(44px + 0px*2);
13736
- height: calc(var(--nav-hoz-height, 44px) + var(--nav-hoz-item-margin-tb, 0px)*2);
13737
- line-height: calc(44px - 0px*2);
13738
- line-height: calc(var(--nav-hoz-height, 44px) - var(--popup-local-border-width, 0px)*2);
13735
+ height: calc(32px + 8px*2);
13736
+ height: calc(var(--nav-hoz-height, 32px) + var(--nav-hoz-item-margin-tb, 8px)*2);
13737
+ line-height: calc(32px - 0px*2);
13738
+ line-height: calc(var(--nav-hoz-height, 32px) - var(--popup-local-border-width, 0px)*2);
13739
13739
  font-size: 14px;
13740
13740
  font-size: var(--nav-hoz-font-size, 14px); }
13741
13741
  .next-nav.next-hoz .next-menu-item.next-nav-item {
@@ -13745,17 +13745,17 @@
13745
13745
  margin-right: var(--nav-hoz-item-margin-lr, 0px);
13746
13746
  padding: 0 20px;
13747
13747
  padding: 0 var(--nav-hoz-item-padding-lr, 20px);
13748
- border-radius: 0px;
13749
- border-radius: var(--nav-hoz-item-corner, 0px); }
13748
+ border-radius: 8px;
13749
+ border-radius: var(--nav-hoz-item-corner, 8px); }
13750
13750
  .next-nav.next-hoz .next-menu-item,
13751
13751
  .next-nav.next-hoz .next-menu-sub-menu-wrapper > .next-menu-item {
13752
- margin-top: 0px;
13753
- margin-top: var(--nav-hoz-item-margin-tb, 0px);
13754
- margin-bottom: 0px;
13755
- margin-bottom: var(--nav-hoz-item-margin-tb, 0px); }
13752
+ margin-top: 8px;
13753
+ margin-top: var(--nav-hoz-item-margin-tb, 8px);
13754
+ margin-bottom: 8px;
13755
+ margin-bottom: var(--nav-hoz-item-margin-tb, 8px); }
13756
13756
  .next-nav.next-hoz .next-menu-item-inner {
13757
- height: calc(44px - 0px*2);
13758
- height: calc(var(--nav-hoz-height, 44px) - var(--popup-local-border-width, 0px)*2);
13757
+ height: calc(32px - 0px*2);
13758
+ height: calc(var(--nav-hoz-height, 32px) - var(--popup-local-border-width, 0px)*2);
13759
13759
  font-size: 14px;
13760
13760
  font-size: var(--nav-hoz-font-size, 14px); }
13761
13761
  .next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title {
@@ -13763,8 +13763,8 @@
13763
13763
  padding: 12px 8px; }
13764
13764
  .next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title .next-menu-item-inner {
13765
13765
  height: auto;
13766
- min-height: calc(44px - 0px*2);
13767
- min-height: calc(var(--nav-hoz-height, 44px) - var(--popup-local-border-width, 0px)*2); }
13766
+ min-height: calc(32px - 0px*2);
13767
+ min-height: calc(var(--nav-hoz-height, 32px) - var(--popup-local-border-width, 0px)*2); }
13768
13768
  .next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title .next-nav-text {
13769
13769
  display: block;
13770
13770
  line-height: 1;
@@ -13780,12 +13780,12 @@
13780
13780
  font-size: var(--nav-group-font-size, 14px); }
13781
13781
  .next-nav.next-hoz .next-menu-header {
13782
13782
  float: left;
13783
- height: calc(44px - 0px*2);
13784
- height: calc(var(--nav-hoz-height, 44px) - var(--popup-local-border-width, 0px)*2); }
13783
+ height: calc(32px - 0px*2);
13784
+ height: calc(var(--nav-hoz-height, 32px) - var(--popup-local-border-width, 0px)*2); }
13785
13785
  .next-nav.next-hoz .next-menu-footer {
13786
13786
  float: right;
13787
- height: calc(44px - 0px*2);
13788
- height: calc(var(--nav-hoz-height, 44px) - var(--popup-local-border-width, 0px)*2); }
13787
+ height: calc(32px - 0px*2);
13788
+ height: calc(var(--nav-hoz-height, 32px) - var(--popup-local-border-width, 0px)*2); }
13789
13789
  .next-nav.next-hoz .next-nav-item:before {
13790
13790
  width: 0;
13791
13791
  left: 50%;
@@ -13869,8 +13869,8 @@
13869
13869
  .next-nav.next-ver .next-menu-sub-menu .next-menu-item-inner {
13870
13870
  height: 44px;
13871
13871
  height: var(--nav-ver-sub-nav-height, 44px);
13872
- font-size: 14px;
13873
- font-size: var(--nav-ver-sub-nav-font-size, 14px); }
13872
+ font-size: 12px;
13873
+ font-size: var(--nav-ver-sub-nav-font-size, 12px); }
13874
13874
  .next-nav.next-ver .next-nav-item:before {
13875
13875
  height: 0;
13876
13876
  top: 50%;
@@ -13895,30 +13895,30 @@
13895
13895
  .next-nav.next-primary {
13896
13896
  border-width: 0px;
13897
13897
  border-width: var(--nav-primary-border-width, 0px);
13898
- background: #001529;
13899
- background: var(--nav-primary-bg-color, #001529);
13898
+ background: #000a24;
13899
+ background: var(--nav-primary-bg-color, #000a24);
13900
13900
  border-color: transparent;
13901
13901
  border-color: var(--nav-primary-border-color, transparent);
13902
13902
  color: rgba(255, 255, 255, 0.65);
13903
13903
  color: var(--nav-primary-text-color, rgba(255, 255, 255, 0.65));
13904
- font-weight: 300;
13905
- font-weight: var(--nav-primary-text-style, 300);
13904
+ font-weight: normal;
13905
+ font-weight: var(--nav-primary-text-style, normal);
13906
13906
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
13907
13907
  -webkit-box-shadow: var(--nav-primary-shadow, 2px 2px 4px 0px rgba(0, 0, 0, 0.12));
13908
13908
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
13909
13909
  box-shadow: var(--nav-primary-shadow, 2px 2px 4px 0px rgba(0, 0, 0, 0.12)); }
13910
13910
  .next-nav.next-primary.next-hoz {
13911
- line-height: 44px;
13912
- line-height: var(--nav-hoz-height, 44px);
13913
- line-height: calc(44px - 0px*2);
13914
- line-height: calc(var(--nav-hoz-height, 44px) - var(--nav-primary-border-width, 0px)*2); }
13911
+ line-height: 32px;
13912
+ line-height: var(--nav-hoz-height, 32px);
13913
+ line-height: calc(32px - 0px*2);
13914
+ line-height: calc(var(--nav-hoz-height, 32px) - var(--nav-primary-border-width, 0px)*2); }
13915
13915
  .next-nav.next-primary.next-hoz .next-menu-header,
13916
13916
  .next-nav.next-primary.next-hoz .next-menu-footer,
13917
13917
  .next-nav.next-primary.next-hoz .next-menu-item-inner {
13918
- line-height: 44px;
13919
- line-height: var(--nav-hoz-height, 44px);
13920
- height: calc(44px - 0px*2);
13921
- height: calc(var(--nav-hoz-height, 44px) - var(--nav-primary-border-width, 0px)*2); }
13918
+ line-height: 32px;
13919
+ line-height: var(--nav-hoz-height, 32px);
13920
+ height: calc(32px - 0px*2);
13921
+ height: calc(var(--nav-hoz-height, 32px) - var(--nav-primary-border-width, 0px)*2); }
13922
13922
  .next-nav.next-primary.next-hoz.next-top .next-nav-item:before {
13923
13923
  top: 0;
13924
13924
  top: calc(0px - 0px);
@@ -13936,8 +13936,8 @@
13936
13936
  right: calc(0px - 0px);
13937
13937
  right: calc(0px - var(--nav-primary-border-width, 0px)); }
13938
13938
  .next-nav.next-primary .next-nav-item.next-menu-item {
13939
- background: #001529;
13940
- background: var(--nav-primary-bg-color, #001529);
13939
+ background: #000a24;
13940
+ background: var(--nav-primary-bg-color, #000a24);
13941
13941
  color: rgba(255, 255, 255, 0.65);
13942
13942
  color: var(--nav-primary-text-color, rgba(255, 255, 255, 0.65)); }
13943
13943
  .next-nav.next-primary .next-nav-item.next-menu-item.next-focused, .next-nav.next-primary .next-nav-item.next-menu-item:hover {
@@ -13945,15 +13945,15 @@
13945
13945
  background: var(--nav-primary-item-hover-bg-color, transparent);
13946
13946
  color: #FFFFFF;
13947
13947
  color: var(--nav-primary-item-hover-text-color, #FFFFFF);
13948
- font-weight: 300;
13949
- font-weight: var(--nav-primary-item-hover-text-style, 300); }
13948
+ font-weight: 500;
13949
+ font-weight: var(--nav-primary-item-hover-text-style, 500); }
13950
13950
  .next-nav.next-primary .next-nav-item.next-menu-item.next-selected {
13951
13951
  background: #257df9;
13952
13952
  background: var(--nav-primary-item-selected-bg-color, #257df9);
13953
13953
  color: #FFFFFF;
13954
13954
  color: var(--nav-primary-item-selected-text-color, #FFFFFF);
13955
- font-weight: 300;
13956
- font-weight: var(--nav-primary-item-selected-text-style, 300); }
13955
+ font-weight: 500;
13956
+ font-weight: var(--nav-primary-item-selected-text-style, 500); }
13957
13957
  .next-nav.next-primary .next-nav-item.next-menu-item.next-selected.next-nav-item {
13958
13958
  background: #257df9;
13959
13959
  background: var(--nav-primary-item-selected-bg-color, #257df9);
@@ -14044,17 +14044,17 @@
14044
14044
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
14045
14045
  box-shadow: var(--nav-secondary-shadow, 2px 2px 4px 0px rgba(0, 0, 0, 0.12)); }
14046
14046
  .next-nav.next-secondary.next-hoz {
14047
- line-height: 44px;
14048
- line-height: var(--nav-hoz-height, 44px);
14049
- line-height: calc(44px - 0px*2);
14050
- line-height: calc(var(--nav-hoz-height, 44px) - var(--nav-secondary-border-width, 0px)*2); }
14047
+ line-height: 32px;
14048
+ line-height: var(--nav-hoz-height, 32px);
14049
+ line-height: calc(32px - 0px*2);
14050
+ line-height: calc(var(--nav-hoz-height, 32px) - var(--nav-secondary-border-width, 0px)*2); }
14051
14051
  .next-nav.next-secondary.next-hoz .next-menu-header,
14052
14052
  .next-nav.next-secondary.next-hoz .next-menu-footer,
14053
14053
  .next-nav.next-secondary.next-hoz .next-menu-item-inner {
14054
- line-height: 44px;
14055
- line-height: var(--nav-hoz-height, 44px);
14056
- height: calc(44px - 0px*2);
14057
- height: calc(var(--nav-hoz-height, 44px) - var(--nav-secondary-border-width, 0px)*2); }
14054
+ line-height: 32px;
14055
+ line-height: var(--nav-hoz-height, 32px);
14056
+ height: calc(32px - 0px*2);
14057
+ height: calc(var(--nav-hoz-height, 32px) - var(--nav-secondary-border-width, 0px)*2); }
14058
14058
  .next-nav.next-secondary.next-hoz.next-top .next-nav-item:before {
14059
14059
  top: 0;
14060
14060
  top: calc(0px - 0px);