summaryrefslogtreecommitdiffstats
path: root/public/src/app/rule-engine/slide-panel/slide-panel.component.scss
blob: 2c9f00a1e20f1ae68aef4404434afe8f03bfd1bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
:host {
  display: block;
  overflow: hidden;
  height: 100%;
}

.panes {
  height: 100%;
  width: 200%;

  display: flex;
  div {
    flex: 1;
  }
}