Use default-spacer in forms

This commit is contained in:
Mathieu Magnin 2017-07-20 10:25:32 +02:00
parent dfe36ceef7
commit 9731683b43

View file

@ -1,3 +1,4 @@
@import "constants";
@import "colors";
.form {
@ -7,7 +8,7 @@
}
label {
margin-bottom: 8px;
margin-bottom: $default-spacer;
display: inline-block;
}
@ -19,8 +20,8 @@
width: 100%;
border-radius: 4px;
border: solid 1px $border-grey;
margin-bottom: 24px;
padding: 16px;
margin-bottom: 4 * $default-spacer;
padding: $default-padding;
&:disabled {
background-color: $border-grey;