From 9bf2dab54013b5bf37bb63805e00d6dbd64ffbd8 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 15 Jan 2015 15:58:01 -0600 Subject: [PATCH] refactor(bar): android backbutton/title sizes --- scss/_bar.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/scss/_bar.scss b/scss/_bar.scss index af6596d878..5dffcfd785 100644 --- a/scss/_bar.scss +++ b/scss/_bar.scss @@ -260,6 +260,22 @@ } +.platform-android { + + .bar { + + .back-button .icon:before { + font-size: 24px; + } + + .title { + font-size: 19px; + line-height: 43px; + } + } + +} + // Default styles for buttons inside of styled bars .bar-light { .button {