aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/panels/ServicePane.scss
blob: 0b154e6427d1d4812bb898d75469620e6bc9bc43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.service-pane {
  display: flex;
  flex-direction: column;

  .services-list {
    flex: 1;
    overflow: hidden;

    .section-content {
      height: 100%;
    }

    .section-table {
      height: calc(100% - 30px);
    }
  }

  .service-edit {
    flex: 0;
  }
}