NewDesign Form: apply design to textarea
This commit is contained in:
parent
9753da8fdd
commit
2a8b8d4a01
2 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
%form.form
|
||||
%label Nom
|
||||
%input{ type: "text" }
|
||||
%input{ type: "text", placeholder: "Prénom: Ivan" }
|
||||
%textarea{ placeholder: "Description de votre projet" }
|
||||
%label Mot de passe
|
||||
%input{ type: "password", value: "12345678" }
|
||||
%input.button{ type: "submit", value: "Envoyer" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue