@secondstaxorg/sscomp 1.9.87 → 1.9.89

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.
@@ -328,16 +328,16 @@
328
328
  .typography_signature__W-v2-, .typography_signature__W-v2- input{
329
329
  font-family: 'Yellowtail Regular',cursive !important;
330
330
  }
331
- .style_loading-spinner__ujhbX svg{
332
- animation: style_loadingAnimation__EvyzC 1.2s infinite linear;
331
+ .style_loader__WisPd svg{
332
+ animation: style_loader__WisPd 1.2s infinite linear;
333
333
  }
334
334
 
335
- @keyframes style_loadingAnimation__EvyzC {
335
+ @keyframes style_loader__WisPd {
336
336
  from{
337
- transform: rotate(0deg);
337
+ rotate: 0;
338
338
  }
339
339
  to{
340
- transform: rotate(360deg);
340
+ rotate:360deg;
341
341
  }
342
342
  }
343
343