@secondstaxorg/sscomp 1.7.99 → 1.8.12

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.
@@ -1,16 +1,3 @@
1
- .style_loader__WisPd svg{
2
- animation: style_loader__WisPd 1.2s infinite linear;
3
- }
4
-
5
- @keyframes style_loader__WisPd {
6
- from{
7
- rotate: 0;
8
- }
9
- to{
10
- rotate:360deg;
11
- }
12
- }
13
-
14
1
  @font-face {
15
2
  font-family: Circular Book;
16
3
  src: url("./fonts/Circular Pro Book.ttf");
@@ -334,6 +321,19 @@
334
321
  text-transform: uppercase;
335
322
  }
336
323
 
324
+ .style_loader__WisPd svg{
325
+ animation: style_loader__WisPd 1.2s infinite linear;
326
+ }
327
+
328
+ @keyframes style_loader__WisPd {
329
+ from{
330
+ rotate: 0;
331
+ }
332
+ to{
333
+ rotate:360deg;
334
+ }
335
+ }
336
+
337
337
  @font-face {
338
338
  font-family: 'icomoon';
339
339
  src: url('fonts/icomoon.eot?fpuszj');