mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
25 lines
424 B
SCSS
25 lines
424 B
SCSS
@import "../../../ionic.globals";
|
|
|
|
// Material Design Navbar
|
|
// --------------------------------------------------
|
|
|
|
$navbar-md-height: 5.6rem !default;
|
|
|
|
|
|
ion-navbar-section {
|
|
min-height: $navbar-md-height;
|
|
}
|
|
|
|
.toolbar .back-button {
|
|
margin: 0 0 0 12px;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.toolbar .back-button-icon {
|
|
margin: 0;
|
|
min-width: 44px;
|
|
font-size: 2.4rem;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
}
|