aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/pages/ConfigurationPage.scss
blob: 45098654c99fa469fa88f44cc0dc64747a73baca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import "../../colors";

.configuration-page {
  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;
  }
}