Toderp signup page!

This commit is contained in:
Max Lynch
2013-10-04 14:21:42 -05:00
parent b12c93f087
commit e8d76af832
7 changed files with 192 additions and 8 deletions

View File

@@ -13,16 +13,39 @@
margin-left: -128px;
width: 256px;
}
.toderp-logo {
background: url('../img/toderp-logo.svg') no-repeat transparent;
background-size: contain;
width: 250px;
height: 100px;
margin: 40px auto;
}
#splash-view {
opacity: 1;
}
#splash-view .ionic-logo {
}
#splash-view, #signup-view {
background: url('../img/splash.png') no-repeat transparent;
background-size: contain;
}
#signup-bottom {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
color: #fff;
}
#signup-bottom .button {
color: #4a87ee;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
#signup-view {
background: url('../img/splash@2x.png') no-repeat transparent;
background-size: contain;
}
}