give floating labels correct spacing

This commit is contained in:
Matthias Kretschmann 2015-12-21 14:17:28 +01:00
parent 08dc78bb06
commit 8a55aed152
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
&:invalid:not(.is-empty) ~ .form-label,
&.parsley-error ~ .form-label,
&.parsley-success ~ .form-label {
transform: translate3d(0, -($spacer), 0) scale(.75);
transform: translate3d(0, -($spacer + $input-padding-x), 0) scale(.75);
transform-origin: left top;
}
}