-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
60 lines (52 loc) · 914 Bytes
/
styles.css
File metadata and controls
60 lines (52 loc) · 914 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
60
.builder,
.results {
margin: 0 auto;
padding: 0 1rem;
box-sizing: border-box;
}
.query-builder fieldset {
border: none;
}
.text-control {
margin-top: 0.2rem;
padding: 0.5rem;
font-family: Monaco, "Lucida Console", monospace;
font-size: 1rem;
width: 100%;
box-sizing: border-box;
}
[name="dql"] {
height: 6rem;
}
.submit-action {
font-size: 1rem;
padding: 0.5rem;
background-color: #3ac569;
border: 0 none;
text-transform: none;
color: #fff;
}
h3 {
padding: 0;
margin: 0;
}
.hidden {
display: none;
}
.result {
font-family: Monaco, "Lucida Console", monospace;
margin-top: 1rem;
white-space: pre-wrap;
word-wrap: break-word;
}
.error {
overflow: auto;
}
.loading {
text-align: center;
background-color: #F06E37;
color: #010410;
border-radius: 0.4rem;
padding: 0.2rem;
margin: 0.5rem auto;
}