commit
1116aaa9f7
2 changed files with 1 additions and 7 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue