shx-3d-render

main
Jan Umbach 2024-06-22 14:52:10 +02:00
parent b3979e5637
commit bb6b5caf90
1 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@
justify-content: center;
align-items: center;
backdrop-filter: blur(10px);
#backdrop-filter: blur(10px);
transition: all 0.5s;
}
@ -138,7 +138,7 @@
.shx-loading-spinner-mainIcon {
animation: shx-spinner-pulse 0.65s cubic-bezier( 0.59, 0.23, 0.28, 0.73) infinite;
#filter: drop-shadow(0px 0px 5px rgba(255,255,255, 0.5)), drop-shadow(0px 0px 20px 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 {