1234567891011121314
  1. @import "../../themes/ionic.globals.wp";
  2. // Windows Modals
  3. // --------------------------------------------------
  4. /// @prop - Background color for the modal
  5. $modal-wp-background-color: $background-wp-color !default;
  6. .wp .modal-wrapper {
  7. @include transform(translate3d(0, 40px, 0));
  8. opacity: .01;
  9. }