diff --git a/app/assets/stylesheets/procedure_context.scss b/app/assets/stylesheets/procedure_context.scss index 6033fce0d..c2207c272 100644 --- a/app/assets/stylesheets/procedure_context.scss +++ b/app/assets/stylesheets/procedure_context.scss @@ -56,14 +56,6 @@ $procedure-context-breakpoint: $two-columns-breakpoint; } } -.no-procedure-presentation { - margin-bottom: 1.6rem; - - p { - margin: 0; - } -} - .procedure-context-content { @media (max-width: $procedure-context-breakpoint) { input[type=submit] { diff --git a/app/views/layouts/commencer/_no_procedure.html.haml b/app/views/layouts/commencer/_no_procedure.html.haml index 389dd7a9a..464ced550 100644 --- a/app/views/layouts/commencer/_no_procedure.html.haml +++ b/app/views/layouts/commencer/_no_procedure.html.haml @@ -1,8 +1,6 @@ -.no-procedure - = image_tag "landing/hero/dematerialiser.svg", class: "paperless-logo fr-mb-1v", alt: "" - .baseline.center - .no-procedure-presentation - %p.fr-m-6v= t('.text') - %hr - %p.small-simple= t('.are_you_new', app_name: Current.application_name) - = link_to t('views.users.sessions.new.find_procedure'), t("links.common.faq.comment_trouver_ma_demarche_url"), title: new_tab_suffix(t('views.users.sessions.new.find_procedure')), class: "fr-btn fr-btn--secondary" +.center + = image_tag "landing/hero/dematerialiser.svg", class: "fr-mb-1v", alt: "" + %p.fr-m-6v= t('.text') + %hr + %p= t('.are_you_new', app_name: Current.application_name) + = link_to t('views.users.sessions.new.find_procedure'), t("links.common.faq.comment_trouver_ma_demarche_url"), title: new_tab_suffix(t('views.users.sessions.new.find_procedure')), class: "fr-btn fr-btn--secondary"