@npm_leadtech/legal-lib-components 7.12.33 → 7.12.35
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 +5 -1
- package/dist/src/components/organisms/MenuItems/MenuItems.styled.ts +5 -1
- package/dist/src/components/organisms/NavMenu/NavMenu.styled.js +0 -1
- package/dist/src/components/organisms/NavMenu/NavMenu.styled.ts +0 -1
- package/dist/src/components/sections/Header/Header.styled.js +1 -1
- package/dist/src/components/sections/Header/Header.styled.ts +1 -1
- package/package.json +1 -1
|
@@ -88,6 +88,11 @@ export const MenuItemsStyled = styled.div `
|
|
|
88
88
|
.navigation-pane__resources__container {
|
|
89
89
|
display: flex;
|
|
90
90
|
gap: 0.5rem;
|
|
91
|
+
display: none;
|
|
92
|
+
|
|
93
|
+
@media ${device['landscape-tablets']} {
|
|
94
|
+
display: flex;
|
|
95
|
+
}
|
|
91
96
|
}
|
|
92
97
|
}
|
|
93
98
|
|
|
@@ -135,7 +140,6 @@ export const MenuItemsStyled = styled.div `
|
|
|
135
140
|
@media (min-width: 720px) {
|
|
136
141
|
border-radius: var(--s-border-radius);
|
|
137
142
|
padding: 0.75rem 1rem;
|
|
138
|
-
margin-top: 0.5rem;
|
|
139
143
|
display: flex;
|
|
140
144
|
visibility: hidden;
|
|
141
145
|
opacity: 0;
|
|
@@ -89,6 +89,11 @@ export const MenuItemsStyled = styled.div`
|
|
|
89
89
|
.navigation-pane__resources__container {
|
|
90
90
|
display: flex;
|
|
91
91
|
gap: 0.5rem;
|
|
92
|
+
display: none;
|
|
93
|
+
|
|
94
|
+
@media ${device['landscape-tablets']} {
|
|
95
|
+
display: flex;
|
|
96
|
+
}
|
|
92
97
|
}
|
|
93
98
|
}
|
|
94
99
|
|
|
@@ -136,7 +141,6 @@ export const MenuItemsStyled = styled.div`
|
|
|
136
141
|
@media (min-width: 720px) {
|
|
137
142
|
border-radius: var(--s-border-radius);
|
|
138
143
|
padding: 0.75rem 1rem;
|
|
139
|
-
margin-top: 0.5rem;
|
|
140
144
|
display: flex;
|
|
141
145
|
visibility: hidden;
|
|
142
146
|
opacity: 0;
|