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, 0 insertions, 15 deletions
diff --git a/frontend/src/views/App.scss b/frontend/src/views/App.scss
deleted file mode 100644
index 5c5bd99..0000000
--- a/frontend/src/views/App.scss
+++ /dev/null
@@ -1,15 +0,0 @@
-
-.main {
- display: flex;
- flex-direction: column;
- height: 100vh;
-
- .main-content {
- overflow: hidden;
- flex: 1 1;
- }
-
- .main-header, .main-footer {
- flex: 0 0;
- }
-}