Files
2016-03-10 22:42:38 -05:00

12 lines
254 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(0, 100%, 0);
}