Update _forms.scss

This commit is contained in:
Mike Francis 2014-02-18 11:43:14 +00:00
parent adc70d7e79
commit 24c1cde9c6
1 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ textarea {
color: $base-colour; color: $base-colour;
display: inline-block; display: inline-block;
font: inherit; font: inherit;
line-height: $base-margin-bottom * 1px; line-height: $base-margin-bottom;
padding: ($base-margin-bottom / 4) ($base-margin-bottom / 2); padding: ($base-margin-bottom / 4) ($base-margin-bottom / 2);
width: 208px; width: 208px;
} }
@ -19,11 +19,11 @@ input[type="radio"] {
} }
textarea { textarea {
min-height: ($base-margin-bottom * 4) * 1px; min-height: ($base-margin-bottom * 4);
} }
.form__group { .form__group {
margin-bottom: $base-margin-bottom * 1px; margin-bottom: $base-margin-bottom;
} }
.form__label { .form__label {
@ -44,4 +44,4 @@ textarea {
line-height: ($base-margin-bottom * 2) * 1px; line-height: ($base-margin-bottom * 2) * 1px;
padding: 0 $base-margin-bottom; padding: 0 $base-margin-bottom;
width: auto; width: auto;
} }