mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
28 lines
410 B
SCSS
28 lines
410 B
SCSS
|
|
// Material Design Navbar
|
|
// --------------------------------------------------
|
|
|
|
$navbar-md-height: 5.6rem !default;
|
|
|
|
|
|
.nav {
|
|
|
|
.navbar-container {
|
|
min-height: $navbar-md-height;
|
|
}
|
|
|
|
.back-button {
|
|
margin: 0 0 0 12px;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.back-button-icon {
|
|
margin: 0;
|
|
min-width: 44px;
|
|
font-size: 2.4rem;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
}
|
|
|
|
}
|