diff --git a/packages/builder/src/components/login/LoginForm.svelte b/packages/builder/src/components/login/LoginForm.svelte index 2435896fcd..f13988dba2 100644 --- a/packages/builder/src/components/login/LoginForm.svelte +++ b/packages/builder/src/components/login/LoginForm.svelte @@ -8,6 +8,7 @@ ActionButton, Layout, Body, + Heading, } from "@budibase/bbui" import GoogleButton from "./GoogleButton.svelte" import {auth} from "stores/backend" @@ -36,21 +37,23 @@
- -

Sign in to Budibase

-
- -
- - Sign in with email - - - - - +
@@ -65,25 +68,25 @@ } .main { - width: 240px; + width: 260px; + } + + .center { display: flex; flex-direction: column; justify-content: center; align-items: center; } - .main img { + img { width: 48px; } .sso { width: 100%; - margin-bottom: var(--spacing-l); - margin-top: var(--spacing-s); } .login-buttons :global(>*) { - margin-top: var(--spacing-l); width: 100%; }