mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
23 lines
300 B
SCSS
23 lines
300 B
SCSS
|
|
// 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;
|
|
}
|