mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
navbar aside menu button
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user