Commit 78da4975 authored by Mark Otto's avatar Mark Otto

Merge pull request #9437 from ggam/patch-1

Swapped input-lg and input-sm
parents a2475f01 f0ee3aaa
...@@ -210,11 +210,11 @@ input[type="number"] { ...@@ -210,11 +210,11 @@ input[type="number"] {
// Form control sizing // Form control sizing
.input-sm { .input-sm {
.input-size(@input-height-large; @padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @border-radius-large); .input-size(@input-height-small; @padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small);
} }
.input-lg { .input-lg {
.input-size(@input-height-small; @padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small); .input-size(@input-height-large; @padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @border-radius-large);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment