mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
remove unneeded topics-loading styles
This commit is contained in:
parent
ad5e4f98d9
commit
57eb435a69
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user