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 //TODO: Need to move from hterm to xterm as iframe used is adding the extra 17 //scroll bar. Also need to rework on the height setting along with $window 18 //directive. 19 overflow-x: hidden; 20} 21 22.serial-lan__actions { 23 float: right; 24 .btn-pop-out, 25 .btn-export { 26 text-decoration: none; 27 font-size: .9em; 28 &:hover { 29 text-decoration: underline; 30 } 31 &:visited { 32 color: $black; 33 } 34 } 35} 36 37.serial-lan__header { 38 background: $white; 39 padding: 1.2em; 40 line-height: 0; 41 a {color: $black;} 42} 43