| Michael Davis | 8b52206 | 2017-05-05 09:21:07 -0500 | [diff] [blame] | 1 |  | 
 | 2 | .serial-lan__wrapper { | 
 | 3 |   background: $lightgrey; | 
 | 4 |   border: 1px solid $medgrey; | 
 | 5 |   padding: 2.5em 2.5em 5em 2.5em; | 
 | 6 |   .btn-export { | 
 | 7 |     margin: 1.8em 0 1.8em 2em; | 
 | 8 |   } | 
 | 9 | } | 
 | 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__copy { | 
 | 20 |   padding: 2.5em 2.5em 1em; | 
 | 21 | } | 
 | 22 |  | 
 | 23 | .serial-lan__actions { | 
 | 24 |   float: right; | 
 | 25 |   a { | 
 | 26 |     text-decoration: none; | 
 | 27 |   } | 
 | 28 | } |