@npm_leadtech/legal-lib-components 5.26.2 → 5.26.3
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.
|
@@ -810,4 +810,22 @@ export const FixedFooterStyled = styled.div `
|
|
|
810
810
|
}
|
|
811
811
|
}
|
|
812
812
|
}
|
|
813
|
+
@media (min-width: 720px) {
|
|
814
|
+
.footer-contact-box-button,
|
|
815
|
+
.footer-mobile-contact-box-button {
|
|
816
|
+
display: none !important;
|
|
817
|
+
}
|
|
818
|
+
}
|
|
819
|
+
.footer-contact-box_phone,
|
|
820
|
+
.footer-mobile-contact-box_phone {
|
|
821
|
+
display: none;
|
|
822
|
+
font-size: 0.9rem;
|
|
823
|
+
font-weight: bold;
|
|
824
|
+
}
|
|
825
|
+
@media (min-width: 720px) {
|
|
826
|
+
.footer-contact-box_phone,
|
|
827
|
+
.footer-mobile-contact-box_phone {
|
|
828
|
+
display: flex;
|
|
829
|
+
}
|
|
830
|
+
}
|
|
813
831
|
`;
|
|
@@ -811,4 +811,22 @@ export const FixedFooterStyled = styled.div`
|
|
|
811
811
|
}
|
|
812
812
|
}
|
|
813
813
|
}
|
|
814
|
+
@media (min-width: 720px) {
|
|
815
|
+
.footer-contact-box-button,
|
|
816
|
+
.footer-mobile-contact-box-button {
|
|
817
|
+
display: none !important;
|
|
818
|
+
}
|
|
819
|
+
}
|
|
820
|
+
.footer-contact-box_phone,
|
|
821
|
+
.footer-mobile-contact-box_phone {
|
|
822
|
+
display: none;
|
|
823
|
+
font-size: 0.9rem;
|
|
824
|
+
font-weight: bold;
|
|
825
|
+
}
|
|
826
|
+
@media (min-width: 720px) {
|
|
827
|
+
.footer-contact-box_phone,
|
|
828
|
+
.footer-mobile-contact-box_phone {
|
|
829
|
+
display: flex;
|
|
830
|
+
}
|
|
831
|
+
}
|
|
814
832
|
`
|