-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
44 lines (38 loc) · 752 Bytes
/
styles.css
File metadata and controls
44 lines (38 loc) · 752 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
.channel-list .react-colorful {
height: 14px;
}
.channel-list .react-colorful__saturation,
.channel-list .react-colorful__alpha {
display:none;
height: 0;
width: 0;
}
.channel-list .react-colorful__hue {
height: 14px;
border-radius: 2px;
}
.channel-list .react-colorful__hue-pointer {
width: 20px;
height: 20px;
}
.channel-list {
display: grid;
grid-auto-rows: 20px;
grid-template-columns: 75px min-content;
column-gap: 10px;
align-items: center;
background: rgba(0, 0, 0, 0.5);
position: relative;
width: min-content;
padding: 0.5em;
}
.channel-label {
font-family: sans-serif;
color: #cccccc;
vertical-align: middle;
cursor: pointer;
}
.channel-label.enabled {
color: #ffffff;
font-weight: bold;
}