]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
derive pre- and postfix height from input 4655/head
authorMartin Westin <martin@eimermusic.com>
Wed, 12 Mar 2014 14:09:18 +0000 (15:09 +0100)
committerMartin Westin <martin@eimermusic.com>
Wed, 12 Mar 2014 14:09:18 +0000 (15:09 +0100)
scss/foundation/components/_forms.scss

index ce52125856cadefba91f38474a2727affe0aabf3..4757ec097c0a3099e9add7b517a61124dad27219 100644 (file)
@@ -179,8 +179,8 @@ $select-hover-bg-color: scale-color($select-bg-color, $lightness: -3%) !default;
   border-width: $input-prefix-border-size;
   overflow: $input-prefix-overflow;
   font-size: $form-label-font-size;
-  height: ($form-label-font-size + ($form-spacing * 1.5) - rem-calc(1));
-  line-height: ($form-label-font-size + ($form-spacing * 1.5) - rem-calc(1));
+  height: ($input-font-size + ($form-spacing * 1.5) - rem-calc(1));
+  line-height: ($input-font-size + ($form-spacing * 1.5) - rem-calc(1));
 }
 
 // @MIXIN