From 24c1cde9c61ab368fe10aa660f7c7120cf66b6a9 Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Tue, 18 Feb 2014 11:43:14 +0000 Subject: [PATCH] Update _forms.scss --- css/_forms.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/_forms.scss b/css/_forms.scss index 1c2e3fc..7db5298 100755 --- a/css/_forms.scss +++ b/css/_forms.scss @@ -6,7 +6,7 @@ textarea { color: $base-colour; display: inline-block; font: inherit; - line-height: $base-margin-bottom * 1px; + line-height: $base-margin-bottom; padding: ($base-margin-bottom / 4) ($base-margin-bottom / 2); width: 208px; } @@ -19,11 +19,11 @@ input[type="radio"] { } textarea { - min-height: ($base-margin-bottom * 4) * 1px; + min-height: ($base-margin-bottom * 4); } .form__group { - margin-bottom: $base-margin-bottom * 1px; + margin-bottom: $base-margin-bottom; } .form__label { @@ -44,4 +44,4 @@ textarea { line-height: ($base-margin-bottom * 2) * 1px; padding: 0 $base-margin-bottom; width: auto; -} \ No newline at end of file +}