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