Files
2015-06-01 21:42:29 -05:00

27 lines
450 B
SCSS

ion-view,
.ion-view {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: white;
// by default this is display: none;
// and the transition animation will display it
//display: none;
flex-direction: column;
display: flex;
/*
TODO: This is probably not the most common case,
should be display flex first, then remove for special cases.
&.show-view {
display: flex;
}
*/
}