mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 10:50:26 -06:00
remove unnecessary spinner styles for mobile
This commit is contained in:
parent
67b543754a
commit
68b456a57d
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user