diaspora/app/assets/stylesheets/new_styles/_spinner.scss

21 lines
333 B
SCSS

#paginate, #infscr-loading {
margin-top: 10px;
padding: 8px 0;
text-align: center;
width: 100%;
display: block;
clear: both;
.loader {
display: inline-block;
&.hidden{
display : none;
}
width : 14px;
height: 14px;
background-image : url(asset_path("static-loader.png", "image"))
}
}