blob: 103958a849f9e39f0c5fcb23d210980fd6a1fde0 [file] [log] [blame]
Michael Davis8b522062017-05-05 09:21:07 -05001.serial-lan__wrapper {
Michael Davis640d28a2017-08-15 16:58:07 -05002 overflow: hidden;
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;
Michael Davis640d28a2017-08-15 16:58:07 -050025 &:hover {
26 text-decoration: underline;
27 }
Michael Davis6bd0f262017-07-27 15:37:14 -050028 &:visited {
29 color: $black;
30 }
Michael Davis8b522062017-05-05 09:21:07 -050031 }
Michael Davis640d28a2017-08-15 16:58:07 -050032}
33
34.serial-lan__header {
35 background: $white;
36 padding: 1.2em;
37 line-height: 0;
38 a {color: $black;}
Michael Davis8b522062017-05-05 09:21:07 -050039}