forked from liara-cloud/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi.css
More file actions
60 lines (48 loc) · 922 Bytes
/
Copy pathapi.css
File metadata and controls
60 lines (48 loc) · 922 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
.endpoint {
direction: ltr;
}
.endpoint__path {
font-family: Arial, Helvetica, sans-serif;
color: #555;
margin-left: 8px;
}
.dark-mode .endpoint__path {
color: #ccc;
}
.endpoint__param {
color: var(--secondary);
}
.endpoint-inputs,
.endpoint-inputs td {
border-collapse: collapse;
padding: 8px;
}
.endpoint-inputs {
width: 100%;
direction: ltr;
}
.endpoint-inputs__group {
font-weight: bold;
background-color: #efeffe !important;
}
.dark-mode .endpoint-inputs__group {
font-weight: bold;
background-color: #2a2c36 !important;
}
.dark-mode .endpoint-inputs__group {
font-weight: bold;
background-color: #2a2c36 !important;
}
.dark-mode .endpoint-inputs td {
color: #ccc !important;
}
.endpoint-inputs td {
font-size: 14px;
}
.endpoint-inputs tr:nth-child(odd) {
background-color: #f3f3f3;
}
.endpoint-inputs__description {
direction: rtl;
font-size: 12px !important;
}