@npm_leadtech/legal-lib-components 5.3.13 → 5.3.14
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 +1075 -0
- package/dist/images/svg/arrow-right-24px-outlined.svg +3 -0
- package/dist/src/components/atoms/ContactCard/ContactCard.d.ts +4 -0
- package/dist/src/components/atoms/ContactCard/ContactCard.js +6 -0
- package/dist/src/components/{sections/BlogSection/BlogSection.styled.d.ts → atoms/ContactCard/ContactCard.styled.d.ts} +1 -1
- package/dist/src/components/atoms/ContactCard/ContactCard.styled.js +38 -0
- package/dist/src/components/atoms/ContactCard/ContactCard.styled.ts +39 -0
- package/dist/src/components/atoms/ContactCard/ContactCard.tsx +38 -0
- package/dist/src/components/atoms/ContactCard/ContactCardProps.types.d.ts +9 -0
- package/dist/src/components/atoms/ContactCard/ContactCardProps.types.js +1 -0
- package/dist/src/components/atoms/ContactCard/ContactCardProps.types.ts +9 -0
- package/dist/src/components/atoms/ContactCard/index.d.ts +2 -0
- package/dist/src/components/atoms/ContactCard/index.js +1 -0
- package/dist/src/components/atoms/ContactCard/index.ts +2 -0
- package/dist/src/components/atoms/index.d.ts +1 -0
- package/dist/src/components/atoms/index.js +1 -0
- package/dist/src/components/atoms/index.ts +1 -0
- package/dist/src/components/molecules/Article/Article.js +3 -2
- package/dist/src/components/molecules/Article/Article.scss +17 -0
- package/dist/src/components/molecules/Article/Article.tsx +17 -2
- package/dist/src/components/molecules/Article/ArticleProps.types.d.ts +1 -0
- package/dist/src/components/molecules/Article/ArticleProps.types.ts +1 -0
- package/dist/src/components/molecules/ContactCardList/ContactCardList.d.ts +4 -0
- package/dist/src/components/molecules/ContactCardList/ContactCardList.js +7 -0
- package/dist/src/components/molecules/ContactCardList/ContactCardList.styled.d.ts +1 -0
- package/dist/src/components/{sections/FunctionalityCardsSection/FunctionalityCardsSection.styled.js → molecules/ContactCardList/ContactCardList.styled.js} +4 -5
- package/dist/src/components/{sections/FunctionalityCardsSection/FunctionalityCardsSection.styled.ts → molecules/ContactCardList/ContactCardList.styled.ts} +4 -5
- package/dist/src/components/molecules/ContactCardList/ContactCardList.tsx +17 -0
- package/dist/src/components/molecules/ContactCardList/ContactCardListProps.types.d.ts +4 -0
- package/dist/src/components/molecules/ContactCardList/ContactCardListProps.types.js +1 -0
- package/dist/src/components/molecules/ContactCardList/ContactCardListProps.types.ts +5 -0
- package/dist/src/components/molecules/ContactCardList/index.d.ts +2 -0
- package/dist/src/components/molecules/ContactCardList/index.js +1 -0
- package/dist/src/components/molecules/ContactCardList/index.ts +2 -0
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.scss +1 -1
- package/dist/src/components/molecules/index.d.ts +1 -0
- package/dist/src/components/molecules/index.js +1 -0
- package/dist/src/components/molecules/index.ts +1 -0
- package/dist/src/components/organisms/ArticlesList/ArticlesList.js +2 -2
- package/dist/src/components/organisms/ArticlesList/ArticlesList.tsx +2 -2
- package/dist/src/components/organisms/ArticlesList/ArticlesListProps.types.d.ts +1 -0
- package/dist/src/components/organisms/ArticlesList/ArticlesListProps.types.ts +1 -0
- package/dist/src/components/organisms/ContactContent/ContactContent.d.ts +4 -0
- package/dist/src/components/organisms/ContactContent/ContactContent.js +9 -0
- package/dist/src/components/{sections/AboutUsSection/AboutUsSection.styled.d.ts → organisms/ContactContent/ContactContent.styled.d.ts} +1 -1
- package/dist/src/components/organisms/ContactContent/ContactContent.styled.js +28 -0
- package/dist/src/components/organisms/ContactContent/ContactContent.styled.ts +29 -0
- package/dist/src/components/organisms/ContactContent/ContactContent.tsx +20 -0
- package/dist/src/components/organisms/ContactContent/ContactContentProps.types.d.ts +6 -0
- package/dist/src/components/organisms/ContactContent/ContactContentProps.types.js +1 -0
- package/dist/src/components/organisms/ContactContent/ContactContentProps.types.ts +7 -0
- package/dist/src/components/organisms/ContactContent/index.d.ts +2 -0
- package/dist/src/components/organisms/ContactContent/index.js +1 -0
- package/dist/src/components/organisms/ContactContent/index.ts +2 -0
- package/dist/src/components/organisms/index.d.ts +1 -0
- package/dist/src/components/organisms/index.js +1 -0
- package/dist/src/components/organisms/index.ts +1 -0
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.js +2 -2
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.scss +52 -0
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.tsx +3 -3
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.js +3 -3
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.scss +36 -0
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.tsx +5 -21
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSectionProps.types.d.ts +3 -6
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSectionProps.types.ts +3 -6
- package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.js +2 -2
- package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.scss +50 -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.scss +57 -0
- package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.tsx +3 -3
- package/dist/src/components/sections/BlogSection/BlogSection.js +4 -4
- package/dist/src/components/sections/BlogSection/BlogSection.scss +54 -0
- package/dist/src/components/sections/BlogSection/BlogSection.tsx +11 -8
- package/dist/src/components/sections/BlogSection/BlogSectionProps.types.d.ts +2 -1
- package/dist/src/components/sections/BlogSection/BlogSectionProps.types.ts +2 -1
- package/dist/src/components/sections/ContactSection/ContactSection.js +2 -2
- package/dist/src/components/sections/ContactSection/{ContactSection.styled.ts → ContactSection.scss} +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.scss +26 -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.scss +31 -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.scss +57 -0
- package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.tsx +3 -3
- package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.js +1 -2
- package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.scss +15 -0
- package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.tsx +2 -3
- package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.js +2 -2
- package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.scss +12 -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.ts → HowGetYourFormsSection.scss} +8 -7
- 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.scss +41 -0
- package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.tsx +3 -6
- package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.js +2 -2
- package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.scss +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.ts → LearnMoreSection.scss} +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.scss +120 -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.scss +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.scss +42 -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.scss +53 -0
- package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.tsx +4 -3
- package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.js +1 -2
- package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.scss +69 -0
- package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.tsx +2 -3
- package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.js +2 -2
- package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.scss +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.ts → TryUsSection.scss} +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.scss +62 -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.scss +35 -0
- package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.tsx +4 -3
- package/dist/src/custom.d.ts +1 -1
- package/dist/src/globalStyles/styles.scss +25 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.js +0 -53
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.styled.ts +0 -54
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.d.ts +0 -1
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.js +0 -97
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.ts +0 -98
- package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.styled.d.ts +0 -1
- package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.styled.js +0 -51
- package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.styled.ts +0 -52
- package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.d.ts +0 -1
- package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.js +0 -54
- package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.ts +0 -55
- package/dist/src/components/sections/BlogSection/BlogSection.styled.js +0 -32
- package/dist/src/components/sections/BlogSection/BlogSection.styled.ts +0 -33
- package/dist/src/components/sections/ContactSection/ContactSection.styled.d.ts +0 -1
- package/dist/src/components/sections/ContactSection/ContactSection.styled.js +0 -89
- package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.d.ts +0 -1
- package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.js +0 -27
- package/dist/src/components/sections/ExpertsSection/ExpertsSection.styled.ts +0 -28
- package/dist/src/components/sections/FaqSection/FaqSection.styled.d.ts +0 -1
- package/dist/src/components/sections/FaqSection/FaqSection.styled.js +0 -29
- package/dist/src/components/sections/FaqSection/FaqSection.styled.ts +0 -30
- package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.d.ts +0 -1
- package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.js +0 -56
- package/dist/src/components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.styled.ts +0 -57
- package/dist/src/components/sections/FunctionalityCardsSection/FunctionalityCardsSection.styled.d.ts +0 -1
- package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.styled.d.ts +0 -1
- package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.styled.js +0 -10
- package/dist/src/components/sections/GuidelinesSection/GuidelinesSection.styled.ts +0 -11
- package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.styled.d.ts +0 -1
- package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.styled.js +0 -24
- package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.styled.d.ts +0 -1
- package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.styled.js +0 -39
- package/dist/src/components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.styled.ts +0 -40
- package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.styled.d.ts +0 -1
- package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.styled.js +0 -40
- package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.styled.ts +0 -41
- package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.styled.d.ts +0 -1
- package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.styled.js +0 -106
- package/dist/src/components/sections/LegalSection/LegalSection.styled.d.ts +0 -1
- package/dist/src/components/sections/LegalSection/LegalSection.styled.js +0 -121
- package/dist/src/components/sections/LegalSection/LegalSection.styled.ts +0 -122
- package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.d.ts +0 -1
- package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.js +0 -46
- package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.styled.ts +0 -47
- package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.d.ts +0 -1
- package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.js +0 -43
- package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.styled.ts +0 -44
- package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.styled.d.ts +0 -1
- package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.styled.js +0 -55
- package/dist/src/components/sections/StepsRatafiaSection/StepsRatafiaSection.styled.ts +0 -56
- package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.styled.d.ts +0 -1
- package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.styled.js +0 -70
- package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.styled.ts +0 -71
- package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.d.ts +0 -1
- package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.js +0 -10
- package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.styled.ts +0 -11
- package/dist/src/components/sections/TryUsSection/TryUsSection.styled.d.ts +0 -1
- package/dist/src/components/sections/TryUsSection/TryUsSection.styled.js +0 -23
- package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.styled.d.ts +0 -1
- package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.styled.js +0 -63
- package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.styled.ts +0 -64
- package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.d.ts +0 -1
- package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.js +0 -36
- package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.styled.ts +0 -37
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
}
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
import React, { type FC } from 'react'
|
|
4
4
|
|
|
5
5
|
import { type PeopleSayAboutUsSectionProps } from './PeopleSayAboutUsSectionProps.types'
|
|
6
|
-
import { PeopleSayAboutUsSectionStyled } from './PeopleSayAboutUsSection.styled'
|
|
7
6
|
import { TrustPilot } from '../../atoms'
|
|
7
|
+
// import './PeopleSayAboutUsSection.scss'
|
|
8
8
|
|
|
9
9
|
const PeopleSayAboutUsSection: FC<PeopleSayAboutUsSectionProps> = ({
|
|
10
10
|
title,
|
|
@@ -12,11 +12,11 @@ const PeopleSayAboutUsSection: FC<PeopleSayAboutUsSectionProps> = ({
|
|
|
12
12
|
contentTrustPilot
|
|
13
13
|
}) => {
|
|
14
14
|
return (
|
|
15
|
-
<
|
|
15
|
+
<section className='people-say'>
|
|
16
16
|
{Boolean(title) && <h2 className='people-say__title'>{title}</h2>}
|
|
17
17
|
{testimonialsSectionContent}
|
|
18
18
|
{contentTrustPilot && <TrustPilot>{contentTrustPilot.children}</TrustPilot>}
|
|
19
|
-
</
|
|
19
|
+
</section>
|
|
20
20
|
)
|
|
21
21
|
}
|
|
22
22
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { StepsRatafiaContent } from '../../organisms';
|
|
3
|
-
import { StepsRatafiaSectionStyled } from './StepsRatafiaSection.styled';
|
|
4
3
|
import { Video } from '../../atoms';
|
|
4
|
+
// import './StepsRatafiaSection.scss'
|
|
5
5
|
const StepsRatafiaSection = ({ title, steps, videoUrl }) => {
|
|
6
|
-
return (_jsx(
|
|
6
|
+
return (_jsx("section", { className: 'steps-ratafia-section', children: _jsxs("div", { className: 'steps-ratafia-section__wrapper', children: [_jsx("div", { className: 'steps-ratafia-section__wrapper__video', children: _jsx(Video, { videoSrcURL: videoUrl, autoPlay: true, loop: true }) }), _jsx("div", { className: 'steps-ratafia-section__wrapper__content', children: _jsx(StepsRatafiaContent, { title: title, steps: steps }) })] }) }));
|
|
7
7
|
};
|
|
8
8
|
export default StepsRatafiaSection;
|
|
@@ -0,0 +1,53 @@
|
|
|
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
|
+
}
|
|
@@ -2,12 +2,13 @@ import React, { type FC } from 'react'
|
|
|
2
2
|
|
|
3
3
|
import { StepsRatafiaContent } from '../../organisms'
|
|
4
4
|
import { type StepsRatafiaSectionProps } from './StepsRatafiaSectionProps.types'
|
|
5
|
-
import { StepsRatafiaSectionStyled } from './StepsRatafiaSection.styled'
|
|
6
5
|
import { Video } from '../../atoms'
|
|
7
6
|
|
|
7
|
+
// import './StepsRatafiaSection.scss'
|
|
8
|
+
|
|
8
9
|
const StepsRatafiaSection: FC<StepsRatafiaSectionProps> = ({ title, steps, videoUrl }) => {
|
|
9
10
|
return (
|
|
10
|
-
<
|
|
11
|
+
<section className='steps-ratafia-section'>
|
|
11
12
|
<div className='steps-ratafia-section__wrapper'>
|
|
12
13
|
<div className='steps-ratafia-section__wrapper__video'>
|
|
13
14
|
<Video videoSrcURL={videoUrl} autoPlay loop />
|
|
@@ -16,7 +17,7 @@ const StepsRatafiaSection: FC<StepsRatafiaSectionProps> = ({ title, steps, video
|
|
|
16
17
|
<StepsRatafiaContent title={title} steps={steps} />
|
|
17
18
|
</div>
|
|
18
19
|
</div>
|
|
19
|
-
</
|
|
20
|
+
</section>
|
|
20
21
|
)
|
|
21
22
|
}
|
|
22
23
|
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { TryItRatafiaSectionStyled } from './TryItRatafiaSection.styled';
|
|
3
2
|
// import './TryItRatafiaSection.scss'
|
|
4
3
|
const TryItRatafiaSection = ({ icon, paragraph, children }) => {
|
|
5
|
-
return (_jsx(
|
|
4
|
+
return (_jsx("section", { className: 'try-it-ratafia-section', children: _jsxs("div", { className: 'try-it-ratafia-section__wrapper background-ratafia-animation', children: [_jsxs("div", { className: 'try-it-ratafia-section__wrapper__content', children: [icon !== null && _jsx("div", { className: 'try-it-ratafia-section__wrapper__content__icon', children: icon }), _jsx("h2", { className: 'sans-serif --extra-large --bold-weight try-it-ratafia-section__wrapper__content__title', children: paragraph })] }), _jsx("span", { className: 'try-it-ratafia-section__wrapper__children', children: children })] }) }));
|
|
6
5
|
};
|
|
7
6
|
export default TryItRatafiaSection;
|
|
@@ -0,0 +1,69 @@
|
|
|
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,12 +1,11 @@
|
|
|
1
1
|
import React, { type FC } from 'react'
|
|
2
2
|
|
|
3
3
|
import { type TryItRatafiaSectionProps } from './TryItRatafiaSectionProps.types'
|
|
4
|
-
import { TryItRatafiaSectionStyled } from './TryItRatafiaSection.styled'
|
|
5
4
|
// import './TryItRatafiaSection.scss'
|
|
6
5
|
|
|
7
6
|
const TryItRatafiaSection: FC<TryItRatafiaSectionProps> = ({ icon, paragraph, children }) => {
|
|
8
7
|
return (
|
|
9
|
-
<
|
|
8
|
+
<section className='try-it-ratafia-section'>
|
|
10
9
|
<div className='try-it-ratafia-section__wrapper background-ratafia-animation'>
|
|
11
10
|
<div className='try-it-ratafia-section__wrapper__content'>
|
|
12
11
|
{icon !== null && <div className={'try-it-ratafia-section__wrapper__content__icon'}>{icon}</div>}
|
|
@@ -16,7 +15,7 @@ const TryItRatafiaSection: FC<TryItRatafiaSectionProps> = ({ icon, paragraph, ch
|
|
|
16
15
|
</div>
|
|
17
16
|
<span className='try-it-ratafia-section__wrapper__children'>{children}</span>
|
|
18
17
|
</div>
|
|
19
|
-
</
|
|
18
|
+
</section>
|
|
20
19
|
)
|
|
21
20
|
}
|
|
22
21
|
|
package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { TryOurFreeLegalBlogsContent } from '../../organisms/TryOurFreeLegalBlogsContent';
|
|
3
|
-
import
|
|
3
|
+
// import './TryOurFreeLegalBlogsSection.scss'
|
|
4
4
|
const TryOurFreeLegalBlogsSection = ({ contentTryOurFreeLegalBlogs }) => {
|
|
5
|
-
return (_jsx(
|
|
5
|
+
return (_jsx("section", { className: 'try-our-free-legal-blogs-section wrapper wrapper--responsive', children: _jsx(TryOurFreeLegalBlogsContent, { title: contentTryOurFreeLegalBlogs.title, image: contentTryOurFreeLegalBlogs.image, children: contentTryOurFreeLegalBlogs.children }) }));
|
|
6
6
|
};
|
|
7
7
|
export default TryOurFreeLegalBlogsSection;
|
package/dist/src/components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.tsx
CHANGED
|
@@ -2,15 +2,15 @@ import React, { type FC } from 'react'
|
|
|
2
2
|
|
|
3
3
|
import { TryOurFreeLegalBlogsContent } from '../../organisms/TryOurFreeLegalBlogsContent'
|
|
4
4
|
import { type TryOurFreeLegalBlogsSectionProps } from './TryOurFreeLegalBlogsSectionProps.types'
|
|
5
|
-
import
|
|
5
|
+
// import './TryOurFreeLegalBlogsSection.scss'
|
|
6
6
|
|
|
7
7
|
const TryOurFreeLegalBlogsSection: FC<TryOurFreeLegalBlogsSectionProps> = ({ contentTryOurFreeLegalBlogs }) => {
|
|
8
8
|
return (
|
|
9
|
-
<
|
|
9
|
+
<section className='try-our-free-legal-blogs-section wrapper wrapper--responsive'>
|
|
10
10
|
<TryOurFreeLegalBlogsContent title={contentTryOurFreeLegalBlogs.title} image={contentTryOurFreeLegalBlogs.image}>
|
|
11
11
|
{contentTryOurFreeLegalBlogs.children}
|
|
12
12
|
</TryOurFreeLegalBlogsContent>
|
|
13
|
-
</
|
|
13
|
+
</section>
|
|
14
14
|
)
|
|
15
15
|
}
|
|
16
16
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { Button } from '../../atoms';
|
|
3
|
-
import
|
|
3
|
+
// import './TryUsSection.scss'
|
|
4
4
|
export const TryUsSection = ({ children, hasUserToken = false, cta }) => {
|
|
5
|
-
return (_jsxs(
|
|
5
|
+
return (_jsxs("section", { className: 'try-us-section', children: [children, !hasUserToken && _jsx(Button, { ...cta })] }));
|
|
6
6
|
};
|
package/dist/src/components/sections/TryUsSection/{TryUsSection.styled.ts → TryUsSection.scss}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
@import '../../../globalStyles/variables.scss';
|
|
2
|
+
@import '../../../globalStyles/mediaqueries.scss';
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
.try-us-section {
|
|
5
5
|
padding: 2rem;
|
|
6
6
|
text-align: center;
|
|
7
7
|
background-color: var(--neutral-neutral-6);
|
|
@@ -17,8 +17,8 @@ export const TryUsSectionStyled = styled.section`
|
|
|
17
17
|
margin-top: 1.5rem;
|
|
18
18
|
width: 100%;
|
|
19
19
|
|
|
20
|
-
@
|
|
20
|
+
@include landscape-tablets {
|
|
21
21
|
width: auto;
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
|
-
|
|
24
|
+
}
|
|
@@ -2,13 +2,13 @@ import React, { type FC } from 'react'
|
|
|
2
2
|
import { Button } from '../../atoms'
|
|
3
3
|
|
|
4
4
|
import { type TryUsSectionProps } from './TryUsSectionProps'
|
|
5
|
-
import
|
|
5
|
+
// import './TryUsSection.scss'
|
|
6
6
|
|
|
7
7
|
export const TryUsSection: FC<TryUsSectionProps> = ({ children, hasUserToken = false, cta }) => {
|
|
8
8
|
return (
|
|
9
|
-
<
|
|
9
|
+
<section className='try-us-section'>
|
|
10
10
|
{children}
|
|
11
11
|
{!hasUserToken && <Button {...cta} />}
|
|
12
|
-
</
|
|
12
|
+
</section>
|
|
13
13
|
)
|
|
14
14
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { RichTextStrapi } from '../../atoms';
|
|
3
|
-
import
|
|
3
|
+
// import './UnsubscribeSection.scss'
|
|
4
4
|
export const UnsubscribeSection = ({ text }) => {
|
|
5
|
-
return (_jsx(
|
|
5
|
+
return (_jsx("section", { className: 'wrapper', children: _jsx("div", { className: 'unsubscribe', children: _jsx(RichTextStrapi, { ...text }) }) }));
|
|
6
6
|
};
|
|
@@ -0,0 +1,62 @@
|
|
|
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
|
+
}
|
|
@@ -2,14 +2,14 @@ import React from 'react'
|
|
|
2
2
|
|
|
3
3
|
import { RichTextStrapi } from '../../atoms'
|
|
4
4
|
import { type UnsubscribeSectionProps } from './UnsubscribeSectionProps'
|
|
5
|
-
import
|
|
5
|
+
// import './UnsubscribeSection.scss'
|
|
6
6
|
|
|
7
7
|
export const UnsubscribeSection: React.FC<UnsubscribeSectionProps> = ({ text }) => {
|
|
8
8
|
return (
|
|
9
|
-
<
|
|
9
|
+
<section className='wrapper'>
|
|
10
10
|
<div className='unsubscribe'>
|
|
11
11
|
<RichTextStrapi {...text} />
|
|
12
12
|
</div>
|
|
13
|
-
</
|
|
13
|
+
</section>
|
|
14
14
|
)
|
|
15
15
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { Button } from '../../atoms/Button';
|
|
3
3
|
import { WhyLawDistrictItems } from '../../atoms/WhyLawDistrictItems';
|
|
4
|
-
import
|
|
4
|
+
// import './WhyLawDistrictSection.scss'
|
|
5
5
|
export const WhyLawDistrictSection = ({ title, items, userActive, link }) => {
|
|
6
6
|
if (items.length === 0)
|
|
7
7
|
return null;
|
|
8
|
-
return (_jsxs(
|
|
8
|
+
return (_jsxs("section", { className: 'whyLawDistrictSection', children: [_jsx("h2", { className: 'why-lawDistrict__title serif --hero', children: title }), _jsx(WhyLawDistrictItems, { items: items }), !userActive && (_jsx(Button, { givenClass: 'whyLawDistrictSection__button', label: link.cta, link: link.url, onClick: link.onClick, dataQa: link.dataQa, isExternal: true, hasNoFollow: true }))] }));
|
|
9
9
|
};
|
|
10
10
|
export default WhyLawDistrictSection;
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
}
|
|
@@ -3,13 +3,14 @@ import React from 'react'
|
|
|
3
3
|
import { Button } from '../../atoms/Button'
|
|
4
4
|
import { WhyLawDistrictItems } from '../../atoms/WhyLawDistrictItems'
|
|
5
5
|
import { type WhyLawDistrictSectionProps } from './WhyLawDistrictSectionProps.types'
|
|
6
|
-
|
|
6
|
+
|
|
7
|
+
// import './WhyLawDistrictSection.scss'
|
|
7
8
|
|
|
8
9
|
export const WhyLawDistrictSection: React.FC<WhyLawDistrictSectionProps> = ({ title, items, userActive, link }) => {
|
|
9
10
|
if (items.length === 0) return null
|
|
10
11
|
|
|
11
12
|
return (
|
|
12
|
-
<
|
|
13
|
+
<section className={'whyLawDistrictSection'}>
|
|
13
14
|
<h2 className={'why-lawDistrict__title serif --hero'}>{title}</h2>
|
|
14
15
|
<WhyLawDistrictItems items={items} />
|
|
15
16
|
|
|
@@ -24,7 +25,7 @@ export const WhyLawDistrictSection: React.FC<WhyLawDistrictSectionProps> = ({ ti
|
|
|
24
25
|
hasNoFollow
|
|
25
26
|
/>
|
|
26
27
|
)}
|
|
27
|
-
</
|
|
28
|
+
</section>
|
|
28
29
|
)
|
|
29
30
|
}
|
|
30
31
|
|
package/dist/src/custom.d.ts
CHANGED
|
@@ -83,6 +83,31 @@
|
|
|
83
83
|
@import '../components/organisms/StepsRatafiaContent/StepsRatafiaContent.scss';
|
|
84
84
|
@import '../components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.scss';
|
|
85
85
|
|
|
86
|
+
@import '../components/sections/AboutUsSection/AboutUsSection.scss';
|
|
87
|
+
@import '../components/sections/AsideMenuSection/AsideMenuSection.scss';
|
|
88
|
+
@import '../components/sections/AsSeeInSection/AsSeeInSection.scss';
|
|
89
|
+
@import '../components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.scss';
|
|
90
|
+
@import '../components/sections/BlogSection/BlogSection.scss';
|
|
91
|
+
@import '../components/sections/ContactSection/ContactSection.scss';
|
|
92
|
+
@import '../components/sections/ExpertsSection/ExpertsSection.scss';
|
|
93
|
+
@import '../components/sections/FaqSection/FaqSection.scss';
|
|
94
|
+
@import '../components/sections/FeaturesRatafiaSection/FeaturesRatafiaSection.scss';
|
|
95
|
+
@import '../components/sections/FunctionalityCardsSection/FunctionalityCardsSection.scss';
|
|
96
|
+
@import '../components/sections/GuidelinesSection/GuidelinesSection.scss';
|
|
97
|
+
@import '../components/sections/HowGetYourFormsSection/HowGetYourFormsSection.scss';
|
|
98
|
+
@import '../components/sections/JumbotronRatafiaSection/JumbotronRatafiaSection.scss';
|
|
99
|
+
@import '../components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.scss';
|
|
100
|
+
@import '../components/sections/LearnMoreSection/LearnMoreSection.scss';
|
|
101
|
+
@import '../components/sections/LegalSection/LegalSection.scss';
|
|
102
|
+
@import '../components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.scss';
|
|
103
|
+
@import '../components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.scss';
|
|
104
|
+
@import '../components/sections/StepsRatafiaSection/StepsRatafiaSection.scss';
|
|
105
|
+
@import '../components/sections/TryItRatafiaSection/TryItRatafiaSection.scss';
|
|
106
|
+
@import '../components/sections/TryOurFreeLegalBlogsSection/TryOurFreeLegalBlogsSection.scss';
|
|
107
|
+
@import '../components/sections/TryUsSection/TryUsSection.scss';
|
|
108
|
+
@import '../components/sections/UnsubscribeSection/UnsubscribeSection.scss';
|
|
109
|
+
@import '../components/sections/WhyLawDistrictSection/WhyLawDistrictSection.scss';
|
|
110
|
+
|
|
86
111
|
@import '../components/pages/ErrorRatafiaPage/ErrorRatafiaPage.scss';
|
|
87
112
|
@import '../components/pages/FaqsPage/FaqsPage.scss';
|
|
88
113
|
@import '../components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.scss';
|