Skip to content

Commit

Permalink
rebuild - line-height fix for inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanDH committed Jun 12, 2015
1 parent c410905 commit f7f021f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
Binary file modified dist/fonts/fc-icons.eot
Binary file not shown.
Binary file modified dist/fonts/fc-icons.ttf
Binary file not shown.
Binary file modified dist/fonts/fc-icons.woff
Binary file not shown.
2 changes: 2 additions & 0 deletions dist/sass/general/forms-v2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@
%inputStyle {
@include font(0, false);
min-height: rem(2.5);
line-height: rem(2.5);
display: block;
width: 100%;
background: $formInputBackgroundMain;
Expand Down Expand Up @@ -236,6 +237,7 @@
textarea {
@extend %inputStyleInline;
padding: rem(1 1);
line-height: normal;
}

%select {
Expand Down
4 changes: 3 additions & 1 deletion dist/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1582,6 +1582,7 @@ form h3 {
/* FONT VARIANT */
/* FONT Family */
min-height: 40px;
line-height: 40px;
display: block;
width: 100%;
background: white;
Expand All @@ -1600,7 +1601,8 @@ form h3 {
-webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2); }
.form-default textarea {
padding: 16px 16px; }
padding: 16px 16px;
line-height: normal; }
.form-default .select, .form-default .select--inline {
position: relative;
height: 40px; }
Expand Down

0 comments on commit f7f021f

Please sign in to comment.