mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
19 lines
244 B
SCSS
19 lines
244 B
SCSS
|
|
// Cordova
|
|
// --------------------------------------------------
|
|
|
|
.platform-cordova {
|
|
|
|
|
|
// iOS Cordova
|
|
// ------------
|
|
&.platform-ios .navbar-container {
|
|
height: 64px;
|
|
}
|
|
|
|
&.platform-ios ion-navbar {
|
|
padding-top: 20px;
|
|
}
|
|
|
|
}
|