[Frontend] New .loading class

open #190
Removed old .loading styles previously
commented out;
This commit is contained in:
Charles Hacskaylo
2015-10-19 11:13:50 -07:00
parent d7bd793bf3
commit fb0ce1eca8
2 changed files with 0 additions and 46 deletions

View File

@@ -214,8 +214,6 @@
.search-scroll {
order: 3;
//padding-right: $rightPadding;
margin-top: 4px;
// Adjustable scrolling size
@@ -227,29 +225,6 @@
.load-icon {
position: relative;
/* &.loading {
pointer-events: none;
margin-left: $leftMargin;
.title-label {
// Text styling
font-style: italic;
font-size: .9em;
opacity: 0.5;
// Text positioning
margin-left: $iconWidth + $leftMargin;
line-height: 24px;
}
.wait-spinner {
margin-left: $leftMargin;
}
}
&:not(.loading) {
cursor: pointer;
}*/
}
.load-more-button {