Files
legolog/client/public/components/notification-bar/notification-bar.html
2022-01-27 02:10:09 +00:00

10 lines
290 B
HTML

<div class="notification-bar">
<div class="notification-bar-text">
${innerText}
</div>
<button class="notification-toggler">
<span class="cross-line cross-line-top"></span>
<span class="cross-line cross-line-bottom"></span>
</button>
</div>