-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
87 lines (73 loc) · 1.25 KB
/
index.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
.cursor-pointer{
cursor: pointer;
}
.function-name-item {
display: flex;
align-items: baseline;
justify-content: space-between;
padding: 0.3rem;
margin-bottom: 0rem;
line-height: 0.9rem;
font-weight: 500;
cursor: pointer;
}
.job-item-title-area {
display: flex;
align-items: baseline;
justify-content: space-between;
}
.job-item-footer-area {
display: flex;
align-items: baseline;
justify-content: space-between;
margin-top: 0.25rem;
}
.function-name-count {
font-size: 90%;
font-weight: 400;
color: darkslategray;
}
.function-name-string {
max-width: 90%;
overflow-wrap: break-word;
}
.card-body {
flex: 1 1 60%;
padding: 0.75rem;
margin: 0.5rem;
background-color: #fffcb3;
box-shadow: 0.1rem 0.1rem 0.1rem gray;
}
footer {
text-align: right;
font-size: 75%;
font-weight: 500;
}
#job-item-datetime {
color: #111;
}
hr {
margin: 0.2rem;
}
ul {
margin-bottom: 0;
}
.filter-container {
/* border: 0.3rem outset lightgray; */
margin-top: 1rem;
margin-bottom: 1rem;
padding: 1rem;
}
.item_count_badge {
text-align: center;
font-size: 75%;
font-weight: 400;
color: darkslategray;
}
#title {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
#reload-button {
background-color: #ffc107
}