diff options
| author | Mark Otto <[email protected]> | 2014-07-08 02:31:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-08 02:31:33 -0700 |
| commit | 4139545da2c7c031806ecb17226d94be3434a294 (patch) | |
| tree | 8aa4ee941dbafce7c3aa28a5c2c1d1314a25dacc /less | |
| parent | 07463acec7baf9382541521f2577307a9cdfa4b7 (diff) | |
| download | bootstrap-4139545da2c7c031806ecb17226d94be3434a294.tar.xz bootstrap-4139545da2c7c031806ecb17226d94be3434a294.zip | |
rems: input sizes
Diffstat (limited to 'less')
| -rw-r--r-- | less/variables.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/less/variables.less b/less/variables.less index 56e16bb6c..6225b25b2 100644 --- a/less/variables.less +++ b/less/variables.less @@ -182,11 +182,11 @@ @input-color-placeholder: @gray-light; //** Default `.form-control` height -@input-height-base: ((@font-size-base * @line-height-base) + (@padding-base-vertical * 2) + .1); +@input-height-base: ((@font-size-base * @line-height-base) + (@padding-base-vertical * 2) + .2); //** Large `.form-control` height -@input-height-large: (ceil(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2); +@input-height-large: ((@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + .2); //** Small `.form-control` height -@input-height-small: (floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2); +@input-height-small: ((@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + .2); @legend-color: @gray-dark; @legend-border-color: #e5e5e5; |
