@npm_leadtech/legal-lib-components 5.7.8 → 5.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/styles.css +184 -2175
- package/dist/images/componentsSvg/RatafiaIcon24px.d.ts +6 -0
- package/dist/images/componentsSvg/RatafiaIcon24px.js +2 -0
- package/dist/images/componentsSvg/RatafiaIcon24px.tsx +18 -0
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.js +5 -1
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.js +14 -0
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.ts +14 -0
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.tsx +10 -1
- package/dist/src/components/atoms/DocumentStatus/DocumentStatusProps.types.d.ts +1 -0
- package/dist/src/components/atoms/DocumentStatus/DocumentStatusProps.types.ts +1 -0
- 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 +5 -6
- 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 +9 -10
- 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
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
@import '../../../globalStyles/variables.scss';
|
|
2
|
-
@import '../../../globalStyles/mediaqueries.scss';
|
|
3
|
-
|
|
4
|
-
.feedback {
|
|
5
|
-
display: flex;
|
|
6
|
-
flex-direction: column;
|
|
7
|
-
align-items: center;
|
|
8
|
-
text-align: center;
|
|
9
|
-
|
|
10
|
-
&__main {
|
|
11
|
-
padding: 2rem 0 2rem;
|
|
12
|
-
max-width: 25em;
|
|
13
|
-
@include portrait-tablets {
|
|
14
|
-
padding: 3rem 0 4rem;
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
&--large {
|
|
19
|
-
flex-direction: column;
|
|
20
|
-
height: 100%;
|
|
21
|
-
|
|
22
|
-
.feedback__main {
|
|
23
|
-
align-items: center;
|
|
24
|
-
display: flex;
|
|
25
|
-
flex-direction: column;
|
|
26
|
-
justify-content: center;
|
|
27
|
-
min-height: 27.5rem;
|
|
28
|
-
padding: 0;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
&--fluid {
|
|
33
|
-
height: 100%;
|
|
34
|
-
display: flex;
|
|
35
|
-
justify-content: center;
|
|
36
|
-
align-items: center;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
&--error {
|
|
40
|
-
.feedback__icon {
|
|
41
|
-
background: var(--error-error-3);
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.feedback__title {
|
|
45
|
-
color: var(--error-main);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
&--success {
|
|
50
|
-
.feedback__icon {
|
|
51
|
-
background: var(--feedback-success);
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.feedback__title {
|
|
55
|
-
color: var(--primary-main-dark-1);
|
|
56
|
-
font-weight: bold;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
&__icon {
|
|
61
|
-
align-items: center;
|
|
62
|
-
border-radius: 100%;
|
|
63
|
-
display: flex;
|
|
64
|
-
height: 4.6rem;
|
|
65
|
-
padding: 0.8rem;
|
|
66
|
-
margin: 0 auto 1rem;
|
|
67
|
-
width: 4.6rem;
|
|
68
|
-
|
|
69
|
-
&__img {
|
|
70
|
-
width: 3rem;
|
|
71
|
-
height: 3rem;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
&__image_img {
|
|
76
|
-
margin: 0 auto;
|
|
77
|
-
margin-bottom: 2rem;
|
|
78
|
-
width: 8rem;
|
|
79
|
-
@include portrait-tablets {
|
|
80
|
-
width: 13rem;
|
|
81
|
-
}
|
|
82
|
-
@include laptop {
|
|
83
|
-
width: 18rem;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
&__title {
|
|
88
|
-
font-weight: bold;
|
|
89
|
-
margin-bottom: 0.5rem;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
&__text--grey {
|
|
93
|
-
color: var(--neutral-neutral-2);
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
&__buttons {
|
|
97
|
-
display: flex;
|
|
98
|
-
flex-direction: column;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
&__cancel__a {
|
|
102
|
-
margin-top: 0.5rem;
|
|
103
|
-
color: var(--primary-main);
|
|
104
|
-
text-decoration: underline;
|
|
105
|
-
&:hover {
|
|
106
|
-
cursor: pointer;
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
@import '../../../globalStyles/variables';
|
|
2
|
-
@import '../../../globalStyles/mediaqueries';
|
|
3
|
-
|
|
4
|
-
.header-ratafia {
|
|
5
|
-
display: flex;
|
|
6
|
-
justify-content: space-between;
|
|
7
|
-
align-items: center;
|
|
8
|
-
align-self: stretch;
|
|
9
|
-
|
|
10
|
-
&__title {
|
|
11
|
-
display: flex;
|
|
12
|
-
justify-content: center;
|
|
13
|
-
align-items: center;
|
|
14
|
-
gap: 0.5rem;
|
|
15
|
-
|
|
16
|
-
&__icon {
|
|
17
|
-
width: 18px;
|
|
18
|
-
@include portrait-tablets {
|
|
19
|
-
width: 24px;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
&__text {
|
|
23
|
-
font-family: 'Inter', sans-serif;
|
|
24
|
-
color: var(--neutral-neutral-1);
|
|
25
|
-
font-size: 1.125rem;
|
|
26
|
-
@include portrait-tablets {
|
|
27
|
-
font-size: 1.5rem;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
@import '../../../globalStyles/variables.scss';
|
|
2
|
-
@import '../../../globalStyles/mediaqueries.scss';
|
|
3
|
-
|
|
4
|
-
.menu-items-section {
|
|
5
|
-
display: flex;
|
|
6
|
-
flex-flow: column nowrap;
|
|
7
|
-
|
|
8
|
-
@include portrait-tablets {
|
|
9
|
-
max-width: 250px;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
&__title-wrapper {
|
|
13
|
-
background-color: var(--neutral-neutral-5);
|
|
14
|
-
display: flex;
|
|
15
|
-
flex-direction: row;
|
|
16
|
-
justify-content: center;
|
|
17
|
-
padding: 0.5rem;
|
|
18
|
-
margin-bottom: 0.5rem;
|
|
19
|
-
|
|
20
|
-
@include portrait-tablets {
|
|
21
|
-
justify-content: left;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
svg {
|
|
25
|
-
margin-right: 0.5rem;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
&__title {
|
|
29
|
-
font-weight: bold;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
@import '../../../globalStyles/variables.scss';
|
|
2
|
-
@import '../../../globalStyles/mediaqueries.scss';
|
|
3
|
-
|
|
4
|
-
.mid-banner-ratafia-sample {
|
|
5
|
-
display: flex;
|
|
6
|
-
align-items: flex-start;
|
|
7
|
-
position: relative;
|
|
8
|
-
|
|
9
|
-
&__image {
|
|
10
|
-
img {
|
|
11
|
-
border-radius: 8px 8px 0 0;
|
|
12
|
-
box-shadow: $box-shadow-small;
|
|
13
|
-
width: 727px;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
&__sumarized-tag {
|
|
17
|
-
display: flex;
|
|
18
|
-
justify-content: center;
|
|
19
|
-
align-items: center;
|
|
20
|
-
padding: 0.25rem;
|
|
21
|
-
gap: 0.25rem;
|
|
22
|
-
|
|
23
|
-
position: absolute;
|
|
24
|
-
left: 85px;
|
|
25
|
-
top: -13px;
|
|
26
|
-
|
|
27
|
-
background: var(--primary-main-light-5);
|
|
28
|
-
border-radius: var(--global-border-radius);
|
|
29
|
-
border: 1px solid var(--primary-main-light-3);
|
|
30
|
-
box-shadow: $box-shadow-small;
|
|
31
|
-
|
|
32
|
-
&__icon {
|
|
33
|
-
width: 16px;
|
|
34
|
-
height: 16px;
|
|
35
|
-
}
|
|
36
|
-
&__text {
|
|
37
|
-
color: var(--primary-main);
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
&__feature-tag {
|
|
41
|
-
display: flex;
|
|
42
|
-
justify-content: center;
|
|
43
|
-
align-items: center;
|
|
44
|
-
padding: 0.5rem;
|
|
45
|
-
gap: 0.25rem;
|
|
46
|
-
|
|
47
|
-
background: var(--neutral-neutral-6);
|
|
48
|
-
border-radius: var(--global-border-radius);
|
|
49
|
-
box-shadow: $box-shadow-small;
|
|
50
|
-
|
|
51
|
-
&__icon {
|
|
52
|
-
width: 20px;
|
|
53
|
-
height: 20px;
|
|
54
|
-
}
|
|
55
|
-
&__text {
|
|
56
|
-
color: var(--neutral-neutral-2);
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
&__feature-tag__key-facts {
|
|
60
|
-
position: absolute;
|
|
61
|
-
left: -16px;
|
|
62
|
-
bottom: 143px;
|
|
63
|
-
}
|
|
64
|
-
&__feature-tag__clauses {
|
|
65
|
-
position: absolute;
|
|
66
|
-
right: -16px;
|
|
67
|
-
top: 75px;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
@import '../../../globalStyles/variables.scss';
|
|
2
|
-
|
|
3
|
-
.more-docs-mobile {
|
|
4
|
-
margin: 0px 24px 40px 24px;
|
|
5
|
-
padding: 5px 0;
|
|
6
|
-
border-radius: 4px;
|
|
7
|
-
border: solid 2px #dfe5e8;
|
|
8
|
-
display: flex;
|
|
9
|
-
flex-direction: column;
|
|
10
|
-
align-items: center;
|
|
11
|
-
justify-content: space-between;
|
|
12
|
-
cursor: pointer;
|
|
13
|
-
|
|
14
|
-
.box-closed {
|
|
15
|
-
display: flex;
|
|
16
|
-
flex-direction: row;
|
|
17
|
-
align-items: center;
|
|
18
|
-
|
|
19
|
-
.icon-see-more {
|
|
20
|
-
transform: rotate(-90deg);
|
|
21
|
-
|
|
22
|
-
&:before,
|
|
23
|
-
&:after {
|
|
24
|
-
background-color: get-color(others, black);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
&.open {
|
|
28
|
-
transform: rotate(90deg);
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
svg {
|
|
32
|
-
width: 40px;
|
|
33
|
-
height: 40px;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.box-title {
|
|
38
|
-
align-self: center;
|
|
39
|
-
margin-right: 4rem;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.more-docs-list {
|
|
45
|
-
margin: -40px 24px 40px 24px;
|
|
46
|
-
padding: 16px 8px 16px 8px;
|
|
47
|
-
border-radius: 4px;
|
|
48
|
-
border: solid 2px #dfe5e8;
|
|
49
|
-
display: flex;
|
|
50
|
-
flex-direction: column;
|
|
51
|
-
|
|
52
|
-
.docs-list {
|
|
53
|
-
display: flex;
|
|
54
|
-
flex-direction: column;
|
|
55
|
-
width: 100%;
|
|
56
|
-
|
|
57
|
-
.separation-line {
|
|
58
|
-
width: calc(100% - 20px);
|
|
59
|
-
height: 1px;
|
|
60
|
-
margin: 16px 10px;
|
|
61
|
-
background-color: var(--neutral-neutral-3);
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
&:last-child {
|
|
65
|
-
margin-bottom: 1rem;
|
|
66
|
-
.separation-line {
|
|
67
|
-
display: none;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
@import '../../../globalStyles/variables.scss';
|
|
2
|
-
|
|
3
|
-
.navbar-drop-down__container {
|
|
4
|
-
position: absolute;
|
|
5
|
-
width: 100%;
|
|
6
|
-
height: 100vh;
|
|
7
|
-
left: 0;
|
|
8
|
-
right: 0;
|
|
9
|
-
z-index: 4;
|
|
10
|
-
&__menu_items {
|
|
11
|
-
background: var(--others-white);
|
|
12
|
-
padding: 1.5rem;
|
|
13
|
-
box-shadow: var(--box-shadow-container);
|
|
14
|
-
ul {
|
|
15
|
-
li {
|
|
16
|
-
margin-bottom: 1rem;
|
|
17
|
-
padding: 0.5rem 1rem;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
li:last-child {
|
|
21
|
-
margin-bottom: 0;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
&__shadow {
|
|
27
|
-
position: absolute;
|
|
28
|
-
background: var(--neutral-neutral-3);
|
|
29
|
-
opacity: 0.4;
|
|
30
|
-
width: 100%;
|
|
31
|
-
height: 100vh;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
@import '../../../globalStyles/variables.scss';
|
|
2
|
-
|
|
3
|
-
.pagination {
|
|
4
|
-
align-items: center;
|
|
5
|
-
box-sizing: border-box;
|
|
6
|
-
display: flex;
|
|
7
|
-
justify-content: center;
|
|
8
|
-
user-select: none;
|
|
9
|
-
-moz-user-select: none;
|
|
10
|
-
-webkit-user-select: none;
|
|
11
|
-
|
|
12
|
-
&__control {
|
|
13
|
-
display: flex;
|
|
14
|
-
svg {
|
|
15
|
-
cursor: pointer;
|
|
16
|
-
fill: var(--neutral-neutral-2);
|
|
17
|
-
width: 1rem;
|
|
18
|
-
path {
|
|
19
|
-
pointer-events: none;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
&--prev svg {
|
|
23
|
-
transform: rotate(180deg);
|
|
24
|
-
}
|
|
25
|
-
&--hidden {
|
|
26
|
-
cursor: default;
|
|
27
|
-
pointer-events: none;
|
|
28
|
-
visibility: hidden;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
&__page-wrapper {
|
|
33
|
-
display: flex;
|
|
34
|
-
margin: 0 1rem;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
&__page {
|
|
38
|
-
align-items: center;
|
|
39
|
-
background: var(--neutral-neutral-6);
|
|
40
|
-
border: 2px solid var(--neutral-neutral-3);
|
|
41
|
-
border-radius: 4px;
|
|
42
|
-
box-sizing: border-box;
|
|
43
|
-
color: var(--neutral-neutral-2);
|
|
44
|
-
cursor: pointer;
|
|
45
|
-
display: flex;
|
|
46
|
-
justify-content: center;
|
|
47
|
-
height: 2.125rem;
|
|
48
|
-
margin: 0 0.25rem;
|
|
49
|
-
min-width: 2.125rem;
|
|
50
|
-
padding: 0.3rem;
|
|
51
|
-
|
|
52
|
-
&--active {
|
|
53
|
-
background: var(--neutral-neutral-4);
|
|
54
|
-
border: 2px solid var(--neutral-neutral-2);
|
|
55
|
-
color: var(--neutral-neutral-1);
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
&--ellipsis {
|
|
59
|
-
cursor: default;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
@import '../../../globalStyles/variables.scss';
|
|
2
|
-
@import '../../../globalStyles/mediaqueries.scss';
|
|
3
|
-
|
|
4
|
-
.phone-contact {
|
|
5
|
-
&-box-container {
|
|
6
|
-
background-color: var(--others-white);
|
|
7
|
-
width: 100%;
|
|
8
|
-
border-radius: 4px;
|
|
9
|
-
margin-bottom: 2rem;
|
|
10
|
-
display: none;
|
|
11
|
-
padding: 2rem 1.5rem;
|
|
12
|
-
text-decoration: none;
|
|
13
|
-
box-shadow: 0 2px 6px 0 rgba(2, 55, 74, 0.25);
|
|
14
|
-
|
|
15
|
-
@media not all and (min-resolution: 0.001dpcm) {
|
|
16
|
-
@supports (-webkit-appearance: none) {
|
|
17
|
-
letter-spacing: -1px;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
@include landscape-tablets {
|
|
22
|
-
display: flex;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
img {
|
|
26
|
-
align-self: center;
|
|
27
|
-
&:not(.onlyIE) {
|
|
28
|
-
display: block;
|
|
29
|
-
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
30
|
-
display: none;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
&.onlyIE {
|
|
34
|
-
display: none;
|
|
35
|
-
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
36
|
-
display: block;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
&-info {
|
|
43
|
-
margin-left: 1.5rem;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
&-phone {
|
|
47
|
-
font-size: 1.5rem;
|
|
48
|
-
color: var(--primary-main-dark-1);
|
|
49
|
-
font-weight: bold;
|
|
50
|
-
text-decoration: none;
|
|
51
|
-
|
|
52
|
-
@include laptop {
|
|
53
|
-
font-size: 1.7rem;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
&-text {
|
|
58
|
-
color: var(--neutral-neutral-2);
|
|
59
|
-
}
|
|
60
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
@import '../../../globalStyles/variables.scss';
|
|
2
|
-
@import '../../../globalStyles/mediaqueries.scss';
|
|
3
|
-
|
|
4
|
-
.phone-mobile-contact {
|
|
5
|
-
&-box-container {
|
|
6
|
-
display: block;
|
|
7
|
-
padding-top: 1rem;
|
|
8
|
-
|
|
9
|
-
@include landscape-tablets {
|
|
10
|
-
display: none;
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
&-button {
|
|
15
|
-
display: flex;
|
|
16
|
-
justify-content: center;
|
|
17
|
-
margin-bottom: 1rem;
|
|
18
|
-
|
|
19
|
-
&:before {
|
|
20
|
-
content: '';
|
|
21
|
-
width: 20px;
|
|
22
|
-
height: 20px;
|
|
23
|
-
background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0iZXA3dHIycDdyYSIgZD0iTTIwLjAxIDE1LjM4Yy0xLjIzIDAtMi40Mi0uMi0zLjUzLS41Ni0uMzUtLjEyLS43NC0uMDMtMS4wMS4yNGwtMS41NyAxLjk3Yy0yLjgzLTEuMzUtNS40OC0zLjktNi44OS02LjgzbDEuOTUtMS42NmMuMjctLjI4LjM1LS42Ny4yNC0xLjAyLS4zNy0xLjExLS41Ni0yLjMtLjU2LTMuNTMgMC0uNTQtLjQ1LS45OS0uOTktLjk5SDQuMTlDMy42NSAzIDMgMy4yNCAzIDMuOTkgMyAxMy4yOCAxMC43MyAyMSAyMC4wMSAyMWMuNzEgMCAuOTktLjYzLjk5LTEuMTh2LTMuNDVjMC0uNTQtLjQ1LS45OS0uOTktLjk5eiIvPgogICAgPC9kZWZzPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8Zz4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzc2LjAwMDAwMCwgLTMxNC4wMDAwMDApIHRyYW5zbGF0ZSgzMjguMDAwMDAwLCAyMDUuMDAwMDAwKSB0cmFuc2xhdGUoMzIuMDAwMDAwLCA5MC4wMDAwMDApIHRyYW5zbGF0ZSgxNi4wMDAwMDAsIDE5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMCAwSDI0VjI0SDB6Ii8+CiAgICAgICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSI3dHZidm9pbXpiIiBmaWxsPSIjZmZmIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI2VwN3RyMnA3cmEiLz4KICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXNrPgogICAgICAgICAgICAgICAgICAgICAgICA8ZyBjbGFzcz0iaWNvbi13ZWItMjQtcCIgZmlsbD0iI2ZmZiIgbWFzaz0idXJsKCM3dHZidm9pbXpiKSI+CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMCAwSDI0VjI0SDB6Ii8+CiAgICAgICAgICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=');
|
|
24
|
-
margin-right: 0.5rem;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
&-text {
|
|
29
|
-
color: var(--neutral-neutral-2);
|
|
30
|
-
text-align: center;
|
|
31
|
-
margin: 0rem 0 2rem;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
@import '../../../globalStyles/variables.scss';
|
|
2
|
-
@import '../../../globalStyles/mediaqueries.scss';
|
|
3
|
-
|
|
4
|
-
.pricing-card {
|
|
5
|
-
position: relative;
|
|
6
|
-
max-width: 400px;
|
|
7
|
-
border: solid 1px transparent;
|
|
8
|
-
list-style: none;
|
|
9
|
-
|
|
10
|
-
&.--selectable {
|
|
11
|
-
.pricing-card__radio-label {
|
|
12
|
-
cursor: pointer;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
&:not(.--selected):hover {
|
|
16
|
-
.pricing-card__wrapper {
|
|
17
|
-
border-color: var(--neutral-neutral-3);
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
&.--selected {
|
|
23
|
-
.pricing-card__wrapper {
|
|
24
|
-
border-color: var(--primary-main-light-3);
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
&__radio-label {
|
|
29
|
-
.radio-input {
|
|
30
|
-
display: none;
|
|
31
|
-
|
|
32
|
-
& + .radio-checkbox {
|
|
33
|
-
background-color: var(--others-white);
|
|
34
|
-
position: absolute;
|
|
35
|
-
top: 1rem;
|
|
36
|
-
left: 1rem;
|
|
37
|
-
width: 20px;
|
|
38
|
-
height: 20px;
|
|
39
|
-
border-radius: 50%;
|
|
40
|
-
border: 1px solid;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
&:checked {
|
|
44
|
-
& + .radio-checkbox {
|
|
45
|
-
border: 5px solid var(--primary-main-light-1);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
&__wrapper {
|
|
52
|
-
background-color: var(--others-white);
|
|
53
|
-
box-shadow: var(--box-shadow-container);
|
|
54
|
-
border-radius: var(--global-border-radius);
|
|
55
|
-
border: solid 1px transparent;
|
|
56
|
-
|
|
57
|
-
ul {
|
|
58
|
-
display: flex;
|
|
59
|
-
flex-direction: column;
|
|
60
|
-
margin-top: 0.5rem;
|
|
61
|
-
|
|
62
|
-
li {
|
|
63
|
-
text-align: left;
|
|
64
|
-
display: flex;
|
|
65
|
-
flex-direction: row;
|
|
66
|
-
margin-bottom: 2rem;
|
|
67
|
-
|
|
68
|
-
p {
|
|
69
|
-
text-align: left;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
img {
|
|
73
|
-
width: 2.2rem;
|
|
74
|
-
height: 2.2rem;
|
|
75
|
-
margin-right: 1rem;
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
&__header {
|
|
82
|
-
padding: 1rem;
|
|
83
|
-
text-align: center;
|
|
84
|
-
background: var(--neutral-neutral-6);
|
|
85
|
-
|
|
86
|
-
&__text {
|
|
87
|
-
color: var(--neutral-neutral-2);
|
|
88
|
-
margin: 0 1rem;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
&__body {
|
|
93
|
-
color: var(--neutral-neutral-1);
|
|
94
|
-
display: flex;
|
|
95
|
-
flex-flow: column nowrap;
|
|
96
|
-
padding: 1.5rem 1rem;
|
|
97
|
-
text-align: center;
|
|
98
|
-
|
|
99
|
-
&__price {
|
|
100
|
-
font-size: 2.25rem;
|
|
101
|
-
line-height: 2rem;
|
|
102
|
-
margin-top: 0;
|
|
103
|
-
margin-bottom: 1.5rem;
|
|
104
|
-
order: 2;
|
|
105
|
-
|
|
106
|
-
@include desktop {
|
|
107
|
-
font-size: 2.25rem;
|
|
108
|
-
line-height: 2.5rem;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
span {
|
|
112
|
-
font-size: 1rem;
|
|
113
|
-
display: inline;
|
|
114
|
-
margin-left: 0.2rem;
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
&__text {
|
|
119
|
-
font-size: 0.85rem;
|
|
120
|
-
color: var(--neutral-neutral-2);
|
|
121
|
-
order: 4;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
&__features-list {
|
|
125
|
-
display: none;
|
|
126
|
-
order: 6;
|
|
127
|
-
|
|
128
|
-
@include landscape-tablets {
|
|
129
|
-
display: block;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
&.--expanded {
|
|
133
|
-
display: block;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
hr {
|
|
137
|
-
width: 100%;
|
|
138
|
-
border-top: 1px solid var(--neutral-neutral-4);
|
|
139
|
-
margin-bottom: 1.5rem;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
&__item {
|
|
143
|
-
&::before {
|
|
144
|
-
content: '\2022';
|
|
145
|
-
color: var(--primary-main);
|
|
146
|
-
font-weight: bold;
|
|
147
|
-
display: inline-block;
|
|
148
|
-
margin-right: 1rem;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
&:not(:last-child) {
|
|
152
|
-
margin-bottom: 1rem;
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.e-button.see-more-button {
|
|
158
|
-
display: block;
|
|
159
|
-
margin: auto;
|
|
160
|
-
order: 8;
|
|
161
|
-
|
|
162
|
-
@include landscape-tablets {
|
|
163
|
-
display: none;
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
&__disclaimer {
|
|
169
|
-
color: var(--neutral-neutral-2);
|
|
170
|
-
font-size: 0.75rem;
|
|
171
|
-
text-align: center;
|
|
172
|
-
width: 100%;
|
|
173
|
-
display: flex;
|
|
174
|
-
justify-content: center;
|
|
175
|
-
padding: 0.8rem 0 0.4rem;
|
|
176
|
-
max-width: 20rem;
|
|
177
|
-
|
|
178
|
-
@include landscape-tablets {
|
|
179
|
-
max-width: unset;
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
&__button {
|
|
184
|
-
width: 100%;
|
|
185
|
-
}
|
|
186
|
-
}
|