scinote-web/app/assets/stylesheets/tailwind/loader.css

12 lines
365 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;
}
.sci-loader-inline {
@apply inline-block h-[1.2em] w-[1.2em] animate-spin;
background: image-url("sn-loader.svg") center center no-repeat;
background-size: 1.2em;
}
}