@import "../../../themes/ionic.globals.ios";

// iOS Modals
// --------------------------------------------------

/// @prop - Background color for the modal
$modal-ios-background-color: $background-ios-color !default;

/// @prop - Border radius for the modal
$modal-ios-border-radius: 10px !default;

.ios .modal-wrapper {
  @media only screen and (min-width: $modal-inset-min-width) and (min-height: $modal-inset-min-height-small) {
    overflow: hidden;
    @include border-radius($modal-ios-border-radius);
  }
}
