-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
91 lines (74 loc) · 1.38 KB
/
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
body {
font-family: Sans-Serif;
}
.teal {
color: #008EB0;
}
.green {
color: #27B67C;
}
.email-container {
font-family: arial, sans-serif;
font-size: 12px;
width: 600px;
height: 330px;
border: 1px solid #eee;
border-radius: 10px;
margin: 40px auto;
padding: 25px;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
}
.email-body {
padding-left: 37px;
}
.email-body p {
margin: 15px auto;
}
.signature-wrapper {
width: 300px;
}
.signature {
border-collapse: collapse;
margin-top: 30px;
}
.signature #logo {
max-height: 42px;
}
.signature .logo-cell {
border-right: 1px dotted #E8E8E8;
padding: 10px 22px 12px 0;
}
.signature .contact-details {
vertical-align: top;
padding: 2px 0 0 18px;
color: #A5A5A5;
font-size: 11px;
}
.signature .contact-details .name {
font-weight: bold;
font-size: 13px;
}
.signature .contact-details .separator {
padding: 0 2px;
}
.signature .contact-details .phone {
margin: 6px auto 9px;
line-height: 15px;
color: #A5A5A5;
}
.signature .contact-details .phone a {
color: #A5A5A5;
text-decoration: none;
}
.signature .contact-details .tag {
font-weight: bold;
}
.signature .contact-details .icon {
max-width: 18px;
margin-right: 4px;
}
.signature .contact-details .link {
display: inline-block;
}