mirror of
https://github.com/grafana/grafana.git
synced 2025-01-28 17:24:59 -06:00
feat(gf-form): add support for small input fields
This commit is contained in:
parent
92835f0a04
commit
88e208bddf
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user