shx-3d-render

main
Jan Umbach 2024-06-19 18:03:06 +02:00
parent e811c102a3
commit 14bad7ffd7
1 changed files with 9 additions and 2 deletions

View File

@ -4,6 +4,7 @@
<div class="shx-loading-spinner-Container">
{% render 'shx-logo', class_name:"shx-loading-spinner-mainIcon", width:"200px"%}
<p>Lade Vorschau...</p>
</div>
{% elsif content_type == 'head' %}
@ -39,9 +40,15 @@
}
.shx-loading-spinner-mainIcon {
animation: shx-spinner-pulse 0.5s cubic-bezier( 0.59, 0.23, 0.28, 0.73) infinite;
animation: shx-spinner-pulse 0.75s cubic-bezier( 0.59, 0.23, 0.28, 0.73) infinite;
filter: drop-shadow(0px 0px 5px rgba(255,255,255, 0.5));
filter: drop-shadow(0px 0px 5px rgba(255,255,255, 0.5)), drop-shadow(0px 0px 20px rgba(255,255,255, 0.5));
}
.shx-loading-spinner-Container p {
color: white;
font-size: 1.5em;
margin-left: 1em;
}
</style>