shx-3d-render

main
Jan Umbach 2024-06-19 18:00:30 +02:00
parent 7852060056
commit 41e86e99b4
1 changed files with 3 additions and 2 deletions

View File

@ -35,11 +35,12 @@
backdrop-filter: blur(10px);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.shx-loading-spinner-mainIcon {
animation: shx-spinner-pulse 1s cubic-bezier( 0.72, 0.41, 0.2, 0.49) 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);
}
</style>