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:
parent
7f4e5e12f9
commit
22fcc0eeb4
@ -98,6 +98,10 @@ body {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.footer .social-icons a {
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
/* -------------------------------------
|
||||
TYPOGRAPHY
|
||||
------------------------------------- */
|
||||
|
@ -118,6 +118,11 @@
|
||||
<tr>
|
||||
<td class="aligncenter content-block">8bit Solutions LLC<%body%></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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user