updated password input style
This commit is contained in:
parent
0b8eae11de
commit
b6941345a7
|
@ -13,7 +13,9 @@ function password(state, emit) {
|
|||
class="h-full w-full flex flex-col items-center justify-center bg-white py-8"
|
||||
>
|
||||
<h1 class="mb-4">${state.translate('downloadFilesTitle')}</h1>
|
||||
<p class="w-full mb-4 md:w-4/5 font-light text-center">
|
||||
<p
|
||||
class="w-full mb-4 md:w-4/5 font-light text-center text-grey-darkest leading-normal"
|
||||
>
|
||||
${state.translate('downloadMessage')}
|
||||
</p>
|
||||
<form
|
||||
|
|
Loading…
Reference in New Issue