Email Template completed (Check reminder.html)
This commit is contained in:
parent
b5014890ab
commit
dc328d8c5a
BIN
app/assets/images/perficientdigital-logo.jpg
Normal file
BIN
app/assets/images/perficientdigital-logo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
app/assets/images/yellowslant-left.jpg
Normal file
BIN
app/assets/images/yellowslant-left.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
app/assets/images/yellowslant-right.jpg
Normal file
BIN
app/assets/images/yellowslant-right.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
@ -1,4 +1,7 @@
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
color: $success-color;
|
||||
}
|
||||
|
||||
.email-container {
|
||||
.email-heading th {
|
||||
@ -12,12 +15,25 @@
|
||||
.email-title {
|
||||
text-transform: uppercase;
|
||||
font-weight: 700;
|
||||
font-size:20px;
|
||||
font-size:18px;
|
||||
vertical-align: sub;
|
||||
}
|
||||
}
|
||||
.email-body {
|
||||
.email-body * {
|
||||
font-family: 'Lato', Helvetica Neue, Helvetica, Ariel, sans-serif;
|
||||
font-weight:300;
|
||||
font-size: 16px;
|
||||
line-height: 1.5em;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.email-copyright {
|
||||
font-family: 'Lato', Helvetica Neue, Helvetica, Ariel, sans-serif;
|
||||
font-size: 10px;
|
||||
color: #909090;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
.email-logo {
|
||||
text-align: right;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
}
|
||||
|
@ -25,7 +25,34 @@
|
||||
|
||||
<row>
|
||||
<columns>
|
||||
<div style="background-color: #FFF200; height: 20px; width: 100%;"> </div>
|
||||
<table>
|
||||
<tr>
|
||||
<td class="email-copyright">
|
||||
©2016 All Rights Reserved - Perficient Digital
|
||||
</td>
|
||||
<td class="email-logo">
|
||||
<%= image_tag("perficientdigital-logo.jpg", alt:"Perficient Digital") %>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</columns>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<columns>
|
||||
<table>
|
||||
<tr>
|
||||
<td style="width:6px;">
|
||||
<%= image_tag("yellowslant-left.jpg", alt:"Perficient Digital") %>
|
||||
</td>
|
||||
<td style="background-color:#fef035; font-size:1px;">
|
||||
|
||||
</td>
|
||||
<td style="width:6px;">
|
||||
<%= image_tag("yellowslant-right.jpg", alt:"Perficient Digital") %>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</columns>
|
||||
</row>
|
||||
</container>
|
Loading…
Reference in New Issue
Block a user