Files
2015-11-23 14:51:41 -06:00

24 lines
329 B
SCSS

@import "../../ionic.globals";
// Navbar
// --------------------------------------------------
ion-navbar.toolbar {
display: flex;
}
.back-button {
order: map-get($toolbar-order, backButton);
display: none;
&.show-back-button {
display: flex;
}
}
.back-button-text {
display: flex;
align-items: center;
}