aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/panels/ConfigurationPane.scss
blob: ef48b34762632cc0f4fea8d910cfb8e56bc65431 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@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;
  }
}