mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-02 20:23:32 +08:00
14 lines
232 B
SCSS
14 lines
232 B
SCSS
.component_loader{
|
|
text-align: center;
|
|
margin: 50px auto 0 auto;
|
|
}
|
|
|
|
.loader-appear{
|
|
opacity: 0;
|
|
}
|
|
.loader-appear.loader-appear-active{
|
|
transition: opacity 0.2s ease-out;
|
|
transition-delay: 0.5s;
|
|
opacity: 1;
|
|
}
|