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