aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/panels/ServicePane.scss
blob: daf7e7969c4da95f3eb51a6ce482fad8d0169cb1 (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 {
    overflow: hidden;
    flex: 1;

    .section-content {
      height: 100%;
    }

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

  .service-edit {
    flex: 0;
  }
}