mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-07 00:43:07 +01:00
13 lines
224 B
SCSS
13 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;
|
|
}
|