Vulcan/client/sass/partials/_main.scss

19 lines
331 B
SCSS
Raw Normal View History

2012-08-25 11:20:17 +09:00
body{
background:#efefef url("/img/bg.png") top center;
cursor: default;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5){
body{
background:#efefef url("/img/bg@2x.png") top center;
background-size:10px 10px;
}
}
#spinner{
height:100%;
width:100%;
position:fixed;
z-index:1000;
}
.debug{
display:none;
}