forked from brooksbingham/theme-elegance
chore: styling notfication tpl file
parent
4e434d72d7
commit
d76c9be47e
|
@ -27,7 +27,7 @@
|
||||||
<div id="notifications" class="notifications-container container">
|
<div id="notifications" class="notifications-container container">
|
||||||
{if $notifications.error}
|
{if $notifications.error}
|
||||||
{block name='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>
|
<ul>
|
||||||
{foreach $notifications.error as $notif}
|
{foreach $notifications.error as $notif}
|
||||||
<li>{$notif nofilter}</li>
|
<li>{$notif nofilter}</li>
|
||||||
|
|
Loading…
Reference in New Issue