UNPKG

691 BSCSSView Raw
1@import "../themes/ionic.globals.wp";
2
3// Windows on iOS with Cordova
4// --------------------------------------------------
5
6/// @prop - Height of the Statusbar
7$cordova-wp-statusbar-padding: 20px !default;
8
9/// @prop - The breakpoint when a modal becomes inset
10$cordova-wp-statusbar-padding-modal-max-width: $cordova-statusbar-padding-modal-max-width !default;
11
12// Cordova mixins are in the main cordova file
13.wp {
14 @include statusbar-padding($toolbar-wp-height, $toolbar-wp-padding, $content-wp-padding, $cordova-wp-statusbar-padding, $cordova-wp-statusbar-padding-modal-max-width);
15
16 @include footer-safe-area($toolbar-wp-height, $toolbar-wp-padding);
17}