-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.css
More file actions
59 lines (49 loc) · 882 Bytes
/
Copy pathsettings.css
File metadata and controls
59 lines (49 loc) · 882 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
48
49
50
51
52
53
54
55
56
57
58
59
#settings {
text-align: left;
background-color: #000;
width: 95vw;
padding: 0.5em;
}
label {
color: #FFF;
}
.settings_child {
display: flex;
width: 100%;
justify-content: left;
gap: 5em;
height: 100%;
}
.settings_child2 {
display: grid;
grid-template-columns: repeat(2, 1fr);
margin-left: 10%;
margin-top: 1em;
}
button {
font-size: 1em;
}
#fireIconsContainer {
height: 10em;
overflow: scroll;
}
.apiExtraStuff {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.fireIcon {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: dashed 1px #FFF;
}
.fireIconButtons {
margin-top: 0.25em;
display: flex;
font-size: 0.75em;
}
.inputDiv {
width: 100%;
}
.newGainType, .editGainType {
display: none;
}