@npm_leadtech/legal-lib-components 5.3.1 → 5.3.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.
Files changed (188) hide show
  1. package/dist/css/styles.css +0 -1041
  2. package/dist/src/components/atoms/index.d.ts +0 -1
  3. package/dist/src/components/atoms/index.js +0 -1
  4. package/dist/src/components/atoms/index.ts +0 -1
  5. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.scss +1 -1
  6. package/dist/src/components/molecules/index.d.ts +0 -1
  7. package/dist/src/components/molecules/index.js +0 -1
  8. package/dist/src/components/molecules/index.ts +0 -1
  9. package/dist/src/components/organisms/index.d.ts +0 -1
  10. package/dist/src/components/organisms/index.js +0 -1
  11. package/dist/src/components/organisms/index.ts +0 -1
  12. package/dist/src/components/sections/AboutUsSection/AboutUsSection.js +2 -2
  13. package/dist/src/components/{organisms/ContactContent/ContactContent.styled.d.ts → sections/AboutUsSection/AboutUsSection.styled.d.ts} +1 -1
  14. package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.js +53 -0
  15. package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.ts +54 -0
  16. package/dist/src/components/sections/AboutUsSection/AboutUsSection.tsx +3 -3
  17. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.js +3 -3
  18. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.d.ts +1 -0
  19. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.js +98 -0
  20. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.ts +99 -0
  21. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.tsx +21 -5
  22. package/dist/src/components/sections/AsSeeInSection/AsSeeInSectionProps.types.d.ts +6 -3
  23. package/dist/src/components/sections/AsSeeInSection/AsSeeInSectionProps.types.ts +6 -3
  24. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.js +2 -2
  25. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.styled.d.ts +1 -0
  26. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.styled.js +51 -0
  27. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.styled.ts +52 -0
  28. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.tsx +3 -3
  29. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.js +2 -2
  30. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.d.ts +1 -0
  31. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.js +54 -0
  32. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.ts +55 -0
  33. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.tsx +3 -3
  34. package/dist/src/components/sections/BlogSection/BlogSection.js +2 -1
  35. package/dist/src/components/{atoms/ContactCard/ContactCard.styled.d.ts → sections/BlogSection/BlogSection.styled.d.ts} +1 -1
  36. package/dist/src/components/sections/BlogSection/BlogSection.styled.js +32 -0
  37. package/dist/src/components/sections/BlogSection/BlogSection.styled.ts +33 -0
  38. package/dist/src/components/sections/BlogSection/BlogSection.tsx +3 -2
  39. package/dist/src/components/sections/ContactSection/ContactSection.js +2 -2
  40. package/dist/src/components/sections/ContactSection/ContactSection.styled.d.ts +1 -0
  41. package/dist/src/components/sections/ContactSection/ContactSection.styled.js +89 -0
  42. package/dist/src/components/sections/ContactSection/{ContactSection.scss → ContactSection.styled.ts} +9 -9
  43. package/dist/src/components/sections/ContactSection/ContactSection.tsx +3 -3
  44. package/dist/src/components/sections/ExpertsSection/ExpertsSection.js +2 -2
  45. package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.d.ts +1 -0
  46. package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.js +27 -0
  47. package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.ts +28 -0
  48. package/dist/src/components/sections/ExpertsSection/ExpertsSection.tsx +3 -3
  49. package/dist/src/components/sections/FaqSection/FaqSection.js +2 -2
  50. package/dist/src/components/sections/FaqSection/FaqSection.styled.d.ts +1 -0
  51. package/dist/src/components/sections/FaqSection/FaqSection.styled.js +29 -0
  52. package/dist/src/components/sections/FaqSection/FaqSection.styled.ts +30 -0
  53. package/dist/src/components/sections/FaqSection/FaqSection.tsx +3 -3
  54. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.js +2 -2
  55. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.d.ts +1 -0
  56. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.js +56 -0
  57. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.ts +57 -0
  58. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.tsx +3 -3
  59. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.js +2 -1
  60. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.styled.d.ts +1 -0
  61. package/dist/src/components/{molecules/ContactCardList/ContactCardList.styled.js → sections/FunctionalityCardsSection/FunctionalityCardsSection.styled.js} +5 -4
  62. package/dist/src/components/{molecules/ContactCardList/ContactCardList.styled.ts → sections/FunctionalityCardsSection/FunctionalityCardsSection.styled.ts} +5 -4
  63. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.tsx +3 -2
  64. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.js +2 -2
  65. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.styled.d.ts +1 -0
  66. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.styled.js +10 -0
  67. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.styled.ts +11 -0
  68. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.tsx +3 -3
  69. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.js +2 -2
  70. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.styled.d.ts +1 -0
  71. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.styled.js +24 -0
  72. package/dist/src/components/sections/HowGetYourFormsSection/{HowGetYourFormsSection.scss → HowGetYourFormsSection.styled.ts} +7 -8
  73. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.tsx +3 -3
  74. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.js +2 -2
  75. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.styled.d.ts +1 -0
  76. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.styled.js +39 -0
  77. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.styled.ts +40 -0
  78. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.tsx +6 -3
  79. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.js +2 -2
  80. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.styled.d.ts +1 -0
  81. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.styled.js +40 -0
  82. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.styled.ts +41 -0
  83. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.tsx +3 -3
  84. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.js +2 -2
  85. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.styled.d.ts +1 -0
  86. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.styled.js +106 -0
  87. package/dist/src/components/sections/LearnMoreSection/{LearnMoreSection.scss → LearnMoreSection.styled.ts} +12 -12
  88. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.tsx +3 -3
  89. package/dist/src/components/sections/LegalSection/LegalSection.js +2 -2
  90. package/dist/src/components/sections/LegalSection/LegalSection.styled.d.ts +1 -0
  91. package/dist/src/components/sections/LegalSection/LegalSection.styled.js +121 -0
  92. package/dist/src/components/sections/LegalSection/LegalSection.styled.ts +122 -0
  93. package/dist/src/components/sections/LegalSection/LegalSection.tsx +3 -3
  94. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.js +2 -2
  95. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.d.ts +1 -0
  96. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.js +46 -0
  97. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.ts +47 -0
  98. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.tsx +3 -3
  99. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.js +2 -2
  100. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.d.ts +1 -0
  101. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.js +43 -0
  102. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.ts +44 -0
  103. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.tsx +3 -3
  104. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.js +2 -2
  105. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.styled.d.ts +1 -0
  106. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.styled.js +55 -0
  107. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.styled.ts +56 -0
  108. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.tsx +3 -4
  109. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.js +2 -1
  110. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.styled.d.ts +1 -0
  111. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.styled.js +70 -0
  112. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.styled.ts +71 -0
  113. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.tsx +3 -2
  114. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.js +2 -2
  115. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.d.ts +1 -0
  116. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.js +10 -0
  117. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.ts +11 -0
  118. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.tsx +3 -3
  119. package/dist/src/components/sections/TryUsSection/TryUsSection.js +2 -2
  120. package/dist/src/components/sections/TryUsSection/TryUsSection.styled.d.ts +1 -0
  121. package/dist/src/components/sections/TryUsSection/TryUsSection.styled.js +23 -0
  122. package/dist/src/components/sections/TryUsSection/{TryUsSection.scss → TryUsSection.styled.ts} +5 -5
  123. package/dist/src/components/sections/TryUsSection/TryUsSection.tsx +3 -3
  124. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.js +2 -2
  125. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.styled.d.ts +1 -0
  126. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.styled.js +63 -0
  127. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.styled.ts +64 -0
  128. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.tsx +3 -3
  129. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.js +2 -2
  130. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.d.ts +1 -0
  131. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.js +36 -0
  132. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.ts +37 -0
  133. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.tsx +3 -4
  134. package/dist/src/globalStyles/styles.scss +0 -25
  135. package/dist/tsconfig.build.tsbuildinfo +1 -1
  136. package/package.json +1 -1
  137. package/dist/src/components/atoms/ContactCard/ContactCard.d.ts +0 -4
  138. package/dist/src/components/atoms/ContactCard/ContactCard.js +0 -6
  139. package/dist/src/components/atoms/ContactCard/ContactCard.styled.js +0 -38
  140. package/dist/src/components/atoms/ContactCard/ContactCard.styled.ts +0 -39
  141. package/dist/src/components/atoms/ContactCard/ContactCard.tsx +0 -38
  142. package/dist/src/components/atoms/ContactCard/ContactCardProps.types.d.ts +0 -9
  143. package/dist/src/components/atoms/ContactCard/ContactCardProps.types.js +0 -1
  144. package/dist/src/components/atoms/ContactCard/ContactCardProps.types.ts +0 -9
  145. package/dist/src/components/atoms/ContactCard/index.d.ts +0 -2
  146. package/dist/src/components/atoms/ContactCard/index.js +0 -1
  147. package/dist/src/components/atoms/ContactCard/index.ts +0 -2
  148. package/dist/src/components/molecules/ContactCardList/ContactCardList.d.ts +0 -4
  149. package/dist/src/components/molecules/ContactCardList/ContactCardList.js +0 -7
  150. package/dist/src/components/molecules/ContactCardList/ContactCardList.styled.d.ts +0 -1
  151. package/dist/src/components/molecules/ContactCardList/ContactCardList.tsx +0 -17
  152. package/dist/src/components/molecules/ContactCardList/ContactCardListProps.types.d.ts +0 -4
  153. package/dist/src/components/molecules/ContactCardList/ContactCardListProps.types.js +0 -1
  154. package/dist/src/components/molecules/ContactCardList/ContactCardListProps.types.ts +0 -5
  155. package/dist/src/components/molecules/ContactCardList/index.d.ts +0 -2
  156. package/dist/src/components/molecules/ContactCardList/index.js +0 -1
  157. package/dist/src/components/molecules/ContactCardList/index.ts +0 -2
  158. package/dist/src/components/organisms/ContactContent/ContactContent.d.ts +0 -4
  159. package/dist/src/components/organisms/ContactContent/ContactContent.js +0 -9
  160. package/dist/src/components/organisms/ContactContent/ContactContent.styled.js +0 -28
  161. package/dist/src/components/organisms/ContactContent/ContactContent.styled.ts +0 -29
  162. package/dist/src/components/organisms/ContactContent/ContactContent.tsx +0 -20
  163. package/dist/src/components/organisms/ContactContent/ContactContentProps.types.d.ts +0 -6
  164. package/dist/src/components/organisms/ContactContent/ContactContentProps.types.js +0 -1
  165. package/dist/src/components/organisms/ContactContent/ContactContentProps.types.ts +0 -7
  166. package/dist/src/components/organisms/ContactContent/index.d.ts +0 -2
  167. package/dist/src/components/organisms/ContactContent/index.js +0 -1
  168. package/dist/src/components/organisms/ContactContent/index.ts +0 -2
  169. package/dist/src/components/sections/AboutUsSection/AboutUsSection.scss +0 -52
  170. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.scss +0 -36
  171. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.scss +0 -50
  172. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.scss +0 -57
  173. package/dist/src/components/sections/BlogSection/BlogSection.scss +0 -33
  174. package/dist/src/components/sections/ExpertsSection/ExpertsSection.scss +0 -26
  175. package/dist/src/components/sections/FaqSection/FaqSection.scss +0 -31
  176. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.scss +0 -57
  177. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.scss +0 -15
  178. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.scss +0 -12
  179. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.scss +0 -41
  180. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.scss +0 -41
  181. package/dist/src/components/sections/LegalSection/LegalSection.scss +0 -120
  182. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.scss +0 -47
  183. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.scss +0 -42
  184. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.scss +0 -53
  185. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.scss +0 -69
  186. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.scss +0 -11
  187. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.scss +0 -62
  188. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.scss +0 -35
@@ -1,53 +0,0 @@
1
- @import '../../../globalStyles/mediaqueries.scss';
2
-
3
- .steps-ratafia-section {
4
- z-index: 999;
5
- width: 100%;
6
-
7
- @include desktop {
8
- display: flex;
9
- justify-content: center;
10
- align-items: center;
11
- align-self: stretch;
12
- }
13
-
14
- &__wrapper {
15
- display: flex;
16
- flex-direction: column;
17
- justify-content: center;
18
- align-items: center;
19
- align-self: stretch;
20
-
21
- gap: 3rem;
22
- padding: 2rem 1.5rem 3rem 1.5rem;
23
-
24
- max-width: 1200px;
25
-
26
- @include desktop {
27
- padding: 3rem 0 3rem 0;
28
- }
29
- @include desktop-xl {
30
- flex-direction: row;
31
- justify-content: center;
32
- align-items: center;
33
- }
34
-
35
- &__video {
36
- display: flex;
37
- justify-content: center;
38
-
39
- max-width: 1024px;
40
- @include desktop-xl {
41
- max-width: 720px;
42
- }
43
- video {
44
- border-radius: 8px;
45
- box-shadow: 0 0.125rem 0.375rem 0 rgba(2, 55, 74, 0.25);
46
- width: 100%;
47
- }
48
- }
49
- &__content {
50
- flex: 1;
51
- }
52
- }
53
- }
@@ -1,69 +0,0 @@
1
- @import '../../../globalStyles/variables.scss';
2
- @import '../../../globalStyles/mediaqueries.scss';
3
-
4
- .try-it-ratafia-section {
5
- display: flex;
6
- justify-content: center;
7
- align-content: center;
8
-
9
- width: 100%;
10
- padding: 2rem 1.5rem;
11
-
12
- @include laptop {
13
- padding: 3rem 2rem;
14
- }
15
- @include desktop-xl {
16
- padding: 3rem 7.5rem;
17
- }
18
- &__wrapper {
19
- display: flex;
20
- flex-direction: column;
21
- justify-content: space-between;
22
- align-items: center;
23
- align-self: stretch;
24
-
25
- padding: 1.5rem;
26
- gap: 1.5rem;
27
-
28
- border-radius: 16px;
29
-
30
- max-width: 1200px;
31
-
32
- @include landscape-tablets {
33
- padding: 2rem;
34
- gap: 2.5rem;
35
- flex-direction: row;
36
- }
37
- @include laptop {
38
- padding: 2.5rem 2.5rem 2.5rem 4rem;
39
- gap: 5rem;
40
- }
41
-
42
- &__content {
43
- display: flex;
44
- flex-direction: column;
45
- align-items: flex-start;
46
- flex: 1 0 0;
47
- align-self: stretch;
48
-
49
- gap: 1rem;
50
-
51
- @include landscape-tablets {
52
- padding: 3rem 0;
53
- }
54
-
55
- &__icon {
56
- width: 48px;
57
- height: 48px;
58
- }
59
- &__title {
60
- align-self: stretch;
61
- color: var(--others-white);
62
- }
63
- }
64
-
65
- &__children {
66
- max-width: 460px;
67
- }
68
- }
69
- }
@@ -1,11 +0,0 @@
1
- @import '../../../globalStyles/variables.scss';
2
- @import '../../../globalStyles/mediaqueries.scss';
3
-
4
- .try-our-free-legal-blogs-section {
5
- display: flex;
6
- flex-direction: column;
7
-
8
- @include landscape-tablets {
9
- flex-flow: row nowrap;
10
- }
11
- }
@@ -1,62 +0,0 @@
1
- @import '../../../globalStyles/variables.scss';
2
- @import '../../../globalStyles/mediaqueries.scss';
3
-
4
- .unsubscribe {
5
- div:first-child {
6
- background: var(--neutral-neutral-6);
7
- display: flex;
8
- flex-flow: row wrap;
9
- margin-bottom: 4rem;
10
- @include landscape-tablets {
11
- margin: 0 3rem 3rem 3rem;
12
- }
13
- }
14
-
15
- .m-richText p + h2 {
16
- margin-top: 0;
17
- }
18
-
19
- h2 {
20
- color: var(--neutral-neutral-1);
21
- background: var(--others-white);
22
- width: 100%;
23
- font-size: 1.75rem;
24
- padding: 2rem 1rem 1rem 1rem;
25
-
26
- @include landscape-tablets {
27
- font-size: 2rem;
28
- padding: 2.7rem 0 1rem 0;
29
- }
30
- }
31
-
32
- .m-richText h2 + p {
33
- padding-top: 1.5rem;
34
- }
35
-
36
- .m-richText p {
37
- padding: 0 2rem 1.5rem 2rem;
38
- width: 100%;
39
- margin: 0;
40
-
41
- @include laptop {
42
- padding: 0 8rem 1.5rem 8rem;
43
- }
44
- @include desktop {
45
- padding: 0 15rem 1.5rem 15rem;
46
- }
47
- }
48
-
49
- img {
50
- max-width: 100%;
51
- display: block;
52
- margin: 0;
53
- }
54
-
55
- .image-preview {
56
- margin: 0 auto;
57
- padding: 0.5rem 0;
58
- border: none;
59
- width: auto;
60
- height: auto;
61
- }
62
- }
@@ -1,35 +0,0 @@
1
- @import '../../../globalStyles/variables.scss';
2
- @import '../../../globalStyles/mediaqueries.scss';
3
-
4
- .whyLawDistrictSection {
5
- text-align: center;
6
- background-color: var(--neutral-neutral-6);
7
- width: 100%;
8
- padding-bottom: 2rem;
9
- display: flex;
10
- flex-direction: column;
11
-
12
- @include landscape-tablets {
13
- padding-bottom: 0rem;
14
- display: block;
15
- }
16
-
17
- &__title {
18
- @include laptop {
19
- padding: 0;
20
- }
21
- }
22
-
23
- &__button {
24
- display: flex;
25
- justify-content: center;
26
- width: 80%;
27
- margin-bottom: 1rem;
28
-
29
- @include landscape-tablets {
30
- margin-bottom: 3.5rem;
31
- display: inline-block;
32
- width: auto;
33
- }
34
- }
35
- }