2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

drop more -base, clean up var spacing

This commit is contained in:
Mark Otto
2015-06-22 18:57:56 -07:00
parent 0ca9b21c34
commit 75cf69a1ab
5 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
cursor: pointer;
user-select: none;
border: $border-width solid transparent;
@include button-size($padding-base-y, $padding-base-x, $font-size-base, $line-height-base, $btn-border-radius);
@include button-size($padding-y, $padding-x, $font-size-base, $line-height-base, $btn-border-radius);
transition: all .2s ease-in-out;
&,