Skip to content

Commit

Permalink
Merge pull request #1147 from SocialGouv/feat/us-1982-divers-modifica…
Browse files Browse the repository at this point in the history
…tion-de-balise

feat(us-1982): divers-modification-de-balise
  • Loading branch information
octo-theg authored Dec 4, 2023
2 parents 0e053fb + 238009d commit 73d71b9
Showing 1 changed file with 11 additions and 23 deletions.
34 changes: 11 additions & 23 deletions components/jeune/IndicationRechercheDossier.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,21 @@ type IndicationRechercheDossierProps = {}

function IndicationRechercheDossier({}: IndicationRechercheDossierProps) {
return (
<ol className='inline-flex flex-wrap justify-between max-w-2xl bg-primary_lighten mb-6 p-3 rounded-base'>
<li className='text-s-regular' style={{ flex: '0 0 136px' }}>
<Indication1 focusable='false' aria-hidden='true' className='mb-2' />

<span className='w-full text-center block'>1.</span>
<span className='text-center block'>
Ouvrez le dossier du jeune dans i-milo
</span>
<ol className='inline-flex flex-wrap justify-between max-w-2xl bg-primary_lighten mb-6 p-3 rounded-base list-decimal list-inside marker:font-bold'>
<li className='text-s-regular text-center' style={{ flex: '0 0 136px' }}>
<Indication1 focusable='false' aria-hidden='true' className='my-2' />
Ouvrez le dossier du jeune dans i-milo
</li>

<li className='text-s-regular' style={{ flex: '0 0 136px' }}>
<Indication2 focusable='false' aria-hidden='true' className='mb-2' />

<span className='w-full text-center block'>2.</span>
<span className='text-center block'>
Le numéro de dossier à saisir se situe dans l&apos;adresse du
navigateur
</span>
<li className='text-s-regular text-center' style={{ flex: '0 0 136px' }}>
<Indication2 focusable='false' aria-hidden='true' className='my-2' />
Le numéro de dossier à saisir se situe dans l’adresse du navigateur
</li>

<li className='text-s-regular' style={{ flex: '0 0 260px' }}>
<Indication3 focusable='false' aria-hidden='true' className='mb-2' />

<span className='w-full text-center block'>3.</span>
<span className='text-center block mx-2'>
Sélectionnez-le pour le copier et collez-le ici
</span>
<li className='text-s-regular text-center' style={{ flex: '0 0 260px' }}>
<Indication3 focusable='false' aria-hidden='true' className='my-2' />
Copiez le numéro de dossier depuis la barre d’adresse puis collez-le
dans le champ &quot;Numéro de dossier&quot;.
</li>
</ol>
)
Expand Down

0 comments on commit 73d71b9

Please sign in to comment.