|
@ -54,8 +54,14 @@ |
|
|
</button> |
|
|
</button> |
|
|
</div> |
|
|
</div> |
|
|
</section> |
|
|
</section> |
|
|
<div class="hidden dismissable-alert bg-slate-100 p-5 rounded drop-shadow-lg absolute top-3 inset-x-3 transition-transform ease-in duration-300"> |
|
|
<div |
|
|
<button class="close-button bg-slate-200 w-8 leading-loose rounded-full absolute top-2 right-2"><i class="fa-solid fa-xmark"></i></button> |
|
|
class="hidden dismissable-alert bg-slate-100 p-5 rounded drop-shadow-lg absolute top-3 inset-x-3 transition-transform ease-in duration-300" |
|
|
|
|
|
> |
|
|
|
|
|
<button |
|
|
|
|
|
class="close-button bg-slate-200 w-8 leading-loose rounded-full absolute top-2 right-2" |
|
|
|
|
|
> |
|
|
|
|
|
<i class="fa-solid fa-xmark"></i> |
|
|
|
|
|
</button> |
|
|
<h4 class="font-bold pr-5">{{ alertTitle }}</h4> |
|
|
<h4 class="font-bold pr-5">{{ alertTitle }}</h4> |
|
|
<p>{{ alertMessage }}</p> |
|
|
<p>{{ alertMessage }}</p> |
|
|
</div> |
|
|
</div> |
|
|