Implementing user feed back
[aai/sparky-fe.git] / resources / scss / common / _layout.scss
index 5f8d459..07b5b4c 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 {
+       position: fixed;
+       z-index: 999;
+       height: 2em;
+       width: 2em;
+       margin: auto;
+       top: 0;
+       left: 0;
+       bottom: 0;
+       right: 0;
+}
\ No newline at end of file