-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreact-email-renderer.css
69 lines (66 loc) · 1.17 KB
/
react-email-renderer.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
65
66
67
68
69
table {
zoom: 0.9;
}
* {
font-size: 100% !important;
font-family: inherit !important;
color: inherit !important;
line-height: inherit !important;
background-color: inherit !important;
}
a {
color: inherit !important;
text-decoration: underline !important;
font-weight: 500 !important;
}
img[src^="cid:"] {
display: none;
}
img {
border-radius: 0.3rem !important;
}
[name="messageSignatureSection"] {
opacity: 0.5;
}
#Signature {
opacity: 0.5;
}
.gmail_signature {
opacity: 0.5;
}
.gmail_quote {
display: none;
}
[name="messageReplySection"] {
display: none;
}
br:has(+ .gmail_quote) {
display: none;
}
blockquote[type="cite"] {
display: none;
}
div:has(+ blockquote[type="cite"]) {
display: none;
}
blockquote[type="cite"] + div {
display: none;
}
#appendonsend + hr {
display: none !important;
}
#appendonsend + hr + div {
display: none;
}
#appendonsend + hr + div + div {
display: none;
}
div[style*="border-top"][style*="solid"][style*="1.0pt"][style*="3.0pt"] {
display: none;
}
div[style*="border-top"][style*="solid"][style*="1.0pt"][style*="3.0pt"] ~ * {
display: none;
}
#mail-editor-reference-message-container {
display: none;
}