mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-16 06:06:56 +08:00
7 lines
173 B
CSS
7 lines
173 B
CSS
|
@layer components {
|
||
|
.sci-loader {
|
||
|
@apply flex m-auto h-[30px] w-[30px] animate-spin;
|
||
|
background: image-url("sn-loader.svg") center center no-repeat;
|
||
|
}
|
||
|
}
|