Michael Davis | 8b52206 | 2017-05-05 09:21:07 -0500 | [diff] [blame] | 1 | |
| 2 | .serial-lan__wrapper { |
Michael Davis | 8b52206 | 2017-05-05 09:21:07 -0500 | [diff] [blame] | 3 | .btn-export { |
| 4 | margin: 1.8em 0 1.8em 2em; |
| 5 | } |
| 6 | } |
| 7 | |
Michael Davis | 6bd0f26 | 2017-07-27 15:37:14 -0500 | [diff] [blame^] | 8 | .serial-lan__copy { |
| 9 | padding: 1em 0; |
| 10 | } |
Michael Davis | 8b52206 | 2017-05-05 09:21:07 -0500 | [diff] [blame] | 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 | |
Michael Davis | 8b52206 | 2017-05-05 09:21:07 -0500 | [diff] [blame] | 19 | .serial-lan__actions { |
| 20 | float: right; |
Michael Davis | 6bd0f26 | 2017-07-27 15:37:14 -0500 | [diff] [blame^] | 21 | .btn-pop-out, |
| 22 | .btn-export { |
Michael Davis | 8b52206 | 2017-05-05 09:21:07 -0500 | [diff] [blame] | 23 | text-decoration: none; |
Michael Davis | 6bd0f26 | 2017-07-27 15:37:14 -0500 | [diff] [blame^] | 24 | font-size: .9em; |
| 25 | &:visited { |
| 26 | color: $black; |
| 27 | } |
Michael Davis | 8b52206 | 2017-05-05 09:21:07 -0500 | [diff] [blame] | 28 | } |
| 29 | } |