mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 14:01:56 +08:00
14 lines
289 B
SCSS
14 lines
289 B
SCSS
.loading {
|
|
position: absolute;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
background-color: rgba($color: #fff, $alpha: 0.9);
|
|
box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.1);
|
|
z-index: 1000;
|
|
}
|