aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-15 15:24:52 -0800
committerMark Otto <[email protected]>2013-12-15 15:24:52 -0800
commit4f22670c6ecfd4239fe690719867531c18721234 (patch)
treefdecf889c082585d453ddd83cbd47acb828c14a6 /less/forms.less
parentd1f15baa713764440e8335b8dbab580887caaa12 (diff)
downloadbootstrap-4f22670c6ecfd4239fe690719867531c18721234.tar.xz
bootstrap-4f22670c6ecfd4239fe690719867531c18721234.zip
formatting and comment
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less5
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);
}