@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 +0,0 @@
1
- export { default as ContactContent } from './ContactContent';
@@ -1,2 +0,0 @@
1
- export { default as ContactContent } from './ContactContent'
2
- export { type ContactContentProps } from './ContactContentProps.types'
@@ -1,52 +0,0 @@
1
- @import '../../../globalStyles/variables.scss';
2
- @import '../../../globalStyles/mediaqueries.scss';
3
-
4
- .about-us-section {
5
- padding-top: 1.125rem;
6
- background: var(--primary-main-light-6);
7
- margin-bottom: 3rem;
8
-
9
- @include laptop {
10
- margin-bottom: 5rem;
11
- }
12
-
13
- &__title {
14
- text-align: center;
15
- margin-bottom: 1rem;
16
- &__text {
17
- text-transform: uppercase;
18
- font-size: 0.8rem;
19
- line-height: 1.2;
20
- font-weight: 700;
21
- font-family: var(--font-sans);
22
- color: var(--neutral-neutral-2);
23
- padding-bottom: 0.5rem;
24
- border-bottom: 1px solid var(--neutral-neutral-3);
25
- }
26
- }
27
-
28
- &__sub-title {
29
- margin-bottom: 1.5rem;
30
- text-align: center;
31
- font-size: 2rem;
32
- line-height: 1.2;
33
- letter-spacing: -0.4px;
34
- font-weight: 400;
35
- font-family: var(--font-serif);
36
- color: var(--neutral-neutral-1);
37
-
38
- @include landscape-tablets {
39
- font-size: 2.3rem;
40
- max-width: $sm;
41
- margin: 0 auto 2rem auto;
42
- }
43
-
44
- @include desktop {
45
- max-width: 792px;
46
- }
47
-
48
- @include laptop {
49
- font-size: 3rem;
50
- }
51
- }
52
- }
@@ -1,36 +0,0 @@
1
- @import '../../../globalStyles/variables.scss';
2
- @import '../../../globalStyles/mediaqueries.scss';
3
-
4
- .as-seen-in-section-box {
5
- flex-shrink: 0;
6
- background-color: get-color(secondary, main-light-5);
7
-
8
- @include laptop {
9
- margin-top: 12rem;
10
- }
11
-
12
- .as-seen-in-section {
13
- display: flex;
14
- flex-direction: column;
15
- box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
16
- background: get-color(others, white);
17
- transform: translateY(-5rem);
18
- padding: 1.5rem 0;
19
-
20
- @include laptop {
21
- transform: translateY(-50%);
22
- }
23
-
24
- &__title {
25
- color: var(--neutral-neutral-2);
26
- text-align: center;
27
- font-size: 32px;
28
- font-family: var(--font-serif);
29
- font-style: normal;
30
- font-weight: 400;
31
- line-height: 42px;
32
- letter-spacing: -0.3px;
33
- margin: 1rem 0;
34
- }
35
- }
36
- }
@@ -1,50 +0,0 @@
1
- @import '../../../globalStyles/variables.scss';
2
-
3
- .asideMenu {
4
- .title {
5
- color: var(--neutral-neutral-1);
6
- font-weight: bold;
7
- padding-bottom: 1rem;
8
- border-bottom: get-color(neutral, neutral-4) 1px solid;
9
- margin-bottom: 1.5rem;
10
- }
11
-
12
- .list {
13
- display: flex;
14
- flex-direction: column;
15
- position: sticky;
16
- top: 17%;
17
- }
18
-
19
- .navItem {
20
- color: var(--neutral-neutral-1);
21
- font-size: 14px;
22
- line-height: 18px;
23
- letter-spacing: -0.3px;
24
- padding: 16px 0;
25
- border-top: get-color(neutral, neutral-4) 1px solid;
26
- border-bottom: get-color(neutral, neutral-4) 1px solid;
27
-
28
- span {
29
- cursor: pointer;
30
- }
31
-
32
- &.inView {
33
- span,
34
- a {
35
- color: var(--primary-main);
36
- font-weight: 700;
37
- }
38
- }
39
-
40
- &:first-child {
41
- padding-top: 0;
42
- border: none;
43
- }
44
-
45
- &:last-child {
46
- padding-bottom: 0;
47
- border: none;
48
- }
49
- }
50
- }
@@ -1,57 +0,0 @@
1
- @import '../../../globalStyles/variables.scss';
2
- @import '../../../globalStyles/mediaqueries.scss';
3
-
4
- .benefit-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 laptop {
14
- padding: 3rem 2rem;
15
- }
16
- @include desktop-xl {
17
- padding: 3rem 0;
18
- }
19
-
20
- &__wrapper {
21
- display: flex;
22
- flex-direction: column;
23
- justify-content: center;
24
- align-items: center;
25
- align-self: stretch;
26
-
27
- padding: 1.5rem;
28
- gap: 2rem;
29
-
30
- border-radius: 16px;
31
-
32
- max-width: 1200px;
33
-
34
- @include landscape-tablets {
35
- padding: 2rem;
36
- }
37
- @include laptop {
38
- padding: 3rem;
39
- }
40
-
41
- &__title {
42
- display: flex;
43
- flex-direction: column;
44
- justify-content: center;
45
- align-items: flex-start;
46
- align-self: stretch;
47
- gap: 1rem;
48
-
49
- &__text {
50
- color: var(--others-white);
51
- }
52
- &__description {
53
- color: var(--others-white);
54
- }
55
- }
56
- }
57
- }
@@ -1,33 +0,0 @@
1
- @import '../../../globalStyles/variables.scss';
2
- @import '../../../globalStyles/mediaqueries.scss';
3
-
4
- .blog {
5
- text-align: center;
6
- margin: 0 auto 3rem;
7
- padding: 0 1rem;
8
- max-width: $md;
9
-
10
- @include laptop {
11
- padding: 0;
12
- }
13
- @include desktop {
14
- max-width: $lg;
15
- }
16
-
17
- .blog__title {
18
- color: var(--primary-main-dark-1);
19
-
20
- @include laptop {
21
- margin-bottom: 3rem;
22
- }
23
- }
24
-
25
- .cta-button {
26
- width: 100%;
27
- margin-top: 3rem;
28
- display: inline-block;
29
- @include landscape-tablets {
30
- width: auto;
31
- }
32
- }
33
- }
@@ -1,26 +0,0 @@
1
- @import '../../../globalStyles/variables.scss';
2
- @import '../../../globalStyles/mediaqueries.scss';
3
-
4
- .experts-section {
5
- display: flex;
6
- justify-content: center;
7
- flex-direction: column;
8
- background-color: var(--neutral-neutral-6);
9
- margin-bottom: 4rem;
10
-
11
- &__title {
12
- font-family: var(--font-serif);
13
- font-size: 32px;
14
- font-weight: 400;
15
- line-height: 42px;
16
- letter-spacing: -0.3px;
17
- text-align: center;
18
- margin: 0 auto 5rem;
19
- width: 90%;
20
- transform: translateY(50px);
21
-
22
- @include landscape-tablets {
23
- width: 100%;
24
- }
25
- }
26
- }
@@ -1,31 +0,0 @@
1
- @import '../../../globalStyles/variables.scss';
2
- @import '../../../globalStyles/mediaqueries.scss';
3
-
4
- .faqSection {
5
- display: flex;
6
- padding-bottom: 40px;
7
- flex-direction: column;
8
- gap: 40px;
9
- max-width: 700px;
10
- width: 100%;
11
- }
12
-
13
- .faq-ratafia-section {
14
- display: flex;
15
- align-items: center;
16
- justify-content: center;
17
-
18
- padding: 3rem 1.5rem 5rem 1.5rem;
19
- max-width: none;
20
- background: var(--neutral-neutral-6);
21
-
22
- @include laptop {
23
- padding: 3rem 2rem 5rem 2rem;
24
- }
25
- @include desktop {
26
- padding: 3rem 13.75rem 5rem 13.75rem;
27
- }
28
- @include desktop-xl {
29
- padding: 3rem 28rem 5rem 28rem;
30
- }
31
- }
@@ -1,57 +0,0 @@
1
- @import '../../../globalStyles/variables.scss';
2
- @import '../../../globalStyles/mediaqueries.scss';
3
-
4
- .features-ratafia-section {
5
- display: flex;
6
- justify-content: center;
7
- align-items: center;
8
- align-self: stretch;
9
-
10
- width: 100%;
11
-
12
- padding: 2rem 1.5rem;
13
-
14
- @include laptop {
15
- padding: 3rem 2rem;
16
- gap: 1.5rem;
17
- }
18
- @include desktop-xl {
19
- padding: 3rem 0;
20
- gap: 5rem;
21
- }
22
-
23
- &__wrapper {
24
- display: flex;
25
- justify-content: center;
26
- align-items: center;
27
- align-self: stretch;
28
-
29
- width: 100%;
30
- max-width: 1200px;
31
-
32
- @include laptop {
33
- gap: 1.5rem;
34
- }
35
- @include desktop-xl {
36
- gap: 5rem;
37
- }
38
- &__content {
39
- width: 100%;
40
- }
41
-
42
- &__children {
43
- display: none;
44
- //TODO: Check again with the real container;
45
- min-width: 50%;
46
-
47
- @include desktop {
48
- display: flex;
49
- flex-direction: column;
50
- align-items: center;
51
- }
52
- img {
53
- width: 100%;
54
- }
55
- }
56
- }
57
- }
@@ -1,15 +0,0 @@
1
- @import '../../../globalStyles/variables.scss';
2
- @import '../../../globalStyles/mediaqueries.scss';
3
-
4
- .functionality-cards {
5
- display: flex;
6
- flex-direction: column;
7
- gap: $global-gap;
8
- margin-bottom: 2rem;
9
- width: 100%;
10
-
11
- @include laptop {
12
- flex-direction: row;
13
- width: 50%;
14
- }
15
- }
@@ -1,12 +0,0 @@
1
- @import '../../../globalStyles/variables.scss';
2
- @import '../../../globalStyles/mediaqueries.scss';
3
-
4
- .guidelines-section {
5
- display: flex;
6
- flex-direction: column;
7
- align-items: center;
8
- background: get-color(neutral, neutral-6);
9
- padding-top: 2rem;
10
- padding-bottom: 2rem;
11
- margin-top: 3rem;
12
- }
@@ -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
- }