a few style tweaks

This commit is contained in:
Danny Coates 2019-03-01 14:12:23 -08:00
parent 4820f175dd
commit 8f74ccdb48
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
4 changed files with 10 additions and 10 deletions

View file

@ -12,10 +12,13 @@ module.exports = function(trigger) {
<send-signup-dialog
class="flex flex-col md:flex-row justify-center px-8 md:px-24 w-full h-full"
>
<img src="${assets.get('firefox_logo-only.svg')}" class="h-16 mb-4" />
<img
src="${assets.get('firefox_logo-only.svg')}"
class="h-16 mt-1 mb-4"
/>
<section class="flex flex-col flex-no-shrink self-center mx-6 max-w-xs">
<h1 class="font-bold">${state.translate('accountBenefitTitle')}</h1>
<ul class="leading-normal text-grey-darkest my-2 mb-8 mt-4 pl-4">
<ul class="leading-normal text-grey-darkest my-2 mt-4 pl-4">
<li>
${state.translate('accountBenefitLargeFiles', {
size: bytes(state.LIMITS.MAX_FILE_SIZE)
@ -28,7 +31,7 @@ module.exports = function(trigger) {
<li>${state.translate('accountBenefitSync')}</li>
</ul>
</section>
<section class="flex flex-col flex-grow m-4">
<section class="flex flex-col flex-grow self-center m-4 max-w-xs">
<form onsubmit=${submitEmail} data-no-csrf>
<input
id="email-input"