forked from timdows/MMM-JsonTable
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathMMM-GmailFeed.css
60 lines (53 loc) · 961 Bytes
/
MMM-GmailFeed.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
.MMM-GmailFeed .mailtable {
font-size: 20px;
line-height: 25px;
}
.MMM-GmailFeed .colfrom {
width: 1px;
padding-right: 8px;
white-space: nowrap;
font-weight: 300;
font-size: 20px;
text-align: left;
}
.MMM-GmailFeed .colsubj {
font-weight: 450;
white-space: nowrap;
font-size: 20px;
text-align: left;
}
.MMM-GmailFeed .coldt {
width: 1px;
white-space: nowrap;
font-weight: 300;
font-size: 20px;
text-align: right;
}
.MMM-GmailFeed .coltm {
width: 1px;
white-space: nowrap;
font-weight: 300;
font-size: 20px;
text-align: right;
}
.MMM-GmailFeed .hidden {
display: none;
}
.notification {
color: #fff;
text-decoration: none;
padding: 0px 0px;
position: relative;
display: inline-block;
border-radius: 2px;
margin: 5px;
}
.MMM-GmailFeed .notification .badge {
position: absolute;
top: -10px;
right: -10px;
padding: 3px 10px;
border-radius: 50%;
background-color: #fff;
color: #000;
}