1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-20 19:14:32 -05:00

Added social icons to welcome email

This commit is contained in:
Kyle Spearrin 2016-10-30 00:22:13 -04:00
parent 7f4e5e12f9
commit 22fcc0eeb4
2 changed files with 9 additions and 0 deletions

View File

@ -98,6 +98,10 @@ body {
font-size: 12px;
}
.footer .social-icons a {
padding: 0 10px;
}
/* -------------------------------------
TYPOGRAPHY
------------------------------------- */

View File

@ -118,6 +118,11 @@
<tr>
<td class="aligncenter content-block">8bit Solutions LLC&lt;%body%&gt;</td>
</tr>
<tr>
<td class="aligncenter content-block social-icons">
<a href="https://twitter.com/bitwarden_app" target="_blank"><img src="https://bitwarden.com/images/mail-twitter.png" alt="Twitter" width="40" height="40" /></a><a href="https://www.facebook.com/bitwarden/" target="_blank"><img src="https://bitwarden.com/images/mail-facebook.png" alt="Twitter" width="40" height="40" /></a><a href="https://plus.google.com/114869903467947368993" target="_blank"><img src="https://bitwarden.com/images/mail-gplus.png" alt="Twitter" width="40" height="40" /></a>
</td>
</tr>
</table>
</div>
</div>