summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/src/style/partials/_game.scss
diff options
context:
space:
mode:
Diffstat (limited to 'WebInterface/NodeJSServer/src/style/partials/_game.scss')
-rw-r--r--WebInterface/NodeJSServer/src/style/partials/_game.scss13
1 files changed, 0 insertions, 13 deletions
diff --git a/WebInterface/NodeJSServer/src/style/partials/_game.scss b/WebInterface/NodeJSServer/src/style/partials/_game.scss
deleted file mode 100644
index 74b566b..0000000
--- a/WebInterface/NodeJSServer/src/style/partials/_game.scss
+++ /dev/null
@@ -1,13 +0,0 @@
-@import './colors';
-
-.game-window {
- width: calc(100% - 2rem);
- height: 100%;
- display: flex;
- flex-direction: column;
- background-color: $secondary-light;
- margin: 1rem;
- margin-bottom: 2rem;
- border-style: none;
- border-radius: 8px;
-}