html, body, .outer-wrapper{
height:100%;
}
body{
background:#e0f1f7;
// min-height:1500px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
body{
// background:#e9f3f7 url("/img/bg@2x.png") top center;
background-size:10px 10px;
}
}
.outer-wrapper{
position:relative;
}
.content-wrapper{
padding-bottom:10px;
}
#spinner{
height:100%;
width:100%;
position:fixed;
z-index:1000;
}
.debug{
display:none;
}
.hidden{
display:none;
}
.overlay{
position:fixed;
top:0;
left:0;
height:100%;
width:100%;
z-index:50;
}
.footer{
border-top:1px solid black(0.05);
text-align:center;
padding:10px 0 70px 0;
color:black(0.4);
font-size:14px;
&.absolute{
position:absolute;
}
}
#login-buttons .loading{
display:none;
}
#loading{
height:300px;
}