mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
11 lines
189 B
SCSS
11 lines
189 B
SCSS
|
|
// iOS Navbar
|
|
// --------------------------------------------------
|
|
|
|
$navbar-ios-height: 4.4rem !default;
|
|
|
|
|
|
ion-navbar-section {
|
|
min-height: $navbar-ios-height;
|
|
}
|