aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/panels/ConfigurationPane.scss
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/panels/ConfigurationPane.scss')
-rw-r--r--frontend/src/components/panels/ConfigurationPane.scss18
1 files changed, 0 insertions, 18 deletions
diff --git a/frontend/src/components/panels/ConfigurationPane.scss b/frontend/src/components/panels/ConfigurationPane.scss
deleted file mode 100644
index ef48b34..0000000
--- a/frontend/src/components/panels/ConfigurationPane.scss
+++ /dev/null
@@ -1,18 +0,0 @@
-@import "../../colors";
-
-.configuration-pane {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 100%;
- background-color: $color-primary-0;
-
- .pane {
- flex-basis: 900px;
- margin-bottom: 200px;
- }
-
- .pane-container {
- padding-bottom: 1px;
- }
-}