loading-overlay.scss 189 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 .loading-overlay { position: absolute; background-color: #eee; /* while the image don't load */ background-image: url(/images/loading-overlay.gif); opacity: 0.40; z-index: 10; }