mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: alert icon is now alligned
This commit is contained in:
@@ -21,9 +21,11 @@
|
||||
{/if}
|
||||
<span class="icon-info" aria-hidden="true" />
|
||||
<div class="content">
|
||||
<h6 class="title">
|
||||
<slot name="title" />
|
||||
</h6>
|
||||
{#if $$slots.title}
|
||||
<h6 class="title">
|
||||
<slot name="title" />
|
||||
</h6>
|
||||
{/if}
|
||||
<p class="message"><slot /></p>
|
||||
{#if buttons?.length}
|
||||
<div class="buttons u-flex">
|
||||
|
||||
@@ -73,9 +73,7 @@
|
||||
bind:value={teamID} />
|
||||
<InputTextarea id="p8" label="P8 File" placeholder="" bind:value={p8} />
|
||||
<Alert type="info">
|
||||
<p>
|
||||
To complete set up, add this OAuth2 redirect URI to your {provider.name} app configuration.
|
||||
</p>
|
||||
To complete set up, add this OAuth2 redirect URI to your {provider.name} app configuration.
|
||||
</Alert>
|
||||
<div>
|
||||
<p>URI</p>
|
||||
|
||||
@@ -72,9 +72,7 @@
|
||||
placeholder="Your Auth0 domain"
|
||||
bind:value={auth0Domain} />
|
||||
<Alert type="info">
|
||||
<p>
|
||||
To complete set up, add this OAuth2 redirect URI to your {provider.name} app configuration.
|
||||
</p>
|
||||
To complete set up, add this OAuth2 redirect URI to your {provider.name} app configuration.
|
||||
</Alert>
|
||||
<div>
|
||||
<p>URI</p>
|
||||
|
||||
@@ -62,9 +62,7 @@
|
||||
meter={false}
|
||||
bind:value={provider.secret} />
|
||||
<Alert type="info">
|
||||
<p>
|
||||
To complete set up, add this OAuth2 redirect URI to your {provider.name} app configuration.
|
||||
</p>
|
||||
To complete set up, add this OAuth2 redirect URI to your {provider.name} app configuration.
|
||||
</Alert>
|
||||
<div>
|
||||
<p>URI</p>
|
||||
|
||||
@@ -72,9 +72,7 @@
|
||||
placeholder="'common','organizations','consumers' or your TenantID"
|
||||
bind:value={tenantID} />
|
||||
<Alert type="info">
|
||||
<p>
|
||||
To complete set up, add this OAuth2 redirect URI to your {provider.name} app configuration.
|
||||
</p>
|
||||
To complete set up, add this OAuth2 redirect URI to your {provider.name} app configuration.
|
||||
</Alert>
|
||||
<div>
|
||||
<p>URI</p>
|
||||
|
||||
@@ -80,9 +80,7 @@
|
||||
bind:value={authorizationServerId} />
|
||||
|
||||
<Alert type="info">
|
||||
<p>
|
||||
To complete set up, add this OAuth2 redirect URI to your {provider.name} app configuration.
|
||||
</p>
|
||||
To complete set up, add this OAuth2 redirect URI to your {provider.name} app configuration.
|
||||
</Alert>
|
||||
<div>
|
||||
<p>URI</p>
|
||||
|
||||
@@ -58,9 +58,7 @@
|
||||
placeholder="Enter name"
|
||||
bind:value={name} />
|
||||
<Alert type="info">
|
||||
<p>
|
||||
Roles are used to manage access permissions. You can create any role you want.
|
||||
</p>
|
||||
Roles are used to manage access permissions. You can create any role you want.
|
||||
</Alert>
|
||||
|
||||
<InputTags id="tags" label="Roles" placeholder="Add roles" bind:tags={roles} />
|
||||
|
||||
Reference in New Issue
Block a user