mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style(): set $bar-height to $bar-subheader-height
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user