File tree Expand file tree Collapse file tree
src/routes/(public)/(guest) Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
131131 </li >
132132 </svelte:fragment >
133133</Unauthenticated >
134-
135- <style >
136- .auth-provider-wrapper {
137- margin-bottom : var (--gap-s , 8px );
138- }
139- </style >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments