Vulcan/packages/telescope-theme-hubble/lib/client/sass/partials/_main.scss
2014-07-04 11:32:04 +09:00

51 lines
No EOL
700 B
SCSS

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{
margin: 100px 0;
}
.debug{
display:none;
}
.hidden{
display:none;
}
.overlay{
position:fixed;
top:0;
left:0;
height:100%;
width:100%;
z-index:50;
}
.footer{
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;
}