shx-3d-render

main
Jan Umbach 2024-06-19 18:01:55 +02:00
parent f080f12425
commit e811c102a3
1 changed files with 2 additions and 2 deletions

View File

@ -39,9 +39,9 @@
}
.shx-loading-spinner-mainIcon {
animation: shx-spinner-pulse 1s cubic-bezier( 0.59, 0.23, 0.28, 0.73) infinite;
animation: shx-spinner-pulse 0.5s cubic-bezier( 0.59, 0.23, 0.28, 0.73) infinite;
filter: drop-shadow(0px 0px 10px rgba(255,255,255, 0.5));
filter: drop-shadow(0px 0px 5px rgba(255,255,255, 0.5));
}
</style>