updated secondary pages style & illustrations

This commit is contained in:
Danny Coates 2019-03-01 11:05:43 -08:00
parent 4e7b205dfd
commit 1b9182aac7
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
5 changed files with 194 additions and 383 deletions

View file

@ -10,11 +10,11 @@ module.exports = function(state) {
<h1 class="text-center font-bold my-2">
${state.translate('downloadFinish')}
</h1>
<img src="${assets.get('completed.svg')}" class="my-12 h-48" />
<p class="text-grey-darkest leading-normal">
${state.translate('downloadFinishText')}
</p>
<img src="${assets.get('completed.svg')}" class="my-12 h-48" />
<p class="mb-4">
<p class="my-5">
<a href="/" class="btn rounded-lg flex items-center mt-4" role="button"
>${state.translate('sendYourFilesLink')}</a
>