@npm_leadtech/legal-lib-components 5.22.3 → 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.
@@ -49,7 +49,6 @@ export const FixedFooterStyled = styled.div `
49
49
  width: 100%;
50
50
  background-color: var(--primary-main-dark-2);
51
51
  color: var(--primary-main-light-6);
52
- /*LEG-5512: A/B*/
53
52
  }
54
53
  footer .language-selector-mobile-container {
55
54
  max-width: 1200px;
@@ -417,7 +416,7 @@ export const FixedFooterStyled = styled.div `
417
416
  padding-right: 20px;
418
417
  }
419
418
  }
420
- @media screen\11, (max-width: 720px) {
419
+ @media (max-width: 720px) {
421
420
  footer .footer__media__logos__wrapper .logo:last-child {
422
421
  width: 30%;
423
422
  align-self: center;
@@ -436,7 +435,7 @@ export const FixedFooterStyled = styled.div `
436
435
  padding-left: 0;
437
436
  }
438
437
  }
439
- @media screen\11, (max-width: 720px) {
438
+ @media (max-width: 720px) {
440
439
  footer .footer__media__logos__wrapper .logo:nth-child(3) {
441
440
  width: 30%;
442
441
  align-self: center;
@@ -455,7 +454,7 @@ export const FixedFooterStyled = styled.div `
455
454
  width: 17%;
456
455
  }
457
456
  }
458
- @media screen\11, (max-width: 720px) {
457
+ @media (max-width: 720px) {
459
458
  footer .footer__media__logos__wrapper .logo:nth-child(4) {
460
459
  width: 30%;
461
460
  align-self: center;
@@ -467,7 +466,7 @@ export const FixedFooterStyled = styled.div `
467
466
  width: 50%;
468
467
  }
469
468
  }
470
- @media screen\11, (max-width: 720px) {
469
+ @media (max-width: 720px) {
471
470
  footer .footer__media__logos__wrapper .logo {
472
471
  width: 45%;
473
472
  align-self: center;
@@ -496,7 +495,7 @@ export const FixedFooterStyled = styled.div `
496
495
  height: 43px;
497
496
  }
498
497
  }
499
- @media screen\11, (max-width: 720px) {
498
+ @media (max-width: 720px) {
500
499
  footer .footer__media__logos__wrapper .align__item:last-child {
501
500
  height: 90px;
502
501
  }
@@ -50,7 +50,6 @@ export const FixedFooterStyled = styled.div`
50
50
  width: 100%;
51
51
  background-color: var(--primary-main-dark-2);
52
52
  color: var(--primary-main-light-6);
53
- /*LEG-5512: A/B*/
54
53
  }
55
54
  footer .language-selector-mobile-container {
56
55
  max-width: 1200px;
@@ -418,7 +417,7 @@ export const FixedFooterStyled = styled.div`
418
417
  padding-right: 20px;
419
418
  }
420
419
  }
421
- @media screen\11, (max-width: 720px) {
420
+ @media (max-width: 720px) {
422
421
  footer .footer__media__logos__wrapper .logo:last-child {
423
422
  width: 30%;
424
423
  align-self: center;
@@ -437,7 +436,7 @@ export const FixedFooterStyled = styled.div`
437
436
  padding-left: 0;
438
437
  }
439
438
  }
440
- @media screen\11, (max-width: 720px) {
439
+ @media (max-width: 720px) {
441
440
  footer .footer__media__logos__wrapper .logo:nth-child(3) {
442
441
  width: 30%;
443
442
  align-self: center;
@@ -456,7 +455,7 @@ export const FixedFooterStyled = styled.div`
456
455
  width: 17%;
457
456
  }
458
457
  }
459
- @media screen\11, (max-width: 720px) {
458
+ @media (max-width: 720px) {
460
459
  footer .footer__media__logos__wrapper .logo:nth-child(4) {
461
460
  width: 30%;
462
461
  align-self: center;
@@ -468,7 +467,7 @@ export const FixedFooterStyled = styled.div`
468
467
  width: 50%;
469
468
  }
470
469
  }
471
- @media screen\11, (max-width: 720px) {
470
+ @media (max-width: 720px) {
472
471
  footer .footer__media__logos__wrapper .logo {
473
472
  width: 45%;
474
473
  align-self: center;
@@ -497,7 +496,7 @@ export const FixedFooterStyled = styled.div`
497
496
  height: 43px;
498
497
  }
499
498
  }
500
- @media screen\11, (max-width: 720px) {
499
+ @media (max-width: 720px) {
501
500
  footer .footer__media__logos__wrapper .align__item:last-child {
502
501
  height: 90px;
503
502
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "5.22.3",
3
+ "version": "5.22.5",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",