Form: add send button on the right
This commit is contained in:
parent
0d27ca3bca
commit
877f64599d
3 changed files with 8 additions and 10 deletions
|
@ -34,13 +34,4 @@
|
||||||
.date {
|
.date {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.send {
|
|
||||||
float: right;
|
|
||||||
margin-bottom: $default-padding;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
@import "colors";
|
@import "colors";
|
||||||
|
|
||||||
.form {
|
.form {
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
@ -27,4 +29,9 @@
|
||||||
background-color: $border-grey;
|
background-color: $border-grey;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.send {
|
||||||
|
float: right;
|
||||||
|
margin-bottom: $default-padding;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
%textarea{ placeholder: "Description de votre projet" }
|
%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.send{ type: "submit", value: "Envoyer" }
|
||||||
|
|
||||||
%h1 Boutons
|
%h1 Boutons
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue