mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
refactor(button): convert button line-height to Sass var
references #289
This commit is contained in:
@ -95,7 +95,7 @@ $button-ios-small-icon-font-size: 1.3em !default;
|
|||||||
.button-block {
|
.button-block {
|
||||||
// This fixes an issue with flexbox and button on iOS Safari. See #225
|
// This fixes an issue with flexbox and button on iOS Safari. See #225
|
||||||
display: block;
|
display: block;
|
||||||
line-height: 2.8em;
|
line-height: $button-ios-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user