ciyidogan commited on
Commit
2aa1835
·
verified ·
1 Parent(s): ac3d55c

Update flare-ui/src/index.html

Browse files
Files changed (1) hide show
  1. 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 {