@npm_leadtech/legal-lib-components 5.26.3 → 5.26.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.
|
@@ -828,4 +828,60 @@ export const FixedFooterStyled = styled.div `
|
|
|
828
828
|
display: flex;
|
|
829
829
|
}
|
|
830
830
|
}
|
|
831
|
+
footer .footer-contact-box_schedule {
|
|
832
|
+
color: var(--others-white);
|
|
833
|
+
padding-bottom: 1rem;
|
|
834
|
+
}
|
|
835
|
+
.footer-contact-box_schedule,
|
|
836
|
+
.footer-mobile-contact-box_schedule {
|
|
837
|
+
color: var(--neutral-neutral-3);
|
|
838
|
+
font-size: 1rem;
|
|
839
|
+
text-align: center;
|
|
840
|
+
margin: 0.5rem 0;
|
|
841
|
+
}
|
|
842
|
+
@media (min-width: 720px) {
|
|
843
|
+
.footer-contact-box_schedule,
|
|
844
|
+
.footer-mobile-contact-box_schedule {
|
|
845
|
+
font-size: 0.8rem;
|
|
846
|
+
text-align: left;
|
|
847
|
+
margin: 0;
|
|
848
|
+
max-width: 12rem;
|
|
849
|
+
}
|
|
850
|
+
}
|
|
851
|
+
.footer-mobile-contact-box {
|
|
852
|
+
display: flex;
|
|
853
|
+
}
|
|
854
|
+
@media (min-width: 720px) {
|
|
855
|
+
.footer-mobile-contact-box {
|
|
856
|
+
display: none;
|
|
857
|
+
}
|
|
858
|
+
}
|
|
859
|
+
footer .expand-icon:before,
|
|
860
|
+
footer .expand-icon:after {
|
|
861
|
+
width: 2px;
|
|
862
|
+
background-color: var(--others-white);
|
|
863
|
+
left: 50%;
|
|
864
|
+
height: 64%;
|
|
865
|
+
}
|
|
866
|
+
.icon-arrow:before {
|
|
867
|
+
top: 0;
|
|
868
|
+
transform: rotate(-45deg);
|
|
869
|
+
}
|
|
870
|
+
.icon-arrow:before,
|
|
871
|
+
.icon-arrow:after {
|
|
872
|
+
left: 50%;
|
|
873
|
+
height: 64%;
|
|
874
|
+
}
|
|
875
|
+
.icon:before,
|
|
876
|
+
.icon-cross:before,
|
|
877
|
+
.icon-arrow:before,
|
|
878
|
+
.icon:after,
|
|
879
|
+
.icon-cross:after,
|
|
880
|
+
.icon-arrow:after {
|
|
881
|
+
content: '';
|
|
882
|
+
position: absolute;
|
|
883
|
+
background-color: black;
|
|
884
|
+
width: 3px;
|
|
885
|
+
height: 100%;
|
|
886
|
+
}
|
|
831
887
|
`;
|
|
@@ -829,4 +829,60 @@ export const FixedFooterStyled = styled.div`
|
|
|
829
829
|
display: flex;
|
|
830
830
|
}
|
|
831
831
|
}
|
|
832
|
+
footer .footer-contact-box_schedule {
|
|
833
|
+
color: var(--others-white);
|
|
834
|
+
padding-bottom: 1rem;
|
|
835
|
+
}
|
|
836
|
+
.footer-contact-box_schedule,
|
|
837
|
+
.footer-mobile-contact-box_schedule {
|
|
838
|
+
color: var(--neutral-neutral-3);
|
|
839
|
+
font-size: 1rem;
|
|
840
|
+
text-align: center;
|
|
841
|
+
margin: 0.5rem 0;
|
|
842
|
+
}
|
|
843
|
+
@media (min-width: 720px) {
|
|
844
|
+
.footer-contact-box_schedule,
|
|
845
|
+
.footer-mobile-contact-box_schedule {
|
|
846
|
+
font-size: 0.8rem;
|
|
847
|
+
text-align: left;
|
|
848
|
+
margin: 0;
|
|
849
|
+
max-width: 12rem;
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
.footer-mobile-contact-box {
|
|
853
|
+
display: flex;
|
|
854
|
+
}
|
|
855
|
+
@media (min-width: 720px) {
|
|
856
|
+
.footer-mobile-contact-box {
|
|
857
|
+
display: none;
|
|
858
|
+
}
|
|
859
|
+
}
|
|
860
|
+
footer .expand-icon:before,
|
|
861
|
+
footer .expand-icon:after {
|
|
862
|
+
width: 2px;
|
|
863
|
+
background-color: var(--others-white);
|
|
864
|
+
left: 50%;
|
|
865
|
+
height: 64%;
|
|
866
|
+
}
|
|
867
|
+
.icon-arrow:before {
|
|
868
|
+
top: 0;
|
|
869
|
+
transform: rotate(-45deg);
|
|
870
|
+
}
|
|
871
|
+
.icon-arrow:before,
|
|
872
|
+
.icon-arrow:after {
|
|
873
|
+
left: 50%;
|
|
874
|
+
height: 64%;
|
|
875
|
+
}
|
|
876
|
+
.icon:before,
|
|
877
|
+
.icon-cross:before,
|
|
878
|
+
.icon-arrow:before,
|
|
879
|
+
.icon:after,
|
|
880
|
+
.icon-cross:after,
|
|
881
|
+
.icon-arrow:after {
|
|
882
|
+
content: '';
|
|
883
|
+
position: absolute;
|
|
884
|
+
background-color: black;
|
|
885
|
+
width: 3px;
|
|
886
|
+
height: 100%;
|
|
887
|
+
}
|
|
832
888
|
`
|