mirror of
https://github.com/bitwarden/server.git
synced 2025-05-21 03:24:31 -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;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer .social-icons a {
|
||||||
|
padding: 0 10px;
|
||||||
|
}
|
||||||
|
|
||||||
/* -------------------------------------
|
/* -------------------------------------
|
||||||
TYPOGRAPHY
|
TYPOGRAPHY
|
||||||
------------------------------------- */
|
------------------------------------- */
|
||||||
|
@ -118,6 +118,11 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="aligncenter content-block">8bit Solutions LLC<%body%></td>
|
<td class="aligncenter content-block">8bit Solutions LLC<%body%></td>
|
||||||
</tr>
|
</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>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user