mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-15 05:12:49 +00:00
18 lines
320 B
SCSS
Vendored
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;
|
|
}
|
|
}
|