@npm_leadtech/legal-lib-components 5.26.4 → 5.26.6

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,14 +857,20 @@ export const FixedFooterStyled = styled.div `
853
857
  }
854
858
  }
855
859
  footer .expand-icon:before,
856
- .fIhxRF footer .expand-icon:after {
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;
862
868
  transform: rotate(-45deg);
863
869
  }
870
+ .icon-arrow:before {
871
+ bottom: 0;
872
+ transform: rotate(45deg);
873
+ }
864
874
  .icon-arrow:before,
865
875
  .icon-arrow:after {
866
876
  left: 50%;
@@ -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,14 +858,20 @@ export const FixedFooterStyled = styled.div`
854
858
  }
855
859
  }
856
860
  footer .expand-icon:before,
857
- .fIhxRF footer .expand-icon:after {
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;
863
869
  transform: rotate(-45deg);
864
870
  }
871
+ .icon-arrow:before {
872
+ bottom: 0;
873
+ transform: rotate(45deg);
874
+ }
865
875
  .icon-arrow:before,
866
876
  .icon-arrow:after {
867
877
  left: 50%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "5.26.4",
3
+ "version": "5.26.6",
4
4
  "license": "ISC",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",