Show More
@@ -1,36 +1,36 b'' | |||
|
1 |
|
|
|
1 | .terminal-app { | |
|
2 | 2 | background: @page-backdrop-color; |
|
3 | 3 | |
|
4 | 4 | #header { |
|
5 | 5 | background: @body-bg; |
|
6 | 6 | .box-shadow(@global-shadow); |
|
7 | 7 | |
|
8 | 8 | .header-bar { |
|
9 | 9 | margin-bottom: -1px; |
|
10 | 10 | } |
|
11 | 11 | } |
|
12 | 12 | |
|
13 | 13 | .terminal { |
|
14 | 14 | float: left; |
|
15 | 15 | font-family: monospace; |
|
16 | 16 | color: white; |
|
17 | 17 | background: black; |
|
18 | 18 | padding: @code_padding; |
|
19 | 19 | border-radius: @border-radius-base; |
|
20 | 20 | .box-shadow(@global-shadow-dark); |
|
21 | 21 | |
|
22 | 22 | &, dummy-screen { |
|
23 | 23 | line-height: 1em; |
|
24 | 24 | font-size: @notebook_font_size; |
|
25 | 25 | } |
|
26 | 26 | } |
|
27 | 27 | |
|
28 | 28 | .terminal-cursor { |
|
29 | 29 | color: black; |
|
30 | 30 | background: white; |
|
31 | 31 | } |
|
32 | 32 | |
|
33 | 33 | #terminado-container { |
|
34 | 34 | margin-top: @page-header-padding; |
|
35 | 35 | } |
|
36 | 36 | } |
General Comments 0
You need to be logged in to leave comments.
Login now