@npm_leadtech/legal-lib-components 5.2.40 → 5.3.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 +545 -2819
- package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.js +2 -1
- package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.d.ts +1 -0
- package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.js +24 -0
- package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.styled.ts +25 -0
- package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.tsx +7 -2
- package/dist/src/components/atoms/AddButton/AddButton.js +2 -1
- package/dist/src/components/atoms/AddButton/AddButton.styled.d.ts +1 -0
- package/dist/src/components/atoms/AddButton/AddButton.styled.js +48 -0
- package/dist/src/components/atoms/AddButton/AddButton.styled.ts +49 -0
- package/dist/src/components/atoms/AddButton/AddButton.tsx +3 -2
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.js +2 -2
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.d.ts +1 -0
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.js +55 -0
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.styled.ts +56 -0
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.tsx +3 -3
- package/dist/src/components/atoms/BillCard/BillCard.js +2 -1
- package/dist/src/components/atoms/BillCard/BillCard.styled.d.ts +1 -0
- package/dist/src/components/atoms/BillCard/BillCard.styled.js +59 -0
- package/dist/src/components/atoms/BillCard/BillCard.styled.ts +60 -0
- package/dist/src/components/atoms/BillCard/BillCard.tsx +3 -2
- package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.js +2 -1
- package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.d.ts +1 -0
- package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.js +34 -0
- package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.styled.ts +35 -0
- package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.tsx +2 -2
- package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.js +2 -1
- package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.styled.d.ts +1 -0
- package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.styled.js +22 -0
- package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.styled.ts +23 -0
- package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.tsx +3 -3
- package/dist/src/components/atoms/Button/Button.scss +28 -28
- package/dist/src/components/atoms/ButtonIcon/ButtonIcon.scss +6 -6
- package/dist/src/components/atoms/CardPane/CardPane.js +2 -2
- package/dist/src/components/atoms/CardPane/CardPane.styled.d.ts +1 -0
- package/dist/src/components/atoms/CardPane/CardPane.styled.js +109 -0
- package/dist/src/components/atoms/CardPane/CardPane.styled.ts +110 -0
- package/dist/src/components/atoms/CardPane/CardPane.tsx +3 -3
- package/dist/src/components/atoms/Checkbox/Checkbox.js +2 -2
- package/dist/src/components/atoms/Checkbox/Checkbox.styled.d.ts +1 -0
- package/dist/src/components/atoms/Checkbox/Checkbox.styled.js +133 -0
- package/dist/src/components/atoms/Checkbox/{Checkbox.scss → Checkbox.styled.ts} +18 -16
- package/dist/src/components/atoms/Checkbox/Checkbox.tsx +3 -3
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.js +2 -2
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.d.ts +1 -0
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.js +120 -0
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.styled.ts +121 -0
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.tsx +3 -3
- package/dist/src/components/atoms/DatePickerCustom/index.js.map +4 -4
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.js +6 -5
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.d.ts +1 -0
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.js +82 -0
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.styled.ts +83 -0
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.tsx +19 -16
- package/dist/src/components/atoms/Disclaimer/Disclaimer.js +2 -2
- package/dist/src/components/atoms/Disclaimer/Disclaimer.styled.d.ts +1 -0
- package/dist/src/components/atoms/Disclaimer/Disclaimer.styled.js +45 -0
- package/dist/src/components/atoms/Disclaimer/Disclaimer.styled.ts +46 -0
- package/dist/src/components/atoms/Disclaimer/Disclaimer.tsx +3 -3
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.js +2 -2
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.d.ts +1 -0
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.js +149 -0
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.styled.ts +150 -0
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.tsx +3 -3
- package/dist/src/components/atoms/Divider/Divider.js +2 -2
- package/dist/src/components/atoms/Divider/Divider.styled.d.ts +1 -0
- package/dist/src/components/atoms/Divider/Divider.styled.js +21 -0
- package/dist/src/components/atoms/Divider/Divider.styled.ts +22 -0
- package/dist/src/components/atoms/Divider/Divider.tsx +3 -3
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.js +4 -4
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.d.ts +1 -0
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.js +65 -0
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.styled.ts +66 -0
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.tsx +7 -7
- package/dist/src/components/atoms/DocumentTag/DocumentTag.js +2 -2
- package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.d.ts +1 -0
- package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.js +12 -0
- package/dist/src/components/atoms/DocumentTag/DocumentTag.styled.ts +13 -0
- package/dist/src/components/atoms/DocumentTag/DocumentTag.tsx +2 -2
- package/dist/src/components/atoms/ExpertCard/ExpertCard.js +2 -2
- package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.d.ts +1 -0
- package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.js +66 -0
- package/dist/src/components/atoms/ExpertCard/ExpertCard.styled.ts +67 -0
- package/dist/src/components/atoms/ExpertCard/ExpertCard.tsx +3 -3
- package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.js +2 -2
- package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.d.ts +1 -0
- package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.js +78 -0
- package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.styled.ts +79 -0
- package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.tsx +3 -3
- package/dist/src/components/atoms/FormFaq/FormFaq.js +2 -2
- package/dist/src/components/atoms/FormFaq/FormFaq.styled.d.ts +1 -0
- package/dist/src/components/atoms/FormFaq/FormFaq.styled.js +73 -0
- package/dist/src/components/atoms/FormFaq/FormFaq.styled.ts +74 -0
- package/dist/src/components/atoms/FormFaq/FormFaq.tsx +3 -3
- package/dist/src/components/atoms/GoogleButton/GoogleButton.js +2 -2
- package/dist/src/components/atoms/GoogleButton/GoogleButton.styled.d.ts +1 -0
- package/dist/src/components/atoms/GoogleButton/GoogleButton.styled.js +21 -0
- package/dist/src/components/atoms/GoogleButton/{GoogleButton.scss → GoogleButton.styled.ts} +5 -5
- package/dist/src/components/atoms/GoogleButton/GoogleButton.tsx +3 -3
- package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.js +2 -2
- package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.d.ts +1 -0
- package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.js +5 -0
- package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.styled.ts +6 -0
- package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.tsx +2 -3
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.js +2 -2
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.d.ts +1 -0
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.js +76 -0
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.styled.ts +77 -0
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.tsx +3 -4
- package/dist/src/components/atoms/InfoBox/InfoBox.js +2 -2
- package/dist/src/components/atoms/InfoBox/InfoBox.styled.d.ts +1 -0
- package/dist/src/components/atoms/InfoBox/InfoBox.styled.js +41 -0
- package/dist/src/components/atoms/InfoBox/InfoBox.styled.ts +42 -0
- package/dist/src/components/atoms/InfoBox/InfoBox.tsx +3 -3
- package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.js +2 -2
- package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.styled.d.ts +1 -0
- package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.styled.js +7 -0
- package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.styled.ts +8 -0
- package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.tsx +3 -3
- package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.js +2 -2
- package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.d.ts +1 -0
- package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.js +39 -0
- package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.styled.ts +40 -0
- package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.tsx +3 -3
- package/dist/src/components/atoms/LogoText/LogoText.js +2 -2
- package/dist/src/components/atoms/LogoText/LogoText.styled.d.ts +1 -0
- package/dist/src/components/atoms/LogoText/LogoText.styled.js +36 -0
- package/dist/src/components/atoms/LogoText/LogoText.styled.ts +37 -0
- package/dist/src/components/atoms/LogoText/LogoText.tsx +5 -5
- package/dist/src/components/atoms/MenuItems/MenuItems.js +2 -1
- package/dist/src/components/atoms/MenuItems/MenuItems.styled.d.ts +1 -0
- package/dist/src/components/atoms/MenuItems/MenuItems.styled.js +71 -0
- package/dist/src/components/atoms/MenuItems/MenuItems.styled.ts +72 -0
- package/dist/src/components/atoms/MenuItems/MenuItems.tsx +3 -2
- package/dist/src/components/atoms/Message/Message.js +2 -2
- package/dist/src/components/atoms/Message/Message.styled.d.ts +1 -0
- package/dist/src/components/atoms/Message/Message.styled.js +31 -0
- package/dist/src/components/atoms/Message/Message.styled.ts +32 -0
- package/dist/src/components/atoms/Message/Message.tsx +3 -3
- package/dist/src/components/atoms/MessageInformation/MessageInformation.js +2 -2
- package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.d.ts +1 -0
- package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.js +53 -0
- package/dist/src/components/atoms/MessageInformation/MessageInformation.styled.ts +54 -0
- package/dist/src/components/atoms/MessageInformation/MessageInformation.tsx +4 -5
- package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.js +2 -2
- package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.d.ts +1 -0
- package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.js +45 -0
- package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.styled.ts +46 -0
- package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.tsx +3 -3
- package/dist/src/components/atoms/NavMenuItem/NavMenuItem.js +3 -3
- package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.d.ts +1 -0
- package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.js +63 -0
- package/dist/src/components/atoms/NavMenuItem/NavMenuItem.styled.ts +64 -0
- package/dist/src/components/atoms/NavMenuItem/NavMenuItem.tsx +6 -6
- package/dist/src/components/atoms/PaypalButton/PaypalButton.js +2 -2
- package/dist/src/components/atoms/PaypalButton/PaypalButton.styled.d.ts +1 -0
- package/dist/src/components/atoms/PaypalButton/PaypalButton.styled.js +6 -0
- package/dist/src/components/atoms/PaypalButton/PaypalButton.styled.ts +7 -0
- package/dist/src/components/atoms/PaypalButton/PaypalButton.tsx +3 -3
- package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.js +2 -2
- package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.d.ts +1 -0
- package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.styled.js +58 -0
- package/dist/src/components/atoms/PopularDocsItem/{PopularDocsItem.scss → PopularDocsItem.styled.ts} +24 -24
- package/dist/src/components/atoms/PopularDocsItem/PopularDocsItem.tsx +3 -3
- package/dist/src/components/atoms/ProgressBar/ProgressBar.js +2 -2
- package/dist/src/components/atoms/ProgressBar/ProgressBar.styled.d.ts +1 -0
- package/dist/src/components/atoms/ProgressBar/ProgressBar.styled.js +23 -0
- package/dist/src/components/atoms/ProgressBar/ProgressBar.styled.ts +24 -0
- package/dist/src/components/atoms/ProgressBar/ProgressBar.tsx +3 -3
- package/dist/src/components/atoms/Radio/Radio.scss +29 -29
- package/dist/src/components/atoms/RemoveButton/RemoveButton.js +2 -2
- package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.d.ts +1 -0
- package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.js +43 -0
- package/dist/src/components/atoms/RemoveButton/RemoveButton.styled.ts +44 -0
- package/dist/src/components/atoms/RemoveButton/RemoveButton.tsx +3 -3
- package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.js +2 -2
- package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.d.ts +1 -0
- package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.js +55 -0
- package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.styled.ts +56 -0
- package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.tsx +3 -3
- package/dist/src/components/atoms/RichTextInner/RichTextInner.js +2 -2
- package/dist/src/components/atoms/RichTextInner/RichTextInner.styled.d.ts +1 -0
- package/dist/src/components/atoms/RichTextInner/RichTextInner.styled.js +38 -0
- package/dist/src/components/atoms/RichTextInner/RichTextInner.styled.ts +39 -0
- package/dist/src/components/atoms/RichTextInner/RichTextInner.tsx +2 -2
- package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.js +2 -2
- package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.d.ts +1 -0
- package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.js +9 -0
- package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.styled.ts +10 -0
- package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.tsx +7 -2
- package/dist/src/components/atoms/SearchSelect/SearchSelect.js +3 -3
- package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.d.ts +1 -0
- package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.js +224 -0
- package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.ts +225 -0
- package/dist/src/components/atoms/SearchSelect/SearchSelect.tsx +3 -3
- package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.js +2 -2
- package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.d.ts +1 -0
- package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.js +48 -0
- package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.styled.ts +49 -0
- package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.tsx +3 -3
- package/dist/src/components/atoms/SidemenuTab/SidemenuTab.js +2 -2
- package/dist/src/components/atoms/SidemenuTab/SidemenuTab.styled.d.ts +1 -0
- package/dist/src/components/atoms/SidemenuTab/SidemenuTab.styled.js +92 -0
- package/dist/src/components/atoms/SidemenuTab/SidemenuTab.styled.ts +93 -0
- package/dist/src/components/atoms/SidemenuTab/SidemenuTab.tsx +3 -3
- package/dist/src/components/atoms/Spinner/Spinner.js +2 -2
- package/dist/src/components/atoms/Spinner/Spinner.styled.d.ts +1 -0
- package/dist/src/components/atoms/Spinner/Spinner.styled.js +28 -0
- package/dist/src/components/atoms/Spinner/Spinner.styled.ts +29 -0
- package/dist/src/components/atoms/Spinner/Spinner.tsx +5 -5
- package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.js +2 -2
- package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.d.ts +1 -0
- package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.js +28 -0
- package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.styled.ts +29 -0
- package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.tsx +3 -3
- package/dist/src/components/atoms/Tag/Tag.js +2 -2
- package/dist/src/components/atoms/Tag/Tag.styled.d.ts +1 -0
- package/dist/src/components/atoms/Tag/Tag.styled.js +28 -0
- package/dist/src/components/atoms/Tag/Tag.styled.ts +29 -0
- package/dist/src/components/atoms/Tag/Tag.tsx +5 -5
- package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.js +2 -2
- package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.d.ts +1 -0
- package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.js +20 -0
- package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.styled.ts +21 -0
- package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.tsx +3 -3
- package/dist/src/components/atoms/Tagline/Tagline.js +2 -2
- package/dist/src/components/atoms/Tagline/Tagline.styled.d.ts +1 -0
- package/dist/src/components/atoms/Tagline/Tagline.styled.js +17 -0
- package/dist/src/components/atoms/Tagline/Tagline.styled.ts +18 -0
- package/dist/src/components/atoms/Tagline/Tagline.tsx +3 -3
- package/dist/src/components/atoms/TextArea/TextArea.js +2 -2
- package/dist/src/components/atoms/TextArea/TextArea.styled.d.ts +1 -0
- package/dist/src/components/atoms/TextArea/TextArea.styled.js +106 -0
- package/dist/src/components/atoms/TextArea/TextArea.styled.ts +107 -0
- package/dist/src/components/atoms/TextArea/TextArea.tsx +3 -3
- package/dist/src/components/atoms/Toggle/Toggle.js +2 -2
- package/dist/src/components/atoms/Toggle/Toggle.styled.d.ts +1 -0
- package/dist/src/components/atoms/Toggle/Toggle.styled.js +59 -0
- package/dist/src/components/atoms/Toggle/Toggle.styled.ts +60 -0
- package/dist/src/components/atoms/Toggle/Toggle.tsx +3 -3
- package/dist/src/components/atoms/Tooltip/Tooltip.scss +8 -8
- package/dist/src/components/atoms/TopBar/TopBar.js +2 -2
- package/dist/src/components/atoms/TopBar/TopBar.styled.d.ts +1 -0
- package/dist/src/components/atoms/TopBar/TopBar.styled.js +55 -0
- package/dist/src/components/atoms/TopBar/TopBar.styled.ts +56 -0
- package/dist/src/components/atoms/TopBar/TopBar.tsx +3 -3
- package/dist/src/components/atoms/TopBarMobile/TopBarMobile.js +2 -1
- package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.d.ts +1 -0
- package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.js +49 -0
- package/dist/src/components/atoms/TopBarMobile/TopBarMobile.styled.ts +50 -0
- package/dist/src/components/atoms/TopBarMobile/TopBarMobile.tsx +6 -3
- package/dist/src/components/atoms/TrustPilot/TrustPilot.js +2 -2
- package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.d.ts +1 -0
- package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.js +12 -0
- package/dist/src/components/atoms/TrustPilot/TrustPilot.styled.ts +13 -0
- package/dist/src/components/atoms/TrustPilot/TrustPilot.tsx +2 -3
- package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.js +2 -2
- package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.d.ts +1 -0
- package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.js +37 -0
- package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.styled.ts +38 -0
- package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.tsx +3 -4
- package/dist/src/components/atoms/WideInfoBar/WideInfoBar.js +2 -1
- package/dist/src/components/atoms/WideInfoBar/WideInfoBar.styled.d.ts +1 -0
- package/dist/src/components/atoms/WideInfoBar/WideInfoBar.styled.js +33 -0
- package/dist/src/components/atoms/WideInfoBar/WideInfoBar.styled.ts +34 -0
- package/dist/src/components/atoms/WideInfoBar/WideInfoBar.tsx +3 -4
- package/dist/src/components/molecules/AccordionItem/AccordionItem.scss +9 -9
- package/dist/src/components/molecules/AlsoKnownAs/AlsoKnownAs.scss +2 -2
- package/dist/src/components/molecules/Article/Article.scss +1 -1
- package/dist/src/components/molecules/BottomFixedBar/BottomFixedBar.scss +2 -2
- package/dist/src/components/molecules/BottomOverlay/BottomOverlay.scss +7 -7
- package/dist/src/components/molecules/BoxForm/BoxForm.scss +9 -9
- package/dist/src/components/molecules/Breadcrumb/Breadcrumb.js +1 -1
- package/dist/src/components/molecules/Breadcrumb/Breadcrumb.scss +4 -0
- package/dist/src/components/molecules/Breadcrumb/Breadcrumb.tsx +1 -1
- package/dist/src/components/molecules/ContactBox/ContactBox.scss +5 -5
- package/dist/src/components/molecules/ContinueEditingBanner/ContinueEditingBanner.scss +6 -6
- package/dist/src/components/molecules/EmailContactBox/EmailContactBox.scss +4 -4
- package/dist/src/components/molecules/ExpertCardList/ExpertCardList.scss +2 -3
- package/dist/src/components/molecules/FaqItem/FaqItem.scss +5 -5
- package/dist/src/components/molecules/Feedback/Feedback.scss +5 -5
- package/dist/src/components/molecules/FreeDocModalContent/FreeDocModalContent.scss +3 -3
- package/dist/src/components/molecules/HeaderRatafia/HeaderRatafia.scss +1 -1
- package/dist/src/components/molecules/KeyFactCardListRatafia/KeyFactCardListRatafia.scss +3 -3
- package/dist/src/components/molecules/MenuItemsSection/MenuItemsSection.scss +1 -1
- package/dist/src/components/molecules/MidBannerRatafiaContent/MidBannerRatafiaContent.scss +2 -2
- package/dist/src/components/molecules/MidBannerRatafiaSample/MidBannerRatafiaSample.scss +7 -7
- package/dist/src/components/molecules/MoreDocsDesktop/MoreDocsDesktop.scss +2 -2
- package/dist/src/components/molecules/MoreDocsMobile/MoreDocsMobile.scss +1 -1
- package/dist/src/components/molecules/NavBarDropDown/NavBarDropDown.scss +3 -3
- package/dist/src/components/molecules/Pagination/Pagination.scss +7 -7
- package/dist/src/components/molecules/PhoneContactBoxDesktop/PhoneContactBoxDesktop.scss +3 -3
- package/dist/src/components/molecules/PhoneContactBoxMobile/PhoneContactBoxMobile.scss +1 -1
- package/dist/src/components/molecules/PopularDocs/PopularDocs.scss +2 -2
- package/dist/src/components/molecules/PricingCard/PricingCard.scss +14 -14
- package/dist/src/components/molecules/Snackbar/Snackbar.scss +9 -9
- package/dist/src/components/molecules/StepGetForm/StepGetForm.scss +5 -5
- package/dist/src/components/molecules/TextInput/TextInput.scss +20 -20
- package/dist/src/components/molecules/TooltipMenu/TooltipMenu.scss +5 -5
- package/dist/src/components/molecules/TypeModulesList/TypeModulesList.scss +4 -4
- package/dist/src/components/molecules/UploadRatafiaZone/UploadRatafiaZone.scss +4 -4
- package/dist/src/components/organisms/AboutUsContent/AboutUsContent.scss +3 -3
- package/dist/src/components/organisms/AsSeeInContent/AsSeeInContent.scss +2 -2
- package/dist/src/components/organisms/CardFunctionality/CardFunctionality.scss +10 -10
- package/dist/src/components/organisms/ContactJumbotron/ContactJumbotron.scss +3 -3
- package/dist/src/components/organisms/CookiePolicyBar/CookiePolicyBar.scss +2 -2
- package/dist/src/components/organisms/ErrorContentRatafia/ErrorContentRatafia.scss +1 -1
- package/dist/src/components/organisms/FaqGroup/FaqGroup.scss +2 -2
- package/dist/src/components/organisms/FeaturesRatafiaContent/FeaturesRatafiaContent.scss +2 -2
- package/dist/src/components/organisms/GuidelinesContent/GuidelinesContent.scss +4 -4
- package/dist/src/components/organisms/JumbotronRatafiaContent/JumbotronRatafiaContent.scss +3 -3
- package/dist/src/components/organisms/KeyFactsLoadingContentRatafia/KeyFactsLoadingContentRatafia.scss +8 -8
- package/dist/src/components/organisms/KeyFactsResultContentRatafia/KeyFactsResultContentRatafia.scss +1 -1
- package/dist/src/components/organisms/LanguageSelectorMobile/LanguageSelectorMobile.scss +4 -4
- package/dist/src/components/organisms/LayoutRatafia/LayoutRatafia.scss +2 -2
- package/dist/src/components/organisms/LoginRatafiaContent/LoginRatafiaContent.scss +1 -1
- package/dist/src/components/organisms/MobileBottomBar/MobileBottomBar.scss +4 -4
- package/dist/src/components/organisms/StepsRatafiaContent/StepsRatafiaContent.scss +1 -1
- package/dist/src/components/organisms/TryOurFreeLegalBlogsContent/TryOurFreeLegalBlogsContent.scss +4 -4
- package/dist/src/components/pages/ErrorRatafiaPage/ErrorRatafiaPage.scss +1 -1
- package/dist/src/components/pages/FaqsPage/FaqsPage.scss +8 -8
- package/dist/src/components/pages/KeyFactsResultRatafiaPage/KeyFactsResultRatafiaPage.scss +1 -1
- package/dist/src/components/pages/LoginRatafiaPage/LoginPageRatafia.scss +2 -2
- package/dist/src/components/sections/AboutUsSection/AboutUsSection.scss +6 -6
- package/dist/src/components/sections/AsSeeInSection/AsSeeInSection.scss +2 -1
- package/dist/src/components/sections/AsideMenuSection/AsideMenuSection.scss +3 -3
- package/dist/src/components/sections/BenefitsRatafiaSection/BenefitsRatafiaSection.scss +2 -2
- package/dist/src/components/sections/BlogSection/BlogSection.scss +1 -1
- package/dist/src/components/sections/ContactSection/ContactSection.scss +2 -2
- package/dist/src/components/sections/ExpertsSection/ExpertsSection.scss +3 -2
- package/dist/src/components/sections/FaqSection/FaqSection.scss +1 -1
- package/dist/src/components/sections/HowGetYourFormsSection/HowGetYourFormsSection.scss +2 -2
- package/dist/src/components/sections/JumbotronSimplifiedSection/JumbotronSimplifiedSection.scss +2 -2
- package/dist/src/components/sections/LearnMoreSection/LearnMoreSection.scss +7 -7
- package/dist/src/components/sections/LegalSection/LegalSection.scss +10 -10
- package/dist/src/components/sections/MidBannerRatafiaSection/MidBannerRatafiaSection.scss +1 -1
- package/dist/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSection.scss +1 -1
- package/dist/src/components/sections/TryItRatafiaSection/TryItRatafiaSection.scss +1 -1
- package/dist/src/components/sections/TryUsSection/TryUsSection.scss +2 -2
- package/dist/src/components/sections/UnsubscribeSection/UnsubscribeSection.scss +3 -3
- package/dist/src/components/sections/WhyLawDistrictSection/WhyLawDistrictSection.scss +1 -1
- package/dist/src/globalStyles/animations.scss +1 -1
- package/dist/src/globalStyles/base.scss +5 -5
- package/dist/src/globalStyles/styles.scss +4 -53
- package/dist/src/globalStyles/themes.scss +26 -0
- package/dist/src/globalStyles/typography.scss +1 -1
- package/dist/src/globalStyles/variables.scss +7 -6
- package/dist/src/globalStyles/variablesCss.scss +14 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/src/components/atoms/ActionButtonHeaderRatafiaCard/ActionButtonHeaderRatafiaCard.scss +0 -24
- package/dist/src/components/atoms/AddButton/AddButton.scss +0 -48
- package/dist/src/components/atoms/BenefitRatafiaCard/BenefitRatafiaCard.scss +0 -54
- package/dist/src/components/atoms/BillCard/BillCard.scss +0 -57
- package/dist/src/components/atoms/BottomOverlayMenu/BottomOverlayMenu.scss +0 -33
- package/dist/src/components/atoms/BreadcrumItem/BreadcrumItem.scss +0 -21
- package/dist/src/components/atoms/CardPane/CardPane.scss +0 -106
- package/dist/src/components/atoms/DatePickerCustom/DatePickerCustom.scss +0 -116
- package/dist/src/components/atoms/DialogMenuIcon/DialogMenuIcon.scss +0 -84
- package/dist/src/components/atoms/Disclaimer/Disclaimer.scss +0 -45
- package/dist/src/components/atoms/DisclaimerRatafia/DisclaimerRatafia.scss +0 -149
- package/dist/src/components/atoms/Divider/Divider.scss +0 -20
- package/dist/src/components/atoms/DocumentStatus/DocumentStatus.scss +0 -91
- package/dist/src/components/atoms/DocumentTag/DocumentTag.scss +0 -13
- package/dist/src/components/atoms/ExpertCard/ExpertCard.scss +0 -52
- package/dist/src/components/atoms/FeatureRatafiaCard/FeatureRatafiaCard.scss +0 -79
- package/dist/src/components/atoms/FormFaq/FormFaq.scss +0 -72
- package/dist/src/components/atoms/IconSvgURLWithThemeColor/IconSvgURLWithThemeColor.scss +0 -6
- package/dist/src/components/atoms/IconTextInfoSection/IconTextInfoSection.scss +0 -80
- package/dist/src/components/atoms/InfoBox/InfoBox.scss +0 -40
- package/dist/src/components/atoms/JumbotronStatic/JumbotronStatic.scss +0 -8
- package/dist/src/components/atoms/KeyFactRatafiaCard/KeyFactRatafiaCard.scss +0 -38
- package/dist/src/components/atoms/LogoText/LogoText.scss +0 -34
- package/dist/src/components/atoms/MenuItems/MenuItems.scss +0 -70
- package/dist/src/components/atoms/Message/Message.scss +0 -31
- package/dist/src/components/atoms/MessageInformation/MessageInformation.scss +0 -51
- package/dist/src/components/atoms/MoreDocsItem/MoreDocsItem.scss +0 -44
- package/dist/src/components/atoms/NavMenuItem/NavMenuItem.scss +0 -60
- package/dist/src/components/atoms/PaypalButton/PaypalButton.scss +0 -5
- package/dist/src/components/atoms/ProgressBar/ProgressBar.scss +0 -24
- package/dist/src/components/atoms/RemoveButton/RemoveButton.scss +0 -43
- package/dist/src/components/atoms/ReviewKeyFactsResultRatafia/ReviewKeyFactsResultRatafia.scss +0 -54
- package/dist/src/components/atoms/RichTextInner/RichTextInner.scss +0 -34
- package/dist/src/components/atoms/RichTextStrapi/RichTextStrapi.scss +0 -9
- package/dist/src/components/atoms/SearchSelect/SearchSelect.scss +0 -222
- package/dist/src/components/atoms/ShowMoreBox/ShowMoreBox.scss +0 -48
- package/dist/src/components/atoms/SidemenuTab/SidemenuTab.scss +0 -90
- package/dist/src/components/atoms/Spinner/Spinner.scss +0 -31
- package/dist/src/components/atoms/StepRatafiaCard/StepRatafiaCard.scss +0 -27
- package/dist/src/components/atoms/Tag/Tag.scss +0 -27
- package/dist/src/components/atoms/TagRatafiaItem/TagRatafiaItem.scss +0 -22
- package/dist/src/components/atoms/Tagline/Tagline.scss +0 -16
- package/dist/src/components/atoms/TextArea/TextArea.scss +0 -103
- package/dist/src/components/atoms/Toggle/Toggle.scss +0 -59
- package/dist/src/components/atoms/TopBar/TopBar.scss +0 -54
- package/dist/src/components/atoms/TopBarMobile/TopBarMobile.scss +0 -48
- package/dist/src/components/atoms/TrustPilot/TrustPilot.scss +0 -11
- package/dist/src/components/atoms/WhyLawDistrictItems/WhyLawDistrictItems.scss +0 -36
- package/dist/src/components/atoms/WideInfoBar/WideInfoBar.scss +0 -32
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
right: 0;
|
|
9
9
|
z-index: 4;
|
|
10
10
|
&__menu_items {
|
|
11
|
-
background:
|
|
11
|
+
background: var(--others-white);
|
|
12
12
|
padding: 1.5rem;
|
|
13
|
-
box-shadow:
|
|
13
|
+
box-shadow: var(--box-shadow-container);
|
|
14
14
|
ul {
|
|
15
15
|
li {
|
|
16
16
|
margin-bottom: 1rem;
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
|
|
26
26
|
&__shadow {
|
|
27
27
|
position: absolute;
|
|
28
|
-
background:
|
|
28
|
+
background: var(--neutral-neutral-3);
|
|
29
29
|
opacity: 0.4;
|
|
30
30
|
width: 100%;
|
|
31
31
|
height: 100vh;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
display: flex;
|
|
14
14
|
svg {
|
|
15
15
|
cursor: pointer;
|
|
16
|
-
fill:
|
|
16
|
+
fill: var(--neutral-neutral-2);
|
|
17
17
|
width: 1rem;
|
|
18
18
|
path {
|
|
19
19
|
pointer-events: none;
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
|
|
37
37
|
&__page {
|
|
38
38
|
align-items: center;
|
|
39
|
-
background:
|
|
40
|
-
border: 2px solid
|
|
39
|
+
background: var(--neutral-neutral-6);
|
|
40
|
+
border: 2px solid var(--neutral-neutral-3);
|
|
41
41
|
border-radius: 4px;
|
|
42
42
|
box-sizing: border-box;
|
|
43
|
-
color:
|
|
43
|
+
color: var(--neutral-neutral-2);
|
|
44
44
|
cursor: pointer;
|
|
45
45
|
display: flex;
|
|
46
46
|
justify-content: center;
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
padding: 0.3rem;
|
|
51
51
|
|
|
52
52
|
&--active {
|
|
53
|
-
background:
|
|
54
|
-
border: 2px solid
|
|
55
|
-
color:
|
|
53
|
+
background: var(--neutral-neutral-4);
|
|
54
|
+
border: 2px solid var(--neutral-neutral-2);
|
|
55
|
+
color: var(--neutral-neutral-1);
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
&--ellipsis {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
.phone-contact {
|
|
5
5
|
&-box-container {
|
|
6
|
-
background-color:
|
|
6
|
+
background-color: var(--others-white);
|
|
7
7
|
width: 100%;
|
|
8
8
|
border-radius: 4px;
|
|
9
9
|
margin-bottom: 2rem;
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
|
|
46
46
|
&-phone {
|
|
47
47
|
font-size: 1.5rem;
|
|
48
|
-
color:
|
|
48
|
+
color: var(--primary-main-dark-1);
|
|
49
49
|
font-weight: bold;
|
|
50
50
|
text-decoration: none;
|
|
51
51
|
|
|
@@ -55,6 +55,6 @@
|
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
&-text {
|
|
58
|
-
color:
|
|
58
|
+
color: var(--neutral-neutral-2);
|
|
59
59
|
}
|
|
60
60
|
}
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
font-size: 18px;
|
|
19
19
|
line-height: 1.33;
|
|
20
20
|
letter-spacing: -0.3px;
|
|
21
|
-
color:
|
|
21
|
+
color: var(--primary-main-dark-1);
|
|
22
22
|
margin-bottom: 16px;
|
|
23
23
|
|
|
24
24
|
@media only screen and (max-width: #{$md}) {
|
|
@@ -29,6 +29,6 @@
|
|
|
29
29
|
.documents {
|
|
30
30
|
display: flex;
|
|
31
31
|
flex-direction: column;
|
|
32
|
-
gap:
|
|
32
|
+
gap: var(--global-gap);
|
|
33
33
|
}
|
|
34
34
|
}
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
|
|
15
15
|
&:not(.--selected):hover {
|
|
16
16
|
.pricing-card__wrapper {
|
|
17
|
-
border-color:
|
|
17
|
+
border-color: var(--neutral-neutral-3);
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
&.--selected {
|
|
23
23
|
.pricing-card__wrapper {
|
|
24
|
-
border-color:
|
|
24
|
+
border-color: var(--primary-main-light-3);
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
display: none;
|
|
31
31
|
|
|
32
32
|
& + .radio-checkbox {
|
|
33
|
-
background-color:
|
|
33
|
+
background-color: var(--others-white);
|
|
34
34
|
position: absolute;
|
|
35
35
|
top: 1rem;
|
|
36
36
|
left: 1rem;
|
|
@@ -42,16 +42,16 @@
|
|
|
42
42
|
|
|
43
43
|
&:checked {
|
|
44
44
|
& + .radio-checkbox {
|
|
45
|
-
border: 5px solid
|
|
45
|
+
border: 5px solid var(--primary-main-light-1);
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
&__wrapper {
|
|
52
|
-
background-color:
|
|
53
|
-
box-shadow:
|
|
54
|
-
border-radius:
|
|
52
|
+
background-color: var(--others-white);
|
|
53
|
+
box-shadow: var(--box-shadow-container);
|
|
54
|
+
border-radius: var(--global-border-radius);
|
|
55
55
|
border: solid 1px transparent;
|
|
56
56
|
|
|
57
57
|
ul {
|
|
@@ -81,16 +81,16 @@
|
|
|
81
81
|
&__header {
|
|
82
82
|
padding: 1rem;
|
|
83
83
|
text-align: center;
|
|
84
|
-
background:
|
|
84
|
+
background: var(--neutral-neutral-6);
|
|
85
85
|
|
|
86
86
|
&__text {
|
|
87
|
-
color:
|
|
87
|
+
color: var(--neutral-neutral-2);
|
|
88
88
|
margin: 0 1rem;
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
&__body {
|
|
93
|
-
color:
|
|
93
|
+
color: var(--neutral-neutral-1);
|
|
94
94
|
display: flex;
|
|
95
95
|
flex-flow: column nowrap;
|
|
96
96
|
padding: 1.5rem 1rem;
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
|
|
118
118
|
&__text {
|
|
119
119
|
font-size: 0.85rem;
|
|
120
|
-
color:
|
|
120
|
+
color: var(--neutral-neutral-2);
|
|
121
121
|
order: 4;
|
|
122
122
|
}
|
|
123
123
|
|
|
@@ -135,14 +135,14 @@
|
|
|
135
135
|
|
|
136
136
|
hr {
|
|
137
137
|
width: 100%;
|
|
138
|
-
border-top: 1px solid
|
|
138
|
+
border-top: 1px solid var(--neutral-neutral-4);
|
|
139
139
|
margin-bottom: 1.5rem;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
&__item {
|
|
143
143
|
&::before {
|
|
144
144
|
content: '\2022';
|
|
145
|
-
color:
|
|
145
|
+
color: var(--primary-main);
|
|
146
146
|
font-weight: bold;
|
|
147
147
|
display: inline-block;
|
|
148
148
|
margin-right: 1rem;
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
}
|
|
167
167
|
|
|
168
168
|
&__disclaimer {
|
|
169
|
-
color:
|
|
169
|
+
color: var(--neutral-neutral-2);
|
|
170
170
|
font-size: 0.75rem;
|
|
171
171
|
text-align: center;
|
|
172
172
|
width: 100%;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import '../../../globalStyles/functions';
|
|
2
2
|
|
|
3
3
|
.snackbar {
|
|
4
|
-
color:
|
|
4
|
+
color: var(--neutral-main);
|
|
5
5
|
line-height: 1.5;
|
|
6
6
|
margin-bottom: 1em;
|
|
7
7
|
padding: 0.5em 0 0.5em 0;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
z-index: 10000;
|
|
13
13
|
overflow: hidden;
|
|
14
14
|
border-radius: 4px;
|
|
15
|
-
box-shadow:
|
|
15
|
+
box-shadow: var(--box-shadow-container);
|
|
16
16
|
font-size: 14px;
|
|
17
17
|
|
|
18
18
|
@include portrait-tablets {
|
|
@@ -52,9 +52,9 @@
|
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
&--welcome {
|
|
55
|
-
background-color:
|
|
56
|
-
color:
|
|
57
|
-
border: 1px solid
|
|
55
|
+
background-color: var(--neutral-main);
|
|
56
|
+
color: var(--others-white);
|
|
57
|
+
border: 1px solid var(--neutral-neutral-2);
|
|
58
58
|
|
|
59
59
|
&:before {
|
|
60
60
|
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0icHJlZml4X19hIiBkPSJNMjAgMkg0Yy0xLjEgMC0yIC45LTIgMnYxOGw0LTRoMTRjMS4xIDAgMi0uOSAyLTJWNGMwLTEuMS0uOS0yLTItMnptMCAxNEg2bC0yIDJWNGgxNnYxMnpNNyA5aDJ2Mkg3Vjl6bTQgMGgydjJoLTJWOXptNCAwaDJ2MmgtMlY5eiIvPgogICAgPC9kZWZzPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8cGF0aCBkPSJNMCAwSDI0VjI0SDB6Ii8+CiAgICAgICAgPG1hc2sgaWQ9InByZWZpeF9fYiIgZmlsbD0iI2ZmZiI+CiAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI3ByZWZpeF9fYSIvPgogICAgICAgIDwvbWFzaz4KICAgICAgICA8ZyBmaWxsPSIjNUREOEMzIiBtYXNrPSJ1cmwoI3ByZWZpeF9fYikiPgogICAgICAgICAgICA8cGF0aCBkPSJNMCAwSDI0VjI0SDB6Ii8+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K)
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
&--error {
|
|
77
|
-
background-color:
|
|
78
|
-
color:
|
|
77
|
+
background-color: var(--error-main);
|
|
78
|
+
color: var(--others-white);
|
|
79
79
|
border: 1px solid get-color(error, error-2);
|
|
80
80
|
|
|
81
81
|
&:before {
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
|
|
87
87
|
&--reminder {
|
|
88
88
|
background-color: var(--snackbar-reminder-bg);
|
|
89
|
-
color:
|
|
89
|
+
color: var(--neutral-main);
|
|
90
90
|
border: 1px solid var(--snackbar-reminder-border);
|
|
91
91
|
|
|
92
92
|
&:before {
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
border-color: transparent;
|
|
130
130
|
|
|
131
131
|
&:hover {
|
|
132
|
-
background-color:
|
|
132
|
+
background-color: var(--others-white);
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
@import '../../../globalStyles/mediaqueries.scss';
|
|
3
3
|
|
|
4
4
|
.homeStepsItem {
|
|
5
|
-
border-radius:
|
|
5
|
+
border-radius: var(--global-border-radius);
|
|
6
6
|
display: flex;
|
|
7
7
|
max-width: 100%;
|
|
8
8
|
padding: 2rem;
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
width: 100%;
|
|
12
12
|
align-items: flex-start;
|
|
13
13
|
text-align: center;
|
|
14
|
-
background:
|
|
15
|
-
box-shadow:
|
|
16
|
-
border:
|
|
14
|
+
background: var(--others-white);
|
|
15
|
+
box-shadow: var(--box-shadow-medium);
|
|
16
|
+
border: var(--global-border-radius);
|
|
17
17
|
margin-right: 0.5rem;
|
|
18
18
|
margin-bottom: 1rem;
|
|
19
19
|
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
small {
|
|
97
|
-
color:
|
|
97
|
+
color: var(--neutral-neutral-2);
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
&:not(:first-child) {
|
|
@@ -14,49 +14,49 @@
|
|
|
14
14
|
-webkit-appearance: none;
|
|
15
15
|
-moz-appearance: none;
|
|
16
16
|
appearance: none;
|
|
17
|
-
color:
|
|
18
|
-
background-color:
|
|
19
|
-
border-radius:
|
|
17
|
+
color: var(--neutral-neutral-1);
|
|
18
|
+
background-color: var(--neutral-neutral-6);
|
|
19
|
+
border-radius: var(--global-border-radius);
|
|
20
20
|
padding: 0.75rem 0 0.75rem 0.75rem;
|
|
21
21
|
font-size: 0.875rem;
|
|
22
22
|
height: 40px;
|
|
23
23
|
border: none;
|
|
24
24
|
text-overflow: ellipsis;
|
|
25
25
|
transition: box-shadow 0.3s ease;
|
|
26
|
-
box-shadow: 0 0 0 1px
|
|
26
|
+
box-shadow: 0 0 0 1px var(--neutral-neutral-3);
|
|
27
27
|
margin: 0.0005em;
|
|
28
28
|
outline: none;
|
|
29
29
|
|
|
30
30
|
&::placeholder {
|
|
31
|
-
color:
|
|
31
|
+
color: var(--neutral-neutral-2);
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
&:-ms-input-placeholder {
|
|
35
|
-
color:
|
|
35
|
+
color: var(--neutral-neutral-2);
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
&::-ms-input-placeholder {
|
|
39
|
-
color:
|
|
39
|
+
color: var(--neutral-neutral-2);
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
&:hover {
|
|
43
|
-
box-shadow: 0 0 0 1px
|
|
43
|
+
box-shadow: 0 0 0 1px var(--neutral-neutral-2);
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
&:active,
|
|
47
47
|
&:focus {
|
|
48
|
-
box-shadow: 0 0 0 2px
|
|
48
|
+
box-shadow: 0 0 0 2px var(--primary-main);
|
|
49
49
|
outline: none;
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
.form-group__label {
|
|
54
|
-
color:
|
|
54
|
+
color: var(--neutral-neutral-1);
|
|
55
55
|
font-weight: bold;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
.form-group__label-icon {
|
|
59
|
-
color:
|
|
59
|
+
color: var(--neutral-neutral-1);
|
|
60
60
|
font-weight: bold;
|
|
61
61
|
display: flex;
|
|
62
62
|
align-items: center;
|
|
@@ -86,14 +86,14 @@
|
|
|
86
86
|
|
|
87
87
|
&--group-invalid {
|
|
88
88
|
input {
|
|
89
|
-
box-shadow: 0 0 0 2px
|
|
90
|
-
background-color:
|
|
89
|
+
box-shadow: 0 0 0 2px var(--error-main);
|
|
90
|
+
background-color: var(--error-error-3);
|
|
91
91
|
|
|
92
92
|
&:active,
|
|
93
93
|
&:focus {
|
|
94
|
-
box-shadow: 0 0 0 2px
|
|
94
|
+
box-shadow: 0 0 0 2px var(--primary-main);
|
|
95
95
|
outline: none;
|
|
96
|
-
background-color:
|
|
96
|
+
background-color: var(--neutral-neutral-6);
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
}
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
align-content: center;
|
|
106
106
|
bottom: -5.5rem;
|
|
107
107
|
margin-top: 0.5rem;
|
|
108
|
-
color:
|
|
108
|
+
color: var(--error-main);
|
|
109
109
|
|
|
110
110
|
&-icon {
|
|
111
111
|
display: flex;
|
|
@@ -136,14 +136,14 @@
|
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
input {
|
|
139
|
-
box-shadow: 0 0 0 2px
|
|
140
|
-
background-color:
|
|
139
|
+
box-shadow: 0 0 0 2px var(--error-main);
|
|
140
|
+
background-color: var(--error-error-3);
|
|
141
141
|
|
|
142
142
|
&:active,
|
|
143
143
|
&:focus {
|
|
144
|
-
box-shadow: 0 0 0 2px
|
|
144
|
+
box-shadow: 0 0 0 2px var(--primary-main);
|
|
145
145
|
outline: none;
|
|
146
|
-
background-color:
|
|
146
|
+
background-color: var(--neutral-neutral-6);
|
|
147
147
|
}
|
|
148
148
|
}
|
|
149
149
|
}
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
@import '../../../globalStyles/mediaqueries.scss';
|
|
3
3
|
|
|
4
4
|
.tooltip-menu__item {
|
|
5
|
-
border-radius:
|
|
6
|
-
border: 1px solid
|
|
5
|
+
border-radius: var(--global-border-radius);
|
|
6
|
+
border: 1px solid var(--neutral-neutral-4);
|
|
7
7
|
display: flex;
|
|
8
8
|
padding: 0.1875rem;
|
|
9
9
|
margin-right: 0.5rem;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
span {
|
|
15
15
|
position: absolute;
|
|
16
|
-
color:
|
|
16
|
+
color: var(--neutral-neutral-2);
|
|
17
17
|
bottom: -1.25rem;
|
|
18
18
|
left: -0.25rem;
|
|
19
19
|
right: 0;
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
&.--is-open {
|
|
28
|
-
background-color:
|
|
28
|
+
background-color: var(--primary-main-light-5);
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
&:hover {
|
|
32
|
-
background-color:
|
|
32
|
+
background-color: var(--primary-main-light-5);
|
|
33
33
|
|
|
34
34
|
span {
|
|
35
35
|
transform: translate(0);
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
display: flex;
|
|
16
16
|
justify-content: center;
|
|
17
17
|
flex-direction: column;
|
|
18
|
-
background-color:
|
|
18
|
+
background-color: var(--neutral-neutral-6);
|
|
19
19
|
padding: 24px;
|
|
20
20
|
box-shadow: 0px 2px 6px 0px #02374a3f;
|
|
21
21
|
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.module-title {
|
|
28
|
-
font-family:
|
|
28
|
+
font-family: var(--font-sans);
|
|
29
29
|
font-size: 18px;
|
|
30
30
|
font-weight: 700;
|
|
31
31
|
line-height: 24px;
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.module-description {
|
|
43
|
-
font-family:
|
|
43
|
+
font-family: var(--font-sans);
|
|
44
44
|
font-size: 16px;
|
|
45
45
|
font-weight: 400;
|
|
46
46
|
line-height: 22px;
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
margin-top: 0;
|
|
89
89
|
padding-top: 0.6rem;
|
|
90
90
|
padding-bottom: 0.6rem;
|
|
91
|
-
background:
|
|
91
|
+
background: var(--others-white);
|
|
92
92
|
|
|
93
93
|
@include laptop {
|
|
94
94
|
margin: 0 0.5rem;
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
padding: 3.5rem 2rem 1rem 2rem;
|
|
28
28
|
|
|
29
29
|
border-radius: 16px;
|
|
30
|
-
background:
|
|
31
|
-
color:
|
|
30
|
+
background: var(--neutral-neutral-6);
|
|
31
|
+
color: var(--neutral-neutral-3);
|
|
32
32
|
|
|
33
33
|
&__title {
|
|
34
34
|
margin-bottom: 2.5rem;
|
|
@@ -51,13 +51,13 @@
|
|
|
51
51
|
}
|
|
52
52
|
&__service-terms {
|
|
53
53
|
a {
|
|
54
|
-
color:
|
|
54
|
+
color: var(--neutral-neutral-3);
|
|
55
55
|
text-decoration: underline;
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
&:hover .upload-ratafia-zone__content__title {
|
|
61
|
-
color:
|
|
61
|
+
color: var(--neutral-main);
|
|
62
62
|
}
|
|
63
63
|
}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
&__body {
|
|
14
14
|
margin-top: 1rem;
|
|
15
15
|
margin-bottom: 2rem;
|
|
16
|
-
font-family:
|
|
16
|
+
font-family: var(--font-sans);
|
|
17
17
|
|
|
18
18
|
@include landscape-tablets {
|
|
19
19
|
flex-basis: 50%;
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
|
|
24
24
|
.m-richText {
|
|
25
25
|
a {
|
|
26
|
-
color:
|
|
26
|
+
color: var(--primary-main);
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
&__button {
|
|
31
31
|
margin-top: 2rem;
|
|
32
|
-
font-family:
|
|
32
|
+
font-family: var(--font-sans);
|
|
33
33
|
.e-button {
|
|
34
34
|
display: block;
|
|
35
35
|
@include landscape-tablets {
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
|
|
11
11
|
#articles,
|
|
12
12
|
#legal-documents {
|
|
13
|
-
color:
|
|
13
|
+
color: var(--primary-main-light-1);
|
|
14
14
|
font-weight: 400;
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
a {
|
|
18
|
-
color:
|
|
18
|
+
color: var(--primary-main-light-1);
|
|
19
19
|
font-weight: 400 !important;
|
|
20
20
|
}
|
|
21
21
|
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
@import '../../../globalStyles/variables.scss';
|
|
2
2
|
|
|
3
3
|
.card-functionality {
|
|
4
|
-
border-radius:
|
|
5
|
-
box-shadow:
|
|
4
|
+
border-radius: var(--global-border-radius);
|
|
5
|
+
box-shadow: var(--box-shadow-medium);
|
|
6
6
|
display: flex;
|
|
7
7
|
flex-direction: column;
|
|
8
|
-
gap:
|
|
8
|
+
gap: var(--global-gap);
|
|
9
9
|
padding: 1em;
|
|
10
10
|
|
|
11
11
|
.content-tags {
|
|
12
12
|
display: flex;
|
|
13
13
|
flex-direction: column;
|
|
14
|
-
gap:
|
|
14
|
+
gap: var(--global-gap);
|
|
15
15
|
|
|
16
16
|
.content {
|
|
17
17
|
display: flex;
|
|
18
18
|
flex-direction: column;
|
|
19
|
-
gap:
|
|
19
|
+
gap: calc(1rem / 2);
|
|
20
20
|
|
|
21
21
|
.header {
|
|
22
22
|
display: flex;
|
|
@@ -26,19 +26,19 @@
|
|
|
26
26
|
|
|
27
27
|
.icon {
|
|
28
28
|
padding: 2px;
|
|
29
|
-
border-radius:
|
|
30
|
-
background:
|
|
29
|
+
border-radius: var(--global-border-radius);
|
|
30
|
+
background: var(--primary-main-light-5);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.title {
|
|
34
|
-
color:
|
|
34
|
+
color: var(--neutral-neutral-1);
|
|
35
35
|
font-weight: 700;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
.text {
|
|
40
40
|
overflow: hidden;
|
|
41
|
-
color:
|
|
41
|
+
color: var(--neutral-neutral-1);
|
|
42
42
|
font-size: 14px;
|
|
43
43
|
display: -webkit-box;
|
|
44
44
|
-webkit-line-clamp: 2;
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
|
|
50
50
|
.tags {
|
|
51
51
|
display: flex;
|
|
52
|
-
gap:
|
|
52
|
+
gap: calc(1rem * 2);
|
|
53
53
|
flex-wrap: wrap;
|
|
54
54
|
}
|
|
55
55
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
.contact__text {
|
|
6
6
|
.contact__text__title {
|
|
7
|
-
color:
|
|
7
|
+
color: var(--primary-main-dark-1);
|
|
8
8
|
margin-bottom: space(8);
|
|
9
9
|
font-size: 1.5rem;
|
|
10
10
|
font-weight: 500;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.contact__text__subtitle {
|
|
15
|
-
color:
|
|
15
|
+
color: var(--neutral-neutral-1);
|
|
16
16
|
font-size: 1rem;
|
|
17
17
|
p {
|
|
18
18
|
margin-bottom: 1rem;
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.contact__text .logo-text {
|
|
23
|
-
color:
|
|
23
|
+
color: var(--neutral-neutral-2);
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.logo-text {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
width: 100%;
|
|
17
17
|
padding: 0 1.5rem 1rem;
|
|
18
18
|
background-color: black;
|
|
19
|
-
color:
|
|
19
|
+
color: var(--others-white);
|
|
20
20
|
|
|
21
21
|
@include portrait-tablets {
|
|
22
22
|
flex-direction: row;
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
|
|
42
42
|
a {
|
|
43
43
|
text-decoration: underline;
|
|
44
|
-
color:
|
|
44
|
+
color: var(--others-white);
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
&.m-richText p {
|