-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
47 lines (40 loc) · 1016 Bytes
/
style.css
File metadata and controls
47 lines (40 loc) · 1016 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
#seedvault_settings .seedvault-copy {
margin-bottom: 10px;
color: var(--SmartThemeBodyColor);
opacity: 0.85;
}
#seedvault_settings .seedvault-section + .seedvault-section {
margin-top: 14px;
}
#seedvault_settings .seedvault-title {
font-size: 0.95rem;
font-weight: 600;
margin-bottom: 6px;
}
#seedvault_settings .seedvault-row {
display: flex;
align-items: center;
gap: 8px;
flex-wrap: wrap;
}
#seedvault_settings .seedvault-row + .seedvault-row {
margin-top: 8px;
}
#seedvault_settings .seedvault-select,
#seedvault_settings .seedvault-input {
min-width: 220px;
flex: 1 1 220px;
}
#seedvault_settings .seedvault-current {
padding: 8px 10px;
border: 1px solid var(--SmartThemeBorderColor);
border-radius: 10px;
background: color-mix(in srgb, var(--SmartThemeBodyColor) 6%, transparent);
min-width: 220px;
flex: 1 1 220px;
}
#seedvault_settings .seedvault-note {
margin-top: 10px;
font-size: 0.85rem;
opacity: 0.75;
}