Form: add send button on the right

This commit is contained in:
Simon Lehericey 2017-07-24 09:46:13 +02:00 committed by Mathieu Magnin
parent 0d27ca3bca
commit 877f64599d
3 changed files with 8 additions and 10 deletions

View file

@ -34,13 +34,4 @@
.date {
float: right;
}
form {
overflow: hidden;
}
.send {
float: right;
margin-bottom: $default-padding;
}
}

View file

@ -2,6 +2,8 @@
@import "colors";
.form {
overflow: hidden;
h1 {
text-align: center;
margin-bottom: 20px;
@ -27,4 +29,9 @@
background-color: $border-grey;
}
}
.send {
float: right;
margin-bottom: $default-padding;
}
}

View file

@ -8,7 +8,7 @@
%textarea{ placeholder: "Description de votre projet" }
%label Mot de passe
%input{ type: "password", value: "12345678" }
%input.button{ type: "submit", value: "Envoyer" }
%input.button.send{ type: "submit", value: "Envoyer" }
%h1 Boutons