change log in design
This commit is contained in:
parent
20a9e3168a
commit
27db054061
|
@ -16,17 +16,10 @@
|
||||||
|
|
||||||
<div class={style.root}>
|
<div class={style.root}>
|
||||||
<h1>Log In</h1>
|
<h1>Log In</h1>
|
||||||
<p style="text-align:center">
|
<p style="text-align:center;margin:0">
|
||||||
To continue, you must choose a homeserver<br/>
|
To continue, you must choose a homeserver<br/>
|
||||||
|
|
||||||
<input type='text' bind:value={homeserver} on:input={updStore} style="background: #ffeeee06">
|
<input type='text' bind:value={homeserver} on:input={updStore} style="background: #ffeeee06">
|
||||||
<br/>
|
|
||||||
|
|
||||||
<button>What is a homeserver?</button>
|
|
||||||
<button on:click={() => {route('/explore')}}>Explore homeservers</button>
|
|
||||||
</p>
|
|
||||||
<p style="text-align:center">
|
|
||||||
<button class="primary">Choose {homeserver}</button>
|
|
||||||
{#if (!homeserverValid)}
|
{#if (!homeserverValid)}
|
||||||
<br/>
|
<br/>
|
||||||
<span style='font-size:10pt;color:darkred'>
|
<span style='font-size:10pt;color:darkred'>
|
||||||
|
@ -34,4 +27,8 @@
|
||||||
</span>
|
</span>
|
||||||
{/if}
|
{/if}
|
||||||
</p>
|
</p>
|
||||||
|
<p style='text-align:center;margin:0;padding:0'>
|
||||||
|
<button>What is a homeserver?</button>
|
||||||
|
<button on:click={() => {route('/explore')}}>Explore homeservers</button>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
|
@ -4,4 +4,7 @@
|
||||||
font-size: 20pt;
|
font-size: 20pt;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
.signin {
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue