summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/custom/_kvm.scss
blob: 74b61c7e4edb69d43155edb3332df5f132ad1f73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#terminal-kvm {
  height: 100vw;
  display: flex;
  &.full-window {
    height: calc(100vh - 80px);
  }
  div:nth-child(1) {
    background: transparent !important;
    display: block !important;
    overflow: hidden !important;
    canvas {
      max-height: 579px;
      max-width: 740px;
    }
  }
}