-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
47 lines (47 loc) · 706 Bytes
/
style.css
File metadata and controls
47 lines (47 loc) · 706 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
body {
background: #000;
}
#sidePanel {
position: absolute;
top: 0;
left: 0;
z-index: 1;
margin-top: 20px;
margin-left: 20px;
}
#roomSizeDiv {
display: inline;
font-size: 24pt;
color: #ffefef;
}
label {
font-size: 24pt;
color: #ffefef;
}
.helpText {
color: #ffefef;
margin-bottom: 20px;
}
button {
font-size: 20pt;
padding-left: 20px;
padding-right: 20px;
line-height: 1.5;
}
#optionsButton {
font-size: 30px;
padding-left: 40px;
padding-right: 40px;
}
#shapeRow {
margin-bottom: 40px;
}
#decreaseRoomSize {
margin-right: 10px;
}
#increaseRoomSize {
margin-left: 10px;
}
.optionRow {
margin-bottom: 20px;
}