-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
80 lines (67 loc) · 1.07 KB
/
style.css
File metadata and controls
80 lines (67 loc) · 1.07 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
.am-container {
padding: 12px;
}
.am-header h3,
.am-card h4 {
margin: 0 0 8px;
}
.am-card {
margin-top: 12px;
padding: 12px;
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 8px;
}
.am-field {
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
margin-top: 8px;
}
.am-field input,
.am-field select {
min-width: 120px;
}
.am-pre {
white-space: pre-wrap;
word-break: break-word;
margin: 0;
font-size: 12px;
line-height: 1.4;
}
.am-hint {
font-size: 12px;
opacity: 0.6;
margin: 0 0 8px;
}
.am-card h5 {
margin: 12px 0 6px;
font-size: 13px;
opacity: 0.8;
}
.am-card label {
display: flex;
align-items: center;
gap: 6px;
margin-top: 4px;
}
.am-card button.menu_button {
margin-top: 8px;
}
.am-advanced {
margin-top: 10px;
border-top: 1px solid rgba(255, 255, 255, 0.08);
padding-top: 8px;
}
.am-advanced summary {
cursor: pointer;
font-size: 13px;
opacity: 0.7;
user-select: none;
}
.am-advanced summary:hover {
opacity: 1;
}
.am-advanced[open] summary {
margin-bottom: 8px;
}