|
@@ -8,7 +8,7 @@
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
@bs-height-base: (@line-height-computed + @padding-base-vertical * 2);
|
|
@bs-height-base: (@line-height-computed + @padding-base-vertical * 2);
|
|
|
-@bs-height-lg: (floor(@font-size-large * @line-height-base) + @padding-large-vertical * 2);
|
|
|
|
|
|
|
+@bs-height-lg: (floor(@font-size-large * @line-height-base) + @padding-large-vertical * 2 + 2);
|
|
|
@bs-height-sm: (floor(@font-size-small * 1.5) + @padding-small-vertical * 2);
|
|
@bs-height-sm: (floor(@font-size-small * 1.5) + @padding-small-vertical * 2);
|
|
|
@bs-height-xs: (floor(@font-size-small * 1.2) + @padding-small-vertical + 1);
|
|
@bs-height-xs: (floor(@font-size-small * 1.2) + @padding-small-vertical + 1);
|
|
|
|
|
|