Show spam aliases #

This commit is contained in:
andryyy
2017-02-21 22:27:11 +01:00
parent 76426b65b2
commit 0eb932b3ab
2737 changed files with 357639 additions and 22 deletions
@@ -0,0 +1,19 @@
// Throbber
.@{prefix}-throbber {
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
.opacity(0.6);
background: @throbber-bg;
}
.@{prefix}-throbber-inline {
position: static;
height: 50px;
}
.@{prefix}-menu .@{prefix}-throbber-inline {
height: 25px;
background-size: contain;
}