Files
2015-10-29 22:29:19 -05:00

15 lines
337 B
SCSS

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