shx-3d-render
parent
41e86e99b4
commit
f080f12425
|
@ -40,7 +40,8 @@
|
||||||
|
|
||||||
.shx-loading-spinner-mainIcon {
|
.shx-loading-spinner-mainIcon {
|
||||||
animation: shx-spinner-pulse 1s cubic-bezier( 0.59, 0.23, 0.28, 0.73) infinite;
|
animation: shx-spinner-pulse 1s cubic-bezier( 0.59, 0.23, 0.28, 0.73) infinite;
|
||||||
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
|
|
||||||
|
filter: drop-shadow(0px 0px 10px rgba(255,255,255, 0.5));
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue