8 changed files with 36 additions and 30 deletions
@ -1,19 +1,19 @@ |
|||||||
<div role="alert" class="max-w-xl m-auto"> |
<div role="alert" class="m-auto max-w-xl"> |
||||||
<div role="alert" class="alert alert-error m-auto mt-6"> |
<div role="alert" class="alert alert-error m-auto mt-6"> |
||||||
<svg |
<svg |
||||||
xmlns="http://www.w3.org/2000/svg" |
xmlns="http://www.w3.org/2000/svg" |
||||||
class="h-6 w-6 shrink-0 stroke-current" |
class="h-6 w-6 shrink-0 stroke-current" |
||||||
fill="none" |
fill="none" |
||||||
viewBox="0 0 24 24" |
viewBox="0 0 24 24" |
||||||
><path |
><path |
||||||
stroke-linecap="round" |
stroke-linecap="round" |
||||||
stroke-linejoin="round" |
stroke-linejoin="round" |
||||||
stroke-width="2" |
stroke-width="2" |
||||||
d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z" |
d="M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z" |
||||||
/></svg |
/></svg |
||||||
> |
> |
||||||
<div> |
<div> |
||||||
<slot /> |
<slot /> |
||||||
</div> |
|
||||||
</div> |
</div> |
||||||
|
</div> |
||||||
</div> |
</div> |
||||||
|
|||||||
Loading…
Reference in new issue