mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-02 23:19:57 +00:00
chore(login): update some classes (#130)
This commit is contained in:
parent
84478984dc
commit
6d2ca0a1b1
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ async function handleInput() {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div text-center justify-center flex="~ col items-center gap2">
|
<div text-center justify-center items-center flex="~ col gap2">
|
||||||
<div text-3xl mb2>
|
<div text-3xl mb2>
|
||||||
Sign in
|
Sign in
|
||||||
</div>
|
</div>
|
||||||
|
@ -24,7 +24,7 @@ async function handleInput() {
|
||||||
<span op35 mr1 text-sm>https://</span>
|
<span op35 mr1 text-sm>https://</span>
|
||||||
<input v-model="server" :placeholder="DEFAULT_SERVER" outline-none bg-transparent @input="handleInput">
|
<input v-model="server" :placeholder="DEFAULT_SERVER" outline-none bg-transparent @input="handleInput">
|
||||||
</div>
|
</div>
|
||||||
<button btn-solid mxa mt2 @click="oauth()">
|
<button btn-solid mt2 @click="oauth()">
|
||||||
Sign in
|
Sign in
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue