diff --git a/app/assets/stylesheets/new_design/common.scss b/app/assets/stylesheets/new_design/common.scss index e98f7270c..36f4fff39 100644 --- a/app/assets/stylesheets/new_design/common.scss +++ b/app/assets/stylesheets/new_design/common.scss @@ -23,6 +23,12 @@ h1 { font-weight: bold; } +h2 { + font-size: 30px; + margin-bottom: 15px; + border-bottom: 1px solid $border-grey; +} + a { color: $blue; } diff --git a/app/views/new_administrateur/services/_form.html.haml b/app/views/new_administrateur/services/_form.html.haml index 6654678a9..3b03240cf 100644 --- a/app/views/new_administrateur/services/_form.html.haml +++ b/app/views/new_administrateur/services/_form.html.haml @@ -16,6 +16,10 @@ = f.select :type_organisme, Service.type_organismes.keys.map { |key| [ I18n.t("type_organisme.#{key}"), key] } + %h2 Informations de contact + + %p.explication Ces informations seront visibles par les utilisateurs du formulaire. + = f.label :email do Courriel %span.mandatory *