chore: styling notfication tpl file

bug-new
jatiny 2024-11-27 15:51:02 +00:00
parent 4e434d72d7
commit d76c9be47e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<div id="notifications" class="notifications-container container">
{if $notifications.error}
{block name='notifications_error'}
<article class="alert alert-danger" role="alert" data-alert="danger">
<article class="alert alert-danger text-center w-fit flex mt-12 p-2 bg-red-100 border border-red-300 " role="alert" data-alert="danger">
<ul>
{foreach $notifications.error as $notif}
<li>{$notif nofilter}</li>