.serial-lan__wrapper { overflow: hidden; .btn-export { margin: 1.8em 0 1.8em 2em; } } .serial-lan__copy { padding: 1em 0; } .serial-lan__terminal { position: relative; width: 101%; //extra 1% to fix redraw issue with terminal window height: 400px; border: 1em solid #19273c; //TODO: Need to move from hterm to xterm as iframe used is adding the extra //scroll bar. Also need to rework on the height setting along with $window //directive. overflow-x: hidden; } .serial-lan__actions { float: right; .btn-pop-out, .btn-export { text-decoration: none; font-size: .9em; &:hover { text-decoration: underline; } &:visited { color: $black; } } } .serial-lan__header { background: $white; padding: 1.2em; line-height: 0; a {color: $black;} }