Files
2015-12-04 21:34:27 -06:00

12 lines
258 B
SCSS

@import "../../globals.core";
// Modals
// --------------------------------------------------
ion-page.modal {
z-index: $z-index-overlay;
// hidden by default to prevent flickers, the animation will show it
transform: translate3d(0px, 100%, 0px);
}