blob: 41b144ddcbb3e0cf74ff6cd9c382dd8c0e286cc2 [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
Michael Davis8b522062017-05-05 09:21:07 -050012.serial-lan__actions {
13 float: right;
Michael Davis6bd0f262017-07-27 15:37:14 -050014 .btn-pop-out,
15 .btn-export {
Michael Davis8b522062017-05-05 09:21:07 -050016 text-decoration: none;
Michael Davis6bd0f262017-07-27 15:37:14 -050017 font-size: .9em;
Michael Davis640d28a2017-08-15 16:58:07 -050018 &:hover {
19 text-decoration: underline;
20 }
Michael Davis6bd0f262017-07-27 15:37:14 -050021 &:visited {
22 color: $black;
23 }
Michael Davis8b522062017-05-05 09:21:07 -050024 }
Michael Davis640d28a2017-08-15 16:58:07 -050025}
26
27.serial-lan__header {
28 background: $white;
29 padding: 1.2em;
30 line-height: 0;
31 a {color: $black;}
Jayashankar Padath1255e0d2018-06-13 23:45:49 +053032}
beccabroek457ca042018-09-07 17:18:24 -050033
34.terminal-container {
35 position: relative;
36 height: 25em;
37 width: 100%;
38}
39
40.window-terminal-container {
41 position: relative;
42 height: 25em;
43 max-width: 70em;
44}