From 3058c4350f2499124880cbfff3e0a8599fabd94b Mon Sep 17 00:00:00 2001 From: Mathieu Magnin Date: Thu, 21 Jun 2018 14:12:44 +0200 Subject: [PATCH] Fix design --- app/assets/stylesheets/new_design/common.scss | 6 ------ app/views/new_administrateur/services/_form.html.haml | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/app/assets/stylesheets/new_design/common.scss b/app/assets/stylesheets/new_design/common.scss index bc18e7ff0..c68d0181e 100644 --- a/app/assets/stylesheets/new_design/common.scss +++ b/app/assets/stylesheets/new_design/common.scss @@ -23,12 +23,6 @@ h1 { font-weight: bold; } -h2 { - font-size: 30px; - margin-bottom: 15px; - border-bottom: 1px solid $border-grey; -} - strong { font-weight: bold; } diff --git a/app/views/new_administrateur/services/_form.html.haml b/app/views/new_administrateur/services/_form.html.haml index 3b03240cf..80f50a57e 100644 --- a/app/views/new_administrateur/services/_form.html.haml +++ b/app/views/new_administrateur/services/_form.html.haml @@ -16,7 +16,7 @@ = f.select :type_organisme, Service.type_organismes.keys.map { |key| [ I18n.t("type_organisme.#{key}"), key] } - %h2 Informations de contact + %h2.header-section Informations de contact %p.explication Ces informations seront visibles par les utilisateurs du formulaire.