Updating versions of Sparky FE files
[aai/sparky-fe.git] / resources / scss / common / _layout.scss
index 5f8d459..1c3bf66 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 {
+}