File: targets.css

package info (click to toggle)
prometheus 2.24.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 18,576 kB
  • sloc: javascript: 2,471; yacc: 555; asm: 297; sh: 215; lex: 180; makefile: 157
file content (50 lines) | stat: -rw-r--r-- 727 bytes parent folder | download | duplicates (4)
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
h2.job_header {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

h2.danger a {
    color: rgb(242, 65, 65);
}

.options-container {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.options-container .btn {
    border-radius: 0px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.table-container button.targets {
    padding: 0.3em;
    font-size: 0.6em;
    border-radius: 0;
    font-weight: 400;
}

.table-container table {
    width: 100%;
}

.table-container table tr td {
    height: auto;
    word-wrap: break-word;
    word-break: break-all;
}

td.endpoint, td.labels {
    width: 25%;
}

td.state, td.last-scrape {
    width: 10%;
}

td.errors {
    width: 30%;
}