mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-10-30 09:37:55 +08:00
14 lines
224 B
SCSS
14 lines
224 B
SCSS
.component_loader{
|
|
text-align: center;
|
|
margin-top: 50px;
|
|
}
|
|
|
|
.loader-appear{
|
|
opacity: 0;
|
|
}
|
|
.loader-appear.loader-appear-active{
|
|
transition: opacity 0.1s ease-out;
|
|
transition-delay: 0.3s;
|
|
opacity: 1;
|
|
}
|