summaryrefslogtreecommitdiffstats
path: root/app/server-control/styles/remote-console.scss
blob: 2c121f486646875681176c4dd5abcdf9e89b1f6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.serial-lan__wrapper {
  overflow: hidden;
  .btn-export {
    margin: 1.8em 0 1.8em 2em;
  }
}

.serial-lan__copy {
  padding: 1em 0;
}

.serial-lan__header {
  background: $white;
  padding-bottom: 1.2em;
  line-height: 0;
}

.terminal-container {
  position: relative;
  width: 100%;
}

.window-terminal-container {
  position: relative;
  max-width: 70em;
}

#terminal{
  height:25em;
}
OpenPOWER on IntegriCloud