style(demande): usager profile with document layout instead of columns

This commit is contained in:
Colin Darie 2023-07-06 09:41:28 +02:00
parent e90093cc69
commit d00957cf99
3 changed files with 22 additions and 16 deletions

View file

@ -2,9 +2,9 @@
- content_for(:notice_info) do
= render partial: "shared/dossiers/france_connect_informations_notice", locals: { user_information: dossier.france_connect_information }
.fr-container.counter-start-header-section.dossier-show
.fr-container.counter-start-header-section.dossier-show{ class: class_names("dossier-show-instructeur" => profile =="instructeur") }
.fr-grid-row.fr-grid-row--center
.fr-col-12
.fr-col-12{ class: class_names("fr-col-xl-10" => profile == "usager") }
%h2.fr-h6.fr-background-alt--grey.fr-mb-0
.flex-grow.fr-py-3v.fr-px-2w= t('views.shared.dossiers.demande.en_construction')