Commit 88e208bd by bergquist

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

parent 92835f0a
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment