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

.main-pane {
  display: flex;
  height: 100%;
  padding: 0 15px;
  background-color: $color-primary-2;

  .pane {
    flex: 1;
  }

  .connections-pane {
    flex: 1 0;
    margin-right: 7.5px;
  }

  .details-pane {
    flex: 1 1;
    margin-left: 7.5px;
  }
}