mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Remove line-height from the button size mixin too
This commit is contained in:
parent
ab451e5dc0
commit
a16b2ef162
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@
|
|||
}
|
||||
|
||||
// Button sizes
|
||||
@mixin button-size($padding-y, $padding-x, $font-size, $line-height, $border-radius) {
|
||||
@mixin button-size($padding-y, $padding-x, $font-size, $border-radius) {
|
||||
padding: $padding-y $padding-x;
|
||||
font-size: $font-size;
|
||||
@include border-radius($border-radius);
|
||||
|
|
Loading…
Add table
Reference in a new issue