@zyzgroup/core-web 0.0.80 → 0.0.81

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2192,3 +2192,15 @@
2192
2192
  .superRainbow:hover {
2193
2193
  background-position: -100% 100%;
2194
2194
  }
2195
+
2196
+ @keyframes statusProcessing {
2197
+ 0% {
2198
+ transform: scale(0.8);
2199
+ opacity: 0.5;
2200
+ }
2201
+
2202
+ 100% {
2203
+ transform: scale(2.4);
2204
+ opacity: 0;
2205
+ }
2206
+ }