bbpro
Version:
BrowserBox - remote browser isolation tool
27 lines (23 loc) • 600 B
CSS
.bang-el:not(.bang-styled):not([incremental-load]) {
visibility: hidden;
}
:not(:defined) {
visibility: hidden;
}
body .bang-el:first-of-type:not(.bang-styled):before, [lazy].bang-el:not(.bang-styled):before {
z-index: 9999999;
content: "Loading...";
color: #0000;
visibility: visible;
background-image: url("loader.3e1edde7.gif");
background-repeat: no-repeat;
background-size: contain;
width: -moz-fit-content;
width: fit-content;
max-width: 20px;
margin: .5rem;
display: inline-block;
position: absolute;
top: 0;
}
/*# sourceMappingURL=image.1de9cb9e.css.map */