-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstyles.css
More file actions
97 lines (87 loc) · 1.39 KB
/
styles.css
File metadata and controls
97 lines (87 loc) · 1.39 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
body {
background: #fff;
}
.app-layout {
display: flex;
align-items: center;
margin: 0 auto;
justify-content: center;
background: #fff;
/* max-width: 1000px; */
width: 100%;
}
.app-layout main {
display: flex;
flex-direction: column;
width: 98%;
}
i.material-icons {
max-width: 24px;
}
.color-buttons {
display: flex;
justify-content: space-between;
}
.power-button {
text-align: center;
}
.mic-button {
margin-top: 2pc;
}
/* .power-button {
margin-bottom: 2pc;
} */
.hidden {
display: none;
}
.test-suite {
display: block;
justify-content: space-between;
padding-top: 1em;
}
.on {
background: yellow !important;
}
.off{
background: darkgray !important;
}
div.contro .mdl-textfield {
width: 70%;
}
.things{
display: flex;
justify-content: space-evenly;
}
.boxer{
padding: 2px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(53, 36, 36, 0.2), 0 1px 5px 0 rgba(0,0,0,.12);
margin-bottom: 20px;
}
.controls{
display: flex;
justify-content: space-evenly;
}
.heading{
font-size: 2em;
padding-right: 2em;
}
table{
margin: auto;
}
.graybox table{
width: 100%;
}
.twenty-px{
margin-left: 20px;
margin-right: 20px;
}
.commands-table {
margin-bottom: 20px;
}
div.title{
width: 100%;
text-align: center;
}
div.small{
font-size: x-small;
}