Use default-spacer in forms
This commit is contained in:
parent
dfe36ceef7
commit
9731683b43
1 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue