shx-3d-render

main
Jan Umbach 2024-06-19 17:58:39 +02:00
parent d139edce94
commit 7852060056
1 changed files with 3 additions and 1 deletions

View File

@ -34,10 +34,12 @@
align-items: center; align-items: center;
backdrop-filter: blur(10px); backdrop-filter: blur(10px);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
} }
.shx-loading-spinner-mainIcon { .shx-loading-spinner-mainIcon {
animation: shx-spinner-pulse 1s cubic-bezier( 0.9, 0.11, 0.09, 0.88) infinite; animation: shx-spinner-pulse 1s cubic-bezier( 0.72, 0.41, 0.2, 0.49) infinite;
} }
</style> </style>