-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstyles.css
More file actions
99 lines (78 loc) · 1.44 KB
/
styles.css
File metadata and controls
99 lines (78 loc) · 1.44 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
[data-component-part=card-icon] {
min-width: 24px;
}
.card .icon {
margin: 0;
position: relative;
top: -1px;
width: 20px !important;
height: 20px !important;
}
.pop-count {
position: absolute;
top: 16px;
right: 16px;
font-size: 12px;
font-weight: bold;
}
.pop-count .icon {
margin-right: 3px;
}
table tr:has(th:empty) {
display: none;
}
.update table td, .tab-container table td {
min-width: auto;
}
.tab-container table td {
white-space: nowrap;
}
.dark\:bg-primary-light:is(.dark *) {
background: transparent;
}
h4 .icon, h4 .icon + a {
opacity: 0.7;
font-size: 14px;
border-bottom: none;
}
h4 .icon {
margin-left: 1em;
}
h4 .icon + a:hover {
opacity: 1;
}
h4 + div > .table td {
min-width: auto;
}
svg[style*="transporter-empty"] {
display: none;
}
button:has(svg[style*="transporter-empty"]),
a:has(svg[style*="transporter-empty"]) {
opacity: 0.4;
}
td .icon {
margin-top: 12px !important;
margin-bottom: 12px !important;
margin-right: 8px !important;
}
.country {
margin: -2em 0;
background: #f6f6f6;
padding: 4px;
}
h2:has(+ .country) {
margin-bottom: 2em;
}
div[data-component-part="accordion-content"] {
overflow-x: hidden !important;
}
.grow + [data-table-wrapper=true] {
padding: 0;
}
.grow + [data-table-wrapper=true] > div.table {
margin: 0 0 0 1rem;
}
a[href="https://www.mintlify.com?utm_campaign=poweredBy&utm_medium=referral&utm_source=undefined"] {
display: none;
}