demarches-normaliennes/app/views/root/patron.html.haml

40 lines
960 B
Text
Raw Normal View History

2017-06-14 14:42:09 +02:00
.patron
2017-06-20 11:13:24 +02:00
.patron-container
%h1 Patron
2017-06-14 14:42:09 +02:00
2017-06-20 11:13:24 +02:00
%h2 Formulaires
2017-06-14 17:39:46 +02:00
2017-06-20 11:13:24 +02:00
%form.form
%label Nom
%input{ type: "text" }
%label Prénom
%input{ type: "text", placeholder: "ex : Ivan" }
%label Mot de passe
%input{ type: "password", value: "12345678" }
%input.button{ type: "submit", value: "Envoyer" }
2017-06-14 17:39:46 +02:00
2017-06-20 11:13:24 +02:00
%h2 Boutons
2017-06-14 14:42:09 +02:00
2017-06-20 11:13:24 +02:00
%p
= link_to ".button", "#", class: "button"
2017-06-14 14:42:09 +02:00
2017-06-20 11:13:24 +02:00
= link_to ".button.primary", "#", class: "button primary"
2017-06-14 14:42:09 +02:00
2017-06-26 11:40:28 +02:00
= link_to ".button.secondary", "#", class: "button secondary"
2017-06-20 11:13:24 +02:00
= link_to ".button.large", "#", class: "button large"
2017-06-14 14:42:09 +02:00
2017-06-20 11:13:24 +02:00
= link_to ".button.large.primary", "#", class: "button large primary"
2017-06-14 14:57:30 +02:00
2017-06-20 11:13:24 +02:00
%p
= link_to ".button.primary.expand", "#", class: "button primary expand"
%h2 Layout deux colonnes
.two-columns
.columns-container
.column
Insérer ici le contenu de la colonne 1
.column
Insérer ici le contenu de la colonne 2