.serial-lan__wrapper { | |
.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; | |
overflow: scroll; | |
} | |
.serial-lan__actions { | |
float: right; | |
.btn-pop-out, | |
.btn-export { | |
text-decoration: none; | |
font-size: .9em; | |
&:visited { | |
color: $black; | |
} | |
} | |
} |