Files
myep/templates/_partials/_loading_indicator.html.twig
T
2025-02-27 19:21:12 +01:00

5 lines
256 B
Twig

<div class="invisible fixed top-0 left-0 inset-0 z-10 bg-white/90 flex items-center justify-center"
{{ stimulus_target('loading', 'indicator') }}>
{% include '_partials/_spinner.html.twig' with { 'class': 'w-32 h-32 lg:w-48 lg:h-48'} %}
</div>