shx-3d-render

main
Jan Umbach 2024-06-19 17:54:47 +02:00
parent 4a3df9a476
commit 5d248ba158
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
{% if content_type == 'body' %}
<div class="shx-loading-spinner-Container">
{% render 'shx-logo', class:"shx-loading-spinner-mainIcon", width:"200px"%}
{% render 'shx-logo', class_name:"shx-loading-spinner-mainIcon", width:"200px"%}
</div>
{% elsif content_type == 'head' %}
@ -37,7 +37,7 @@
}
.shx-loading-spinner-mainIcon {
animation: shx-spinner-pulse 2s linear infinite;
animation: shx-spinner-pulse 1s linear infinite;
}
</style>