From 29e18f602cc2bfd4a9d45ee43202ef2581155c1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Rialland?= Date: Thu, 31 Mar 2022 12:14:11 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20d'une=20description=20pour=20PdE=20sur?= =?UTF-8?q?=20la=20page=20g=C3=A9rer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/source/design-system/typography/list.tsx | 5 +- site/source/pages/Gerer/Home.tsx | 73 ++++++++++++++++--- 2 files changed, 66 insertions(+), 12 deletions(-) diff --git a/site/source/design-system/typography/list.tsx b/site/source/design-system/typography/list.tsx index 169ffe0f7..4fc67d0c1 100644 --- a/site/source/design-system/typography/list.tsx +++ b/site/source/design-system/typography/list.tsx @@ -11,8 +11,7 @@ export const Ul = styled.ul` font-size: 1rem; line-height: 1.5rem; list-style: none; - position: relative; - padding-left: ${({ theme }) => theme.spacings.lg}; + padding: 0; ${({ size = 'MD' }) => size === 'XS' ? css` @@ -27,6 +26,8 @@ export const Ul = styled.ul` `} ${Li} { + position: relative; + padding-left: ${({ theme }) => theme.spacings.lg}; margin-bottom: ${({ theme }) => theme.spacings.xs}; &::before { content: '●'; diff --git a/site/source/pages/Gerer/Home.tsx b/site/source/pages/Gerer/Home.tsx index 15f645cf4..ebbdf37e9 100644 --- a/site/source/pages/Gerer/Home.tsx +++ b/site/source/pages/Gerer/Home.tsx @@ -1,7 +1,6 @@ import { DottedName } from '@/../../modele-social' import { CompanyDetails } from '@/components/company/Details' import RuleInput from '@/components/conversation/RuleInput' -import SeeAnswersButton from '@/components/conversation/SeeAnswersButton' import { WhenApplicable, WhenNotApplicable } from '@/components/EngineValue' import PageHeader from '@/components/PageHeader' import { PlacesDesEntreprisesButton } from '@/components/PlaceDesEntreprises' @@ -11,7 +10,9 @@ import { SitePathsContext } from '@/components/utils/SitePathsContext' import useSimulationConfig from '@/components/utils/useSimulationConfig' import { Message } from '@/design-system' import { Container, Spacing } from '@/design-system/layout' -import { H2, H3, H4 } from '@/design-system/typography/heading' +import { Strong } from '@/design-system/typography' +import { H2, H4 } from '@/design-system/typography/heading' +import { Li, Ul } from '@/design-system/typography/list' import { Body, Intro } from '@/design-system/typography/paragraphs' import { useQuestionList } from '@/hooks/useQuestionList' import { evaluateQuestion } from '@/utils' @@ -205,6 +206,66 @@ export default function Gérer() { )} + +

+ Échanger avec le conseiller qui peut vous aider selon votre + problématique +

+ + Vous souhaitez : + + + recruter, former vos salariés + + + financer vos projets d'investissement + + + résoudre un problème de trésorerie + + + être conseillé(e) en droit du travail + + + développer votre activité commerciale + + + vendre sur internet + + + vendre ou reprendre une entreprise + + + améliorer la santé et sécurité au travail + + + entrer dans une démarche de transition écologique & RSE + + + + + + Service public simple et rapide : vous êtes rappelé(e) par LE + conseiller qui peut vous aider. + + + + Plus de 40 partenaires publics sont mobilisés pour vous accompagner en + fonction de votre problématique. +
+ Le conseiller compétent proche de chez vous vous rappelle sous 5 + jours. + +
+ + + } + /> +

Ressources utiles

@@ -231,14 +292,6 @@ export default function Gérer() { - - - } - /> ) }