shx-3d-render
parent
4a3df9a476
commit
5d248ba158
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue