Show More
@@ -1,3 +1,15 b'' | |||
|
1 | body.terminal-app { | |
|
2 | background: @page-backdrop-color; | |
|
3 | ||
|
4 | #header { | |
|
5 | background: @body-bg; | |
|
6 | .box-shadow(@global-shadow); | |
|
7 | ||
|
8 | .header-bar { | |
|
9 | margin-bottom: -1px; | |
|
10 | } | |
|
11 | } | |
|
12 | ||
|
1 | 13 | .terminal { |
|
2 | 14 | float: left; |
|
3 | 15 | font-family: monospace; |
@@ -21,3 +33,4 b'' | |||
|
21 | 33 | #terminado-container { |
|
22 | 34 | margin-top: @page-header-padding; |
|
23 | 35 | } |
|
36 | } |
General Comments 0
You need to be logged in to leave comments.
Login now