form: increase spacing between fields
This commit is contained in:
parent
58b4c2e53b
commit
00b1eaff41
2 changed files with 11 additions and 3 deletions
|
@ -3,7 +3,7 @@ $small-page-width: 840px;
|
||||||
|
|
||||||
$default-spacer: 8px;
|
$default-spacer: 8px;
|
||||||
$default-padding: 2 * $default-spacer;
|
$default-padding: 2 * $default-spacer;
|
||||||
$default-fields-spacer: 4 * $default-spacer;
|
$default-fields-spacer: 5 * $default-spacer;
|
||||||
|
|
||||||
// layouts
|
// layouts
|
||||||
$two-columns-padding: 60px;
|
$two-columns-padding: 60px;
|
||||||
|
|
|
@ -86,6 +86,14 @@
|
||||||
left: 0px;
|
left: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// When the (eventual) notice is displayed after the input, give it some bottom margin
|
||||||
|
&.editable-champ-checkbox,
|
||||||
|
&.editable-champ-engagement {
|
||||||
|
.notice {
|
||||||
|
margin-bottom: $default-fields-spacer;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.radios {
|
.radios {
|
||||||
|
@ -307,7 +315,7 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: $blue;
|
color: $blue;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
margin-bottom: $default-fields-spacer;
|
margin-bottom: 3 * $default-padding;
|
||||||
border-bottom: 3px solid $blue;
|
border-bottom: 3px solid $blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -318,7 +326,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.explication {
|
.explication {
|
||||||
margin-bottom: $default-padding;
|
margin-bottom: $default-fields-spacer;
|
||||||
padding: $default-padding / 2;
|
padding: $default-padding / 2;
|
||||||
background-color: $light-grey;
|
background-color: $light-grey;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue