-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMMM-WH2600.css
58 lines (49 loc) · 864 Bytes
/
MMM-WH2600.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
.wh2600-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
text-align: center;
}
.wh2600-temp-block {
width: 220px;
height: auto;
margin-left: 30px;
margin-right: 30px;
margin-bottom: 30px;
}
.fade-in-and-out {
opacity: 1;
animation: fade 1s linear;
}
@keyframes fade {
0% { opacity: 0; }
100% { opacity: 1; }
}
.wh2600-text-align-right {
text-align: right;
}
.wh2600-text-align-left {
text-align: left;
}
.wh2600-icon-space {
vertical-align: top;
}
.wh2600-value-space {
display: inline-block;
min-width: 70px;
margin-left: 10px;
}
.wh2600-unit-space {
display: inline-block;
width: 55px;
min-width: 55px;
margin-left: 10px;
}
.wh2600-xxlarge {
width: 120px;
height: 120px;
border: 2px solid var(--color-text-dimmed);
font-size: 120px;
line-height: 120px;
border-radius: 50%;
}