@npm_leadtech/legal-lib-components 5.26.2-f → 5.26.3-f
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.
|
@@ -888,4 +888,83 @@ export const FixedFooterStyled = styled.div `
|
|
|
888
888
|
width: 3px;
|
|
889
889
|
height: 100%;
|
|
890
890
|
}
|
|
891
|
+
.footer-contact-box {
|
|
892
|
+
display: none;
|
|
893
|
+
}
|
|
894
|
+
@media (min-width: 720px) {
|
|
895
|
+
.footer-contact-box {
|
|
896
|
+
display: flex;
|
|
897
|
+
}
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
.footer-mobile-contact-box {
|
|
901
|
+
display: flex;
|
|
902
|
+
}
|
|
903
|
+
@media (min-width: 720px) {
|
|
904
|
+
.footer-mobile-contact-box {
|
|
905
|
+
display: none;
|
|
906
|
+
}
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
.footer-contact-box,
|
|
910
|
+
.footer-mobile-contact-box {
|
|
911
|
+
flex-flow: column;
|
|
912
|
+
width: 100%;
|
|
913
|
+
margin-bottom: 16px;
|
|
914
|
+
}
|
|
915
|
+
@media (min-width: 720px) {
|
|
916
|
+
.footer-contact-box,
|
|
917
|
+
.footer-mobile-contact-box {
|
|
918
|
+
width: auto;
|
|
919
|
+
margin-bottom: 6px;
|
|
920
|
+
}
|
|
921
|
+
}
|
|
922
|
+
.footer-contact-box_phone,
|
|
923
|
+
.footer-mobile-contact-box_phone {
|
|
924
|
+
display: none;
|
|
925
|
+
font-size: 0.9rem;
|
|
926
|
+
font-weight: bold;
|
|
927
|
+
}
|
|
928
|
+
@media (min-width: 720px) {
|
|
929
|
+
.footer-contact-box_phone,
|
|
930
|
+
.footer-mobile-contact-box_phone {
|
|
931
|
+
display: flex;
|
|
932
|
+
}
|
|
933
|
+
}
|
|
934
|
+
.footer-contact-box-button,
|
|
935
|
+
.footer-mobile-contact-box-button {
|
|
936
|
+
display: flex;
|
|
937
|
+
justify-content: center;
|
|
938
|
+
width: 100%;
|
|
939
|
+
}
|
|
940
|
+
.footer-contact-box-button:before,
|
|
941
|
+
.footer-mobile-contact-box-button:before {
|
|
942
|
+
content: '';
|
|
943
|
+
width: 20px;
|
|
944
|
+
height: 20px;
|
|
945
|
+
background: url('../../../assets/images/svg/icon-web-24-p.svg');
|
|
946
|
+
margin-right: 0.5rem;
|
|
947
|
+
}
|
|
948
|
+
@media (min-width: 720px) {
|
|
949
|
+
.footer-contact-box-button,
|
|
950
|
+
.footer-mobile-contact-box-button {
|
|
951
|
+
display: none !important;
|
|
952
|
+
}
|
|
953
|
+
}
|
|
954
|
+
.footer-contact-box_schedule,
|
|
955
|
+
.footer-mobile-contact-box_schedule {
|
|
956
|
+
color: var(--neutral-neutral-3);
|
|
957
|
+
font-size: 1rem;
|
|
958
|
+
text-align: center;
|
|
959
|
+
margin: 0.5rem 0;
|
|
960
|
+
}
|
|
961
|
+
@media (min-width: 720px) {
|
|
962
|
+
.footer-contact-box_schedule,
|
|
963
|
+
.footer-mobile-contact-box_schedule {
|
|
964
|
+
font-size: 0.8rem;
|
|
965
|
+
text-align: left;
|
|
966
|
+
margin: 0;
|
|
967
|
+
max-width: 12rem;
|
|
968
|
+
}
|
|
969
|
+
}
|
|
891
970
|
`;
|
|
@@ -889,4 +889,83 @@ export const FixedFooterStyled = styled.div`
|
|
|
889
889
|
width: 3px;
|
|
890
890
|
height: 100%;
|
|
891
891
|
}
|
|
892
|
+
.footer-contact-box {
|
|
893
|
+
display: none;
|
|
894
|
+
}
|
|
895
|
+
@media (min-width: 720px) {
|
|
896
|
+
.footer-contact-box {
|
|
897
|
+
display: flex;
|
|
898
|
+
}
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
.footer-mobile-contact-box {
|
|
902
|
+
display: flex;
|
|
903
|
+
}
|
|
904
|
+
@media (min-width: 720px) {
|
|
905
|
+
.footer-mobile-contact-box {
|
|
906
|
+
display: none;
|
|
907
|
+
}
|
|
908
|
+
}
|
|
909
|
+
|
|
910
|
+
.footer-contact-box,
|
|
911
|
+
.footer-mobile-contact-box {
|
|
912
|
+
flex-flow: column;
|
|
913
|
+
width: 100%;
|
|
914
|
+
margin-bottom: 16px;
|
|
915
|
+
}
|
|
916
|
+
@media (min-width: 720px) {
|
|
917
|
+
.footer-contact-box,
|
|
918
|
+
.footer-mobile-contact-box {
|
|
919
|
+
width: auto;
|
|
920
|
+
margin-bottom: 6px;
|
|
921
|
+
}
|
|
922
|
+
}
|
|
923
|
+
.footer-contact-box_phone,
|
|
924
|
+
.footer-mobile-contact-box_phone {
|
|
925
|
+
display: none;
|
|
926
|
+
font-size: 0.9rem;
|
|
927
|
+
font-weight: bold;
|
|
928
|
+
}
|
|
929
|
+
@media (min-width: 720px) {
|
|
930
|
+
.footer-contact-box_phone,
|
|
931
|
+
.footer-mobile-contact-box_phone {
|
|
932
|
+
display: flex;
|
|
933
|
+
}
|
|
934
|
+
}
|
|
935
|
+
.footer-contact-box-button,
|
|
936
|
+
.footer-mobile-contact-box-button {
|
|
937
|
+
display: flex;
|
|
938
|
+
justify-content: center;
|
|
939
|
+
width: 100%;
|
|
940
|
+
}
|
|
941
|
+
.footer-contact-box-button:before,
|
|
942
|
+
.footer-mobile-contact-box-button:before {
|
|
943
|
+
content: '';
|
|
944
|
+
width: 20px;
|
|
945
|
+
height: 20px;
|
|
946
|
+
background: url('../../../assets/images/svg/icon-web-24-p.svg');
|
|
947
|
+
margin-right: 0.5rem;
|
|
948
|
+
}
|
|
949
|
+
@media (min-width: 720px) {
|
|
950
|
+
.footer-contact-box-button,
|
|
951
|
+
.footer-mobile-contact-box-button {
|
|
952
|
+
display: none !important;
|
|
953
|
+
}
|
|
954
|
+
}
|
|
955
|
+
.footer-contact-box_schedule,
|
|
956
|
+
.footer-mobile-contact-box_schedule {
|
|
957
|
+
color: var(--neutral-neutral-3);
|
|
958
|
+
font-size: 1rem;
|
|
959
|
+
text-align: center;
|
|
960
|
+
margin: 0.5rem 0;
|
|
961
|
+
}
|
|
962
|
+
@media (min-width: 720px) {
|
|
963
|
+
.footer-contact-box_schedule,
|
|
964
|
+
.footer-mobile-contact-box_schedule {
|
|
965
|
+
font-size: 0.8rem;
|
|
966
|
+
text-align: left;
|
|
967
|
+
margin: 0;
|
|
968
|
+
max-width: 12rem;
|
|
969
|
+
}
|
|
970
|
+
}
|
|
892
971
|
`
|