(css) Fix pseudo-input label size

This commit is contained in:
Francis Lachapelle
2016-06-14 11:39:51 -04:00
parent 35c0436bf6
commit d9f499ff52
3 changed files with 6 additions and 5 deletions
@@ -37,8 +37,9 @@
margin-top: $mg;
color: $colorGray;
font-weight: $sg-font-regular;
font-size: sg-size(caption);
line-height: $sg-line-height-1;
transform: scale($input-label-float-scale);
@include rtl(transform-origin, left top, right top);
}
.pseudo-input-label--no-margin,