mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Add icon to login screen
This commit is contained in:
@@ -9,10 +9,12 @@
|
||||
<div class="modal">
|
||||
<Card.Base padding="s">
|
||||
<Layout.Stack direction="column">
|
||||
<Layout.Stack direction="row" justifyContent="center">
|
||||
<div class="icon-container">
|
||||
<svelte:component this={IconImagine}></svelte:component>
|
||||
</div>
|
||||
</Layout.Stack>
|
||||
<Typography.Title size="m">{title}</Typography.Title>
|
||||
<div class="divider">
|
||||
<Divider />
|
||||
</div>
|
||||
<slot />
|
||||
</Layout.Stack>
|
||||
</Card.Base>
|
||||
@@ -36,9 +38,12 @@
|
||||
width: 600px;
|
||||
}
|
||||
|
||||
.divider {
|
||||
margin-left: calc(-1 * var(--space-7));
|
||||
width: calc(100% + (2 * var(--space-7)));
|
||||
.icon-container {
|
||||
color: var(--fgcolor-neutral-primary);
|
||||
}
|
||||
:global(.icon-container svg) {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -68,5 +68,5 @@ export const StudioProfile: Profile = {
|
||||
hasGithubLogin: true,
|
||||
githubLoginProvider: 'github2',
|
||||
hasGoogleLogin: true,
|
||||
hasAccountLogin: true
|
||||
hasAccountLogin: false
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user