@import "lib/bootstrap/variables"; @import "lib/bootstrap/mixins"; @import "lib/bootstrap/tooltip"; @import "lib/bootstrap/popovers"; #loading-box { position: fixed; top: 50%; left: 50%; margin-top: -25px; margin-left: -25px; width: 50px; height: 50px; background: black; opacity: 0.8; cursor: pointer; z-index: 1000; @include border-radius(5px); } #loading-box div { width: 100%; height: 100%; background: url('../images/loading-black.gif') center center no-repeat; }