fixes #1204, fixes #1205, also intro font weight

This commit is contained in:
Danny Coates 2019-03-07 10:58:19 -08:00
parent 28e31f4870
commit ea78382e5e
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
2 changed files with 3 additions and 5 deletions

View File

@ -422,9 +422,7 @@ module.exports.empty = function(state, emit) {
}}"
>
<img src="${assets.get('addfiles.svg')}" width="48" height="48" />
<div
class="pt-6 pb-2 text-center text-lg font-bold capitalize tracking-wide"
>
<div class="pt-6 pb-2 text-center text-lg font-bold tracking-wide">
${state.translate('dragAndDropFiles')}
</div>
<div class="pb-6 text-center text-base">

View File

@ -6,11 +6,11 @@ module.exports = function intro(state) {
<send-intro
class="flex flex-col items-center justify-center bg-white px-6 md:py-0 py-6 mb-0 h-full w-full"
>
<div class="flex flex-col justify-end h-full">
<div class="flex flex-col h-full">
<h1 class="font-bold">
${state.translate('introTitle')}
</h1>
<p class="max-w-sm mt-2 pr-16 font-light leading-normal">
<p class="max-w-sm mt-2 pr-16 leading-normal">
${state.translate('introDescription')}
</p>
<img class="intro" src="${assets.get('intro.svg')}" />