Merge pull request #2658 from betagouv/demande-rework

Demande rework
This commit is contained in:
gregoirenovel 2018-09-23 22:23:07 +02:00 committed by GitHub
commit a5aac76140
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 1 deletions

View file

@ -1,7 +1,9 @@
@import "colors";
@import "constants";
.demande {
padding-bottom: $default-padding;
padding-top: 3 * $default-padding;
padding-bottom: 3 * $default-padding;
h1 {
margin-bottom: $default-padding;
@ -14,4 +16,12 @@
b {
font-weight: bold;
}
hr {
border: none;
height: 1px;
background-color: $grey;
margin-top: 2 * $default-padding;
margin-bottom: 2 * $default-padding;
}
}

View file

@ -1,3 +1,8 @@
- content_for(:title, 'Demande de compte administrateur')
- content_for :footer do
= render partial: "root/footer"
.container.demande
%h1 Demande de compte administrateur
@ -5,6 +10,8 @@
%p.intro Pour obtenir un compte administrateur sur demarches-simplifiees.fr, veuillez remplir le formulaire ci-dessous et un membre de notre équipe vous contactera dès que possible.
%p.intro Tous les champs sont obligatoires.
%hr
= form_tag({ controller: 'demandes', action: 'create' }, class: 'form') do
= label_tag :organization_name do