1.serial-lan__wrapper {
2  overflow: hidden;
3  .btn-export {
4    margin: 1.8em 0 1.8em 2em;
5  }
6}
7
8.serial-lan__copy {
9  padding: 1em 0;
10}
11.serial-lan__terminal {
12  position: relative;
13  width: 101%; //extra 1% to fix redraw issue with terminal window
14  height: 400px;
15  border: 1em solid #19273c;
16  overflow: scroll;
17}
18
19.serial-lan__actions {
20  float: right;
21  .btn-pop-out,
22  .btn-export {
23    text-decoration: none;
24    font-size: .9em;
25    &:hover {
26      text-decoration: underline;
27    }
28    &:visited {
29      color: $black;
30    }
31  }
32}
33
34.serial-lan__header {
35  background: $white;
36  padding: 1.2em;
37  line-height: 0;
38  a {color: $black;}
39}