2017-06-14 14:42:09 +02:00
|
|
|
.patron
|
|
|
|
%h1 Patron
|
|
|
|
|
2017-06-14 17:39:46 +02:00
|
|
|
%h2 Formulaires
|
|
|
|
|
|
|
|
%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" }
|
2017-06-13 17:46:08 +02:00
|
|
|
%input.button{ type: "submit", value: "Envoyer" }
|
2017-06-14 17:39:46 +02:00
|
|
|
|
2017-06-14 14:42:09 +02:00
|
|
|
%h2 Boutons
|
|
|
|
|
|
|
|
%p
|
|
|
|
= link_to ".button", "#", class: "button"
|
|
|
|
|
|
|
|
= link_to ".button.primary", "#", class: "button primary"
|
|
|
|
|
|
|
|
= link_to ".button.large", "#", class: "button large"
|
|
|
|
|
|
|
|
= link_to ".button.large.primary", "#", class: "button large primary"
|
2017-06-14 14:57:30 +02:00
|
|
|
|
|
|
|
%p
|
|
|
|
= link_to ".button.primary.expand", "#", class: "button primary expand"
|