aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/views/App.scss
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/views/App.scss')
-rw-r--r--frontend/src/views/App.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/frontend/src/views/App.scss b/frontend/src/views/App.scss
new file mode 100644
index 0000000..b25d4c9
--- /dev/null
+++ b/frontend/src/views/App.scss
@@ -0,0 +1,15 @@
+
+.main {
+ display: flex;
+ flex-direction: column;
+ height: 100vh;
+
+ .main-content {
+ flex: 1 1;
+ overflow: hidden;
+ }
+
+ .main-header, .main-footer {
+ flex: 0 0;
+ }
+}