shx-3d-render
parent
7852060056
commit
41e86e99b4
|
@ -34,12 +34,13 @@
|
|||
align-items: center;
|
||||
|
||||
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>
|
||||
|
|
Loading…
Reference in New Issue