feat(gf-form): add support for small input fields

This commit is contained in:
bergquist 2016-06-25 23:30:51 +02:00
parent 92835f0a04
commit 88e208bddf

View File

@ -102,6 +102,11 @@ $gf-form-margin: 0.25rem;
display: none;
}
&.gf-input-small {
padding: $input-padding-y/3 $input-padding-x/3;
font-size: $font-size-xs;
}
// Customize the `:focus` state to imitate native WebKit styles.
@include form-control-focus();