This repository was archived by the owner on Mar 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathstyles.css
More file actions
94 lines (78 loc) · 1.24 KB
/
Copy pathstyles.css
File metadata and controls
94 lines (78 loc) · 1.24 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
*:disabled,
.disabled {
opacity: 0.5;
}
a {
color: #3367d6;
text-decoration: none;
}
body {
color: #5f6368;
font-size: 13px;
margin: 0;
min-width: 360px;
white-space: nowrap;
}
details > div {
padding-top: 0.5rem;
}
label > p {
margin: 0.25rem 0;
}
label > select {
background-color: white;
border: 1px solid #dadce0;
color: #3367d6;
display: block;
font-weight: bold;
height: 2em;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
width: 100%;
}
section {
border-bottom: 1px solid #dadce0;
padding: 1rem;
}
section > div {
display: flex;
justify-content: space-between;
margin: 0 -0.25rem;
}
section > div > div {
margin: 0 0.25rem;
}
section > small {
display: block;
}
summary {
cursor: pointer;
}
ul {
list-style-type: none;
margin: 0;
padding: 0.5rem 0 0 0;
}
ul li {
padding: 0.1rem 0;
}
ul.extensions li {
display: flex;
justify-content: space-between;
}
ul.extensions li button.remove {
border: 0;
cursor: pointer;
padding: 0;
visibility: hidden;
}
ul.extensions li:hover button.remove {
visibility: visible;
}
.badge {
background-color: orangered;
border-radius: 4px;
color: white;
margin-right: 0.5em;
padding: 0 0.25em;
}