@npm_leadtech/legal-lib-components 5.22.10 → 5.22.11
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.
|
@@ -738,6 +738,10 @@ export const FixedFooterStyled = styled.div `
|
|
|
738
738
|
footer .find-us-container .contact-box-container .contact-box__schedule {
|
|
739
739
|
color: var(--neutral-neutral-3);
|
|
740
740
|
}
|
|
741
|
+
footer .footer-contact-box_schedule {
|
|
742
|
+
color: var(--others-white);
|
|
743
|
+
padding-bottom: 1rem;
|
|
744
|
+
}
|
|
741
745
|
.contact-bar-wrapper {
|
|
742
746
|
display: flex;
|
|
743
747
|
align-items: center;
|
|
@@ -739,6 +739,10 @@ export const FixedFooterStyled = styled.div`
|
|
|
739
739
|
footer .find-us-container .contact-box-container .contact-box__schedule {
|
|
740
740
|
color: var(--neutral-neutral-3);
|
|
741
741
|
}
|
|
742
|
+
footer .footer-contact-box_schedule {
|
|
743
|
+
color: var(--others-white);
|
|
744
|
+
padding-bottom: 1rem;
|
|
745
|
+
}
|
|
742
746
|
.contact-bar-wrapper {
|
|
743
747
|
display: flex;
|
|
744
748
|
align-items: center;
|