mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
inline styles
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
<Form onSubmit={login}>
|
||||
<Layout.Stack>
|
||||
{#if isCloud}
|
||||
<div class="auth-provider-wrapper">
|
||||
<div style="margin-bottom: var(--gap-s, 8px);">
|
||||
<Button secondary fullWidth on:click={onGithubLogin} {disabled}>
|
||||
<span class="icon-github" aria-hidden="true"></span>
|
||||
<span class="text">Sign in with GitHub</span>
|
||||
@@ -131,9 +131,3 @@
|
||||
</li>
|
||||
</svelte:fragment>
|
||||
</Unauthenticated>
|
||||
|
||||
<style>
|
||||
.auth-provider-wrapper {
|
||||
margin-bottom: var(--gap-s, 8px);
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
<Form onSubmit={register}>
|
||||
<Layout.Stack>
|
||||
{#if isCloud}
|
||||
<div class="auth-provider-wrapper">
|
||||
<div style="margin-bottom: var(--gap-s, 8px);">
|
||||
<Button secondary fullWidth on:click={onGithubLogin} {disabled}>
|
||||
<span class="icon-github" aria-hidden="true"></span>
|
||||
<span class="text">Sign up with GitHub</span>
|
||||
@@ -187,9 +187,3 @@
|
||||
</Typography.Text>
|
||||
</svelte:fragment>
|
||||
</Unauthenticated>
|
||||
|
||||
<style>
|
||||
.auth-provider-wrapper {
|
||||
margin-bottom: var(--gap-s, 8px);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user