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 12.serial-lan__actions { 13 float: right; 14 .btn-pop-out, 15 .btn-export { 16 text-decoration: none; 17 font-size: .9em; 18 &:hover { 19 text-decoration: underline; 20 } 21 &:visited { 22 color: $black; 23 } 24 } 25} 26 27.serial-lan__header { 28 background: $white; 29 padding: 1.2em; 30 line-height: 0; 31 a {color: $black;} 32} 33 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} 45