-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaterial.css
More file actions
60 lines (60 loc) · 950 Bytes
/
material.css
File metadata and controls
60 lines (60 loc) · 950 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
body {
margin: 0;
font-family: sans-serif;
font-size: 20px;
color: #212121;
overflow: hidden;
}
.top-bar {
background-color: #F0F;
color: #000;
height: 80px;
}
.top-bar > h1 {
line-height: 80px;
}
.controls {
position: absolute;
top: 200px;
left: 704px;
width: 8px;
}
.controls > button {
width: 200px;
height: 48px;
margin: 8px;
padding: 16px;
border: none;
border-radius: 8px;
box-shadow: 0 3px 3px #212121;
}
.controls > button:active {
background-color: #004d4d;
}
.controls > button:focus {
outline: 0;
}
.unselected {
background-color: #006666;
color: #FFF;
}
.selected {
background-color: #003333;
color: #FFF;
}
.instructions-wrapper {
position: absolute;
top: 200px;
left: 1200px;
transform: translate(-50%);
}
.instructions {
list-style: none;
color: #212121;
}
.instructions > li {
margin: 8px;
padding: 8px;
text-align: left;
}
/*# sourceMappingURL=material.css.map */