@npm_leadtech/legal-lib-components 7.12.20 → 7.12.21
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 +6 -4
- package/dist/src/components/organisms/MenuItems/MenuItems.styled.ts +6 -4
- package/dist/src/components/organisms/NavMenu/NavMenu.styled.js +6 -4
- package/dist/src/components/organisms/NavMenu/NavMenu.styled.ts +6 -4
- package/package.json +1 -1
|
@@ -236,15 +236,17 @@ export const MenuItemsStyled = styled.div `
|
|
|
236
236
|
|
|
237
237
|
.navigation-pane__resources {
|
|
238
238
|
margin-right: 1rem;
|
|
239
|
+
|
|
239
240
|
@media ${device['mobile']} {
|
|
240
241
|
width: 100%;
|
|
241
242
|
}
|
|
242
|
-
|
|
243
|
-
|
|
243
|
+
|
|
244
|
+
@media (min-width: ${size.sm}) and (max-width: ${size.md}) {
|
|
245
|
+
display: none;
|
|
244
246
|
}
|
|
245
247
|
|
|
246
|
-
|
|
247
|
-
|
|
248
|
+
& > ul {
|
|
249
|
+
width: 150px;
|
|
248
250
|
}
|
|
249
251
|
|
|
250
252
|
&__title {
|
|
@@ -237,15 +237,17 @@ export const MenuItemsStyled = styled.div`
|
|
|
237
237
|
|
|
238
238
|
.navigation-pane__resources {
|
|
239
239
|
margin-right: 1rem;
|
|
240
|
+
|
|
240
241
|
@media ${device['mobile']} {
|
|
241
242
|
width: 100%;
|
|
242
243
|
}
|
|
243
|
-
|
|
244
|
-
|
|
244
|
+
|
|
245
|
+
@media (min-width: ${size.sm}) and (max-width: ${size.md}) {
|
|
246
|
+
display: none;
|
|
245
247
|
}
|
|
246
248
|
|
|
247
|
-
|
|
248
|
-
|
|
249
|
+
& > ul {
|
|
250
|
+
width: 150px;
|
|
249
251
|
}
|
|
250
252
|
|
|
251
253
|
&__title {
|
|
@@ -209,15 +209,17 @@ export const NavMenuStyled = styled.nav `
|
|
|
209
209
|
|
|
210
210
|
.navigation-pane__resources {
|
|
211
211
|
margin-right: 1rem;
|
|
212
|
+
|
|
212
213
|
@media ${device['mobile']} {
|
|
213
214
|
width: 100%;
|
|
214
215
|
}
|
|
215
|
-
|
|
216
|
-
|
|
216
|
+
|
|
217
|
+
@media (min-width: ${size.sm}) and (max-width: ${size.md}) {
|
|
218
|
+
display: none;
|
|
217
219
|
}
|
|
218
220
|
|
|
219
|
-
|
|
220
|
-
|
|
221
|
+
& > ul {
|
|
222
|
+
width: 150px;
|
|
221
223
|
}
|
|
222
224
|
|
|
223
225
|
&__title {
|
|
@@ -210,15 +210,17 @@ export const NavMenuStyled = styled.nav`
|
|
|
210
210
|
|
|
211
211
|
.navigation-pane__resources {
|
|
212
212
|
margin-right: 1rem;
|
|
213
|
+
|
|
213
214
|
@media ${device['mobile']} {
|
|
214
215
|
width: 100%;
|
|
215
216
|
}
|
|
216
|
-
|
|
217
|
-
|
|
217
|
+
|
|
218
|
+
@media (min-width: ${size.sm}) and (max-width: ${size.md}) {
|
|
219
|
+
display: none;
|
|
218
220
|
}
|
|
219
221
|
|
|
220
|
-
|
|
221
|
-
|
|
222
|
+
& > ul {
|
|
223
|
+
width: 150px;
|
|
222
224
|
}
|
|
223
225
|
|
|
224
226
|
&__title {
|