blob: 2ef377914968bf423d24da89ed96a2c2771fe1e5 [file] [log] [blame]
Michael Davis8b522062017-05-05 09:21:07 -05001
2.serial-lan__wrapper {
Michael Davis8b522062017-05-05 09:21:07 -05003 .btn-export {
4 margin: 1.8em 0 1.8em 2em;
5 }
6}
7
Michael Davis6bd0f262017-07-27 15:37:14 -05008.serial-lan__copy {
9 padding: 1em 0;
10}
Michael Davis8b522062017-05-05 09:21:07 -050011.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
Michael Davis8b522062017-05-05 09:21:07 -050019.serial-lan__actions {
20 float: right;
Michael Davis6bd0f262017-07-27 15:37:14 -050021 .btn-pop-out,
22 .btn-export {
Michael Davis8b522062017-05-05 09:21:07 -050023 text-decoration: none;
Michael Davis6bd0f262017-07-27 15:37:14 -050024 font-size: .9em;
25 &:visited {
26 color: $black;
27 }
Michael Davis8b522062017-05-05 09:21:07 -050028 }
29}