@npm_leadtech/legal-lib-components 5.7.5 → 5.7.7
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 +184 -2175
- package/dist/src/components/molecules/AccordionItem/AccordionItem.js +2 -2
- package/dist/src/components/molecules/AccordionItem/AccordionItem.styled.d.ts +1 -0
- package/dist/src/components/molecules/AccordionItem/AccordionItem.styled.js +69 -0
- package/dist/src/components/molecules/AccordionItem/{AccordionItem.scss → AccordionItem.styled.ts} +3 -3
- package/dist/src/components/molecules/AccordionItem/AccordionItem.tsx +3 -4
- package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.js +2 -2
- package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.styled.d.ts +1 -0
- package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.styled.js +7 -0
- package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.styled.ts +8 -0
- package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.tsx +3 -3
- package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.js +2 -2
- package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.styled.d.ts +1 -0
- package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.styled.js +28 -0
- package/dist/src/components/molecules/AlsoKnownAs/{AlsoKnownAs.scss → AlsoKnownAs.styled.ts} +4 -4
- package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.tsx +3 -3
- package/dist/src/components/molecules/Article/Article.js +3 -4
- package/dist/src/components/molecules/Article/Article.styled.d.ts +1 -0
- package/dist/src/components/molecules/Article/Article.styled.js +65 -0
- package/dist/src/components/molecules/Article/{Article.scss → Article.styled.ts} +10 -27
- package/dist/src/components/molecules/Article/Article.tsx +5 -20
- package/dist/src/components/molecules/Article/ArticleProps.types.d.ts +0 -1
- package/dist/src/components/molecules/Article/ArticleProps.types.ts +0 -1
- package/dist/src/components/molecules/BaseBoxList/BaseBoxList.js +2 -2
- package/dist/src/components/molecules/BaseBoxList/BaseBoxList.styled.d.ts +1 -0
- package/dist/src/components/molecules/BaseBoxList/{BaseBoxList.scss → BaseBoxList.styled.js} +5 -6
- package/dist/src/components/molecules/BaseBoxList/BaseBoxList.styled.ts +26 -0
- package/dist/src/components/molecules/BaseBoxList/BaseBoxList.tsx +6 -2
- package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.js +2 -2
- package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.styled.d.ts +1 -0
- package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.styled.js +15 -0
- package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.styled.ts +16 -0
- package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.tsx +3 -3
- package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.js +2 -2
- package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.styled.d.ts +1 -0
- package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.styled.js +50 -0
- package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.styled.ts +51 -0
- package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.tsx +3 -3
- package/dist/src/components/molecules/BottomOverlay/BottomOverlay.js +2 -2
- package/dist/src/components/molecules/BottomOverlay/BottomOverlay.styled.d.ts +1 -0
- package/dist/src/components/molecules/BottomOverlay/BottomOverlay.styled.js +94 -0
- package/dist/src/components/molecules/BottomOverlay/BottomOverlay.styled.ts +95 -0
- package/dist/src/components/molecules/BottomOverlay/BottomOverlay.tsx +3 -3
- package/dist/src/components/molecules/BoxForm/BoxForm.js +2 -2
- package/dist/src/components/molecules/BoxForm/BoxForm.styled.d.ts +1 -0
- package/dist/src/components/molecules/BoxForm/BoxForm.styled.js +127 -0
- package/dist/src/components/molecules/BoxForm/BoxForm.styled.ts +128 -0
- package/dist/src/components/molecules/BoxForm/BoxForm.tsx +3 -3
- package/dist/src/components/molecules/Breadcrumb/Breadcrumb.js +2 -2
- package/dist/src/components/molecules/Breadcrumb/Breadcrumb.styled.d.ts +1 -0
- package/dist/src/components/molecules/Breadcrumb/Breadcrumb.styled.js +10 -0
- package/dist/src/components/molecules/Breadcrumb/Breadcrumb.styled.ts +11 -0
- package/dist/src/components/molecules/Breadcrumb/Breadcrumb.tsx +3 -3
- package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.js +2 -1
- package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.styled.d.ts +1 -0
- package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.styled.js +45 -0
- package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.styled.ts +46 -0
- package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.tsx +3 -2
- package/dist/src/components/molecules/CountDownMessage/CountDownMessage.js +2 -1
- package/dist/src/components/molecules/CountDownMessage/CountDownMessage.styled.d.ts +1 -0
- package/dist/src/components/molecules/CountDownMessage/CountDownMessage.styled.js +38 -0
- package/dist/src/components/molecules/CountDownMessage/CountDownMessage.styled.ts +39 -0
- package/dist/src/components/molecules/CountDownMessage/CountDownMessage.tsx +4 -3
- package/dist/src/components/molecules/EmailContactBox/EmailContactBox.js +2 -2
- package/dist/src/components/molecules/EmailContactBox/EmailContactBox.styled.d.ts +1 -0
- package/dist/src/components/molecules/EmailContactBox/EmailContactBox.styled.js +34 -0
- package/dist/src/components/molecules/EmailContactBox/{EmailContactBox.scss → EmailContactBox.styled.ts} +3 -3
- package/dist/src/components/molecules/EmailContactBox/EmailContactBox.tsx +3 -3
- package/dist/src/components/molecules/ExpertCardList/ExpertCardList.js +2 -1
- package/dist/src/components/molecules/ExpertCardList/ExpertCardList.styled.d.ts +1 -0
- package/dist/src/components/molecules/ExpertCardList/ExpertCardList.styled.js +13 -0
- package/dist/src/components/molecules/ExpertCardList/ExpertCardList.styled.ts +14 -0
- package/dist/src/components/molecules/ExpertCardList/ExpertCardList.tsx +2 -1
- package/dist/src/components/molecules/FaqItem/FaqItem.js +3 -3
- package/dist/src/components/molecules/FaqItem/FaqItem.styled.d.ts +1 -0
- package/dist/src/components/molecules/FaqItem/FaqItem.styled.js +61 -0
- package/dist/src/components/molecules/FaqItem/{FaqItem.scss → FaqItem.styled.ts} +4 -5
- package/dist/src/components/molecules/FaqItem/FaqItem.tsx +5 -5
- package/dist/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.js +2 -2
- package/dist/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.styled.d.ts +1 -0
- package/dist/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.styled.js +9 -0
- package/dist/src/components/molecules/FeatureRatafiaCardList/{FeatureRatafiaCardList.scss → FeatureRatafiaCardList.styled.ts} +4 -2
- package/dist/src/components/molecules/FeatureRatafiaCardList/FeatureRatafiaCardList.tsx +3 -3
- package/dist/src/components/molecules/Feedback/Feedback.js +2 -2
- package/dist/src/components/molecules/Feedback/Feedback.styled.d.ts +1 -0
- package/dist/src/components/molecules/Feedback/Feedback.styled.js +114 -0
- package/dist/src/components/molecules/Feedback/Feedback.styled.ts +115 -0
- package/dist/src/components/molecules/Feedback/Feedback.tsx +3 -3
- package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.js +2 -2
- package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.styled.d.ts +1 -0
- package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.styled.js +109 -0
- package/dist/src/components/molecules/FreeDocModalContent/{FreeDocModalContent.scss → FreeDocModalContent.styled.ts} +10 -10
- package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.tsx +3 -3
- package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.js +2 -2
- package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.styled.d.ts +1 -0
- package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.styled.js +32 -0
- package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.styled.ts +33 -0
- package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.tsx +3 -3
- package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.js +2 -2
- package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.styled.d.ts +1 -0
- package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.styled.js +20 -0
- package/dist/src/components/molecules/KeyFactCardListRatafia/{KeyFactCardListRatafia.scss → KeyFactCardListRatafia.styled.ts} +3 -3
- package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.tsx +3 -3
- package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.js +2 -2
- package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.styled.d.ts +1 -0
- package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.styled.js +33 -0
- package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.styled.ts +34 -0
- package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.tsx +3 -3
- package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.js +2 -2
- package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.styled.d.ts +1 -0
- package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.styled.js +30 -0
- package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.styled.ts +31 -0
- package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.tsx +3 -3
- package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.js +2 -2
- package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.styled.d.ts +1 -0
- package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.styled.js +69 -0
- package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.styled.ts +70 -0
- package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.tsx +3 -3
- package/dist/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.js +2 -2
- package/dist/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.styled.d.ts +1 -0
- package/dist/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.styled.js +74 -0
- package/dist/src/components/molecules/MoreDocsDesktop/{MoreDocsDesktop.scss → MoreDocsDesktop.styled.ts} +9 -8
- package/dist/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.tsx +3 -3
- package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.js +3 -3
- package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.styled.d.ts +1 -0
- package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.styled.js +72 -0
- package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.styled.ts +73 -0
- package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.tsx +3 -3
- package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.js +2 -2
- package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.styled.d.ts +1 -0
- package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.styled.js +35 -0
- package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.styled.ts +36 -0
- package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.tsx +3 -3
- package/dist/src/components/molecules/Pagination/Pagination.js +2 -2
- package/dist/src/components/molecules/Pagination/Pagination.styled.d.ts +1 -0
- package/dist/src/components/molecules/Pagination/Pagination.styled.js +63 -0
- package/dist/src/components/molecules/Pagination/Pagination.styled.ts +64 -0
- package/dist/src/components/molecules/Pagination/Pagination.tsx +3 -3
- package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.js +2 -1
- package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.styled.d.ts +1 -0
- package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.styled.js +59 -0
- package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.styled.ts +60 -0
- package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.tsx +3 -2
- package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.js +2 -2
- package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.styled.d.ts +1 -0
- package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.styled.js +32 -0
- package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.styled.ts +33 -0
- package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.tsx +3 -3
- package/dist/src/components/molecules/PopularDocs/PopularDocs.js +2 -2
- package/dist/src/components/molecules/PopularDocs/PopularDocs.styled.d.ts +1 -0
- package/dist/src/components/molecules/PopularDocs/PopularDocs.styled.js +34 -0
- package/dist/src/components/molecules/PopularDocs/{PopularDocs.scss → PopularDocs.styled.ts} +7 -6
- package/dist/src/components/molecules/PopularDocs/PopularDocs.tsx +3 -3
- package/dist/src/components/molecules/PricingCard/PricingCard.js +2 -2
- package/dist/src/components/molecules/PricingCard/PricingCard.styled.d.ts +1 -0
- package/dist/src/components/molecules/PricingCard/PricingCard.styled.js +189 -0
- package/dist/src/components/molecules/PricingCard/PricingCard.styled.ts +190 -0
- package/dist/src/components/molecules/PricingCard/PricingCard.tsx +6 -3
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.js +2 -1
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.d.ts +1 -0
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.js +93 -0
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.styled.ts +94 -0
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.tsx +3 -2
- package/dist/src/components/molecules/Snackbar/Snackbar.js +2 -2
- package/dist/src/components/molecules/Snackbar/Snackbar.styled.d.ts +1 -0
- package/dist/src/components/molecules/Snackbar/Snackbar.styled.js +139 -0
- package/dist/src/components/molecules/Snackbar/Snackbar.styled.ts +140 -0
- package/dist/src/components/molecules/Snackbar/Snackbar.tsx +3 -3
- package/dist/src/components/molecules/StepGetForm/StepGetForm.js +2 -2
- package/dist/src/components/molecules/StepGetForm/StepGetForm.styled.d.ts +1 -0
- package/dist/src/components/molecules/StepGetForm/StepGetForm.styled.js +104 -0
- package/dist/src/components/molecules/StepGetForm/{StepGetForm.scss → StepGetForm.styled.ts} +13 -13
- package/dist/src/components/molecules/StepGetForm/StepGetForm.tsx +3 -3
- package/dist/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.js +2 -1
- package/dist/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.styled.d.ts +1 -0
- package/dist/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.styled.js +19 -0
- package/dist/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.styled.ts +20 -0
- package/dist/src/components/molecules/StepRatafiaCardList/StepRatafiaCardList.tsx +3 -2
- package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaList.js +2 -2
- package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaList.styled.d.ts +1 -0
- package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaList.styled.js +6 -0
- package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaList.styled.ts +7 -0
- package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaList.tsx +3 -3
- package/dist/src/components/molecules/TextInput/TextInput.js +0 -1
- package/dist/src/components/molecules/TextInput/TextInput.tsx +0 -1
- package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.js +2 -2
- package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.styled.d.ts +1 -0
- package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.styled.js +14 -0
- package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.styled.ts +15 -0
- package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.tsx +3 -3
- package/dist/src/components/molecules/TypeModulesList/TypeModulesList.js +2 -1
- package/dist/src/components/molecules/TypeModulesList/TypeModulesList.styled.d.ts +1 -0
- package/dist/src/components/molecules/TypeModulesList/TypeModulesList.styled.js +107 -0
- package/dist/src/components/molecules/TypeModulesList/{TypeModulesList.scss → TypeModulesList.styled.ts} +11 -11
- package/dist/src/components/molecules/TypeModulesList/TypeModulesList.tsx +3 -2
- package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.js +2 -2
- package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.styled.d.ts +1 -0
- package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.styled.js +64 -0
- package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.styled.ts +65 -0
- package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.tsx +8 -3
- 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 +0 -1
- package/dist/src/components/organisms/ArticlesList/ArticlesListProps.types.ts +0 -1
- package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.scss +1 -1
- package/dist/src/components/sections/BlogSection/BlogSection.js +4 -5
- package/dist/src/components/sections/BlogSection/BlogSection.styled.js +0 -21
- package/dist/src/components/sections/BlogSection/BlogSection.styled.ts +0 -21
- package/dist/src/components/sections/BlogSection/BlogSection.tsx +6 -10
- package/dist/src/components/sections/BlogSection/BlogSectionProps.types.d.ts +1 -2
- package/dist/src/components/sections/BlogSection/BlogSectionProps.types.ts +1 -2
- package/dist/src/custom.d.ts +1 -1
- package/dist/src/globalStyles/styles.scss +3 -43
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/images/svg/arrow-right-24px-outlined.svg +0 -3
- package/dist/src/components/molecules/ActionButtonHeaderRatafiaCardList/ActionButtonHeaderRatafiaCardList.scss +0 -7
- package/dist/src/components/molecules/BenefitRatafiaCardList/BenefitRatafiaCardList.scss +0 -16
- package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.scss +0 -49
- package/dist/src/components/molecules/BottomOverlay/BottomOverlay.scss +0 -93
- package/dist/src/components/molecules/BoxForm/BoxForm.scss +0 -129
- package/dist/src/components/molecules/Breadcrumb/Breadcrumb.scss +0 -7
- package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.scss +0 -42
- package/dist/src/components/molecules/CountDownMessage/CountDownMessage.scss +0 -37
- package/dist/src/components/molecules/ExpertCardList/ExpertCardList.scss +0 -14
- package/dist/src/components/molecules/Feedback/Feedback.scss +0 -109
- package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.scss +0 -31
- package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.scss +0 -32
- package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.scss +0 -69
- package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.scss +0 -71
- package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.scss +0 -33
- package/dist/src/components/molecules/Pagination/Pagination.scss +0 -62
- package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.scss +0 -60
- package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.scss +0 -33
- package/dist/src/components/molecules/PricingCard/PricingCard.scss +0 -186
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.scss +0 -93
- package/dist/src/components/molecules/Snackbar/Snackbar.scss +0 -135
- package/dist/src/components/molecules/TagsRatafiaList/TagsRatafiaList.scss +0 -5
- package/dist/src/components/molecules/TrustworthyWebsites/TrustworthyWebsites.scss +0 -14
- package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.scss +0 -63
- package/dist/src/components/sections/BlogSection/BlogSection.scss +0 -54
|
@@ -2,17 +2,17 @@ import React, { type FC } from 'react'
|
|
|
2
2
|
|
|
3
3
|
import { BenefitRatafiaCard } from '../../atoms'
|
|
4
4
|
import { type BenefitRatafiaCardListProps } from './BenefitRatafiaCardListProps.types'
|
|
5
|
-
|
|
5
|
+
import { BenefitRatafiaCardListStyled } from './BenefitRatafiaCardList.styled'
|
|
6
6
|
|
|
7
7
|
const BenefitRatafiaCardList: FC<BenefitRatafiaCardListProps> = ({ benefits = [] }) => {
|
|
8
8
|
if (benefits.length === 0) return null
|
|
9
9
|
|
|
10
10
|
return (
|
|
11
|
-
<
|
|
11
|
+
<BenefitRatafiaCardListStyled className='benefit-ratafia-card-list'>
|
|
12
12
|
{benefits.map((benefit) => (
|
|
13
13
|
<BenefitRatafiaCard key={benefit.id} {...benefit} />
|
|
14
14
|
))}
|
|
15
|
-
</
|
|
15
|
+
</BenefitRatafiaCardListStyled>
|
|
16
16
|
)
|
|
17
17
|
}
|
|
18
18
|
export default BenefitRatafiaCardList
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { Button, RichTextInner } from '../../atoms';
|
|
3
|
-
|
|
3
|
+
import { BottomFixedBarStyled } from './BottomFixedBar.styled';
|
|
4
4
|
const BottomFixedBar = ({ text, button }) => {
|
|
5
5
|
if (text === undefined || button === undefined)
|
|
6
6
|
return null;
|
|
7
|
-
return (_jsxs(
|
|
7
|
+
return (_jsxs(BottomFixedBarStyled, { className: 'bottom-fixed-bar', children: [_jsx(RichTextInner, { customClass: 'bottom-fixed-bar__text sans-serif --extra-small', children: text }), _jsx("div", { className: 'bottom-fixed-bar__button-container', children: _jsx(Button, { noLink: true, color: 'primary3', ...button }) })] }));
|
|
8
8
|
};
|
|
9
9
|
export default BottomFixedBar;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const BottomFixedBarStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { device } from '../../../globalStyles/breakpoints';
|
|
2
|
+
import styled from 'styled-components';
|
|
3
|
+
export const BottomFixedBarStyled = styled.div `
|
|
4
|
+
padding: 0 1.5rem 1rem;
|
|
5
|
+
display: flex;
|
|
6
|
+
z-index: 3;
|
|
7
|
+
bottom: 0;
|
|
8
|
+
flex-direction: column;
|
|
9
|
+
align-items: center;
|
|
10
|
+
justify-content: center;
|
|
11
|
+
width: 100%;
|
|
12
|
+
background-color: black;
|
|
13
|
+
color: var(--others-white);
|
|
14
|
+
|
|
15
|
+
@media ${device['portrait-tablets']} {
|
|
16
|
+
flex-direction: row;
|
|
17
|
+
align-items: center;
|
|
18
|
+
padding-bottom: 0;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.bottom-fixed-bar {
|
|
22
|
+
&__text {
|
|
23
|
+
margin-top: 1rem;
|
|
24
|
+
margin-bottom: 0.5rem;
|
|
25
|
+
max-width: 48rem;
|
|
26
|
+
|
|
27
|
+
@media ${device['portrait-tablets']} {
|
|
28
|
+
margin-bottom: 1rem;
|
|
29
|
+
margin-right: 1.5rem;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
@media ${device.laptop} {
|
|
33
|
+
margin-right: 2.5rem;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
a {
|
|
37
|
+
text-decoration: underline;
|
|
38
|
+
color: var(--others-white);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
p {
|
|
42
|
+
margin-bottom: 0;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&__button-container > .e-button {
|
|
47
|
+
white-space: nowrap;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
`;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { device } from '../../../globalStyles/breakpoints'
|
|
2
|
+
import styled from 'styled-components'
|
|
3
|
+
|
|
4
|
+
export const BottomFixedBarStyled = styled.div`
|
|
5
|
+
padding: 0 1.5rem 1rem;
|
|
6
|
+
display: flex;
|
|
7
|
+
z-index: 3;
|
|
8
|
+
bottom: 0;
|
|
9
|
+
flex-direction: column;
|
|
10
|
+
align-items: center;
|
|
11
|
+
justify-content: center;
|
|
12
|
+
width: 100%;
|
|
13
|
+
background-color: black;
|
|
14
|
+
color: var(--others-white);
|
|
15
|
+
|
|
16
|
+
@media ${device['portrait-tablets']} {
|
|
17
|
+
flex-direction: row;
|
|
18
|
+
align-items: center;
|
|
19
|
+
padding-bottom: 0;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.bottom-fixed-bar {
|
|
23
|
+
&__text {
|
|
24
|
+
margin-top: 1rem;
|
|
25
|
+
margin-bottom: 0.5rem;
|
|
26
|
+
max-width: 48rem;
|
|
27
|
+
|
|
28
|
+
@media ${device['portrait-tablets']} {
|
|
29
|
+
margin-bottom: 1rem;
|
|
30
|
+
margin-right: 1.5rem;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
@media ${device.laptop} {
|
|
34
|
+
margin-right: 2.5rem;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
a {
|
|
38
|
+
text-decoration: underline;
|
|
39
|
+
color: var(--others-white);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
p {
|
|
43
|
+
margin-bottom: 0;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
&__button-container > .e-button {
|
|
48
|
+
white-space: nowrap;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
`
|
|
@@ -3,18 +3,18 @@ import React, { type FC } from 'react'
|
|
|
3
3
|
|
|
4
4
|
import { Button, RichTextInner } from '../../atoms'
|
|
5
5
|
import { type BottomFixedBarProps } from './BottomFixedBarProps.types'
|
|
6
|
-
|
|
6
|
+
import { BottomFixedBarStyled } from './BottomFixedBar.styled'
|
|
7
7
|
|
|
8
8
|
const BottomFixedBar: FC<BottomFixedBarProps> = ({ text, button }) => {
|
|
9
9
|
if (text === undefined || button === undefined) return null
|
|
10
10
|
|
|
11
11
|
return (
|
|
12
|
-
<
|
|
12
|
+
<BottomFixedBarStyled className='bottom-fixed-bar'>
|
|
13
13
|
<RichTextInner customClass='bottom-fixed-bar__text sans-serif --extra-small'>{text}</RichTextInner>
|
|
14
14
|
<div className='bottom-fixed-bar__button-container'>
|
|
15
15
|
<Button noLink color='primary3' {...button} />
|
|
16
16
|
</div>
|
|
17
|
-
</
|
|
17
|
+
</BottomFixedBarStyled>
|
|
18
18
|
)
|
|
19
19
|
}
|
|
20
20
|
|
|
@@ -2,7 +2,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
3
3
|
import { useEffect, useRef, useState } from 'react';
|
|
4
4
|
import { useSwipeable } from 'react-swipeable';
|
|
5
|
-
|
|
5
|
+
import { BottomOverlayStyled } from './BottomOverlay.styled';
|
|
6
6
|
const BottomOverlay = ({ givenClass, header, body, open = false, onClose, footer }) => {
|
|
7
7
|
const [scrollingDown, setScrollingDown] = useState(false);
|
|
8
8
|
const scrollingShadow = scrollingDown ? 'overlay__delimiter__scrolling' : '';
|
|
@@ -45,6 +45,6 @@ const BottomOverlay = ({ givenClass, header, body, open = false, onClose, footer
|
|
|
45
45
|
onClose();
|
|
46
46
|
}
|
|
47
47
|
};
|
|
48
|
-
return (_jsxs(
|
|
48
|
+
return (_jsxs(BottomOverlayStyled, { className: `bottom-overlay ${givenClass ?? ''} ${open ? 'show' : ''}`, ...handlers, children: [_jsx("div", { ref: overlayBackground, className: 'bottom-overlay__background' }), _jsxs("nav", { ref: overlayMessage, className: 'bottom-overlay__nav', children: [_jsx("div", { className: `overlay__delimiter ${scrollingShadow}` }), header, _jsx("div", { className: 'overlay__scrollable-section', onScroll: handleScroll, children: body }), footer !== undefined && _jsx("div", { className: 'overlay__footer', children: footer })] })] }));
|
|
49
49
|
};
|
|
50
50
|
export default BottomOverlay;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const BottomOverlayStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { device } from '../../../globalStyles/breakpoints';
|
|
2
|
+
import styled from 'styled-components';
|
|
3
|
+
export const BottomOverlayStyled = styled.div `
|
|
4
|
+
position: fixed;
|
|
5
|
+
top: 0;
|
|
6
|
+
left: 0;
|
|
7
|
+
width: 100%;
|
|
8
|
+
height: 100%;
|
|
9
|
+
z-index: 1001;
|
|
10
|
+
visibility: hidden;
|
|
11
|
+
|
|
12
|
+
&.show {
|
|
13
|
+
visibility: visible;
|
|
14
|
+
|
|
15
|
+
.bottom-overlay__background {
|
|
16
|
+
opacity: 0.8;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.bottom-overlay__nav {
|
|
20
|
+
transform: translateY(0);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.bottom-overlay {
|
|
25
|
+
&__background {
|
|
26
|
+
background-color: var(--primary-main-dark-2);
|
|
27
|
+
position: absolute;
|
|
28
|
+
width: 100%;
|
|
29
|
+
height: 100%;
|
|
30
|
+
top: 0;
|
|
31
|
+
left: 0;
|
|
32
|
+
z-index: 1;
|
|
33
|
+
opacity: 0;
|
|
34
|
+
transition: opacity ease-out 0.3s;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
&__nav {
|
|
38
|
+
background: var(--others-white);
|
|
39
|
+
border-top-left-radius: var(--global-border-radius);
|
|
40
|
+
border-top-right-radius: var(--global-border-radius);
|
|
41
|
+
bottom: 0;
|
|
42
|
+
position: absolute;
|
|
43
|
+
transform: translateY(100%);
|
|
44
|
+
transition: transform 0.5s ease-in-out;
|
|
45
|
+
width: 100%;
|
|
46
|
+
z-index: 2;
|
|
47
|
+
|
|
48
|
+
@media ${device['landscape-tablets']} {
|
|
49
|
+
display: block;
|
|
50
|
+
transform: translateY(0);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.overlay__delimiter {
|
|
54
|
+
padding: 0.5rem 0 1.5rem;
|
|
55
|
+
|
|
56
|
+
@media ${device['landscape-tablets']} {
|
|
57
|
+
display: none;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
&:after {
|
|
61
|
+
content: '';
|
|
62
|
+
background: var(--neutral-neutral-3);
|
|
63
|
+
border-radius: var(--global-border-radius);
|
|
64
|
+
display: block;
|
|
65
|
+
height: 0.25rem;
|
|
66
|
+
margin: 0 auto;
|
|
67
|
+
width: 7.5rem;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
&.overlay__delimiter__scrolling {
|
|
71
|
+
box-shadow: var(--box-shadow-small);
|
|
72
|
+
position: relative;
|
|
73
|
+
z-index: 1;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.overlay__scrollable-section {
|
|
78
|
+
position: sticky;
|
|
79
|
+
max-height: 21rem;
|
|
80
|
+
min-height: 8.5rem;
|
|
81
|
+
display: flex;
|
|
82
|
+
overflow-y: scroll;
|
|
83
|
+
padding-left: 1.5rem;
|
|
84
|
+
padding-right: 1.5rem;
|
|
85
|
+
width: 100%;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.overlay__footer {
|
|
89
|
+
border-top: solid 1px var(--neutral-neutral-4);
|
|
90
|
+
padding: 1.5rem 1.5rem 2rem;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
`;
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { device } from '../../../globalStyles/breakpoints'
|
|
2
|
+
import styled from 'styled-components'
|
|
3
|
+
|
|
4
|
+
export const BottomOverlayStyled = styled.div`
|
|
5
|
+
position: fixed;
|
|
6
|
+
top: 0;
|
|
7
|
+
left: 0;
|
|
8
|
+
width: 100%;
|
|
9
|
+
height: 100%;
|
|
10
|
+
z-index: 1001;
|
|
11
|
+
visibility: hidden;
|
|
12
|
+
|
|
13
|
+
&.show {
|
|
14
|
+
visibility: visible;
|
|
15
|
+
|
|
16
|
+
.bottom-overlay__background {
|
|
17
|
+
opacity: 0.8;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.bottom-overlay__nav {
|
|
21
|
+
transform: translateY(0);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.bottom-overlay {
|
|
26
|
+
&__background {
|
|
27
|
+
background-color: var(--primary-main-dark-2);
|
|
28
|
+
position: absolute;
|
|
29
|
+
width: 100%;
|
|
30
|
+
height: 100%;
|
|
31
|
+
top: 0;
|
|
32
|
+
left: 0;
|
|
33
|
+
z-index: 1;
|
|
34
|
+
opacity: 0;
|
|
35
|
+
transition: opacity ease-out 0.3s;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
&__nav {
|
|
39
|
+
background: var(--others-white);
|
|
40
|
+
border-top-left-radius: var(--global-border-radius);
|
|
41
|
+
border-top-right-radius: var(--global-border-radius);
|
|
42
|
+
bottom: 0;
|
|
43
|
+
position: absolute;
|
|
44
|
+
transform: translateY(100%);
|
|
45
|
+
transition: transform 0.5s ease-in-out;
|
|
46
|
+
width: 100%;
|
|
47
|
+
z-index: 2;
|
|
48
|
+
|
|
49
|
+
@media ${device['landscape-tablets']} {
|
|
50
|
+
display: block;
|
|
51
|
+
transform: translateY(0);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.overlay__delimiter {
|
|
55
|
+
padding: 0.5rem 0 1.5rem;
|
|
56
|
+
|
|
57
|
+
@media ${device['landscape-tablets']} {
|
|
58
|
+
display: none;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
&:after {
|
|
62
|
+
content: '';
|
|
63
|
+
background: var(--neutral-neutral-3);
|
|
64
|
+
border-radius: var(--global-border-radius);
|
|
65
|
+
display: block;
|
|
66
|
+
height: 0.25rem;
|
|
67
|
+
margin: 0 auto;
|
|
68
|
+
width: 7.5rem;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
&.overlay__delimiter__scrolling {
|
|
72
|
+
box-shadow: var(--box-shadow-small);
|
|
73
|
+
position: relative;
|
|
74
|
+
z-index: 1;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.overlay__scrollable-section {
|
|
79
|
+
position: sticky;
|
|
80
|
+
max-height: 21rem;
|
|
81
|
+
min-height: 8.5rem;
|
|
82
|
+
display: flex;
|
|
83
|
+
overflow-y: scroll;
|
|
84
|
+
padding-left: 1.5rem;
|
|
85
|
+
padding-right: 1.5rem;
|
|
86
|
+
width: 100%;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.overlay__footer {
|
|
90
|
+
border-top: solid 1px var(--neutral-neutral-4);
|
|
91
|
+
padding: 1.5rem 1.5rem 2rem;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
`
|
|
@@ -3,7 +3,7 @@ import React, { type FC, useEffect, useRef, useState } from 'react'
|
|
|
3
3
|
import { useSwipeable } from 'react-swipeable'
|
|
4
4
|
|
|
5
5
|
import { type BottomOverlayProps } from './BottomOverlayProps.types'
|
|
6
|
-
|
|
6
|
+
import { BottomOverlayStyled } from './BottomOverlay.styled'
|
|
7
7
|
|
|
8
8
|
const BottomOverlay: FC<BottomOverlayProps> = ({ givenClass, header, body, open = false, onClose, footer }) => {
|
|
9
9
|
const [scrollingDown, setScrollingDown] = useState<boolean>(false)
|
|
@@ -57,7 +57,7 @@ const BottomOverlay: FC<BottomOverlayProps> = ({ givenClass, header, body, open
|
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
return (
|
|
60
|
-
<
|
|
60
|
+
<BottomOverlayStyled className={`bottom-overlay ${givenClass ?? ''} ${open ? 'show' : ''}`} {...handlers}>
|
|
61
61
|
<div ref={overlayBackground} className='bottom-overlay__background'></div>
|
|
62
62
|
<nav ref={overlayMessage} className='bottom-overlay__nav'>
|
|
63
63
|
<div className={`overlay__delimiter ${scrollingShadow}`} />
|
|
@@ -67,7 +67,7 @@ const BottomOverlay: FC<BottomOverlayProps> = ({ givenClass, header, body, open
|
|
|
67
67
|
</div>
|
|
68
68
|
{footer !== undefined && <div className='overlay__footer'>{footer}</div>}
|
|
69
69
|
</nav>
|
|
70
|
-
</
|
|
70
|
+
</BottomOverlayStyled>
|
|
71
71
|
)
|
|
72
72
|
}
|
|
73
73
|
|
|
@@ -3,7 +3,7 @@ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-run
|
|
|
3
3
|
/* eslint-disable jsx-a11y/click-events-have-key-events */
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import { Button } from '../../atoms';
|
|
6
|
-
|
|
6
|
+
import { BoxFormStyled } from './BoxForm.styled';
|
|
7
7
|
const BoxForm = ({ title, body, footer, closeInsideModal, closeModalAndReloadPage, hideHeader = false }) => {
|
|
8
8
|
const [buttonProps] = React.useState(() => {
|
|
9
9
|
if (footer == null)
|
|
@@ -16,6 +16,6 @@ const BoxForm = ({ title, body, footer, closeInsideModal, closeModalAndReloadPag
|
|
|
16
16
|
...(onClick != null ? { onClick, noLink: true } : { link })
|
|
17
17
|
};
|
|
18
18
|
});
|
|
19
|
-
return (_jsxs(
|
|
19
|
+
return (_jsxs(BoxFormStyled, { className: 'box--form', children: [!hideHeader && (_jsx("div", { className: 'box--form__header', children: closeInsideModal === true ? (_jsxs(_Fragment, { children: [_jsx("h3", { className: 'box--form__title sans-serif --big', children: title }), _jsx("div", { className: 'box--form__close', onClick: closeModalAndReloadPage, children: "\u00D7" })] })) : (_jsx("h3", { className: 'box--form__title sans-serif --big', children: title })) })), _jsxs("div", { className: 'box--form__main', children: [_jsx("div", { className: 'box--form__body', children: body }), footer !== undefined && (_jsxs("div", { className: 'box--form__footer', children: [_jsx("span", { className: 'box--form__footer__text', children: footer.text }), buttonProps !== undefined && _jsx(Button, { ...buttonProps })] }))] })] }));
|
|
20
20
|
};
|
|
21
21
|
export default BoxForm;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const BoxFormStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
import { device } from '../../../globalStyles/breakpoints';
|
|
2
|
+
import styled from 'styled-components';
|
|
3
|
+
export const BoxFormStyled = styled.div `
|
|
4
|
+
background: var(--others-white);
|
|
5
|
+
border-radius: var(--global-border-radius);
|
|
6
|
+
box-shadow: var(--box-shadow-container);
|
|
7
|
+
padding-left: 1.5rem;
|
|
8
|
+
padding-right: 1.5rem;
|
|
9
|
+
|
|
10
|
+
@media ${device.desktop} {
|
|
11
|
+
padding-left: 2rem;
|
|
12
|
+
padding-right: 2rem;
|
|
13
|
+
}
|
|
14
|
+
.box--form__title {
|
|
15
|
+
color: var(--neutral-neutral-1);
|
|
16
|
+
font-family: var(--font-sans);
|
|
17
|
+
font-weight: bold;
|
|
18
|
+
width: 95%;
|
|
19
|
+
|
|
20
|
+
@media (max-width: 369px) {
|
|
21
|
+
font-size: 1rem;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.box--form__close {
|
|
26
|
+
display: flex;
|
|
27
|
+
line-height: 1rem;
|
|
28
|
+
color: var(--neutral-neutral-1);
|
|
29
|
+
font-size: 35px;
|
|
30
|
+
font-weight: lighter;
|
|
31
|
+
justify-content: flex-end;
|
|
32
|
+
|
|
33
|
+
&:hover,
|
|
34
|
+
&:focus {
|
|
35
|
+
color: #000;
|
|
36
|
+
text-decoration: none;
|
|
37
|
+
cursor: pointer;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.box--form__header {
|
|
42
|
+
display: flex;
|
|
43
|
+
border-bottom: solid 1px var(--neutral-neutral-4);
|
|
44
|
+
padding: 1.5rem 0 1rem;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.box--form__main {
|
|
48
|
+
padding: 2rem 0;
|
|
49
|
+
|
|
50
|
+
@media (max-width: 369px) {
|
|
51
|
+
padding: 0.5rem 0;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.box--form__body:not(:last-child) {
|
|
56
|
+
padding-bottom: 1.5rem;
|
|
57
|
+
|
|
58
|
+
@media (max-width: 369px) {
|
|
59
|
+
padding-bottom: 0.5rem;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.box--form__body__footer {
|
|
64
|
+
text-align: center;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.box--form__button--main {
|
|
68
|
+
margin-bottom: 1rem;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.box--form__button-annotation {
|
|
72
|
+
color: var(--neutral-neutral-1);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.box--form__footer {
|
|
76
|
+
align-items: center;
|
|
77
|
+
border-top: solid 1px var(--neutral-neutral-4);
|
|
78
|
+
display: flex;
|
|
79
|
+
justify-content: space-between;
|
|
80
|
+
padding: 1.5rem 0 1rem 0;
|
|
81
|
+
|
|
82
|
+
@media ${device['portrait-tablets']} {
|
|
83
|
+
.e-button {
|
|
84
|
+
white-space: nowrap;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
@media (max-width: 369px) {
|
|
89
|
+
padding: 0.5rem 0 1rem 0;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.box--form__footer__text {
|
|
94
|
+
margin-right: 5px;
|
|
95
|
+
width: 60%;
|
|
96
|
+
|
|
97
|
+
@media ${device['portrait-tablets']} {
|
|
98
|
+
white-space: nowrap;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.box--form__link {
|
|
103
|
+
color: var(--button-hover);
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.body-container {
|
|
107
|
+
display: flex;
|
|
108
|
+
flex-direction: column;
|
|
109
|
+
|
|
110
|
+
.label {
|
|
111
|
+
font-weight: 900;
|
|
112
|
+
margin-top: 10px;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.input {
|
|
116
|
+
margin-top: 10px;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.input.password {
|
|
120
|
+
margin-bottom: 15px;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.body-button {
|
|
124
|
+
margin-top: 90px;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
`;
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import { device } from '../../../globalStyles/breakpoints'
|
|
2
|
+
import styled from 'styled-components'
|
|
3
|
+
|
|
4
|
+
export const BoxFormStyled = styled.div`
|
|
5
|
+
background: var(--others-white);
|
|
6
|
+
border-radius: var(--global-border-radius);
|
|
7
|
+
box-shadow: var(--box-shadow-container);
|
|
8
|
+
padding-left: 1.5rem;
|
|
9
|
+
padding-right: 1.5rem;
|
|
10
|
+
|
|
11
|
+
@media ${device.desktop} {
|
|
12
|
+
padding-left: 2rem;
|
|
13
|
+
padding-right: 2rem;
|
|
14
|
+
}
|
|
15
|
+
.box--form__title {
|
|
16
|
+
color: var(--neutral-neutral-1);
|
|
17
|
+
font-family: var(--font-sans);
|
|
18
|
+
font-weight: bold;
|
|
19
|
+
width: 95%;
|
|
20
|
+
|
|
21
|
+
@media (max-width: 369px) {
|
|
22
|
+
font-size: 1rem;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.box--form__close {
|
|
27
|
+
display: flex;
|
|
28
|
+
line-height: 1rem;
|
|
29
|
+
color: var(--neutral-neutral-1);
|
|
30
|
+
font-size: 35px;
|
|
31
|
+
font-weight: lighter;
|
|
32
|
+
justify-content: flex-end;
|
|
33
|
+
|
|
34
|
+
&:hover,
|
|
35
|
+
&:focus {
|
|
36
|
+
color: #000;
|
|
37
|
+
text-decoration: none;
|
|
38
|
+
cursor: pointer;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.box--form__header {
|
|
43
|
+
display: flex;
|
|
44
|
+
border-bottom: solid 1px var(--neutral-neutral-4);
|
|
45
|
+
padding: 1.5rem 0 1rem;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.box--form__main {
|
|
49
|
+
padding: 2rem 0;
|
|
50
|
+
|
|
51
|
+
@media (max-width: 369px) {
|
|
52
|
+
padding: 0.5rem 0;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.box--form__body:not(:last-child) {
|
|
57
|
+
padding-bottom: 1.5rem;
|
|
58
|
+
|
|
59
|
+
@media (max-width: 369px) {
|
|
60
|
+
padding-bottom: 0.5rem;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.box--form__body__footer {
|
|
65
|
+
text-align: center;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.box--form__button--main {
|
|
69
|
+
margin-bottom: 1rem;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
.box--form__button-annotation {
|
|
73
|
+
color: var(--neutral-neutral-1);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.box--form__footer {
|
|
77
|
+
align-items: center;
|
|
78
|
+
border-top: solid 1px var(--neutral-neutral-4);
|
|
79
|
+
display: flex;
|
|
80
|
+
justify-content: space-between;
|
|
81
|
+
padding: 1.5rem 0 1rem 0;
|
|
82
|
+
|
|
83
|
+
@media ${device['portrait-tablets']} {
|
|
84
|
+
.e-button {
|
|
85
|
+
white-space: nowrap;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
@media (max-width: 369px) {
|
|
90
|
+
padding: 0.5rem 0 1rem 0;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.box--form__footer__text {
|
|
95
|
+
margin-right: 5px;
|
|
96
|
+
width: 60%;
|
|
97
|
+
|
|
98
|
+
@media ${device['portrait-tablets']} {
|
|
99
|
+
white-space: nowrap;
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.box--form__link {
|
|
104
|
+
color: var(--button-hover);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.body-container {
|
|
108
|
+
display: flex;
|
|
109
|
+
flex-direction: column;
|
|
110
|
+
|
|
111
|
+
.label {
|
|
112
|
+
font-weight: 900;
|
|
113
|
+
margin-top: 10px;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.input {
|
|
117
|
+
margin-top: 10px;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.input.password {
|
|
121
|
+
margin-bottom: 15px;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.body-button {
|
|
125
|
+
margin-top: 90px;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
`
|