mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
51 lines
No EOL
700 B
SCSS
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;
|
|
} |