Spaces:
Building
Building
Update flare-ui/src/index.html
Browse files- flare-ui/src/index.html +5 -0
flare-ui/src/index.html
CHANGED
@@ -23,6 +23,11 @@
|
|
23 |
align-items: center;
|
24 |
justify-content: center;
|
25 |
z-index: 10000;
|
|
|
|
|
|
|
|
|
|
|
26 |
}
|
27 |
|
28 |
.spinner {
|
|
|
23 |
align-items: center;
|
24 |
justify-content: center;
|
25 |
z-index: 10000;
|
26 |
+
transition: opacity 0.3s ease-out;
|
27 |
+
}
|
28 |
+
|
29 |
+
.initial-loader.fade-out {
|
30 |
+
opacity: 0;
|
31 |
}
|
32 |
|
33 |
.spinner {
|