@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.
@@ -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
- & > ul {
243
- width: 150px;
243
+
244
+ @media (min-width: ${size.sm}) and (max-width: ${size.md}) {
245
+ display: none;
244
246
  }
245
247
 
246
- @media ${device['landscape-tablets']} {
247
- display: block;
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
- & > ul {
244
- width: 150px;
244
+
245
+ @media (min-width: ${size.sm}) and (max-width: ${size.md}) {
246
+ display: none;
245
247
  }
246
248
 
247
- @media ${device['landscape-tablets']} {
248
- display: block;
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
- & > ul {
216
- width: 150px;
216
+
217
+ @media (min-width: ${size.sm}) and (max-width: ${size.md}) {
218
+ display: none;
217
219
  }
218
220
 
219
- @media ${device['landscape-tablets']} {
220
- display: block;
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
- & > ul {
217
- width: 150px;
217
+
218
+ @media (min-width: ${size.sm}) and (max-width: ${size.md}) {
219
+ display: none;
218
220
  }
219
221
 
220
- @media ${device['landscape-tablets']} {
221
- display: block;
222
+ & > ul {
223
+ width: 150px;
222
224
  }
223
225
 
224
226
  &__title {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "7.12.20",
3
+ "version": "7.12.21",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",