6 lines
312 B
Twig
6 lines
312 B
Twig
{# The status indicator for the Alert button. Rendering this will add a small colored span
|
|
to the Alert button, indicating there are unread alerts.
|
|
#}
|
|
|
|
<span style="position: absolute;width: 8px;height: 8px;background: greenyellow;border-radius: 5px; z-index: 1000;margin-left: 3px;margin-top: -5px;"></span>
|