mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
29 lines
365 B
CSS
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;
|
|
}
|