commit
a5aac76140
2 changed files with 18 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue