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

.configuration-page {
  background-color: $color-primary-0;

  .header-title {
    margin: 50px auto;
  }

  .configuration-pane {
    display: flex;
    justify-content: center;

    .section-content {
      margin-top: 15px;
      background-color: $color-primary-3;
    }

    .section-footer {
      background-color: $color-primary-3;
    }
  }
}