mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(gf-form): add support for small input fields
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user