custom.css
1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
html, body {
height: 100%;
}
body > section {
height: 100%;
}
body .mainwrapper {
position: absolute;
top: 60px;
bottom: 0;
width: 100%;
}
body .mainwrapper .leftpanel {
bottom: 0;
}
.mainpanel {
height: 100%;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
padding: 4px 8px;
vertical-align: middle;
}
.CodeMirror {
min-height: 100%;
}
.ml20 {
margin-left: 20px;
}
.yoho-log-dark {
background-color: #000;
overflow: auto;
}
.yoho-log-dark p {
font-family: "Courier New";
}
.yoho-log-dark p span {
margin-right: 15px;
}
.yoho-log-dark .timer {
color: #F6F792;
width: 235px;
display: inline-block;
}
.yoho-log-dark .pid {
color: #F5A503;
}
.yoho-log-dark .level {
color: #77C4D3;
}
.yoho-log-dark .level.error {
color: #EA2E49;
}
.yoho-log-dark .message {
color: #DAEDE2;
word-break:break-all;
}
.yoho-log-dark .host {
width: 140px;
display: inline-block;
}
.label.production {
background-color: #428bca;
}
.label.preview {
background-color: #F5A503;
}
.label.test {
background-color: #5cb85c;
}
.project-env {
cursor: pointer;
}
.selcet-auto {
width: auto;
}