Form: remove form overflow to improve box shadow on input error

This commit is contained in:
Simon Lehericey 2017-07-26 12:41:58 +02:00 committed by Mathieu Magnin
parent 2fd486c1a3
commit 80023e4f7f
3 changed files with 11 additions and 8 deletions

View file

@ -2,8 +2,6 @@
@import "colors";
.form {
overflow: hidden;
h1 {
text-align: center;
margin-bottom: 20px;
@ -147,8 +145,11 @@
margin-bottom: 2 * $default-padding;
}
.send {
float: right;
margin-bottom: $default-padding;
.send-wrapper {
text-align: right;
.send {
margin-bottom: $default-padding;
}
}
}