diff options
| author | Mark Otto <[email protected]> | 2013-12-15 15:24:52 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-15 15:24:52 -0800 |
| commit | 4f22670c6ecfd4239fe690719867531c18721234 (patch) | |
| tree | fdecf889c082585d453ddd83cbd47acb828c14a6 | |
| parent | d1f15baa713764440e8335b8dbab580887caaa12 (diff) | |
| download | bootstrap-4f22670c6ecfd4239fe690719867531c18721234.tar.xz bootstrap-4f22670c6ecfd4239fe690719867531c18721234.zip | |
formatting and comment
| -rw-r--r-- | less/forms.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index d2d089c30..e623c42e5 100644 --- a/less/forms.less +++ b/less/forms.less @@ -226,7 +226,12 @@ input[type="checkbox"], } } + // Form control sizing +// +// Build on `.form-control` with modifier classes to decrease or increase the +// height and font-size of form controls. + .input-sm { .input-size(@input-height-small; @padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small); } |
