shx-3d-render
parent
d139edce94
commit
7852060056
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue