puffier signin button et al

This commit is contained in:
Danny Coates 2019-02-22 12:00:39 -08:00
parent e19c711548
commit 08dc5fa23b
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
4 changed files with 4 additions and 4 deletions

View File

@ -259,7 +259,7 @@ select {
@apply m-auto;
@apply py-8;
min-height: 33rem;
min-height: 36rem;
max-height: 40rem;
width: calc(100% - 3rem);
}

View File

@ -62,7 +62,7 @@ class Account extends Component {
return html`
<send-account>
<button
class="p-2 border rounded text-blue-dark border-blue-dark hover:text-white hover:bg-blue-dark focus:outline"
class="p-2 md:p-4 border rounded-lg text-blue-dark border-blue-dark hover:text-white hover:bg-blue-dark focus:outline"
onclick="${e => this.login(e)}"
title="${translate('signInMenuOption')}"
>

View File

@ -28,7 +28,7 @@ class Header extends Component {
`;
return html`
<header
class="relative flex-none flex flex-row items-center justify-between w-full px-6 h-16 z-20 bg-transparent"
class="relative flex-none flex flex-row items-center justify-between w-full px-6 h-16 md:h-24 z-20 bg-transparent"
>
${title} ${this.account.render()}
</header>

View File

@ -25,7 +25,7 @@ module.exports = function(trigger) {
id="email-input"
type="text"
class="${hidden} border rounded-lg w-full px-2 py-1 h-12 mb-4 text-lg text-grey-darker leading-loose"
placeholder=${state.translate('emailEntryPlaceholderUpdate')} />
placeholder=${state.translate('emailEntryPlaceholder')} />
<input
class="btn rounded-lg w-full flex flex-no-shrink items-center justify-center"
value="${state.translate('signInMenuOption')}"