aboutsummaryrefslogtreecommitdiff
path: root/style.css
blob: b4c88975245b0de05e4087ef15aa5fde7e43aabb (plain)
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
body {
  font-size: 15px;
}

p {
  margin: 0 0 0.8rem;
}

#output-wrapper {
  margin-top: 0.5em;
}

#render-output {
  width: 100%;
  height: 65vmin;
  object-fit: contain;
}

.controls {
  margin-top: 0.5em;
}

.slider {
  margin-right: 0.5em;
  width: 100%;
}

.nested-slider {
  padding-left: 40px;
}

#console {
  height: 120px;
  padding: 0 0 0 1em;
  white-space: pre-line;
}

#res-label {
  padding-bottom: 4px;
  padding-top: 0px;
  margin-top: -1px;
  font-size: 15px;
}

.divider-vert {
  padding: 0;
}