@npm_leadtech/legal-lib-components 5.22.4 → 5.22.5

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.
@@ -416,7 +416,7 @@ export const FixedFooterStyled = styled.div `
416
416
  padding-right: 20px;
417
417
  }
418
418
  }
419
- @media screen\11, (max-width: 720px) {
419
+ @media (max-width: 720px) {
420
420
  footer .footer__media__logos__wrapper .logo:last-child {
421
421
  width: 30%;
422
422
  align-self: center;
@@ -435,7 +435,7 @@ export const FixedFooterStyled = styled.div `
435
435
  padding-left: 0;
436
436
  }
437
437
  }
438
- @media screen\11, (max-width: 720px) {
438
+ @media (max-width: 720px) {
439
439
  footer .footer__media__logos__wrapper .logo:nth-child(3) {
440
440
  width: 30%;
441
441
  align-self: center;
@@ -454,7 +454,7 @@ export const FixedFooterStyled = styled.div `
454
454
  width: 17%;
455
455
  }
456
456
  }
457
- @media screen\11, (max-width: 720px) {
457
+ @media (max-width: 720px) {
458
458
  footer .footer__media__logos__wrapper .logo:nth-child(4) {
459
459
  width: 30%;
460
460
  align-self: center;
@@ -466,7 +466,7 @@ export const FixedFooterStyled = styled.div `
466
466
  width: 50%;
467
467
  }
468
468
  }
469
- @media screen\11, (max-width: 720px) {
469
+ @media (max-width: 720px) {
470
470
  footer .footer__media__logos__wrapper .logo {
471
471
  width: 45%;
472
472
  align-self: center;
@@ -495,7 +495,7 @@ export const FixedFooterStyled = styled.div `
495
495
  height: 43px;
496
496
  }
497
497
  }
498
- @media screen\11, (max-width: 720px) {
498
+ @media (max-width: 720px) {
499
499
  footer .footer__media__logos__wrapper .align__item:last-child {
500
500
  height: 90px;
501
501
  }
@@ -417,7 +417,7 @@ export const FixedFooterStyled = styled.div`
417
417
  padding-right: 20px;
418
418
  }
419
419
  }
420
- @media screen\11, (max-width: 720px) {
420
+ @media (max-width: 720px) {
421
421
  footer .footer__media__logos__wrapper .logo:last-child {
422
422
  width: 30%;
423
423
  align-self: center;
@@ -436,7 +436,7 @@ export const FixedFooterStyled = styled.div`
436
436
  padding-left: 0;
437
437
  }
438
438
  }
439
- @media screen\11, (max-width: 720px) {
439
+ @media (max-width: 720px) {
440
440
  footer .footer__media__logos__wrapper .logo:nth-child(3) {
441
441
  width: 30%;
442
442
  align-self: center;
@@ -455,7 +455,7 @@ export const FixedFooterStyled = styled.div`
455
455
  width: 17%;
456
456
  }
457
457
  }
458
- @media screen\11, (max-width: 720px) {
458
+ @media (max-width: 720px) {
459
459
  footer .footer__media__logos__wrapper .logo:nth-child(4) {
460
460
  width: 30%;
461
461
  align-self: center;
@@ -467,7 +467,7 @@ export const FixedFooterStyled = styled.div`
467
467
  width: 50%;
468
468
  }
469
469
  }
470
- @media screen\11, (max-width: 720px) {
470
+ @media (max-width: 720px) {
471
471
  footer .footer__media__logos__wrapper .logo {
472
472
  width: 45%;
473
473
  align-self: center;
@@ -496,7 +496,7 @@ export const FixedFooterStyled = styled.div`
496
496
  height: 43px;
497
497
  }
498
498
  }
499
- @media screen\11, (max-width: 720px) {
499
+ @media (max-width: 720px) {
500
500
  footer .footer__media__logos__wrapper .align__item:last-child {
501
501
  height: 90px;
502
502
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "5.22.4",
3
+ "version": "5.22.5",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",