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=text],
|
||||||
input[type=email],
|
input[type=email],
|
||||||
input[type=password] {
|
input[type=password],
|
||||||
|
textarea {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
%form.form
|
%form.form
|
||||||
%label Nom
|
%label Nom
|
||||||
%input{ type: "text" }
|
%input{ type: "text" }
|
||||||
%input{ type: "text", placeholder: "Prénom: Ivan" }
|
%textarea{ placeholder: "Description de votre projet" }
|
||||||
%label Mot de passe
|
%label Mot de passe
|
||||||
%input{ type: "password", value: "12345678" }
|
%input{ type: "password", value: "12345678" }
|
||||||
%input.button{ type: "submit", value: "Envoyer" }
|
%input.button{ type: "submit", value: "Envoyer" }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue