[Frontend] New .loading class

open #190
CSS for revised .loading class;
Commented out/removed old .loading styles;
Theme constants for loading colors added
to theme files;
This commit is contained in:
Charles Hacskaylo
2015-10-15 16:23:42 -07:00
parent 9cc0c0b06f
commit d7bd793bf3
8 changed files with 397 additions and 205 deletions

View File

@@ -227,7 +227,8 @@
.load-icon {
position: relative;
&.loading {
/* &.loading {
pointer-events: none;
margin-left: $leftMargin;
@@ -248,7 +249,7 @@
&:not(.loading) {
cursor: pointer;
}
}*/
}
.load-more-button {