Files
oxygen-ui/src/assets/css/components/common/fullscreen-loading-mask.scss

10 lines
210 B
SCSS

.fullscreen-loading-mask {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
z-index: 100;
background-color: rgba(200, 200, 200, 0.2);
}