aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/style.css
blob: c8b7d9226154069c298a1107cc310da2f857baf0 (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
body {
  margin: 0.5em;
  font-size: 15px;
}

p {
  margin: 0 0 0.8em;
}

.texture-definition {
  display: none;
}

#minimap {
  transform: rotate(180deg);
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
}

#output-wrapper {
  position: relative;
  width: 960px;
  height: 720px;
}

.controls {
  /*max-width: 20em;*/
}

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

.form-switch {
  font-size: 0.9em;
}

.btn {
  height: 3em;
  width: 23%;
  touch-action: manipulation;
}