Files
2013-10-04 13:31:16 -05:00

29 lines
365 B
CSS

.view {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ionic-logo {
position: absolute;
top: 50%;
left: 50%;
margin-top: -128px;
margin-left: -128px;
width: 256px;
}
#splash-view {
opacity: 1;
}
#splash-view .ionic-logo {
}
#signup-bottom {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
}