@npm_leadtech/legal-lib-components 5.26.3 → 5.26.4

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