remove unneeded topics-loading styles

This commit is contained in:
Jeff Atwood 2014-10-02 13:14:08 -07:00
parent ad5e4f98d9
commit 57eb435a69

View File

@ -133,22 +133,16 @@
}
}
.topics-loading {
width: 200px;
width: 20px;
margin: 0 auto;
padding: 10px 0 10px 43px;
color: $secondary;
font-size: 18px;
line-height: 25px;
padding: 15px 15px;
background: {
color: #000;
image: image-url("spinner_96_w.gif");
repeat: no-repeat;
position: 10px 50%;
size: 25px;
size: 30px;
};
@include border-radius-all(12px);
}
.list-controls {