@npm_leadtech/legal-lib-components 7.12.25 → 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.
- package/dist/src/components/organisms/MenuItems/MenuItems.styled.js +11 -0
- package/dist/src/components/organisms/MenuItems/MenuItems.styled.ts +11 -0
- package/dist/src/components/organisms/NavMenu/NavMenu.styled.js +7 -1
- package/dist/src/components/organisms/NavMenu/NavMenu.styled.ts +7 -1
- package/package.json +1 -1
|
@@ -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 {
|
|
@@ -323,6 +324,7 @@ export const MenuItemsStyled = styled.div `
|
|
|
323
324
|
.navigation-pane__user-menu {
|
|
324
325
|
display: flex;
|
|
325
326
|
align-items: center;
|
|
327
|
+
min-width: 12rem;
|
|
326
328
|
|
|
327
329
|
.log-in {
|
|
328
330
|
margin-right: 0.5rem;
|
|
@@ -676,6 +678,10 @@ export const MenuItemsStyled = styled.div `
|
|
|
676
678
|
|
|
677
679
|
.navigation-pane__products {
|
|
678
680
|
order: 4;
|
|
681
|
+
|
|
682
|
+
p {
|
|
683
|
+
display: none;
|
|
684
|
+
}
|
|
679
685
|
}
|
|
680
686
|
.navigation-pane__resources {
|
|
681
687
|
order: 5;
|
|
@@ -686,6 +692,11 @@ export const MenuItemsStyled = styled.div `
|
|
|
686
692
|
margin: 0 1.5rem 2rem 1.5rem;
|
|
687
693
|
border-top: 1px solid var(--neutral-neutral-4);
|
|
688
694
|
width: -webkit-fill-available;
|
|
695
|
+
|
|
696
|
+
p {
|
|
697
|
+
font-weight: bold;
|
|
698
|
+
padding: 0.25rem 0.5rem;
|
|
699
|
+
}
|
|
689
700
|
}
|
|
690
701
|
}
|
|
691
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 {
|
|
@@ -324,6 +325,7 @@ export const MenuItemsStyled = styled.div`
|
|
|
324
325
|
.navigation-pane__user-menu {
|
|
325
326
|
display: flex;
|
|
326
327
|
align-items: center;
|
|
328
|
+
min-width: 12rem;
|
|
327
329
|
|
|
328
330
|
.log-in {
|
|
329
331
|
margin-right: 0.5rem;
|
|
@@ -680,6 +682,10 @@ export const MenuItemsStyled = styled.div`
|
|
|
680
682
|
|
|
681
683
|
.navigation-pane__products {
|
|
682
684
|
order: 4;
|
|
685
|
+
|
|
686
|
+
p {
|
|
687
|
+
display: none;
|
|
688
|
+
}
|
|
683
689
|
}
|
|
684
690
|
.navigation-pane__resources {
|
|
685
691
|
order: 5;
|
|
@@ -690,6 +696,11 @@ export const MenuItemsStyled = styled.div`
|
|
|
690
696
|
margin: 0 1.5rem 2rem 1.5rem;
|
|
691
697
|
border-top: 1px solid var(--neutral-neutral-4);
|
|
692
698
|
width: -webkit-fill-available;
|
|
699
|
+
|
|
700
|
+
p {
|
|
701
|
+
font-weight: bold;
|
|
702
|
+
padding: 0.25rem 0.5rem;
|
|
703
|
+
}
|
|
693
704
|
}
|
|
694
705
|
}
|
|
695
706
|
`
|
|
@@ -296,6 +296,7 @@ export const NavMenuStyled = styled.nav `
|
|
|
296
296
|
.navigation-pane__user-menu {
|
|
297
297
|
display: flex;
|
|
298
298
|
align-items: center;
|
|
299
|
+
min-width: 12rem;
|
|
299
300
|
|
|
300
301
|
.log-in {
|
|
301
302
|
margin-right: 0.5rem;
|
|
@@ -501,7 +502,7 @@ export const NavMenuStyled = styled.nav `
|
|
|
501
502
|
}
|
|
502
503
|
}
|
|
503
504
|
|
|
504
|
-
.--is-open .--is-mobile.navigation-pane {
|
|
505
|
+
.--is-open .--is-mobile .navigation-pane {
|
|
505
506
|
.products__list {
|
|
506
507
|
padding: 0;
|
|
507
508
|
position: static;
|
|
@@ -631,6 +632,11 @@ export const NavMenuStyled = styled.nav `
|
|
|
631
632
|
margin: 0 1.5rem 2rem 1.5rem;
|
|
632
633
|
border-top: 1px solid var(--neutral-neutral-4);
|
|
633
634
|
width: -webkit-fill-available;
|
|
635
|
+
|
|
636
|
+
p {
|
|
637
|
+
font-weight: bold;
|
|
638
|
+
padding: 0.25rem 0.5rem;
|
|
639
|
+
}
|
|
634
640
|
}
|
|
635
641
|
}
|
|
636
642
|
`;
|
|
@@ -297,6 +297,7 @@ export const NavMenuStyled = styled.nav`
|
|
|
297
297
|
.navigation-pane__user-menu {
|
|
298
298
|
display: flex;
|
|
299
299
|
align-items: center;
|
|
300
|
+
min-width: 12rem;
|
|
300
301
|
|
|
301
302
|
.log-in {
|
|
302
303
|
margin-right: 0.5rem;
|
|
@@ -502,7 +503,7 @@ export const NavMenuStyled = styled.nav`
|
|
|
502
503
|
}
|
|
503
504
|
}
|
|
504
505
|
|
|
505
|
-
.--is-open .--is-mobile.navigation-pane {
|
|
506
|
+
.--is-open .--is-mobile .navigation-pane {
|
|
506
507
|
.products__list {
|
|
507
508
|
padding: 0;
|
|
508
509
|
position: static;
|
|
@@ -635,6 +636,11 @@ export const NavMenuStyled = styled.nav`
|
|
|
635
636
|
margin: 0 1.5rem 2rem 1.5rem;
|
|
636
637
|
border-top: 1px solid var(--neutral-neutral-4);
|
|
637
638
|
width: -webkit-fill-available;
|
|
639
|
+
|
|
640
|
+
p {
|
|
641
|
+
font-weight: bold;
|
|
642
|
+
padding: 0.25rem 0.5rem;
|
|
643
|
+
}
|
|
638
644
|
}
|
|
639
645
|
}
|
|
640
646
|
`
|