style(): set $bar-height to $bar-subheader-height

This commit is contained in:
Adam Bradley
2014-12-06 21:15:20 -06:00
parent 45fb47fd2e
commit 9289f9ccd9

View File

@@ -162,9 +162,9 @@ $bar-padding-portrait: 5px !default;
$bar-padding-landscape: 5px !default;
$bar-transparency: 1 !default;
$bar-footer-height: 44px !default;
$bar-subheader-height: 44px !default;
$bar-subfooter-height: 44px !default;
$bar-footer-height: $bar-height !default;
$bar-subheader-height: $bar-height !default;
$bar-subfooter-height: $bar-height !default;
$bar-light-bg: rgba($button-light-bg, $bar-transparency) !default;
$bar-light-text: $button-light-text !default;