-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathui.css
More file actions
67 lines (52 loc) · 839 Bytes
/
ui.css
File metadata and controls
67 lines (52 loc) · 839 Bytes
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
Screen {
background: #0d1117;
layout: horizontal;
}
/* Sidebar */
#sidebar {
width: 28;
background: #161b22;
border: solid #30363d;
padding: 1;
}
/* Sidebar title */
.title {
text-align: center;
color: #58a6ff;
text-style: bold;
margin-bottom: 1;
}
/* Buttons */
Button {
width: 100%;
margin-bottom: 1;
}
/* Compact connection buttons (used for the Connections list) */
Button.conn-button {
padding: 0 1;
min-height: 1;
margin-bottom: 0;
align: left middle;
text-align: left;
}
/* Main area */
#main {
padding: 1 2;
}
/* Sections */
.section {
text-style: bold;
color: #8b949e;
margin-top: 1;
}
/* Status */
#status {
color: #3fb950;
text-style: bold;
}
/* Logs */
Log {
height: 1fr;
border: round #30363d;
padding: 1;
}