@npm_leadtech/legal-lib-components 5.22.7 → 5.22.9

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.
@@ -788,4 +788,22 @@ export const FixedFooterStyled = styled.div `
788
788
  .contact-bar-wrapper .no-mobile .phone {
789
789
  color: var(--primary-main-dark-1);
790
790
  }
791
+ .wide-info-bar {
792
+ &__wrapper {
793
+ display: flex;
794
+ flex-flow: column nowrap;
795
+ justify-content: space-between;
796
+ padding: 1rem 2rem;
797
+
798
+ @media (min-width: 720px) {
799
+ flex-flow: row;
800
+ font-size: 0.9rem;
801
+ padding: 0;
802
+ }
803
+
804
+ @media {
805
+ padding: 0;
806
+ }
807
+ }
808
+ }
791
809
  `;
@@ -789,4 +789,22 @@ export const FixedFooterStyled = styled.div`
789
789
  .contact-bar-wrapper .no-mobile .phone {
790
790
  color: var(--primary-main-dark-1);
791
791
  }
792
+ .wide-info-bar {
793
+ &__wrapper {
794
+ display: flex;
795
+ flex-flow: column nowrap;
796
+ justify-content: space-between;
797
+ padding: 1rem 2rem;
798
+
799
+ @media (min-width: 720px) {
800
+ flex-flow: row;
801
+ font-size: 0.9rem;
802
+ padding: 0;
803
+ }
804
+
805
+ @media {
806
+ padding: 0;
807
+ }
808
+ }
809
+ }
792
810
  `
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "5.22.7",
3
+ "version": "5.22.9",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",