2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

line-height-base to line-height var

This commit is contained in:
Mark Otto
2015-06-22 23:24:32 -07:00
parent 03a5ff6b82
commit ed42fc9b76
12 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
cursor: pointer;
user-select: none;
border: $border-width solid transparent;
@include button-size($padding-y, $padding-x, $font-size-base, $line-height-base, $btn-border-radius);
@include button-size($padding-y, $padding-x, $font-size-base, $line-height, $btn-border-radius);
transition: all .2s ease-in-out;
&,