shx-3d-render
parent
8a090fe2ea
commit
7d5c4ebd91
|
@ -3,8 +3,8 @@
|
||||||
{% if content_type == 'body' %}
|
{% if content_type == 'body' %}
|
||||||
|
|
||||||
<div class="shx-loading-spinner-Container">
|
<div class="shx-loading-spinner-Container">
|
||||||
{% render 'shx-logo', class_name:"shx-loading-spinner-mainIcon", width:"200px"%}
|
{% render 'shx-logo', class_name:"shx-loading-spinner-mainIcon shx-loading-spinner-unclickable", width:"200px"%}
|
||||||
<p>Lade Vorschau...</p>
|
<p class="shx-loading-spinner-unclickable">Lade Vorschau</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% elsif content_type == 'head' %}
|
{% elsif content_type == 'head' %}
|
||||||
|
@ -37,7 +37,16 @@
|
||||||
|
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
|
|
||||||
|
transition: all 0.5s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.shx-loading-spinner-Container-done {
|
||||||
|
opacity: 0;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.shx-loading-spinner-unclickable {
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shx-loading-spinner-mainIcon {
|
.shx-loading-spinner-mainIcon {
|
||||||
|
|
Loading…
Reference in New Issue