@enki-tek/fms-web-components 0.0.89 → 0.0.90
Sign up to get free protection for your applications and to get access to all the features.
@@ -27,10 +27,10 @@
|
|
27
27
|
|
28
28
|
<div class={toastStyle.join(' ')}>
|
29
29
|
<Row class="me-0 ms-0 ps-1">
|
30
|
-
<Col sm="
|
31
|
-
|
32
|
-
|
33
|
-
|
30
|
+
<Col sm="12" class="ps-2 pt-0 pb-0 pe-3 d-flex align-items-center">
|
31
|
+
{#if iconName}
|
32
|
+
<Icon name={iconName} class="me-2" />
|
33
|
+
{/if}
|
34
34
|
<slot>
|
35
35
|
{#if label}
|
36
36
|
{label}
|
@@ -57,8 +57,6 @@
|
|
57
57
|
bottom: 14px;
|
58
58
|
right: 6px;
|
59
59
|
z-index: 2000;
|
60
|
-
min-width: 100px;
|
61
|
-
max-width: 500px;
|
62
60
|
border: 1px solid #000000;
|
63
61
|
border-left-width: 5px;
|
64
62
|
border-radius: 6px;
|