-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
73 lines (58 loc) · 994 Bytes
/
Copy pathstyles.css
File metadata and controls
73 lines (58 loc) · 994 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
61
62
63
64
65
66
67
68
69
70
71
72
73
.dnd-wiki-card-title {
display: flex;
align-items: center;
cursor: pointer;
}
.dnd-wiki-card-arrow {
margin-right: 0.5em;
}
.dnd-wiki-card-title-text {
font-size: 1.1em;
font-weight: 600;
margin: 0;
}
.dnd-wiki-card-content {
display: none;
margin-top: 0.5em;
}
.dnd-wiki-card-content-visible {
display: block;
}
.dnd-wiki-card-spacer {
margin-bottom: 0.75em;
}
.dnd-wiki-section-spacer {
height: 0.5em;
}
.dnd-wiki-description-mount,
.dnd-wiki-spell-lists {
margin-top: 0.5em;
}
.dnd-wiki-list-heading {
margin: 0 0 0.5em 0;
}
.dnd-wiki-search-hidden {
display: none;
}
.dnd-wiki-url-entry {
margin-bottom: 12px;
border-left: 2px solid var(--background-modifier-border);
padding-left: 12px;
}
.dnd-wiki-url-input-row {
display: flex;
gap: 8px;
align-items: center;
}
.dnd-wiki-url-key-input {
width: 100px;
}
.dnd-wiki-url-value-input {
flex: 1;
}
.dnd-wiki-delete-url-button {
color: var(--text-error);
}
.dnd-wiki-add-url-button {
margin-top: 12px;
}