remove unnecessary spinner styles for mobile

This commit is contained in:
Jeff Atwood 2014-10-11 23:19:04 -07:00
parent 67b543754a
commit 68b456a57d

View File

@ -139,18 +139,8 @@ div.ac-wrap {
.spinner { .spinner {
position: absolute; position: absolute;
@include fades-in(0.25s); @include fades-in(0.25s);
left: 250px; left: 45%;
top: 95px; top: 20%;
height: 100px;
width: 70px;
height: 70px;
text-indent: -9999em;
background: {
image: image-url("spinner_96.gif");
repeat: no-repeat;
size: 35px;
position: 17px 17px;
};
} }
&.loading { &.loading {
.spinner { .spinner {