-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoptions.css
More file actions
45 lines (39 loc) · 832 Bytes
/
Copy pathoptions.css
File metadata and controls
45 lines (39 loc) · 832 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
@import url("./style.css");
:root {
--page-max-width: 720px;
--page-padding: 20px;
--h1-font-size: 22px;
--h2-font-size: 15px;
--h2-margin: 0 0 10px;
--button-padding: 6px 10px;
--button-margin-top: 6px;
--button-margin-inline-end: 1rem;
--status-min-height: 1.4em;
--status-margin: 0;
--status-font-size: inherit;
}
p {
color: var(--muted);
}
section {
border-bottom: 1px solid var(--border);
&:last-of-type {
border-bottom: none;
}
}
.scope-switch-confirm {
margin-block-start: 12px;
padding: 12px;
border: 1px solid var(--border);
border-radius: 10px;
background: color-mix(in srgb, CanvasText 4%, transparent);
& select {
display: block;
box-sizing: border-box;
width: 100%;
margin-block-start: 6px;
}
}
.scope-switch-actions {
margin-block-start: 10px;
}