From 1c5b1c0030f69893ed9353804b35a689bf0be18b Mon Sep 17 00:00:00 2001 From: kreushed Date: Fri, 14 Jan 2022 14:55:28 +0100 Subject: [PATCH] Mise a jour du volet gauche de la page session new --- app/assets/stylesheets/procedure_context.scss | 6 ++++++ app/views/layouts/commencer/_no_procedure.html.haml | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/app/assets/stylesheets/procedure_context.scss b/app/assets/stylesheets/procedure_context.scss index 5cc67ad4d..24f600222 100644 --- a/app/assets/stylesheets/procedure_context.scss +++ b/app/assets/stylesheets/procedure_context.scss @@ -22,6 +22,12 @@ $procedure-description-line-height: 22px; font-weight: bold; } + .small-simple { + font-size: 16px; + color: $blue-france-500; + font-weight: bold; + } + .close-procedure { font-size: 12px; } diff --git a/app/views/layouts/commencer/_no_procedure.html.haml b/app/views/layouts/commencer/_no_procedure.html.haml index 50037d4ad..d8be7b199 100644 --- a/app/views/layouts/commencer/_no_procedure.html.haml +++ b/app/views/layouts/commencer/_no_procedure.html.haml @@ -7,3 +7,8 @@ = t('.line2') %br = t('.line3') + %hr + %span.small-simple= t('.are_you_new', app_name: APPLICATION_NAME.gsub("-","‑")).html_safe + %br + %br + = link_to t('views.users.sessions.new.find_procedure'), COMMENT_TROUVER_MA_DEMARCHE_URL, target: "_blank", class: "button expend secondary"