Files
Adam Bradley 8148927c88 updates
2015-12-04 14:34:24 -06:00

12 lines
259 B
SCSS

@import "../../ionic.globals";
// 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);
}