2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

rems: input sizes

This commit is contained in:
Mark Otto
2014-07-08 02:31:33 -07:00
parent 07463acec7
commit 4139545da2
7 changed files with 71 additions and 71 deletions
+3 -3
View File
@@ -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;