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.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/frontend/src/components/panels/ConfigurationPane.scss b/frontend/src/components/panels/ConfigurationPane.scss
index 955d2bc..ef48b34 100644
--- a/frontend/src/components/panels/ConfigurationPane.scss
+++ b/frontend/src/components/panels/ConfigurationPane.scss
@@ -1,10 +1,10 @@
-@import '../../colors';
+@import "../../colors";
.configuration-pane {
- height: 100%;
display: flex;
align-items: center;
justify-content: center;
+ height: 100%;
background-color: $color-primary-0;
.pane {
@@ -15,5 +15,4 @@
.pane-container {
padding-bottom: 1px;
}
-
}