-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.css
64 lines (52 loc) · 880 Bytes
/
index.css
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
html,
body {
background-color: #1a1a1b;
color: #e0e0e0;
font-family: "Unica One", sans-serif;
font-size: 20px;
}
body {
margin-top: 1rem;
}
h1 {
font-family: "Unica One", sans-serif;
}
.align.center {
text-align: center;
}
i.ion {
font-size: 30px;
font-weight: normal !important;
}
.summary {
margin-top: 10rem;
}
.summary .sensor-item {
text-align: center;
}
.summary .sensor-item .heading {
color: rgba(255, 255, 255, 0.5);
}
.summary .sensor-item .heading i.icon {
color: #e0e0e0;
}
.summary .value {
line-height: 100%;
font-size: 120px;
font-family: "Lato", sans-serif;
font-weight: 100;
}
.summary .unit {
color: rgba(255, 255, 255, 0.5);
}
.footer {
margin-top: 10rem;
border-bottom: 100px solid transparent;
}
.svg-icon {
width: 32px;
height: 32px;
vertical-align: middle;
margin-right: 0.2rem;
opacity: 0.5;
}