Merge pull request #2137 from betagouv/dev

MEP 2018-06-21-02
This commit is contained in:
Mathieu Magnin 2018-06-21 15:38:52 +02:00 committed by GitHub
commit 1116aaa9f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

View file

@ -23,12 +23,6 @@ h1 {
font-weight: bold; font-weight: bold;
} }
h2 {
font-size: 30px;
margin-bottom: 15px;
border-bottom: 1px solid $border-grey;
}
strong { strong {
font-weight: bold; font-weight: bold;
} }

View file

@ -16,7 +16,7 @@
= f.select :type_organisme, Service.type_organismes.keys.map { |key| [ I18n.t("type_organisme.#{key}"), key] } = 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. %p.explication Ces informations seront visibles par les utilisateurs du formulaire.