summaryrefslogtreecommitdiffstats
path: root/resources/scss/common/_layout.scss
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scss/common/_layout.scss')
-rw-r--r--resources/scss/common/_layout.scss12
1 files changed, 10 insertions, 2 deletions
diff --git a/resources/scss/common/_layout.scss b/resources/scss/common/_layout.scss
index 5f8d459..1c3bf66 100644
--- a/resources/scss/common/_layout.scss
+++ b/resources/scss/common/_layout.scss
@@ -20,8 +20,16 @@
*
* 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 {
+}