Loading.scss 296 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 .loading { display: none; &-open { position: absolute; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 1000; display: flex; justify-content: center; align-items: center; background-color: white; opacity: 0.5; cursor: not-allowed; } }