mirror of
https://github.com/bitwarden/server.git
synced 2025-05-20 19:14:32 -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;
|
max-width: 600px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
display: block;
|
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 {
|
.main {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid #e9e9e9;
|
border: 1px solid #e9e9e9;
|
||||||
@ -218,4 +223,8 @@ a {
|
|||||||
border-left: none !important;
|
border-left: none !important;
|
||||||
border-radius: 0 !important;
|
border-radius: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logo {
|
||||||
|
padding-top: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,11 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<table class="body-wrap">
|
<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>
|
<tr>
|
||||||
<td class="container" width="600">
|
<td class="container" width="600">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
@ -31,23 +36,13 @@
|
|||||||
Mobile
|
Mobile
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</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>
|
<tr>
|
||||||
<td class="content-block">
|
<td class="content-block">
|
||||||
<table width="100%" cellpadding="0" cellspacing="0">
|
<table width="100%" cellpadding="0" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="middle" class="aligncenter middle" width="50%">
|
<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">
|
<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>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td valign="middle" class="aligncenter middle" width="50%">
|
<td valign="middle" class="aligncenter middle" width="50%">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user