Correcting spinner
[aai/sparky-fe.git] / resources / scss / common / _layout.scss
index 07b5b4c..fedf2fa 100644 (file)
@@ -20,7 +20,7 @@
  *
  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
  */
+
 .hidden {
        display: none;
 }
 .showContainer {
 }
 
+.spinner-container {
+       overflow: hidden;
+       position: relative;
+}
+
 .spinner {
-       position: fixed;
+       position: absolute;
        z-index: 999;
-       height: 2em;
-       width: 2em;
-       margin: auto;
-       top: 0;
-       left: 0;
-       bottom: 0;
-       right: 0;
-}
\ No newline at end of file
+       left: 50%;
+       top: 49%;
+}
+
+.spinner-content {
+       opacity: 0.2;
+}