1.serial-lan__wrapper { 2 overflow: hidden; 3 .btn-export { 4 margin: 1.8em 0 1.8em 2em; 5 } 6 height: 100%; 7} 8 9.serial-lan__copy { 10 padding: 1em 0; 11} 12 13.serial-lan__header { 14 background: $primary-light; 15 padding-bottom: 1.2em; 16 line-height: 0; 17} 18 19.terminal-container { 20 position: relative; 21 width: 100%; 22 height: 25em; 23} 24 25.window-terminal-container { 26 position: relative; 27 max-width: 100%; 28 height: 80vh; 29} 30 31#terminal{ 32 height: 100%; 33} 34