summaryrefslogtreecommitdiffstats
path: root/app/server-control/styles/remote-console.scss
blob: 41b144ddcbb3e0cf74ff6cd9c382dd8c0e286cc2 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.serial-lan__wrapper {
  overflow: hidden;
  .btn-export {
    margin: 1.8em 0 1.8em 2em;
  }
}

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

.serial-lan__actions {
  float: right;
  .btn-pop-out,
  .btn-export {
    text-decoration: none;
    font-size: .9em;
    &:hover {
      text-decoration: underline;
    }
    &:visited {
      color: $black;
    }
  }
}

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

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

.window-terminal-container {
  position: relative;
  height: 25em;
  max-width: 70em;
}
OpenPOWER on IntegriCloud