fix: alert icon is now alligned

This commit is contained in:
Arman
2022-07-19 11:29:46 +02:00
parent 5ae3bd50b7
commit 348eb39bdf
7 changed files with 11 additions and 21 deletions
+5 -3
View File
@@ -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} />