forked from SVendittelli/MMM-fitbit
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathMMM-Fitbit2.css
More file actions
48 lines (40 loc) · 703 Bytes
/
MMM-Fitbit2.css
File metadata and controls
48 lines (40 loc) · 703 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
.MMM-Fitbit2 .wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.MMM-Fitbit2 .widget {
padding: 10px 5px 0 5px;
}
.MMM-Fitbit2 .widgettext {
height: 60px;
padding: 0 0 5px 0;
text-align: center;
}
.MMM-Fitbit2 .widgeticon {
opacity: 0.6;
height: 40px;
display: block;
margin: 0 auto;
}
.MMM-Fitbit2 .widgetprogbarbkg {
position: relative;
width: 75px;
height: 5px;
background-color: grey;
}
.MMM-Fitbit2 .widgetprogbar {
position: absolute;
height: 100%;
background-color: lightgrey;
}
.MMM-Fitbit2 .lastsyncedwrapper {
position: relative;
}
.MMM-Fitbit2 .textbottomwrapper {
position: absolute;
bottom: 0;
}
.MMM-Fitbit2 .textbottom {
position: relative;
}