aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/panels/ConfigurationPane.scss
blob: 955d2bc201cf83183e09bcf4e9aea712ea233a64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@import '../../colors';

.configuration-pane {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: $color-primary-0;

  .pane {
    flex-basis: 900px;
    margin-bottom: 200px;
  }

  .pane-container {
    padding-bottom: 1px;
  }

}