mirror of
https://github.com/bitwarden/server.git
synced 2025-05-20 11:04:31 -05:00
welcome email style updates: new google play badge and added logo to top of email
This commit is contained in:
parent
6f636603fb
commit
7f4e5e12f9
@ -56,12 +56,17 @@ body {
|
||||
max-width: 600px;
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
padding: 20px;
|
||||
padding: 0 20px 20px 20px;
|
||||
}
|
||||
|
||||
/* -------------------------------------
|
||||
HEADER, FOOTER, MAIN
|
||||
LOGO, HEADER, FOOTER, MAIN
|
||||
------------------------------------- */
|
||||
.logo {
|
||||
padding: 20px 0 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.main {
|
||||
background-color: #fff;
|
||||
border: 1px solid #e9e9e9;
|
||||
@ -218,4 +223,8 @@ a {
|
||||
border-left: none !important;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
|
||||
.logo {
|
||||
padding-top: 10px;
|
||||
}
|
||||
}
|
||||
|
@ -9,6 +9,11 @@
|
||||
|
||||
<body>
|
||||
<table class="body-wrap">
|
||||
<tr>
|
||||
<td valign="middle" class="aligncenter middle logo">
|
||||
<img src="https://bitwarden.com/images/logo-gray.png" alt="" width="250" height="39" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="container" width="600">
|
||||
<div class="content">
|
||||
@ -31,23 +36,13 @@
|
||||
Mobile
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<table width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td class="aligncenter" width="50%">Android</td>
|
||||
<td class="aligncenter" width="50%">iOS</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="content-block">
|
||||
<table width="100%" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td valign="middle" class="aligncenter middle" width="50%">
|
||||
<a href="https://play.google.com/store/apps/details?id=com.x8bit.bitwarden" title="Get bitwarden on Google Play" target="_blank">
|
||||
<img src="https://developer.android.com/images/brand/en_generic_rgb_wo_45.png" width="129" height="45" alt="Get bitwarden on Google Play" />
|
||||
<img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" height="63" width="163" alt="Get bitwarden on Google Play" />
|
||||
</a>
|
||||
</td>
|
||||
<td valign="middle" class="aligncenter middle" width="50%">
|
||||
|
Loading…
x
Reference in New Issue
Block a user