1 2.serial-lan__wrapper { 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 overflow: scroll; 17} 18 19.serial-lan__actions { 20 float: right; 21 .btn-pop-out, 22 .btn-export { 23 text-decoration: none; 24 font-size: .9em; 25 &:visited { 26 color: $black; 27 } 28 } 29}