@npm_leadtech/legal-lib-components 5.2.7 → 5.2.8
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 +2434 -2913
- 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.scss +3 -3
- 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 +223 -0
- package/dist/src/components/atoms/SearchSelect/SearchSelect.styled.ts +224 -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.scss +3 -3
- package/dist/src/components/atoms/Tag/Tag.styled.d.ts +1 -0
- package/dist/src/components/atoms/Tag/Tag.styled.js +24 -0
- package/dist/src/components/atoms/Tag/Tag.styled.ts +25 -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.scss +3 -3
- 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/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/molecules/index.d.ts +0 -1
- package/dist/src/components/molecules/index.js +0 -1
- package/dist/src/components/molecules/index.ts +0 -1
- 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 +11 -11
- 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 +2 -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/breakpoints.d.ts +19 -0
- package/dist/src/globalStyles/breakpoints.js +17 -0
- package/dist/src/globalStyles/breakpoints.ts +28 -0
- package/dist/src/globalStyles/styles.scss +2 -54
- package/dist/src/globalStyles/themes.scss +26 -0
- package/dist/src/globalStyles/typography.scss +1 -1
- package/dist/src/globalStyles/variables.scss +22 -6
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -2
- 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/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 -65
- 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/TagRatafiaItem/TagRatafiaItem.scss +0 -22
- 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
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.d.ts +0 -4
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.js +0 -11
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.scss +0 -93
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCard.tsx +0 -58
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCardProps.types.d.ts +0 -24
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCardProps.types.js +0 -1
- package/dist/src/components/molecules/RatafiaSubscriptionCard/RatafiaSubscriptionCardProps.types.ts +0 -26
- package/dist/src/components/molecules/RatafiaSubscriptionCard/index.d.ts +0 -2
- package/dist/src/components/molecules/RatafiaSubscriptionCard/index.js +0 -1
- package/dist/src/components/molecules/RatafiaSubscriptionCard/index.ts +0 -2
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
@import '../../../globalStyles/variables.scss';
|
|
2
|
-
|
|
3
|
-
.inline-list {
|
|
4
|
-
display: flex;
|
|
5
|
-
align-items: center;
|
|
6
|
-
|
|
7
|
-
.chevron-right24px {
|
|
8
|
-
> g > g {
|
|
9
|
-
fill: get-color(primary, main-light-1);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
a,
|
|
14
|
-
span {
|
|
15
|
-
color: get-color(primary, main-light-1);
|
|
16
|
-
font-weight: 700;
|
|
17
|
-
font-size: 12px;
|
|
18
|
-
line-height: 16px;
|
|
19
|
-
letter-spacing: -0.3px;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
@import '../../../globalStyles/variables.scss';
|
|
2
|
-
@import '../../../globalStyles/mediaqueries.scss';
|
|
3
|
-
|
|
4
|
-
.marker {
|
|
5
|
-
display: inline-block;
|
|
6
|
-
margin-left: -10px;
|
|
7
|
-
@-moz-document url-prefix() {
|
|
8
|
-
margin-left: 0px;
|
|
9
|
-
}
|
|
10
|
-
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
11
|
-
margin-left: 0px;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
.position {
|
|
15
|
-
margin-left: 2px;
|
|
16
|
-
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
|
|
17
|
-
margin-left: 15px;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
@-moz-document url-prefix() {
|
|
21
|
-
.position {
|
|
22
|
-
margin-left: 15px;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.pane {
|
|
27
|
-
align-items: flex-start;
|
|
28
|
-
border-top: 1px solid get-color(neutral, neutral-4);
|
|
29
|
-
display: flex;
|
|
30
|
-
font-family: $font-sans;
|
|
31
|
-
padding: 1.5rem 0;
|
|
32
|
-
flex-direction: row;
|
|
33
|
-
flex-wrap: wrap;
|
|
34
|
-
&-wrapper {
|
|
35
|
-
margin-top: 1rem;
|
|
36
|
-
padding-right: 0;
|
|
37
|
-
width: 100%;
|
|
38
|
-
@include portrait-tablets {
|
|
39
|
-
margin-top: 0;
|
|
40
|
-
padding-right: 0.875rem;
|
|
41
|
-
width: 50%;
|
|
42
|
-
}
|
|
43
|
-
@include landscape-tablets {
|
|
44
|
-
padding-right: 0.55rem;
|
|
45
|
-
}
|
|
46
|
-
@include laptop {
|
|
47
|
-
padding-right: 0.875rem;
|
|
48
|
-
}
|
|
49
|
-
&:first-child {
|
|
50
|
-
margin-top: 0;
|
|
51
|
-
}
|
|
52
|
-
&:nth-child(2) {
|
|
53
|
-
text-align: right;
|
|
54
|
-
@media (min-width: #{$xxs}) and (max-width: #{$sm}) {
|
|
55
|
-
text-align: left;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
&:nth-child(3) {
|
|
59
|
-
margin-top: 30px;
|
|
60
|
-
}
|
|
61
|
-
&:last-child {
|
|
62
|
-
padding-right: 0;
|
|
63
|
-
}
|
|
64
|
-
span {
|
|
65
|
-
display: block;
|
|
66
|
-
&.marker {
|
|
67
|
-
display: inline-block;
|
|
68
|
-
text-indent: -0.625rem;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
&--title {
|
|
73
|
-
color: get-color(neutral, neutral-2);
|
|
74
|
-
font-size: 0.875rem;
|
|
75
|
-
line-height: 1.29;
|
|
76
|
-
@include portrait-tablets {
|
|
77
|
-
font-size: 0.65rem;
|
|
78
|
-
}
|
|
79
|
-
@include landscape-tablets {
|
|
80
|
-
font-size: 0.75rem;
|
|
81
|
-
}
|
|
82
|
-
@include laptop {
|
|
83
|
-
font-size: 0.875rem;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
&--description {
|
|
87
|
-
color: get-color(neutral);
|
|
88
|
-
font-size: 1rem;
|
|
89
|
-
font-weight: 700;
|
|
90
|
-
letter-spacing: -0.3px;
|
|
91
|
-
line-height: 1.38;
|
|
92
|
-
margin-top: 2px;
|
|
93
|
-
|
|
94
|
-
&--active {
|
|
95
|
-
color: get-color(primary);
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
&--inactive {
|
|
99
|
-
color: get-color(error);
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
@include portrait-tablets {
|
|
104
|
-
flex-direction: row;
|
|
105
|
-
}
|
|
106
|
-
}
|
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
@import '../../../globalStyles/variables.scss';
|
|
2
|
-
@import '../../../globalStyles/mediaqueries.scss';
|
|
3
|
-
|
|
4
|
-
.e-datepicker {
|
|
5
|
-
max-width: 55%;
|
|
6
|
-
width: 100%;
|
|
7
|
-
display: flex;
|
|
8
|
-
flex-flow: column-reverse;
|
|
9
|
-
margin-bottom: 2rem;
|
|
10
|
-
&__inner {
|
|
11
|
-
margin-bottom: 0.5rem;
|
|
12
|
-
}
|
|
13
|
-
&__label {
|
|
14
|
-
font-weight: bold;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
ul li {
|
|
18
|
-
margin: 0;
|
|
19
|
-
|
|
20
|
-
&::before {
|
|
21
|
-
background-color: transparent;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.react-datepicker {
|
|
26
|
-
border: 0.5px solid get-color(neutral, neutral-4);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.react-datepicker__input-container input {
|
|
30
|
-
color: get-color(neutral, main);
|
|
31
|
-
border-radius: 4px;
|
|
32
|
-
font-size: 1rem;
|
|
33
|
-
background-color: get-color(neutral, neutral-4);
|
|
34
|
-
height: 40px;
|
|
35
|
-
width: 100%;
|
|
36
|
-
padding: 0.75rem 0 0.75rem 0.75rem;
|
|
37
|
-
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48IS0tR2VuZXJhdG9yOiBza2V0Y2h0b29sIDYwICgxMDEwMTApIC0gaHR0cHM6Ly9za2V0Y2guY29tLS0+PHRpdGxlPjNEODAzNjU0LUI3NjEtNEZEQy05MThDLTc1QzUwMjdEODcyMDwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIHNrZXRjaHRvb2wuPC9kZXNjPjxkZWZzPjxwYXRoIGQ9Ik0yMiwzIEwxOSwzIEwxOSwxIEwxNywxIEwxNywzIEw3LDMgTDcsMSBMNSwxIEw1LDMgTDIsMyBMMiwyMyBMMjIsMjMgTDIyLDMgWiBNMjAsMjEgTDQsMjEgTDQsOCBMMjAsOCBMMjAsMjEgWiIgaWQ9InBhdGgtMSIvPjwvZGVmcz48ZyBpZD0iQXNzZXQtQXJ0Ym9hcmQtUGFnZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgaWQ9Imljb24vbmF2aWdhdGlvbi9leHBhbmRfbW9yZV8yNHB4LWljb24vYWN0aW9uL2NhbGVuZGFyX3RvZGF5XzI0cHgiPjxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj48dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiLz48L21hc2s+PGcgaWQ9Imljb24vYWN0aW9uL2NhbGVuZGFyX3RvZGF5XzI0cHgiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxnIGlkPSLihrMtQ29sb3ItY29sb3ItLy1JY29ucy0vLUJsYWNrLS8tSW5hY3RpdmUiIG1hc2s9InVybCgjbWFzay0yKSIgZmlsbD0iIzQzNDM0MyI+PHJlY3QgaWQ9IlJlY3RhbmdsZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+PC9nPjwvZz48L2c+PC9zdmc+);
|
|
38
|
-
background-position: 95% 50%;
|
|
39
|
-
background-repeat: no-repeat;
|
|
40
|
-
transition: box-shadow 0.3s ease;
|
|
41
|
-
box-shadow: 0 0 0 0 get-color(primary, main-light-4);
|
|
42
|
-
margin: 0.0005em;
|
|
43
|
-
border: none;
|
|
44
|
-
|
|
45
|
-
&:focus {
|
|
46
|
-
outline: none;
|
|
47
|
-
box-shadow: 0 0 0 2px get-color(primary, main-light-1);
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.react-datepicker__day {
|
|
52
|
-
font-size: 14px;
|
|
53
|
-
text-align: center;
|
|
54
|
-
border: 0.5px solid get-color(neutral, neutral-4);
|
|
55
|
-
width: 39px;
|
|
56
|
-
height: 38px;
|
|
57
|
-
border-collapse: collapse;
|
|
58
|
-
vertical-align: middle;
|
|
59
|
-
display: table-cell;
|
|
60
|
-
line-height: 1.7rem;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle::after {
|
|
64
|
-
border-bottom-color: get-color(others, white);
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.react-datepicker__day--selected {
|
|
68
|
-
background-color: get-color(primary, main-light-2);
|
|
69
|
-
border: 1px double get-color(primary, main-light-2);
|
|
70
|
-
|
|
71
|
-
&:hover {
|
|
72
|
-
background-color: get-color(primary, main-light-2);
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.react-datepicker__day--keyboard-selected {
|
|
77
|
-
background-color: inherit;
|
|
78
|
-
color: inherit;
|
|
79
|
-
|
|
80
|
-
&:hover {
|
|
81
|
-
border-radius: 0.3rem;
|
|
82
|
-
background-color: #f0f0f0;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.react-datepicker__month-container {
|
|
87
|
-
padding: 0 15px 15px;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.react-datepicker__month {
|
|
91
|
-
margin: 0;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.react-datepicker__header {
|
|
95
|
-
background-color: inherit;
|
|
96
|
-
border: none;
|
|
97
|
-
|
|
98
|
-
button {
|
|
99
|
-
border: 0.5px solid get-color(neutral, neutral-4);
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
select {
|
|
103
|
-
-webkit-appearance: menulist-button;
|
|
104
|
-
background-color: get-color(others, white);
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.react-datepicker__day-name {
|
|
109
|
-
width: 33px;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.react-datepicker__day--outside-month {
|
|
113
|
-
color: get-color(neutral, neutral-3);
|
|
114
|
-
pointer-events: none;
|
|
115
|
-
}
|
|
116
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
@import '../../../globalStyles/variables.scss';
|
|
2
|
-
@import '../../../globalStyles/mediaqueries.scss';
|
|
3
|
-
|
|
4
|
-
.disclaimer {
|
|
5
|
-
padding: 1rem;
|
|
6
|
-
|
|
7
|
-
@include laptop {
|
|
8
|
-
padding: 1rem 0;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
&__wrapper {
|
|
12
|
-
background-color: get-color(neutral, main);
|
|
13
|
-
color: get-color(neutral, neutral-4);
|
|
14
|
-
|
|
15
|
-
.standard {
|
|
16
|
-
color: get-color(neutral, neutral-4);
|
|
17
|
-
text-decoration: underline;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.grey-color {
|
|
23
|
-
color: get-color(neutral, neutral-1);
|
|
24
|
-
background-color: get-color(neutral, neutral-4);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.disclaimer__copy {
|
|
28
|
-
margin-bottom: 0.5rem;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.desktop_view {
|
|
32
|
-
display: block;
|
|
33
|
-
|
|
34
|
-
@media (min-width: #{$xxs}) and (max-width: #{$sm}) {
|
|
35
|
-
display: none;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.mobile_view {
|
|
40
|
-
display: none;
|
|
41
|
-
|
|
42
|
-
@media (min-width: #{$xxs}) and (max-width: #{$sm}) {
|
|
43
|
-
display: block;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
@import '../../../globalStyles/variables.scss';
|
|
2
|
-
@import '../../../globalStyles/mediaqueries.scss';
|
|
3
|
-
|
|
4
|
-
.disclaimer-ratafia {
|
|
5
|
-
display: flex;
|
|
6
|
-
flex-direction: column;
|
|
7
|
-
justify-content: center;
|
|
8
|
-
align-items: center;
|
|
9
|
-
align-self: stretch;
|
|
10
|
-
|
|
11
|
-
gap: 1rem;
|
|
12
|
-
|
|
13
|
-
&__text-desktop {
|
|
14
|
-
display: none;
|
|
15
|
-
@include portrait-tablets {
|
|
16
|
-
display: block;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
&__text-mobile {
|
|
21
|
-
width: 100%;
|
|
22
|
-
@include portrait-tablets {
|
|
23
|
-
display: none;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
&__text {
|
|
28
|
-
display: flex;
|
|
29
|
-
align-items: center;
|
|
30
|
-
align-self: stretch;
|
|
31
|
-
|
|
32
|
-
padding: 0.5rem;
|
|
33
|
-
gap: 0.25rem;
|
|
34
|
-
|
|
35
|
-
border-radius: 4px;
|
|
36
|
-
background: get-color(neutral, neutral-6);
|
|
37
|
-
|
|
38
|
-
@include portrait-tablets {
|
|
39
|
-
margin-bottom: 1rem;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
&__icon {
|
|
43
|
-
width: 14px;
|
|
44
|
-
margin-right: 5px;
|
|
45
|
-
}
|
|
46
|
-
&__arrow {
|
|
47
|
-
position: absolute;
|
|
48
|
-
top: 10px;
|
|
49
|
-
right: 6px;
|
|
50
|
-
fill: get-color(neutral, neutral-2);
|
|
51
|
-
svg {
|
|
52
|
-
display: block;
|
|
53
|
-
width: 16px;
|
|
54
|
-
height: 16px;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
&__text {
|
|
58
|
-
display: flex;
|
|
59
|
-
width: 100%;
|
|
60
|
-
position: relative;
|
|
61
|
-
color: get-color(neutral, neutral-2);
|
|
62
|
-
border: none;
|
|
63
|
-
padding: 8px;
|
|
64
|
-
border-radius: 4px;
|
|
65
|
-
@include portrait-tablets {
|
|
66
|
-
margin-bottom: 0;
|
|
67
|
-
padding: 0;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
&__copyright,
|
|
72
|
-
&__legal-advice {
|
|
73
|
-
display: flex;
|
|
74
|
-
justify-content: start;
|
|
75
|
-
align-items: center;
|
|
76
|
-
gap: 10px;
|
|
77
|
-
align-self: stretch;
|
|
78
|
-
|
|
79
|
-
&__text {
|
|
80
|
-
color: get-color(neutral, neutral-2);
|
|
81
|
-
a {
|
|
82
|
-
color: get-color(neutral, neutral-2);
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
&__legal-advice {
|
|
88
|
-
margin-bottom: 16px;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
&__disclaimer-fixed {
|
|
92
|
-
border-radius: 5px 5px 0 0;
|
|
93
|
-
position: fixed;
|
|
94
|
-
bottom: 0;
|
|
95
|
-
left: 0;
|
|
96
|
-
right: 0;
|
|
97
|
-
padding: 1rem 1.5rem 1.5rem 1.5rem;
|
|
98
|
-
background: get-color(others, white);
|
|
99
|
-
border-top: 1px solid get-color(neutral, neutral-5);
|
|
100
|
-
&:after {
|
|
101
|
-
content: '';
|
|
102
|
-
position: absolute;
|
|
103
|
-
top: 8px;
|
|
104
|
-
left: calc(50% - 17px);
|
|
105
|
-
border: 2px solid get-color(neutral, neutral-3);
|
|
106
|
-
border-radius: 6px;
|
|
107
|
-
width: 34px;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
&__title {
|
|
111
|
-
padding-top: 2rem;
|
|
112
|
-
font-size: 1.15rem;
|
|
113
|
-
font-weight: 700;
|
|
114
|
-
padding-bottom: 1rem;
|
|
115
|
-
border-bottom: 1px solid get-color(neutral, neutral-4);
|
|
116
|
-
color: get-color(neutral, neutral-1);
|
|
117
|
-
}
|
|
118
|
-
&__subTitle {
|
|
119
|
-
padding-top: 1.5rem;
|
|
120
|
-
font-size: 0.9rem;
|
|
121
|
-
color: get-color(neutral, neutral-2);
|
|
122
|
-
padding-bottom: 1.5rem;
|
|
123
|
-
}
|
|
124
|
-
&__text {
|
|
125
|
-
padding-bottom: 1.5rem;
|
|
126
|
-
p {
|
|
127
|
-
font-size: 12px;
|
|
128
|
-
color: get-color(neutral, neutral-2);
|
|
129
|
-
}
|
|
130
|
-
a {
|
|
131
|
-
color: get-color(neutral, neutral-2);
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
&__cta {
|
|
135
|
-
display: block;
|
|
136
|
-
width: 100%;
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
&__disclaimer-background {
|
|
141
|
-
position: fixed;
|
|
142
|
-
top: 0;
|
|
143
|
-
left: 0;
|
|
144
|
-
right: 0;
|
|
145
|
-
bottom: 0;
|
|
146
|
-
background: get-color(neutral, neutral-2);
|
|
147
|
-
opacity: 30%;
|
|
148
|
-
}
|
|
149
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
@import '../../../globalStyles/variables.scss';
|
|
2
|
-
|
|
3
|
-
.divider {
|
|
4
|
-
display: flex;
|
|
5
|
-
align-items: center;
|
|
6
|
-
margin: 1rem 0;
|
|
7
|
-
|
|
8
|
-
&__line {
|
|
9
|
-
width: 45%;
|
|
10
|
-
height: 0px;
|
|
11
|
-
border-bottom: 1px solid get-color(neutral, neutral-4);
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
&__word,
|
|
15
|
-
&__image {
|
|
16
|
-
width: fit-content;
|
|
17
|
-
text-align: center;
|
|
18
|
-
margin: 0 0.75rem;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
@import '../../../globalStyles/variables.scss';
|
|
2
|
-
@import '../../../globalStyles/mediaqueries.scss';
|
|
3
|
-
|
|
4
|
-
html[data-theme='lawdistrict'] {
|
|
5
|
-
.document-status {
|
|
6
|
-
&.--in-progress {
|
|
7
|
-
background-color: get-color(secondary, main-light-4);
|
|
8
|
-
border-color: get-color(secondary, main-dark-1);
|
|
9
|
-
color: get-color(secondary, main-dark-2);
|
|
10
|
-
|
|
11
|
-
svg {
|
|
12
|
-
g > g {
|
|
13
|
-
fill: get-color(secondary, main-dark-2);
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
&.--is-new {
|
|
19
|
-
background-color: get-color(secondary, main-dark-2);
|
|
20
|
-
border-color: get-color(secondary);
|
|
21
|
-
color: get-color(secondary, main-light-4);
|
|
22
|
-
|
|
23
|
-
.icon {
|
|
24
|
-
margin-right: 1.4rem;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.document-status {
|
|
31
|
-
font-family: $font-sans;
|
|
32
|
-
border-radius: $global-border-radius;
|
|
33
|
-
border: 1px solid;
|
|
34
|
-
display: flex;
|
|
35
|
-
flex-flow: row wrap;
|
|
36
|
-
align-items: center;
|
|
37
|
-
align-self: center;
|
|
38
|
-
padding: 0.125rem 0.5rem 0.125rem 0.25rem;
|
|
39
|
-
margin-right: 0.5rem;
|
|
40
|
-
width: 7.36rem;
|
|
41
|
-
|
|
42
|
-
@include laptop {
|
|
43
|
-
align-self: flex-start;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
@include landscape-tablets {
|
|
47
|
-
position: inherit;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
span {
|
|
51
|
-
font-weight: bold;
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.icon {
|
|
55
|
-
margin-right: 0.25rem;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
&.--is-completed {
|
|
59
|
-
background-color: get-color(primary, main-light-5);
|
|
60
|
-
border-color: get-color(primary, main-light-3);
|
|
61
|
-
color: get-color(primary);
|
|
62
|
-
|
|
63
|
-
svg {
|
|
64
|
-
path {
|
|
65
|
-
fill: get-color(primary);
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
&.--in-progress {
|
|
71
|
-
background-color: get-color(neutral, neutral-5);
|
|
72
|
-
border-color: get-color(neutral, neutral-3);
|
|
73
|
-
color: get-color(neutral, neutral-1);
|
|
74
|
-
|
|
75
|
-
svg {
|
|
76
|
-
g > g {
|
|
77
|
-
fill: get-color(neutral, neutral-1);
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
&.--is-new {
|
|
83
|
-
background-color: get-color(primary, main-light-1);
|
|
84
|
-
border-color: get-color(primary);
|
|
85
|
-
color: get-color(secondary, main-light-4);
|
|
86
|
-
|
|
87
|
-
.icon {
|
|
88
|
-
margin-right: 1.4rem;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
@import '../../../globalStyles/variables.scss';
|
|
2
|
-
|
|
3
|
-
.document-tag {
|
|
4
|
-
background: get-color(others, white);
|
|
5
|
-
border: 1px solid get-color(neutral, neutral-4);
|
|
6
|
-
border-radius: $global-border-radius;
|
|
7
|
-
color: get-color(neutral, neutral-2);
|
|
8
|
-
font-size: 0.875rem;
|
|
9
|
-
letter-spacing: -0.3px;
|
|
10
|
-
line-height: 1.15rem;
|
|
11
|
-
padding: 4px 8px;
|
|
12
|
-
white-space: nowrap;
|
|
13
|
-
}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
@import '../../../globalStyles/variables.scss';
|
|
2
|
-
@import '../../../globalStyles/mediaqueries.scss';
|
|
3
|
-
|
|
4
|
-
.expert-card {
|
|
5
|
-
display: flex;
|
|
6
|
-
align-items: center;
|
|
7
|
-
justify-content: center;
|
|
8
|
-
margin-top: 10rem;
|
|
9
|
-
|
|
10
|
-
&:first-child {
|
|
11
|
-
margin-top: 5rem;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
@include landscape-tablets {
|
|
15
|
-
margin-top: 5rem;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
&__box {
|
|
19
|
-
background-color: white;
|
|
20
|
-
border-radius: 0.3rem;
|
|
21
|
-
box-shadow: $box-shadow-container;
|
|
22
|
-
padding: 7rem 2rem 0 2rem;
|
|
23
|
-
min-height: 13rem;
|
|
24
|
-
display: flex;
|
|
25
|
-
flex-direction: column;
|
|
26
|
-
align-items: center;
|
|
27
|
-
justify-content: flex-start;
|
|
28
|
-
width: 17.625rem;
|
|
29
|
-
margin-left: 0;
|
|
30
|
-
|
|
31
|
-
@include landscape-tablets {
|
|
32
|
-
margin-left: 2rem;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
&__image {
|
|
37
|
-
position: absolute;
|
|
38
|
-
transform: translateY(-115%);
|
|
39
|
-
|
|
40
|
-
img {
|
|
41
|
-
border-radius: 100%;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
&__title {
|
|
46
|
-
font-family: $font-sans;
|
|
47
|
-
font-size: 18px;
|
|
48
|
-
font-weight: 700;
|
|
49
|
-
line-height: 24px;
|
|
50
|
-
letter-spacing: -0.3px;
|
|
51
|
-
text-align: center;
|
|
52
|
-
width: 75%;
|
|
53
|
-
text-decoration: none;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
&__description {
|
|
57
|
-
font-family: $font-sans;
|
|
58
|
-
font-size: 16px;
|
|
59
|
-
font-weight: 400;
|
|
60
|
-
line-height: 22px;
|
|
61
|
-
letter-spacing: -0.3px;
|
|
62
|
-
text-align: center;
|
|
63
|
-
width: 75%;
|
|
64
|
-
}
|
|
65
|
-
}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
@import '../../../globalStyles/variables.scss';
|
|
2
|
-
|
|
3
|
-
.feature-ratafia-card__wrapper {
|
|
4
|
-
display: flex;
|
|
5
|
-
flex-direction: column;
|
|
6
|
-
align-items: flex-start;
|
|
7
|
-
align-self: stretch;
|
|
8
|
-
|
|
9
|
-
gap: 1rem;
|
|
10
|
-
padding: 1.5rem;
|
|
11
|
-
|
|
12
|
-
border-radius: 4px;
|
|
13
|
-
background: get-color(neutral, neutral-6);
|
|
14
|
-
|
|
15
|
-
&__header {
|
|
16
|
-
display: flex;
|
|
17
|
-
justify-content: space-between;
|
|
18
|
-
align-items: center;
|
|
19
|
-
align-self: stretch;
|
|
20
|
-
|
|
21
|
-
&__title {
|
|
22
|
-
display: flex;
|
|
23
|
-
align-items: center;
|
|
24
|
-
padding: 0.5rem 1rem;
|
|
25
|
-
gap: 0.5rem;
|
|
26
|
-
|
|
27
|
-
border-radius: 4px;
|
|
28
|
-
background: get-color(primary, main-dark-1);
|
|
29
|
-
|
|
30
|
-
&__icon {
|
|
31
|
-
img {
|
|
32
|
-
width: 24px;
|
|
33
|
-
height: 24px;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
&__text {
|
|
37
|
-
color: get-color(others, white);
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
&__description {
|
|
43
|
-
color: get-color(neutral, neutral-1);
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.feature-ratafia-card-not-released {
|
|
48
|
-
.feature-ratafia-card__wrapper {
|
|
49
|
-
&__header {
|
|
50
|
-
&__title {
|
|
51
|
-
opacity: 0.5;
|
|
52
|
-
background: get-color(others, white);
|
|
53
|
-
|
|
54
|
-
&__text {
|
|
55
|
-
color: get-color(primary, main-dark-1);
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
&__not-released {
|
|
59
|
-
display: flex;
|
|
60
|
-
align-items: center;
|
|
61
|
-
|
|
62
|
-
padding: 0.25rem;
|
|
63
|
-
gap: 0.25rem;
|
|
64
|
-
|
|
65
|
-
border-radius: 4px;
|
|
66
|
-
background: get-color(neutral, neutral-4);
|
|
67
|
-
|
|
68
|
-
color: get-color(primary, main-dark-1);
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
&__description {
|
|
72
|
-
opacity: 0.5;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.feature-ratafia-card {
|
|
78
|
-
width: 100%;
|
|
79
|
-
}
|