@npm_leadtech/legal-lib-components 7.12.26 → 7.12.27

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.
@@ -248,6 +248,7 @@ export const MenuItemsStyled = styled.div `
248
248
 
249
249
  & > ul {
250
250
  width: 150px;
251
+ margin: 0.75rem 0.35rem 0 0.35rem;
251
252
  }
252
253
 
253
254
  &__title {
@@ -677,6 +678,10 @@ export const MenuItemsStyled = styled.div `
677
678
 
678
679
  .navigation-pane__products {
679
680
  order: 4;
681
+
682
+ p {
683
+ display: none;
684
+ }
680
685
  }
681
686
  .navigation-pane__resources {
682
687
  order: 5;
@@ -687,6 +692,11 @@ export const MenuItemsStyled = styled.div `
687
692
  margin: 0 1.5rem 2rem 1.5rem;
688
693
  border-top: 1px solid var(--neutral-neutral-4);
689
694
  width: -webkit-fill-available;
695
+
696
+ p {
697
+ font-weight: bold;
698
+ padding: 0.25rem 0.5rem;
699
+ }
690
700
  }
691
701
  }
692
702
  `;
@@ -249,6 +249,7 @@ export const MenuItemsStyled = styled.div`
249
249
 
250
250
  & > ul {
251
251
  width: 150px;
252
+ margin: 0.75rem 0.35rem 0 0.35rem;
252
253
  }
253
254
 
254
255
  &__title {
@@ -681,6 +682,10 @@ export const MenuItemsStyled = styled.div`
681
682
 
682
683
  .navigation-pane__products {
683
684
  order: 4;
685
+
686
+ p {
687
+ display: none;
688
+ }
684
689
  }
685
690
  .navigation-pane__resources {
686
691
  order: 5;
@@ -691,6 +696,11 @@ export const MenuItemsStyled = styled.div`
691
696
  margin: 0 1.5rem 2rem 1.5rem;
692
697
  border-top: 1px solid var(--neutral-neutral-4);
693
698
  width: -webkit-fill-available;
699
+
700
+ p {
701
+ font-weight: bold;
702
+ padding: 0.25rem 0.5rem;
703
+ }
694
704
  }
695
705
  }
696
706
  `
@@ -502,7 +502,7 @@ export const NavMenuStyled = styled.nav `
502
502
  }
503
503
  }
504
504
 
505
- .--is-open .--is-mobile.navigation-pane {
505
+ .--is-open .--is-mobile .navigation-pane {
506
506
  .products__list {
507
507
  padding: 0;
508
508
  position: static;
@@ -632,6 +632,11 @@ export const NavMenuStyled = styled.nav `
632
632
  margin: 0 1.5rem 2rem 1.5rem;
633
633
  border-top: 1px solid var(--neutral-neutral-4);
634
634
  width: -webkit-fill-available;
635
+
636
+ p {
637
+ font-weight: bold;
638
+ padding: 0.25rem 0.5rem;
639
+ }
635
640
  }
636
641
  }
637
642
  `;
@@ -503,7 +503,7 @@ export const NavMenuStyled = styled.nav`
503
503
  }
504
504
  }
505
505
 
506
- .--is-open .--is-mobile.navigation-pane {
506
+ .--is-open .--is-mobile .navigation-pane {
507
507
  .products__list {
508
508
  padding: 0;
509
509
  position: static;
@@ -636,6 +636,11 @@ export const NavMenuStyled = styled.nav`
636
636
  margin: 0 1.5rem 2rem 1.5rem;
637
637
  border-top: 1px solid var(--neutral-neutral-4);
638
638
  width: -webkit-fill-available;
639
+
640
+ p {
641
+ font-weight: bold;
642
+ padding: 0.25rem 0.5rem;
643
+ }
639
644
  }
640
645
  }
641
646
  `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.12.26",
3
+ "version": "7.12.27",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",