Correcting spinner
[aai/sparky-fe.git] / resources / scss / common / _layout.scss
index 5f8d459..fedf2fa 100644 (file)
  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
  */
 
-
 .hidden {
        display: none;
 }
+
+.main-app-container {
+       display: flex;
+       flex-direction: column;
+       height: 100vh;
+}
+
+.view-container {
+}
+
+.hideContainer {
+       visibility: hidden
+}
+
+.showContainer {
+}
+
+.spinner-container {
+       overflow: hidden;
+       position: relative;
+}
+
+.spinner {
+       position: absolute;
+       z-index: 999;
+       left: 50%;
+       top: 49%;
+}
+
+.spinner-content {
+       opacity: 0.2;
+}