Add animation icon to mod queue

This commit is contained in:
Toks
2015-07-16 12:50:53 -04:00
parent a796280230
commit 842c10af79
4 changed files with 19 additions and 14 deletions

View File

@@ -103,13 +103,7 @@ div#c-comments {
position: relative;
&:before {
content: "";
position: absolute;
width: 20px;
height: 20px;
color: white;
background-color: rgba(0,0,0,0.5);
margin: 2px;
@include animated-icon;
}
}
}