forked from dekinet/MMM-Growatt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
55 lines (46 loc) · 829 Bytes
/
styles.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
.growatt-cell {
padding-right: 0px;
text-align: left;
}
.growatt-cell:last-child {
text-align: right;
}
.growatt-data {
font-size: 12px;
font-weight: 400;
font-size: 15px;
text-transform: uppercase;
text-align: left;
padding-bottom: 10px;
}
.growatt-table {
border-top: 1px solid #666;
font-size: 20px;
text-transform: none;
line-height: 1.4;
padding-top: 7px;
padding-bottom: 20px;
}
.graphic-table {
width: 100%;
margin-top: 30px;
text-transform: none;
line-height: 1;
font-size: 18px;
}
.graphic1 , .graphic2 , .graphic3 , .graphic4 , .graphic5 {
width: 63px;
text-align: center;
height: 35px;
vertical-align: middle;
padding-top: 10px;
}
.graphic1 , .graphic3 {
font-size: 40px;
}
.graphic5 {
font-size: 30px;
}
.graphic-row2:last-child {
font-size: 18px;
}