.q3stats-loader { background-color: white; bottom: 0px; display: block; left: 0px; opacity: 0; pointer-events: none; position: absolute; right: 0px; top: 0px; transition: opacity 0.3s; &.visible { opacity: 1; pointer-events: auto; } .inner { @include loading; } }