mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 14:58:36 +08:00
23 lines
643 B
SCSS
23 lines
643 B
SCSS
@import "../globals.md";
|
|
@import "./cordova";
|
|
|
|
// Material Design on iOS with Cordova
|
|
// --------------------------------------------------
|
|
|
|
$cordova-md-statusbar-padding-modal-max-width: $cordova-statusbar-padding-modal-max-width !default;
|
|
|
|
|
|
@include navbar-section-statusbar-padding($toolbar-md-height);
|
|
|
|
.tab-subpage,
|
|
ion-nav > ion-page,
|
|
ion-menu {
|
|
@include toolbar-statusbar-padding($toolbar-md-height, $content-md-padding);
|
|
}
|
|
|
|
@media only screen and (max-width: $cordova-md-statusbar-padding-modal-max-width) {
|
|
.modal-wrapper > ion-page {
|
|
@include toolbar-statusbar-padding($toolbar-md-height, $content-md-padding);
|
|
}
|
|
}
|