@npm_leadtech/legal-lib-components 5.5.0 → 5.6.0
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.
- package/dist/css/styles.css +0 -1041
- package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.js +3 -5
- package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.ts +3 -5
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.scss +1 -1
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.js +2 -2
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.d.ts +1 -0
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.js +53 -0
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.ts +54 -0
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.tsx +3 -3
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.js +2 -2
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.d.ts +1 -0
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.js +36 -0
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.ts +37 -0
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.tsx +3 -3
- package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.js +2 -2
- package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.styled.d.ts +1 -0
- package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.styled.js +51 -0
- package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.styled.ts +52 -0
- package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.tsx +3 -3
- package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.js +2 -2
- package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.d.ts +1 -0
- package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.js +54 -0
- package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.ts +55 -0
- package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.tsx +3 -3
- package/dist/src/components/sections/BlogSection/BlogSection.js +2 -1
- package/dist/src/components/sections/BlogSection/BlogSection.styled.d.ts +1 -0
- package/dist/src/components/sections/BlogSection/BlogSection.styled.js +32 -0
- package/dist/src/components/sections/BlogSection/BlogSection.styled.ts +33 -0
- package/dist/src/components/sections/BlogSection/BlogSection.tsx +3 -2
- package/dist/src/components/sections/ContactSection/ContactSection.js +2 -2
- package/dist/src/components/sections/ContactSection/ContactSection.styled.d.ts +1 -0
- package/dist/src/components/sections/ContactSection/ContactSection.styled.js +89 -0
- package/dist/src/components/sections/ContactSection/{ContactSection.scss → ContactSection.styled.ts} +9 -9
- package/dist/src/components/sections/ContactSection/ContactSection.tsx +3 -3
- package/dist/src/components/sections/ExpertsSection/ExpertsSection.js +2 -2
- package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.d.ts +1 -0
- package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.js +27 -0
- package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.ts +28 -0
- package/dist/src/components/sections/ExpertsSection/ExpertsSection.tsx +3 -3
- package/dist/src/components/sections/FaqSection/FaqSection.js +2 -2
- package/dist/src/components/sections/FaqSection/FaqSection.styled.d.ts +1 -0
- package/dist/src/components/sections/FaqSection/FaqSection.styled.js +29 -0
- package/dist/src/components/sections/FaqSection/FaqSection.styled.ts +30 -0
- package/dist/src/components/sections/FaqSection/FaqSection.tsx +3 -3
- package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.js +2 -2
- package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.d.ts +1 -0
- package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.js +56 -0
- package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.ts +57 -0
- package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.tsx +3 -3
- package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.js +2 -1
- package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.styled.d.ts +1 -0
- package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.styled.js +14 -0
- package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.styled.ts +15 -0
- package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.tsx +3 -2
- package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.js +2 -2
- package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.styled.d.ts +1 -0
- package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.styled.js +10 -0
- package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.styled.ts +11 -0
- package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.tsx +3 -3
- package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.js +2 -2
- package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.styled.d.ts +1 -0
- package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.styled.js +24 -0
- package/dist/src/components/sections/HowGetYourFormsSection/{HowGetYourFormsSection.scss → HowGetYourFormsSection.styled.ts} +7 -8
- package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.tsx +3 -3
- package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.js +2 -2
- package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.styled.d.ts +1 -0
- package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.styled.js +39 -0
- package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.styled.ts +40 -0
- package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.tsx +6 -3
- package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.js +2 -2
- package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.styled.d.ts +1 -0
- package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.styled.js +40 -0
- package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.styled.ts +41 -0
- package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.tsx +3 -3
- package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.js +2 -2
- package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.styled.d.ts +1 -0
- package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.styled.js +106 -0
- package/dist/src/components/sections/LearnMoreSection/{LearnMoreSection.scss → LearnMoreSection.styled.ts} +12 -12
- package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.tsx +3 -3
- package/dist/src/components/sections/LegalSection/LegalSection.js +2 -2
- package/dist/src/components/sections/LegalSection/LegalSection.styled.d.ts +1 -0
- package/dist/src/components/sections/LegalSection/LegalSection.styled.js +121 -0
- package/dist/src/components/sections/LegalSection/LegalSection.styled.ts +122 -0
- package/dist/src/components/sections/LegalSection/LegalSection.tsx +3 -3
- package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.js +2 -2
- package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.d.ts +1 -0
- package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.js +46 -0
- package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.ts +47 -0
- package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.tsx +3 -3
- package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.js +2 -2
- package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.d.ts +1 -0
- package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.js +43 -0
- package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.ts +44 -0
- package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.tsx +3 -3
- package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.js +2 -2
- package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.styled.d.ts +1 -0
- package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.styled.js +55 -0
- package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.styled.ts +56 -0
- package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.tsx +3 -4
- package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.js +2 -1
- package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.styled.d.ts +1 -0
- package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.styled.js +70 -0
- package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.styled.ts +71 -0
- package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.tsx +3 -2
- package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.js +2 -2
- package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.d.ts +1 -0
- package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.js +10 -0
- package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.ts +11 -0
- package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.tsx +3 -3
- package/dist/src/components/sections/TryUsSection/TryUsSection.js +2 -2
- package/dist/src/components/sections/TryUsSection/TryUsSection.styled.d.ts +1 -0
- package/dist/src/components/sections/TryUsSection/TryUsSection.styled.js +23 -0
- package/dist/src/components/sections/TryUsSection/{TryUsSection.scss → TryUsSection.styled.ts} +5 -5
- package/dist/src/components/sections/TryUsSection/TryUsSection.tsx +3 -3
- package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.js +2 -2
- package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.styled.d.ts +1 -0
- package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.styled.js +63 -0
- package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.styled.ts +64 -0
- package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.tsx +3 -3
- package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.js +2 -2
- package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.d.ts +1 -0
- package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.js +36 -0
- package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.ts +37 -0
- package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.tsx +3 -4
- package/dist/src/globalStyles/styles.scss +0 -25
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.scss +0 -52
- package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.scss +0 -50
- package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.scss +0 -57
- package/dist/src/components/sections/BlogSection/BlogSection.scss +0 -33
- package/dist/src/components/sections/FaqSection/FaqSection.scss +0 -31
- package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.scss +0 -57
- package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.scss +0 -15
- package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.scss +0 -12
- package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.scss +0 -41
- package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.scss +0 -41
- package/dist/src/components/sections/LegalSection/LegalSection.scss +0 -120
- package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.scss +0 -47
- package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.scss +0 -42
- package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.scss +0 -53
- package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.scss +0 -69
- package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.scss +0 -11
- package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.scss +0 -62
- package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.scss +0 -35
package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.scss
DELETED
|
@@ -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,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
|
-
}
|