This repository was archived by the owner on Jul 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathkube-pod.css
99 lines (78 loc) · 1.35 KB
/
kube-pod.css
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
#close {
position: absolute;
top: 5px;
right: 5px;
color: #3b50ce;
}
kube-card.Terminated::shadow paper-item::shadow core-icon {
fill: #e51c23; /* red */
}
kube-card.Running::shadow paper-item::shadow core-icon {
fill: #259b24; /* green */
}
kube-card.Waiting::shadow paper-item::shadow core-icon {
fill: #ffeb3b; /* yellow */
}
paper-item[icon="launch"] {
margin-left: 0;
padding-left: 0;
}
.bullets {
list-style: none;
margin: 0;
padding: 0;
}
ul.bullets > li {
padding-left: 1em;
text-indent: -.9em;
margin-top: 0.5em;
}
ul.bullets > li:before {
content: "\0025CF";
}
ul.bullets > li.running:before {
color: #259b24; /* green */
}
ul.bullets > li.paused:before {
color: #ffeb3b; /* yellow */
}
ul.bullets > li.stopped:before {
color: #e51c23; /* red */
}
.d {
color: rgba(0, 0, 0, 0.12);
}
.secondary {
color: rgba(0, 0, 0, 0.54);
}
.smaller {
font-size: smaller;
}
.newline:before {
content: "";
display: block;
}
.top.space {
margin-top: 0.7em;
}
.label.item {
text-align: right;
}
.label.name, .label.value {
display: inline-block;
background-color: #ff9800;
padding: 2px 7px 3px;
margin: 1px 0;
}
.label.name {
color: white;
background-color: #ef6c00;
}
.label.value {
background-color: #ff9800;
}
.truncate {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}