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 | |
Michael Davis | 8b52206 | 2017-05-05 09:21:07 -0500 | [diff] [blame] | 12 | .serial-lan__actions { |
13 | float: right; | ||||
Michael Davis | 6bd0f26 | 2017-07-27 15:37:14 -0500 | [diff] [blame] | 14 | .btn-pop-out, |
15 | .btn-export { | ||||
Michael Davis | 8b52206 | 2017-05-05 09:21:07 -0500 | [diff] [blame] | 16 | text-decoration: none; |
Michael Davis | 6bd0f26 | 2017-07-27 15:37:14 -0500 | [diff] [blame] | 17 | font-size: .9em; |
Michael Davis | 640d28a | 2017-08-15 16:58:07 -0500 | [diff] [blame] | 18 | &:hover { |
19 | text-decoration: underline; | ||||
20 | } | ||||
Michael Davis | 6bd0f26 | 2017-07-27 15:37:14 -0500 | [diff] [blame] | 21 | &:visited { |
22 | color: $black; | ||||
23 | } | ||||
Michael Davis | 8b52206 | 2017-05-05 09:21:07 -0500 | [diff] [blame] | 24 | } |
Michael Davis | 640d28a | 2017-08-15 16:58:07 -0500 | [diff] [blame] | 25 | } |
26 | |||||
27 | .serial-lan__header { | ||||
28 | background: $white; | ||||
29 | padding: 1.2em; | ||||
30 | line-height: 0; | ||||
31 | a {color: $black;} | ||||
Jayashankar Padath | 1255e0d | 2018-06-13 23:45:49 +0530 | [diff] [blame] | 32 | } |
beccabroek | 457ca04 | 2018-09-07 17:18:24 -0500 | [diff] [blame^] | 33 | |
34 | .terminal-container { | ||||
35 | position: relative; | ||||
36 | height: 25em; | ||||
37 | width: 100%; | ||||
38 | } | ||||
39 | |||||
40 | .window-terminal-container { | ||||
41 | position: relative; | ||||
42 | height: 25em; | ||||
43 | max-width: 70em; | ||||
44 | } |