navbar aside menu button

This commit is contained in:
Adam Bradley
2015-09-01 15:42:45 -05:00
parent d0c9f1404e
commit 4952cf58fb
10 changed files with 88 additions and 100 deletions

View File

@@ -4,9 +4,10 @@
$toolbar-order-ios: (
back-button: 10,
primary: 20,
title: 30,
secondary: 40
aside-toggle: 20,
primary: 30,
title: 40,
secondary: 50
);
$toolbar-ios-height: 4.4rem !default;
@@ -33,6 +34,10 @@ $toolbar-ios-title-font-size: 1.7rem !default;
order: map-get($toolbar-order-ios, secondary);
}
[aside-toggle] {
order: map-get($toolbar-order-ios, 'aside-toggle');
}
ion-title {
font-size: $toolbar-ios-title-font-size;
font-weight: 500;