refactor(button): convert button line-height to Sass var

references #289
This commit is contained in:
Brandy Carney
2015-12-07 16:55:12 -05:00
parent f257a50265
commit 4cf6abec06

View File

@ -95,7 +95,7 @@ $button-ios-small-icon-font-size: 1.3em !default;
.button-block {
// This fixes an issue with flexbox and button on iOS Safari. See #225
display: block;
line-height: 2.8em;
line-height: $button-ios-height;
}