Michael Davis | 8b52206 | 2017-05-05 09:21:07 -0500 | [diff] [blame] | 1 | .serial-lan__wrapper { |
Michael Davis | 640d28a | 2017-08-15 16:58:07 -0500 | [diff] [blame^] | 2 | overflow: hidden; |
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; |
Michael Davis | 640d28a | 2017-08-15 16:58:07 -0500 | [diff] [blame^] | 25 | &:hover { |
26 | text-decoration: underline; | ||||
27 | } | ||||
Michael Davis | 6bd0f26 | 2017-07-27 15:37:14 -0500 | [diff] [blame] | 28 | &:visited { |
29 | color: $black; | ||||
30 | } | ||||
Michael Davis | 8b52206 | 2017-05-05 09:21:07 -0500 | [diff] [blame] | 31 | } |
Michael Davis | 640d28a | 2017-08-15 16:58:07 -0500 | [diff] [blame^] | 32 | } |
33 | |||||
34 | .serial-lan__header { | ||||
35 | background: $white; | ||||
36 | padding: 1.2em; | ||||
37 | line-height: 0; | ||||
38 | a {color: $black;} | ||||
Michael Davis | 8b52206 | 2017-05-05 09:21:07 -0500 | [diff] [blame] | 39 | } |