@npm_leadtech/legal-lib-components 5.3.10 → 5.3.12
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 +77 -1049
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.scss +1 -1
- package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.js +2 -2
- package/dist/src/components/pages/ErrorRatafiaPage/{ErrorRatafiaPage.styled.ts → ErrorRatafiaPage.scss} +4 -3
- package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.tsx +3 -4
- package/dist/src/components/pages/FaqsPage/FaqsPage.js +2 -2
- package/dist/src/components/pages/FaqsPage/{FaqsPage.styled.ts → FaqsPage.scss} +4 -3
- package/dist/src/components/pages/FaqsPage/FaqsPage.tsx +3 -4
- package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.js +2 -2
- package/dist/src/components/pages/KeyFactsResultRatafiaPage/{KeyFactsResultRatafiaPage.styled.js → KeyFactsResultRatafiaPage.scss} +5 -4
- package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.tsx +3 -4
- package/dist/src/components/pages/LoginRatafiaPage/{LoginRatafiaPage.styled.js → LoginPageRatafia.scss} +5 -5
- package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.js +2 -2
- package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.tsx +3 -3
- 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 +97 -0
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.styled.ts +98 -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 +4 -24
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.styled.d.ts +0 -1
- package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.styled.js +0 -30
- package/dist/src/components/pages/FaqsPage/FaqsPage.styled.d.ts +0 -1
- package/dist/src/components/pages/FaqsPage/FaqsPage.styled.js +0 -59
- package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.styled.d.ts +0 -1
- package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.styled.ts +0 -23
- package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.styled.d.ts +0 -1
- package/dist/src/components/pages/LoginRatafiaPage/LoginRatafiaPage.styled.ts +0 -24
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.scss +0 -52
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.scss +0 -98
- 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/ExpertsSection/ExpertsSection.scss +0 -26
- 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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const AsideMenuSectionStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import styled from 'styled-components';
|
|
2
|
+
export const AsideMenuSectionStyled = styled.aside `
|
|
3
|
+
&.asideMenu {
|
|
4
|
+
.title {
|
|
5
|
+
color: var(--neutral-neutral-1);
|
|
6
|
+
font-weight: bold;
|
|
7
|
+
padding-bottom: 1rem;
|
|
8
|
+
border-bottom: var(--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: var(--neutral-neutral-4) 1px solid;
|
|
26
|
+
border-bottom: var(--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
|
+
}
|
|
51
|
+
`;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import styled from 'styled-components'
|
|
2
|
+
|
|
3
|
+
export const AsideMenuSectionStyled = styled.aside`
|
|
4
|
+
&.asideMenu {
|
|
5
|
+
.title {
|
|
6
|
+
color: var(--neutral-neutral-1);
|
|
7
|
+
font-weight: bold;
|
|
8
|
+
padding-bottom: 1rem;
|
|
9
|
+
border-bottom: var(--neutral-neutral-4) 1px solid;
|
|
10
|
+
margin-bottom: 1.5rem;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.list {
|
|
14
|
+
display: flex;
|
|
15
|
+
flex-direction: column;
|
|
16
|
+
position: sticky;
|
|
17
|
+
top: 17%;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.navItem {
|
|
21
|
+
color: var(--neutral-neutral-1);
|
|
22
|
+
font-size: 14px;
|
|
23
|
+
line-height: 18px;
|
|
24
|
+
letter-spacing: -0.3px;
|
|
25
|
+
padding: 16px 0;
|
|
26
|
+
border-top: var(--neutral-neutral-4) 1px solid;
|
|
27
|
+
border-bottom: var(--neutral-neutral-4) 1px solid;
|
|
28
|
+
|
|
29
|
+
span {
|
|
30
|
+
cursor: pointer;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
&.inView {
|
|
34
|
+
span,
|
|
35
|
+
a {
|
|
36
|
+
color: var(--primary-main);
|
|
37
|
+
font-weight: 700;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
&:first-child {
|
|
42
|
+
padding-top: 0;
|
|
43
|
+
border: none;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&:last-child {
|
|
47
|
+
padding-bottom: 0;
|
|
48
|
+
border: none;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
`
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import React from 'react'
|
|
2
2
|
|
|
3
3
|
import { type AsideMenuSectionProps } from './AsideMenuSectionProps'
|
|
4
|
-
|
|
4
|
+
import { AsideMenuSectionStyled } from './AsideMenuSection.styled'
|
|
5
5
|
|
|
6
6
|
export const AsideMenuSection: React.FC<AsideMenuSectionProps> = ({ items, title = '', onClickHandler }) => {
|
|
7
7
|
return (
|
|
8
|
-
<
|
|
8
|
+
<AsideMenuSectionStyled className='asideMenu'>
|
|
9
9
|
{title.length > 0 && <div className='title sans-serif --big'>{title}</div>}
|
|
10
10
|
<ul className='list'>
|
|
11
11
|
{items.map((item, index) => (
|
|
@@ -21,6 +21,6 @@ export const AsideMenuSection: React.FC<AsideMenuSectionProps> = ({ items, title
|
|
|
21
21
|
</li>
|
|
22
22
|
))}
|
|
23
23
|
</ul>
|
|
24
|
-
</
|
|
24
|
+
</AsideMenuSectionStyled>
|
|
25
25
|
)
|
|
26
26
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { BenefitRatafiaCardList } from '../../molecules';
|
|
3
|
-
|
|
3
|
+
import { BenefitsRatafiaSectionStyled } from './BenefitsRatafiaSection.styled';
|
|
4
4
|
const BenefitsRatafiaSection = ({ title, description, benefits }) => {
|
|
5
|
-
return (_jsx(
|
|
5
|
+
return (_jsx(BenefitsRatafiaSectionStyled, { className: 'benefit-ratafia-section', children: _jsxs("div", { className: 'benefit-ratafia-section__wrapper background-ratafia-animation', children: [_jsxs("div", { className: 'benefit-ratafia-section__wrapper__title', children: [_jsx("h2", { className: 'sans-serif --super-large --bold-weight benefit-ratafia-section__wrapper__title__text', children: title }), _jsx("p", { className: 'sans-serif --super-medium benefit-ratafia-section__wrapper__title__description', children: description })] }), _jsx(BenefitRatafiaCardList, { benefits: benefits })] }) }));
|
|
6
6
|
};
|
|
7
7
|
export default BenefitsRatafiaSection;
|
package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.styled.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const BenefitsRatafiaSectionStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { device } from '../../../globalStyles/breakpoints';
|
|
2
|
+
import styled from 'styled-components';
|
|
3
|
+
export const BenefitsRatafiaSectionStyled = styled.section `
|
|
4
|
+
display: flex;
|
|
5
|
+
justify-content: center;
|
|
6
|
+
align-content: center;
|
|
7
|
+
width: 100%;
|
|
8
|
+
padding: 2rem 1.5rem;
|
|
9
|
+
|
|
10
|
+
@media ${device.laptop} {
|
|
11
|
+
padding: 3rem 2rem;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
@media ${device['desktop-xl']} {
|
|
15
|
+
padding: 3rem 0;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.benefit-ratafia-section {
|
|
19
|
+
&__wrapper {
|
|
20
|
+
display: flex;
|
|
21
|
+
flex-direction: column;
|
|
22
|
+
justify-content: center;
|
|
23
|
+
align-items: center;
|
|
24
|
+
align-self: stretch;
|
|
25
|
+
padding: 1.5rem;
|
|
26
|
+
gap: 2rem;
|
|
27
|
+
border-radius: 16px;
|
|
28
|
+
max-width: 1200px;
|
|
29
|
+
|
|
30
|
+
@media ${device['landscape-tablets']} {
|
|
31
|
+
padding: 2rem;
|
|
32
|
+
}
|
|
33
|
+
@media ${device.laptop} {
|
|
34
|
+
padding: 3rem;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
&__title {
|
|
38
|
+
display: flex;
|
|
39
|
+
flex-direction: column;
|
|
40
|
+
justify-content: center;
|
|
41
|
+
align-items: flex-start;
|
|
42
|
+
align-self: stretch;
|
|
43
|
+
gap: 1rem;
|
|
44
|
+
|
|
45
|
+
&__text {
|
|
46
|
+
color: var(--others-white);
|
|
47
|
+
}
|
|
48
|
+
&__description {
|
|
49
|
+
color: var(--others-white);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
`;
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { device } from '../../../globalStyles/breakpoints'
|
|
2
|
+
import styled from 'styled-components'
|
|
3
|
+
|
|
4
|
+
export const BenefitsRatafiaSectionStyled = styled.section`
|
|
5
|
+
display: flex;
|
|
6
|
+
justify-content: center;
|
|
7
|
+
align-content: center;
|
|
8
|
+
width: 100%;
|
|
9
|
+
padding: 2rem 1.5rem;
|
|
10
|
+
|
|
11
|
+
@media ${device.laptop} {
|
|
12
|
+
padding: 3rem 2rem;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@media ${device['desktop-xl']} {
|
|
16
|
+
padding: 3rem 0;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.benefit-ratafia-section {
|
|
20
|
+
&__wrapper {
|
|
21
|
+
display: flex;
|
|
22
|
+
flex-direction: column;
|
|
23
|
+
justify-content: center;
|
|
24
|
+
align-items: center;
|
|
25
|
+
align-self: stretch;
|
|
26
|
+
padding: 1.5rem;
|
|
27
|
+
gap: 2rem;
|
|
28
|
+
border-radius: 16px;
|
|
29
|
+
max-width: 1200px;
|
|
30
|
+
|
|
31
|
+
@media ${device['landscape-tablets']} {
|
|
32
|
+
padding: 2rem;
|
|
33
|
+
}
|
|
34
|
+
@media ${device.laptop} {
|
|
35
|
+
padding: 3rem;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&__title {
|
|
39
|
+
display: flex;
|
|
40
|
+
flex-direction: column;
|
|
41
|
+
justify-content: center;
|
|
42
|
+
align-items: flex-start;
|
|
43
|
+
align-self: stretch;
|
|
44
|
+
gap: 1rem;
|
|
45
|
+
|
|
46
|
+
&__text {
|
|
47
|
+
color: var(--others-white);
|
|
48
|
+
}
|
|
49
|
+
&__description {
|
|
50
|
+
color: var(--others-white);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
`
|
|
@@ -2,11 +2,11 @@ import React, { type FC } from 'react'
|
|
|
2
2
|
|
|
3
3
|
import { BenefitRatafiaCardList } from '../../molecules'
|
|
4
4
|
import { type BenefitsRatafiaSectionProps } from './BenefitsRatafiaSectionProps.types'
|
|
5
|
-
|
|
5
|
+
import { BenefitsRatafiaSectionStyled } from './BenefitsRatafiaSection.styled'
|
|
6
6
|
|
|
7
7
|
const BenefitsRatafiaSection: FC<BenefitsRatafiaSectionProps> = ({ title, description, benefits }) => {
|
|
8
8
|
return (
|
|
9
|
-
<
|
|
9
|
+
<BenefitsRatafiaSectionStyled className='benefit-ratafia-section'>
|
|
10
10
|
<div className='benefit-ratafia-section__wrapper background-ratafia-animation'>
|
|
11
11
|
<div className='benefit-ratafia-section__wrapper__title'>
|
|
12
12
|
<h2 className='sans-serif --super-large --bold-weight benefit-ratafia-section__wrapper__title__text'>
|
|
@@ -18,7 +18,7 @@ const BenefitsRatafiaSection: FC<BenefitsRatafiaSectionProps> = ({ title, descri
|
|
|
18
18
|
</div>
|
|
19
19
|
<BenefitRatafiaCardList benefits={benefits} />
|
|
20
20
|
</div>
|
|
21
|
-
</
|
|
21
|
+
</BenefitsRatafiaSectionStyled>
|
|
22
22
|
)
|
|
23
23
|
}
|
|
24
24
|
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { ArticlesList } from '../../organisms';
|
|
3
|
+
import { BlogSectionStyled } from './BlogSection.styled';
|
|
3
4
|
import { Button } from '../../atoms';
|
|
4
5
|
// import './BlogSection.scss'
|
|
5
6
|
const BlogSection = ({ blogTitle, blogCta, articles }) => {
|
|
6
7
|
if (articles.articles?.length === 0)
|
|
7
8
|
return null;
|
|
8
|
-
return (_jsxs(
|
|
9
|
+
return (_jsxs(BlogSectionStyled, { className: 'blog', children: [_jsx("h2", { className: 'serif --super-large blog__title', children: blogTitle }), _jsx(ArticlesList, { articles: articles.articles }), _jsx(Button, { dataQa: '', color: 'secondary', label: blogCta, givenClass: 'cta-button', link: '/articles' })] }));
|
|
9
10
|
};
|
|
10
11
|
export default BlogSection;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const BlogSectionStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { device, size } from '../../../globalStyles/breakpoints';
|
|
2
|
+
import styled from 'styled-components';
|
|
3
|
+
export const BlogSectionStyled = styled.div `
|
|
4
|
+
text-align: center;
|
|
5
|
+
margin: 0 auto 3rem;
|
|
6
|
+
padding: 0 1rem;
|
|
7
|
+
max-width: ${size.md};
|
|
8
|
+
|
|
9
|
+
@media ${device.laptop} {
|
|
10
|
+
padding: 0;
|
|
11
|
+
}
|
|
12
|
+
@media ${device.desktop} {
|
|
13
|
+
max-width: ${size.lg};
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.blog__title {
|
|
17
|
+
color: var(--primary-main-dark-1);
|
|
18
|
+
|
|
19
|
+
@media ${device.laptop} {
|
|
20
|
+
margin-bottom: 3rem;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.cta-button {
|
|
25
|
+
width: 100%;
|
|
26
|
+
margin-top: 3rem;
|
|
27
|
+
display: inline-block;
|
|
28
|
+
@media ${device['landscape-tablets']} {
|
|
29
|
+
width: auto;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
`;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { device, size } from '../../../globalStyles/breakpoints'
|
|
2
|
+
import styled from 'styled-components'
|
|
3
|
+
|
|
4
|
+
export const BlogSectionStyled = styled.div`
|
|
5
|
+
text-align: center;
|
|
6
|
+
margin: 0 auto 3rem;
|
|
7
|
+
padding: 0 1rem;
|
|
8
|
+
max-width: ${size.md};
|
|
9
|
+
|
|
10
|
+
@media ${device.laptop} {
|
|
11
|
+
padding: 0;
|
|
12
|
+
}
|
|
13
|
+
@media ${device.desktop} {
|
|
14
|
+
max-width: ${size.lg};
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.blog__title {
|
|
18
|
+
color: var(--primary-main-dark-1);
|
|
19
|
+
|
|
20
|
+
@media ${device.laptop} {
|
|
21
|
+
margin-bottom: 3rem;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.cta-button {
|
|
26
|
+
width: 100%;
|
|
27
|
+
margin-top: 3rem;
|
|
28
|
+
display: inline-block;
|
|
29
|
+
@media ${device['landscape-tablets']} {
|
|
30
|
+
width: auto;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
`
|
|
@@ -3,6 +3,7 @@ import React, { type FC } from 'react'
|
|
|
3
3
|
|
|
4
4
|
import { ArticlesList } from '../../organisms'
|
|
5
5
|
import { type BlogSectionProps } from './BlogSectionProps.types'
|
|
6
|
+
import { BlogSectionStyled } from './BlogSection.styled'
|
|
6
7
|
import { Button } from '../../atoms'
|
|
7
8
|
// import './BlogSection.scss'
|
|
8
9
|
|
|
@@ -10,11 +11,11 @@ const BlogSection: FC<BlogSectionProps> = ({ blogTitle, blogCta, articles }) =>
|
|
|
10
11
|
if (articles.articles?.length === 0) return null
|
|
11
12
|
|
|
12
13
|
return (
|
|
13
|
-
<
|
|
14
|
+
<BlogSectionStyled className={'blog'}>
|
|
14
15
|
<h2 className={'serif --super-large blog__title'}>{blogTitle}</h2>
|
|
15
16
|
<ArticlesList articles={articles.articles} />
|
|
16
17
|
<Button dataQa='' color='secondary' label={blogCta} givenClass='cta-button' link={'/articles'} />
|
|
17
|
-
</
|
|
18
|
+
</BlogSectionStyled>
|
|
18
19
|
)
|
|
19
20
|
}
|
|
20
21
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { BoxForm } from '../../molecules';
|
|
3
3
|
import { ContactJumbotron } from '../../organisms';
|
|
4
|
-
|
|
4
|
+
import { ContactSectionStyled } from './ContactSection.styled';
|
|
5
5
|
export const ContactSection = ({ contactJumbotronProps, contactForm }) => {
|
|
6
|
-
return (_jsx(
|
|
6
|
+
return (_jsx(ContactSectionStyled, { className: 'contact-container', children: _jsx("div", { className: 'wrapper wrapper--responsive wrapper--contact', children: _jsxs("div", { className: 'contact__main', children: [_jsx("div", { className: 'contact-left-container', children: _jsx(ContactJumbotron, { ...contactJumbotronProps }) }), _jsx("div", { className: 'contact-right-container', children: _jsx("div", { className: 'contact__form', children: _jsx(BoxForm, { ...contactForm }) }) })] }) }) }));
|
|
7
7
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ContactSectionStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { device } from '../../../globalStyles/breakpoints';
|
|
2
|
+
import styled from 'styled-components';
|
|
3
|
+
export const ContactSectionStyled = styled.section `
|
|
4
|
+
background-color: var(--primary-main-light-6);
|
|
5
|
+
|
|
6
|
+
span > a {
|
|
7
|
+
text-decoration: underline;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.wrapper--contact {
|
|
11
|
+
padding-left: 0;
|
|
12
|
+
padding-right: 0;
|
|
13
|
+
|
|
14
|
+
@media ${device['portrait-tablets']} {
|
|
15
|
+
padding-left: 1.5rem;
|
|
16
|
+
padding-right: 1.5rem;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.contact__main {
|
|
21
|
+
display: flex;
|
|
22
|
+
flex-direction: column-reverse;
|
|
23
|
+
|
|
24
|
+
@media ${device['portrait-tablets']} {
|
|
25
|
+
flex-direction: row;
|
|
26
|
+
justify-content: space-between;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.contact-left-container {
|
|
31
|
+
padding-left: 1.5rem;
|
|
32
|
+
padding-right: 1.5rem;
|
|
33
|
+
|
|
34
|
+
@media ${device['portrait-tablets']} {
|
|
35
|
+
padding-left: 0;
|
|
36
|
+
padding-right: 0;
|
|
37
|
+
width: 45%;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.contact-right-container {
|
|
42
|
+
display: flex;
|
|
43
|
+
justify-content: flex-start;
|
|
44
|
+
background-color: var(--primary-main-light-6);
|
|
45
|
+
margin-bottom: 2.5rem;
|
|
46
|
+
width: 100%;
|
|
47
|
+
|
|
48
|
+
@media ${device['portrait-tablets']} {
|
|
49
|
+
background-size: 21rem;
|
|
50
|
+
background-repeat: no-repeat;
|
|
51
|
+
background-position: 100% 100%;
|
|
52
|
+
margin-bottom: 0;
|
|
53
|
+
padding-bottom: 0;
|
|
54
|
+
width: 45%;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
@media ${device.laptop} {
|
|
58
|
+
padding-bottom: 12rem;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.rec-text-container .rectangle-text__container {
|
|
62
|
+
margin-top: 1rem;
|
|
63
|
+
width: 100%;
|
|
64
|
+
background-color: gray;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.contact__form {
|
|
68
|
+
width: 100%;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.small-container {
|
|
72
|
+
margin: 1.5rem 0;
|
|
73
|
+
|
|
74
|
+
small {
|
|
75
|
+
text-align: center;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.sign-in-container {
|
|
80
|
+
display: flex;
|
|
81
|
+
justify-content: space-between;
|
|
82
|
+
align-items: center;
|
|
83
|
+
|
|
84
|
+
p {
|
|
85
|
+
margin-bottom: 0;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
`;
|
package/dist/src/components/sections/ContactSection/{ContactSection.scss → ContactSection.styled.ts}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { device } from '../../../globalStyles/breakpoints'
|
|
2
|
+
import styled from 'styled-components'
|
|
3
3
|
|
|
4
|
-
.
|
|
4
|
+
export const ContactSectionStyled = styled.section`
|
|
5
5
|
background-color: var(--primary-main-light-6);
|
|
6
6
|
|
|
7
7
|
span > a {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
padding-left: 0;
|
|
13
13
|
padding-right: 0;
|
|
14
14
|
|
|
15
|
-
@
|
|
15
|
+
@media ${device['portrait-tablets']} {
|
|
16
16
|
padding-left: 1.5rem;
|
|
17
17
|
padding-right: 1.5rem;
|
|
18
18
|
}
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
display: flex;
|
|
23
23
|
flex-direction: column-reverse;
|
|
24
24
|
|
|
25
|
-
@
|
|
25
|
+
@media ${device['portrait-tablets']} {
|
|
26
26
|
flex-direction: row;
|
|
27
27
|
justify-content: space-between;
|
|
28
28
|
}
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
padding-left: 1.5rem;
|
|
33
33
|
padding-right: 1.5rem;
|
|
34
34
|
|
|
35
|
-
@
|
|
35
|
+
@media ${device['portrait-tablets']} {
|
|
36
36
|
padding-left: 0;
|
|
37
37
|
padding-right: 0;
|
|
38
38
|
width: 45%;
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
margin-bottom: 2.5rem;
|
|
47
47
|
width: 100%;
|
|
48
48
|
|
|
49
|
-
@
|
|
49
|
+
@media ${device['portrait-tablets']} {
|
|
50
50
|
background-size: 21rem;
|
|
51
51
|
background-repeat: no-repeat;
|
|
52
52
|
background-position: 100% 100%;
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
width: 45%;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
-
@
|
|
58
|
+
@media ${device.laptop} {
|
|
59
59
|
padding-bottom: 12rem;
|
|
60
60
|
}
|
|
61
61
|
|
|
@@ -87,4 +87,4 @@
|
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
|
-
|
|
90
|
+
`
|
|
@@ -3,11 +3,11 @@ import React, { type FC } from 'react'
|
|
|
3
3
|
import { BoxForm } from '../../molecules'
|
|
4
4
|
import { ContactJumbotron } from '../../organisms'
|
|
5
5
|
import { type ContactSectionProps } from './ContactSectionProps'
|
|
6
|
-
|
|
6
|
+
import { ContactSectionStyled } from './ContactSection.styled'
|
|
7
7
|
|
|
8
8
|
export const ContactSection: FC<ContactSectionProps> = ({ contactJumbotronProps, contactForm }) => {
|
|
9
9
|
return (
|
|
10
|
-
<
|
|
10
|
+
<ContactSectionStyled className='contact-container'>
|
|
11
11
|
<div className='wrapper wrapper--responsive wrapper--contact'>
|
|
12
12
|
<div className='contact__main'>
|
|
13
13
|
<div className='contact-left-container'>
|
|
@@ -20,6 +20,6 @@ export const ContactSection: FC<ContactSectionProps> = ({ contactJumbotronProps,
|
|
|
20
20
|
</div>
|
|
21
21
|
</div>
|
|
22
22
|
</div>
|
|
23
|
-
</
|
|
23
|
+
</ContactSectionStyled>
|
|
24
24
|
)
|
|
25
25
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { ExpertCardList } from '../../molecules';
|
|
3
|
-
|
|
3
|
+
import { ExpertsSectionStyled } from './ExpertsSection.styled';
|
|
4
4
|
const ExpertsSection = ({ title, contentExpertCardList }) => {
|
|
5
5
|
if (contentExpertCardList.contentExpertCard.length === 0) {
|
|
6
6
|
return null;
|
|
7
7
|
}
|
|
8
|
-
return (_jsxs(
|
|
8
|
+
return (_jsxs(ExpertsSectionStyled, { className: 'experts-section', children: [_jsx("h2", { className: 'experts-section__title', children: title }), _jsx(ExpertCardList, { contentExpertCard: contentExpertCardList.contentExpertCard })] }));
|
|
9
9
|
};
|
|
10
10
|
export default ExpertsSection;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ExpertsSectionStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { device } from '../../../globalStyles/breakpoints';
|
|
2
|
+
import styled from 'styled-components';
|
|
3
|
+
export const ExpertsSectionStyled = styled.div `
|
|
4
|
+
display: flex;
|
|
5
|
+
justify-content: center;
|
|
6
|
+
flex-direction: column;
|
|
7
|
+
background-color: var(--neutral-neutral-6);
|
|
8
|
+
margin-bottom: 4rem;
|
|
9
|
+
|
|
10
|
+
.experts-section {
|
|
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
|
+
@media ${device['landscape-tablets']} {
|
|
23
|
+
width: 100%;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
`;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { device } from '../../../globalStyles/breakpoints'
|
|
2
|
+
import styled from 'styled-components'
|
|
3
|
+
|
|
4
|
+
export const ExpertsSectionStyled = styled.div`
|
|
5
|
+
display: flex;
|
|
6
|
+
justify-content: center;
|
|
7
|
+
flex-direction: column;
|
|
8
|
+
background-color: var(--neutral-neutral-6);
|
|
9
|
+
margin-bottom: 4rem;
|
|
10
|
+
|
|
11
|
+
.experts-section {
|
|
12
|
+
&__title {
|
|
13
|
+
font-family: var(--font-serif);
|
|
14
|
+
font-size: 32px;
|
|
15
|
+
font-weight: 400;
|
|
16
|
+
line-height: 42px;
|
|
17
|
+
letter-spacing: -0.3px;
|
|
18
|
+
text-align: center;
|
|
19
|
+
margin: 0 auto 5rem;
|
|
20
|
+
width: 90%;
|
|
21
|
+
transform: translateY(50px);
|
|
22
|
+
|
|
23
|
+
@media ${device['landscape-tablets']} {
|
|
24
|
+
width: 100%;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
`
|
|
@@ -2,7 +2,7 @@ import React, { type FC } from 'react'
|
|
|
2
2
|
|
|
3
3
|
import { ExpertCardList } from '../../molecules'
|
|
4
4
|
import { type ExpertsSectionProps } from './ExpertsSectionProps.types'
|
|
5
|
-
|
|
5
|
+
import { ExpertsSectionStyled } from './ExpertsSection.styled'
|
|
6
6
|
|
|
7
7
|
const ExpertsSection: FC<ExpertsSectionProps> = ({ title, contentExpertCardList }) => {
|
|
8
8
|
if (contentExpertCardList.contentExpertCard.length === 0) {
|
|
@@ -10,10 +10,10 @@ const ExpertsSection: FC<ExpertsSectionProps> = ({ title, contentExpertCardList
|
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
return (
|
|
13
|
-
<
|
|
13
|
+
<ExpertsSectionStyled className='experts-section'>
|
|
14
14
|
<h2 className='experts-section__title'>{title}</h2>
|
|
15
15
|
<ExpertCardList contentExpertCard={contentExpertCardList.contentExpertCard} />
|
|
16
|
-
</
|
|
16
|
+
</ExpertsSectionStyled>
|
|
17
17
|
)
|
|
18
18
|
}
|
|
19
19
|
|