@npm_leadtech/legal-lib-components 5.7.1 → 5.7.3

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 (187) hide show
  1. package/dist/css/styles.css +3 -1167
  2. package/dist/src/components/atoms/CardPane/CardPane.styled.js +19 -1
  3. package/dist/src/components/atoms/CardPane/CardPane.styled.ts +19 -1
  4. package/dist/src/components/atoms/CardPane/CardPaneInfo.js +5 -4
  5. package/dist/src/components/atoms/CardPane/CardPaneInfo.tsx +14 -3
  6. package/dist/src/components/atoms/CardPane/CardPaneProps.types.d.ts +1 -0
  7. package/dist/src/components/atoms/CardPane/CardPaneProps.types.ts +1 -0
  8. package/dist/src/components/atoms/ContactCard/ContactCard.js +3 -2
  9. package/dist/src/components/atoms/ContactCard/ContactCard.styled.js +28 -26
  10. package/dist/src/components/atoms/ContactCard/ContactCard.styled.ts +28 -26
  11. package/dist/src/components/atoms/ContactCard/ContactCard.tsx +22 -16
  12. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.js +1 -5
  13. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.js +0 -14
  14. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.ts +0 -14
  15. package/dist/src/components/atoms/DocumentStatus/DocumentStatus.tsx +1 -10
  16. package/dist/src/components/atoms/DocumentStatus/DocumentStatusProps.types.d.ts +0 -1
  17. package/dist/src/components/atoms/DocumentStatus/DocumentStatusProps.types.ts +0 -1
  18. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.js +3 -5
  19. package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.ts +3 -5
  20. package/dist/src/components/molecules/ExpertCardList/ExpertCardList.scss +3 -2
  21. package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.scss +1 -1
  22. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.js +2 -2
  23. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.styled.d.ts +1 -0
  24. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.styled.js +30 -0
  25. package/dist/src/components/pages/ErrorRatafiaPage/{ErrorRatafiaPage.scss → ErrorRatafiaPage.styled.ts} +3 -4
  26. package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.tsx +4 -3
  27. package/dist/src/components/pages/FaqsPage/FaqsPage.js +2 -2
  28. package/dist/src/components/pages/FaqsPage/FaqsPage.styled.d.ts +1 -0
  29. package/dist/src/components/pages/FaqsPage/FaqsPage.styled.js +59 -0
  30. package/dist/src/components/pages/FaqsPage/{FaqsPage.scss → FaqsPage.styled.ts} +3 -4
  31. package/dist/src/components/pages/FaqsPage/FaqsPage.tsx +4 -3
  32. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.js +2 -2
  33. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.styled.d.ts +1 -0
  34. package/dist/src/components/pages/KeyFactsResultRatafiaPage/{KeyFactsResultRatafiaPage.scss → KeyFactsResultRatafiaPage.styled.js} +4 -5
  35. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.styled.ts +23 -0
  36. package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.tsx +4 -3
  37. package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.js +2 -2
  38. package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.styled.d.ts +1 -0
  39. package/dist/src/components/pages/LoginRatafiaPage/{LoginPageRatafia.scss → LoginRatafiaPage.styled.js} +5 -5
  40. package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.styled.ts +24 -0
  41. package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.tsx +3 -3
  42. package/dist/src/components/sections/AboutUsSection/AboutUsSection.js +2 -2
  43. package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.d.ts +1 -0
  44. package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.js +53 -0
  45. package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.ts +54 -0
  46. package/dist/src/components/sections/AboutUsSection/AboutUsSection.tsx +3 -3
  47. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.js +2 -2
  48. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.scss +1 -0
  49. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.d.ts +1 -0
  50. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.js +36 -0
  51. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.ts +37 -0
  52. package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.tsx +3 -3
  53. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.js +2 -2
  54. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.styled.d.ts +1 -0
  55. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.styled.js +51 -0
  56. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.styled.ts +52 -0
  57. package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.tsx +3 -3
  58. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.js +2 -2
  59. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.d.ts +1 -0
  60. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.js +54 -0
  61. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.ts +55 -0
  62. package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.tsx +3 -3
  63. package/dist/src/components/sections/BlogSection/BlogSection.js +2 -1
  64. package/dist/src/components/sections/BlogSection/BlogSection.styled.d.ts +1 -0
  65. package/dist/src/components/sections/BlogSection/BlogSection.styled.js +32 -0
  66. package/dist/src/components/sections/BlogSection/BlogSection.styled.ts +33 -0
  67. package/dist/src/components/sections/BlogSection/BlogSection.tsx +3 -2
  68. package/dist/src/components/sections/ContactSection/ContactSection.js +2 -2
  69. package/dist/src/components/sections/ContactSection/ContactSection.styled.d.ts +1 -0
  70. package/dist/src/components/sections/ContactSection/ContactSection.styled.js +89 -0
  71. package/dist/src/components/sections/ContactSection/{ContactSection.scss → ContactSection.styled.ts} +9 -9
  72. package/dist/src/components/sections/ContactSection/ContactSection.tsx +3 -3
  73. package/dist/src/components/sections/ExpertsSection/ExpertsSection.js +2 -2
  74. package/dist/src/components/sections/ExpertsSection/ExpertsSection.scss +0 -1
  75. package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.d.ts +1 -0
  76. package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.js +27 -0
  77. package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.ts +28 -0
  78. package/dist/src/components/sections/ExpertsSection/ExpertsSection.tsx +3 -3
  79. package/dist/src/components/sections/FaqSection/FaqSection.js +2 -2
  80. package/dist/src/components/sections/FaqSection/FaqSection.styled.d.ts +1 -0
  81. package/dist/src/components/sections/FaqSection/FaqSection.styled.js +29 -0
  82. package/dist/src/components/sections/FaqSection/FaqSection.styled.ts +30 -0
  83. package/dist/src/components/sections/FaqSection/FaqSection.tsx +3 -3
  84. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.js +2 -2
  85. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.d.ts +1 -0
  86. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.js +56 -0
  87. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.ts +57 -0
  88. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.tsx +3 -3
  89. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.js +2 -1
  90. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.styled.d.ts +1 -0
  91. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.styled.js +14 -0
  92. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.styled.ts +15 -0
  93. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.tsx +3 -2
  94. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.js +2 -2
  95. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.styled.d.ts +1 -0
  96. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.styled.js +10 -0
  97. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.styled.ts +11 -0
  98. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.tsx +3 -3
  99. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.js +2 -2
  100. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.styled.d.ts +1 -0
  101. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.styled.js +24 -0
  102. package/dist/src/components/sections/HowGetYourFormsSection/{HowGetYourFormsSection.scss → HowGetYourFormsSection.styled.ts} +7 -8
  103. package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.tsx +3 -3
  104. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.js +2 -2
  105. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.styled.d.ts +1 -0
  106. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.styled.js +39 -0
  107. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.styled.ts +40 -0
  108. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.tsx +6 -3
  109. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.js +2 -2
  110. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.styled.d.ts +1 -0
  111. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.styled.js +40 -0
  112. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.styled.ts +41 -0
  113. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.tsx +3 -3
  114. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.js +2 -2
  115. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.styled.d.ts +1 -0
  116. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.styled.js +106 -0
  117. package/dist/src/components/sections/LearnMoreSection/{LearnMoreSection.scss → LearnMoreSection.styled.ts} +12 -12
  118. package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.tsx +3 -3
  119. package/dist/src/components/sections/LegalSection/LegalSection.js +2 -2
  120. package/dist/src/components/sections/LegalSection/LegalSection.styled.d.ts +1 -0
  121. package/dist/src/components/sections/LegalSection/LegalSection.styled.js +121 -0
  122. package/dist/src/components/sections/LegalSection/LegalSection.styled.ts +122 -0
  123. package/dist/src/components/sections/LegalSection/LegalSection.tsx +3 -3
  124. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.js +2 -2
  125. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.d.ts +1 -0
  126. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.js +46 -0
  127. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.ts +47 -0
  128. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.tsx +3 -3
  129. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.js +2 -2
  130. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.d.ts +1 -0
  131. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.js +43 -0
  132. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.ts +44 -0
  133. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.tsx +3 -3
  134. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.js +2 -2
  135. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.styled.d.ts +1 -0
  136. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.styled.js +55 -0
  137. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.styled.ts +56 -0
  138. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.tsx +3 -4
  139. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.js +2 -1
  140. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.styled.d.ts +1 -0
  141. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.styled.js +70 -0
  142. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.styled.ts +71 -0
  143. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.tsx +3 -2
  144. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.js +2 -2
  145. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.d.ts +1 -0
  146. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.js +10 -0
  147. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.ts +11 -0
  148. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.tsx +3 -3
  149. package/dist/src/components/sections/TryUsSection/TryUsSection.js +2 -2
  150. package/dist/src/components/sections/TryUsSection/TryUsSection.styled.d.ts +1 -0
  151. package/dist/src/components/sections/TryUsSection/TryUsSection.styled.js +23 -0
  152. package/dist/src/components/sections/TryUsSection/{TryUsSection.scss → TryUsSection.styled.ts} +5 -5
  153. package/dist/src/components/sections/TryUsSection/TryUsSection.tsx +3 -3
  154. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.js +2 -2
  155. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.styled.d.ts +1 -0
  156. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.styled.js +63 -0
  157. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.styled.ts +64 -0
  158. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.tsx +3 -3
  159. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.js +7 -2
  160. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.d.ts +1 -0
  161. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.js +36 -0
  162. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.ts +37 -0
  163. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.tsx +11 -6
  164. package/dist/src/globalStyles/styles.scss +0 -30
  165. package/dist/tsconfig.build.tsbuildinfo +1 -1
  166. package/package.json +1 -1
  167. package/dist/images/componentsSvg/RatafiaIcon24px.d.ts +0 -6
  168. package/dist/images/componentsSvg/RatafiaIcon24px.js +0 -2
  169. package/dist/images/componentsSvg/RatafiaIcon24px.tsx +0 -18
  170. package/dist/src/components/sections/AboutUsSection/AboutUsSection.scss +0 -52
  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/FaqSection/FaqSection.scss +0 -31
  175. package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.scss +0 -57
  176. package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.scss +0 -15
  177. package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.scss +0 -12
  178. package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.scss +0 -41
  179. package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.scss +0 -41
  180. package/dist/src/components/sections/LegalSection/LegalSection.scss +0 -120
  181. package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.scss +0 -47
  182. package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.scss +0 -42
  183. package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.scss +0 -53
  184. package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.scss +0 -69
  185. package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.scss +0 -11
  186. package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.scss +0 -62
  187. package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.scss +0 -35
@@ -1,41 +0,0 @@
1
- @import '../../../globalStyles/mediaqueries.scss';
2
-
3
- .jumbotron-ratafia-section {
4
- display: flex;
5
- justify-content: center;
6
- align-content: center;
7
-
8
- width: 100%;
9
-
10
- padding: 2.5rem 1.5rem 6.5rem 1.5rem;
11
-
12
- @include desktop {
13
- padding: 5rem 2rem 6.5rem 2rem;
14
- }
15
- @include desktop-xl {
16
- padding: 5rem 7.5rem 6.5rem 7.5rem;
17
- }
18
-
19
- &__wrapper {
20
- display: flex;
21
- flex-direction: column;
22
- justify-content: center;
23
- align-items: center;
24
- align-self: stretch;
25
-
26
- gap: 2.5rem;
27
-
28
- max-width: 1200px;
29
-
30
- @include landscape-tablets {
31
- flex-direction: row;
32
- }
33
- @include desktop-xl {
34
- gap: 5rem;
35
- }
36
-
37
- &__children {
38
- flex: none;
39
- }
40
- }
41
- }
@@ -1,41 +0,0 @@
1
- @import '../../../globalStyles/variables.scss';
2
- @import '../../../globalStyles/mediaqueries.scss';
3
-
4
- .jumbotron--simplified {
5
- background: var(--primary-main-light-6);
6
- margin-bottom: -12rem;
7
- text-align: center;
8
- padding-bottom: 13rem;
9
-
10
- @include landscape-tablets {
11
- padding: 1.125rem 0 14.875rem;
12
- }
13
- }
14
-
15
- .jumbotron--simplified__title {
16
- font-size: 1.75rem;
17
- line-height: 2.25rem;
18
- margin-bottom: 0.5rem;
19
-
20
- @include landscape-tablets {
21
- font-size: 2.25rem;
22
- line-height: 3rem;
23
- }
24
-
25
- @include desktop {
26
- font-size: 3rem;
27
- line-height: 3.375rem;
28
- }
29
- }
30
-
31
- .jumbotron--simplified__subtitle {
32
- color: var(--neutral-neutral-1);
33
- font-size: 1rem;
34
- line-height: 1.5rem;
35
-
36
- @include desktop {
37
- font-size: 1rem;
38
- margin: 0 auto;
39
- max-width: 49rem;
40
- }
41
- }
@@ -1,120 +0,0 @@
1
- @import '../../../globalStyles/variables.scss';
2
- @import '../../../globalStyles/mediaqueries.scss';
3
-
4
- .legal {
5
- margin-top: 1rem;
6
- margin-bottom: 6rem;
7
- padding: 0 1rem;
8
-
9
- @include laptop {
10
- padding: 0;
11
- }
12
-
13
- .m-richText {
14
- & > * {
15
- color: var(--neutral-neutral-1);
16
- }
17
-
18
- p {
19
- margin-bottom: 1rem;
20
- }
21
-
22
- .cookie-table,
23
- .cookies-downloaded-documents-pages {
24
- box-shadow: var(--box-shadow-medium);
25
-
26
- thead {
27
- th:nth-child(3),
28
- th:nth-child(4) {
29
- display: none;
30
- @include landscape-tablets {
31
- display: table-cell;
32
- }
33
- }
34
- }
35
-
36
- tbody {
37
- td:nth-child(3),
38
- td:nth-child(4) {
39
- display: none;
40
- @include landscape-tablets {
41
- display: table-cell;
42
- }
43
- }
44
- }
45
- }
46
-
47
- table {
48
- margin: 2.5rem 0;
49
- width: 100%;
50
- border-radius: var(--global-border-radius);
51
- text-align: center;
52
- border-collapse: collapse;
53
-
54
- thead {
55
- th {
56
- height: 2.5rem;
57
- background-color: var(--primary-main-light-5);
58
- border-right: 1px solid var(--neutral-neutral-4);
59
-
60
- &:first-child {
61
- border-top-left-radius: var(--global-border-radius);
62
- }
63
-
64
- &:last-child {
65
- border-right: none;
66
- border-top-right-radius: var(--global-border-radius);
67
- }
68
- }
69
-
70
- tr {
71
- font-weight: bold;
72
- padding: 0.5rem 0;
73
- }
74
- }
75
-
76
- tbody {
77
- td {
78
- border-right: 1px solid var(--neutral-neutral-4);
79
-
80
- &:last-child {
81
- border-right: none;
82
- }
83
- }
84
-
85
- tr {
86
- height: 2.5rem;
87
-
88
- &:nth-child(even) {
89
- background: var(--neutral-neutral-6);
90
- }
91
- }
92
- }
93
- }
94
-
95
- h2 {
96
- font-size: 32px;
97
- line-height: 1.13;
98
- letter-spacing: -0.3px;
99
- margin-bottom: 1rem;
100
- }
101
-
102
- a {
103
- color: var(--primary-main-light-1);
104
- }
105
-
106
- ul,
107
- ol {
108
- padding-left: 2rem;
109
- margin-bottom: 1rem;
110
- }
111
-
112
- ul {
113
- list-style: disc;
114
- }
115
-
116
- ol {
117
- list-style-type: decimal;
118
- }
119
- }
120
- }
@@ -1,47 +0,0 @@
1
- @import '../../../globalStyles/variables.scss';
2
- @import '../../../globalStyles/mediaqueries.scss';
3
-
4
- .mid-banner-ratafia-section {
5
- display: flex;
6
- justify-content: center;
7
- align-content: center;
8
-
9
- width: 100%;
10
-
11
- padding: 2rem 1.5rem;
12
-
13
- @include desktop {
14
- padding: 3rem 2rem;
15
- }
16
- @include desktop-xl {
17
- padding: 3rem 7.5rem;
18
- }
19
-
20
- &__wrapper {
21
- display: flex;
22
- justify-content: center;
23
- align-items: flex-start;
24
- flex: 1 0 0;
25
-
26
- padding: 2rem;
27
- gap: 3rem;
28
-
29
- max-width: 1200px;
30
-
31
- border-radius: 16px;
32
- background: var(--neutral-neutral-6);
33
-
34
- @include desktop {
35
- padding: 3rem 5rem 0.5rem 4rem;
36
- gap: 5rem;
37
- }
38
-
39
- &__sample {
40
- display: none;
41
-
42
- @include desktop {
43
- display: block;
44
- }
45
- }
46
- }
47
- }
@@ -1,42 +0,0 @@
1
- @import '../../../globalStyles/variables.scss';
2
- @import '../../../globalStyles/mediaqueries.scss';
3
-
4
- .people-say {
5
- width: 100%;
6
- margin: 0 auto;
7
- text-align: center;
8
- padding: 1.5rem;
9
-
10
- @include laptop {
11
- padding: 0;
12
- }
13
-
14
- @include desktop {
15
- max-width: $max-width;
16
- }
17
-
18
- &__title {
19
- font-family: var(--font-serif);
20
- font-size: 32px;
21
- font-weight: 400;
22
- line-height: 42px;
23
- letter-spacing: -0.3px;
24
- text-align: center;
25
- }
26
-
27
- .richt-text-strapi {
28
- text-align: left;
29
- margin-top: 2rem;
30
-
31
- > p,
32
- > blockquote {
33
- margin-top: 1.5rem;
34
- }
35
-
36
- blockquote {
37
- padding: 1rem;
38
- background: var(--neutral-neutral-6);
39
- border-radius: 4px;
40
- }
41
- }
42
- }
@@ -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
- }