Skip to content

Commit a0a9987

Browse files
committed
inline styles
1 parent 8c514b7 commit a0a9987

2 files changed

Lines changed: 2 additions & 14 deletions

File tree

src/routes/(public)/(guest)/login/+page.svelte

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<Form onSubmit={login}>
9696
<Layout.Stack>
9797
{#if isCloud}
98-
<div class="auth-provider-wrapper">
98+
<div style="margin-bottom: var(--gap-s, 8px);">
9999
<Button secondary fullWidth on:click={onGithubLogin} {disabled}>
100100
<span class="icon-github" aria-hidden="true"></span>
101101
<span class="text">Sign in with GitHub</span>
@@ -131,9 +131,3 @@
131131
</li>
132132
</svelte:fragment>
133133
</Unauthenticated>
134-
135-
<style>
136-
.auth-provider-wrapper {
137-
margin-bottom: var(--gap-s, 8px);
138-
}
139-
</style>

src/routes/(public)/(guest)/register/+page.svelte

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<Form onSubmit={register}>
134134
<Layout.Stack>
135135
{#if isCloud}
136-
<div class="auth-provider-wrapper">
136+
<div style="margin-bottom: var(--gap-s, 8px);">
137137
<Button secondary fullWidth on:click={onGithubLogin} {disabled}>
138138
<span class="icon-github" aria-hidden="true"></span>
139139
<span class="text">Sign up with GitHub</span>
@@ -187,9 +187,3 @@
187187
</Typography.Text>
188188
</svelte:fragment>
189189
</Unauthenticated>
190-
191-
<style>
192-
.auth-provider-wrapper {
193-
margin-bottom: var(--gap-s, 8px);
194-
}
195-
</style>

0 commit comments

Comments
 (0)