| 123456789101112131415161718 |
- @import "../themes/ionic.globals.wp";
-
- // Windows on iOS with Cordova
- // --------------------------------------------------
-
- /// @prop - Height of the Statusbar
- $cordova-wp-statusbar-padding: 20px !default;
-
- /// @prop - The breakpoint when a modal becomes inset
- $cordova-wp-statusbar-padding-modal-max-width: $cordova-statusbar-padding-modal-max-width !default;
-
- // Cordova mixins are in the main cordova file
- .wp {
- @include statusbar-padding($toolbar-wp-height, $toolbar-wp-padding, $content-wp-padding, $cordova-wp-statusbar-padding, $cordova-wp-statusbar-padding-modal-max-width);
-
- @include footer-safe-area($toolbar-wp-height, $toolbar-wp-padding);
- }
|