NewDesign Form: apply design to textarea
This commit is contained in:
parent
9753da8fdd
commit
2a8b8d4a01
2 changed files with 3 additions and 2 deletions
|
@ -18,7 +18,8 @@
|
|||
|
||||
input[type=text],
|
||||
input[type=email],
|
||||
input[type=password] {
|
||||
input[type=password],
|
||||
textarea {
|
||||
display: block;
|
||||
width: 100%;
|
||||
border-radius: 4px;
|
||||
|
|
|
@ -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…
Reference in a new issue