-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathagent_pulse.tcss
More file actions
78 lines (65 loc) · 1.06 KB
/
Copy pathagent_pulse.tcss
File metadata and controls
78 lines (65 loc) · 1.06 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
/* Agent Pulse — Neon Mission Control theme */
Screen {
background: #06070a;
overflow-y: auto;
}
#root {
height: auto;
min-height: 100%;
width: 100%;
}
#logo {
height: auto;
margin: 1 2 0 2;
}
#row1_grid, #row2_grid, #row3_grid, #row4_grid {
grid-size: 2;
grid-columns: 1fr 1fr;
grid-rows: auto;
grid-gutter: 1;
height: auto;
margin: 0 2;
}
#stats, #history, #mix, #signal, #health, #model_dist, #live_runs, #sessions {
height: 100%;
min-width: 36;
}
#installed {
height: auto;
min-width: 36;
margin: 0 2 1 2;
}
#recent_box {
margin: 0 2;
padding: 1 1;
border: round #00F5D4;
background: #0b0f14;
height: auto;
max-height: 50%;
}
#recent_title {
height: 1;
margin-bottom: 1;
}
#recent {
height: auto;
min-height: 8;
max-height: 30;
overflow-y: auto;
}
DataTable {
background: #0b0f14;
color: #cbd5e1;
}
DataTable > .datatable--header {
background: #0f172a;
color: #e2e8f0;
text-style: bold;
}
DataTable > .datatable--cursor {
background: #1f2937;
}
Footer {
background: #0b0f14;
color: #94a3b8;
}