aboutsummaryrefslogtreecommitdiff
path: root/less/_input-group.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-09-21 16:04:37 -0700
committerMark Otto <[email protected]>2014-09-21 16:04:37 -0700
commitd1660ad0788fa4e9b0d072323c1d70f9c6f5dbf2 (patch)
tree1cbc830c380b8cda342eccd37dfa1732600d5d19 /less/_input-group.less
parent2cc9e773c57e389e8fcb797148fb850433144c3e (diff)
downloadbootstrap-d1660ad0788fa4e9b0d072323c1d70f9c6f5dbf2.tar.xz
bootstrap-d1660ad0788fa4e9b0d072323c1d70f9c6f5dbf2.zip
Swap -small and -large variables for -sm and -lg
Diffstat (limited to 'less/_input-group.less')
-rw-r--r--less/_input-group.less12
1 files changed, 6 insertions, 6 deletions
diff --git a/less/_input-group.less b/less/_input-group.less
index 2357a52d7..ea74963d9 100644
--- a/less/_input-group.less
+++ b/less/_input-group.less
@@ -83,14 +83,14 @@
// Sizing
&.input-sm {
- padding: @padding-small-vertical @padding-small-horizontal;
- font-size: @font-size-small;
- .border-radius(@border-radius-small);
+ padding: @padding-sm-vertical @padding-smhorizontal;
+ font-size: @font-size-sm;
+ .border-radius(@border-radius-sm);
}
&.input-lg {
- padding: @padding-large-vertical @padding-large-horizontal;
- font-size: @font-size-large;
- .border-radius(@border-radius-large);
+ padding: @padding-lg-vertical @padding-lg-horizontal;
+ font-size: @font-size-lg;
+ .border-radius(@border-radius-lg);
}
// Nuke default margins from checkboxes and radios to vertically center within.