a few style tweaks
This commit is contained in:
parent
4820f175dd
commit
8f74ccdb48
4 changed files with 10 additions and 10 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue