diff options
| author | Mark Otto <[email protected]> | 2012-09-20 11:45:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-20 11:45:59 -0700 |
| commit | c92a75999f8b82c1a6fc997eca1cc0206c4c3bf1 (patch) | |
| tree | 5a4700d50b9eb242f255598ded97667f2454ca15 /less/variables.less | |
| parent | 532ee082135eec9ba510d8f085add8722da5a03b (diff) | |
| download | bootstrap-c92a75999f8b82c1a6fc997eca1cc0206c4c3bf1.tar.xz bootstrap-c92a75999f8b82c1a6fc997eca1cc0206c4c3bf1.zip | |
fixes #5127: add @inputHeight to replace static instances of '30px' throughout forms
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less index fcb85c009..7ca1305fe 100644 --- a/less/variables.less +++ b/less/variables.less @@ -114,6 +114,7 @@ @inputBorderRadius: @baseBorderRadius; @inputDisabledBackground: @grayLighter; @formActionsBackground: #f5f5f5; +@inputHeight: @baseLineHeight + 10px; // base line-height + 8px vertical padding + 2px top/bottom border // Dropdowns |
