dootask/resources/assets/sass/components/float-spinner.scss
2023-03-24 09:08:53 +08:00

18 lines
320 B
SCSS
Vendored

.common-float-spinner {
position: fixed;
z-index: 9999;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(255, 255, 255, 0.6);
.common-float-circular {
width: 30px;
height: 30px;
}
}