@npm_leadtech/legal-lib-components 5.26.4 → 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,6 +828,10 @@ 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
|
+
}
|
|
831
835
|
.footer-contact-box_schedule,
|
|
832
836
|
.footer-mobile-contact-box_schedule {
|
|
833
837
|
color: var(--neutral-neutral-3);
|
|
@@ -853,9 +857,11 @@ export const FixedFooterStyled = styled.div `
|
|
|
853
857
|
}
|
|
854
858
|
}
|
|
855
859
|
footer .expand-icon:before,
|
|
856
|
-
|
|
860
|
+
footer .expand-icon:after {
|
|
857
861
|
width: 2px;
|
|
858
862
|
background-color: var(--others-white);
|
|
863
|
+
left: 50%;
|
|
864
|
+
height: 64%;
|
|
859
865
|
}
|
|
860
866
|
.icon-arrow:before {
|
|
861
867
|
top: 0;
|
|
@@ -829,6 +829,10 @@ 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
|
+
}
|
|
832
836
|
.footer-contact-box_schedule,
|
|
833
837
|
.footer-mobile-contact-box_schedule {
|
|
834
838
|
color: var(--neutral-neutral-3);
|
|
@@ -854,9 +858,11 @@ export const FixedFooterStyled = styled.div`
|
|
|
854
858
|
}
|
|
855
859
|
}
|
|
856
860
|
footer .expand-icon:before,
|
|
857
|
-
|
|
861
|
+
footer .expand-icon:after {
|
|
858
862
|
width: 2px;
|
|
859
863
|
background-color: var(--others-white);
|
|
864
|
+
left: 50%;
|
|
865
|
+
height: 64%;
|
|
860
866
|
}
|
|
861
867
|
.icon-arrow:before {
|
|
862
868
|
top: 0;
|