@zumer/orbit 0.6.0 → 1.0.0
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.
- package/README.md +68 -193
- package/dist/orbit.css +722 -1183
- package/dist/orbit.js +146 -220
- package/dist/orbit.min.css +1 -1
- package/dist/orbit.min.js +27 -56
- package/package.json +1 -1
- package/dist/orbit.css.map +0 -1
- package/dist/orbit.min.css.map +0 -1
package/dist/orbit.css
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
|
|
2
2
|
/*
|
|
3
3
|
* orbit
|
|
4
|
-
* v.0.
|
|
4
|
+
* v.1.0.0
|
|
5
5
|
* Author Juan Martin Muda - Zumerlab
|
|
6
6
|
* License MIT
|
|
7
7
|
**/
|
|
8
8
|
@charset "UTF-8";
|
|
9
9
|
|
|
10
|
-
/* ../../../../../var/folders/dl/jfswzzq96_7bqvgnhjs47_8w0000gp/T/tmp-
|
|
10
|
+
/* ../../../../../var/folders/dl/jfswzzq96_7bqvgnhjs47_8w0000gp/T/tmp-71826-jluxOtrlBV0O/orbit/src/orbit.css */
|
|
11
11
|
.gravity-spot * {
|
|
12
12
|
box-sizing: border-box;
|
|
13
13
|
margin: 0;
|
|
@@ -319,602 +319,542 @@
|
|
|
319
319
|
}
|
|
320
320
|
:nth-child(1 of .satellite),
|
|
321
321
|
:nth-child(1 of o-arc),
|
|
322
|
-
:nth-child(1 of .vector)
|
|
323
|
-
:nth-child(1 of o-text) {
|
|
322
|
+
:nth-child(1 of .vector) {
|
|
324
323
|
--o-orbit-child-number: 0;
|
|
325
324
|
}
|
|
326
325
|
:nth-child(2 of .satellite),
|
|
327
326
|
:nth-child(2 of o-arc),
|
|
328
|
-
:nth-child(2 of .vector)
|
|
329
|
-
:nth-child(2 of o-text) {
|
|
327
|
+
:nth-child(2 of .vector) {
|
|
330
328
|
--o-orbit-child-number: 1;
|
|
331
329
|
}
|
|
332
330
|
:nth-child(3 of .satellite),
|
|
333
331
|
:nth-child(3 of o-arc),
|
|
334
|
-
:nth-child(3 of .vector)
|
|
335
|
-
:nth-child(3 of o-text) {
|
|
332
|
+
:nth-child(3 of .vector) {
|
|
336
333
|
--o-orbit-child-number: 2;
|
|
337
334
|
}
|
|
338
335
|
:nth-child(4 of .satellite),
|
|
339
336
|
:nth-child(4 of o-arc),
|
|
340
|
-
:nth-child(4 of .vector)
|
|
341
|
-
:nth-child(4 of o-text) {
|
|
337
|
+
:nth-child(4 of .vector) {
|
|
342
338
|
--o-orbit-child-number: 3;
|
|
343
339
|
}
|
|
344
340
|
:nth-child(5 of .satellite),
|
|
345
341
|
:nth-child(5 of o-arc),
|
|
346
|
-
:nth-child(5 of .vector)
|
|
347
|
-
:nth-child(5 of o-text) {
|
|
342
|
+
:nth-child(5 of .vector) {
|
|
348
343
|
--o-orbit-child-number: 4;
|
|
349
344
|
}
|
|
350
345
|
:nth-child(6 of .satellite),
|
|
351
346
|
:nth-child(6 of o-arc),
|
|
352
|
-
:nth-child(6 of .vector)
|
|
353
|
-
:nth-child(6 of o-text) {
|
|
347
|
+
:nth-child(6 of .vector) {
|
|
354
348
|
--o-orbit-child-number: 5;
|
|
355
349
|
}
|
|
356
350
|
:nth-child(7 of .satellite),
|
|
357
351
|
:nth-child(7 of o-arc),
|
|
358
|
-
:nth-child(7 of .vector)
|
|
359
|
-
:nth-child(7 of o-text) {
|
|
352
|
+
:nth-child(7 of .vector) {
|
|
360
353
|
--o-orbit-child-number: 6;
|
|
361
354
|
}
|
|
362
355
|
:nth-child(8 of .satellite),
|
|
363
356
|
:nth-child(8 of o-arc),
|
|
364
|
-
:nth-child(8 of .vector)
|
|
365
|
-
:nth-child(8 of o-text) {
|
|
357
|
+
:nth-child(8 of .vector) {
|
|
366
358
|
--o-orbit-child-number: 7;
|
|
367
359
|
}
|
|
368
360
|
:nth-child(9 of .satellite),
|
|
369
361
|
:nth-child(9 of o-arc),
|
|
370
|
-
:nth-child(9 of .vector)
|
|
371
|
-
:nth-child(9 of o-text) {
|
|
362
|
+
:nth-child(9 of .vector) {
|
|
372
363
|
--o-orbit-child-number: 8;
|
|
373
364
|
}
|
|
374
365
|
:nth-child(10 of .satellite),
|
|
375
366
|
:nth-child(10 of o-arc),
|
|
376
|
-
:nth-child(10 of .vector)
|
|
377
|
-
:nth-child(10 of o-text) {
|
|
367
|
+
:nth-child(10 of .vector) {
|
|
378
368
|
--o-orbit-child-number: 9;
|
|
379
369
|
}
|
|
380
370
|
:nth-child(11 of .satellite),
|
|
381
371
|
:nth-child(11 of o-arc),
|
|
382
|
-
:nth-child(11 of .vector)
|
|
383
|
-
:nth-child(11 of o-text) {
|
|
372
|
+
:nth-child(11 of .vector) {
|
|
384
373
|
--o-orbit-child-number: 10;
|
|
385
374
|
}
|
|
386
375
|
:nth-child(12 of .satellite),
|
|
387
376
|
:nth-child(12 of o-arc),
|
|
388
|
-
:nth-child(12 of .vector)
|
|
389
|
-
:nth-child(12 of o-text) {
|
|
377
|
+
:nth-child(12 of .vector) {
|
|
390
378
|
--o-orbit-child-number: 11;
|
|
391
379
|
}
|
|
392
380
|
:nth-child(13 of .satellite),
|
|
393
381
|
:nth-child(13 of o-arc),
|
|
394
|
-
:nth-child(13 of .vector)
|
|
395
|
-
:nth-child(13 of o-text) {
|
|
382
|
+
:nth-child(13 of .vector) {
|
|
396
383
|
--o-orbit-child-number: 12;
|
|
397
384
|
}
|
|
398
385
|
:nth-child(14 of .satellite),
|
|
399
386
|
:nth-child(14 of o-arc),
|
|
400
|
-
:nth-child(14 of .vector)
|
|
401
|
-
:nth-child(14 of o-text) {
|
|
387
|
+
:nth-child(14 of .vector) {
|
|
402
388
|
--o-orbit-child-number: 13;
|
|
403
389
|
}
|
|
404
390
|
:nth-child(15 of .satellite),
|
|
405
391
|
:nth-child(15 of o-arc),
|
|
406
|
-
:nth-child(15 of .vector)
|
|
407
|
-
:nth-child(15 of o-text) {
|
|
392
|
+
:nth-child(15 of .vector) {
|
|
408
393
|
--o-orbit-child-number: 14;
|
|
409
394
|
}
|
|
410
395
|
:nth-child(16 of .satellite),
|
|
411
396
|
:nth-child(16 of o-arc),
|
|
412
|
-
:nth-child(16 of .vector)
|
|
413
|
-
:nth-child(16 of o-text) {
|
|
397
|
+
:nth-child(16 of .vector) {
|
|
414
398
|
--o-orbit-child-number: 15;
|
|
415
399
|
}
|
|
416
400
|
:nth-child(17 of .satellite),
|
|
417
401
|
:nth-child(17 of o-arc),
|
|
418
|
-
:nth-child(17 of .vector)
|
|
419
|
-
:nth-child(17 of o-text) {
|
|
402
|
+
:nth-child(17 of .vector) {
|
|
420
403
|
--o-orbit-child-number: 16;
|
|
421
404
|
}
|
|
422
405
|
:nth-child(18 of .satellite),
|
|
423
406
|
:nth-child(18 of o-arc),
|
|
424
|
-
:nth-child(18 of .vector)
|
|
425
|
-
:nth-child(18 of o-text) {
|
|
407
|
+
:nth-child(18 of .vector) {
|
|
426
408
|
--o-orbit-child-number: 17;
|
|
427
409
|
}
|
|
428
410
|
:nth-child(19 of .satellite),
|
|
429
411
|
:nth-child(19 of o-arc),
|
|
430
|
-
:nth-child(19 of .vector)
|
|
431
|
-
:nth-child(19 of o-text) {
|
|
412
|
+
:nth-child(19 of .vector) {
|
|
432
413
|
--o-orbit-child-number: 18;
|
|
433
414
|
}
|
|
434
415
|
:nth-child(20 of .satellite),
|
|
435
416
|
:nth-child(20 of o-arc),
|
|
436
|
-
:nth-child(20 of .vector)
|
|
437
|
-
:nth-child(20 of o-text) {
|
|
417
|
+
:nth-child(20 of .vector) {
|
|
438
418
|
--o-orbit-child-number: 19;
|
|
439
419
|
}
|
|
440
420
|
:nth-child(21 of .satellite),
|
|
441
421
|
:nth-child(21 of o-arc),
|
|
442
|
-
:nth-child(21 of .vector)
|
|
443
|
-
:nth-child(21 of o-text) {
|
|
422
|
+
:nth-child(21 of .vector) {
|
|
444
423
|
--o-orbit-child-number: 20;
|
|
445
424
|
}
|
|
446
425
|
:nth-child(22 of .satellite),
|
|
447
426
|
:nth-child(22 of o-arc),
|
|
448
|
-
:nth-child(22 of .vector)
|
|
449
|
-
:nth-child(22 of o-text) {
|
|
427
|
+
:nth-child(22 of .vector) {
|
|
450
428
|
--o-orbit-child-number: 21;
|
|
451
429
|
}
|
|
452
430
|
:nth-child(23 of .satellite),
|
|
453
431
|
:nth-child(23 of o-arc),
|
|
454
|
-
:nth-child(23 of .vector)
|
|
455
|
-
:nth-child(23 of o-text) {
|
|
432
|
+
:nth-child(23 of .vector) {
|
|
456
433
|
--o-orbit-child-number: 22;
|
|
457
434
|
}
|
|
458
435
|
:nth-child(24 of .satellite),
|
|
459
436
|
:nth-child(24 of o-arc),
|
|
460
|
-
:nth-child(24 of .vector)
|
|
461
|
-
:nth-child(24 of o-text) {
|
|
437
|
+
:nth-child(24 of .vector) {
|
|
462
438
|
--o-orbit-child-number: 23;
|
|
463
439
|
}
|
|
464
440
|
:nth-child(25 of .satellite),
|
|
465
441
|
:nth-child(25 of o-arc),
|
|
466
|
-
:nth-child(25 of .vector)
|
|
467
|
-
:nth-child(25 of o-text) {
|
|
442
|
+
:nth-child(25 of .vector) {
|
|
468
443
|
--o-orbit-child-number: 24;
|
|
469
444
|
}
|
|
470
445
|
:nth-child(26 of .satellite),
|
|
471
446
|
:nth-child(26 of o-arc),
|
|
472
|
-
:nth-child(26 of .vector)
|
|
473
|
-
:nth-child(26 of o-text) {
|
|
447
|
+
:nth-child(26 of .vector) {
|
|
474
448
|
--o-orbit-child-number: 25;
|
|
475
449
|
}
|
|
476
450
|
:nth-child(27 of .satellite),
|
|
477
451
|
:nth-child(27 of o-arc),
|
|
478
|
-
:nth-child(27 of .vector)
|
|
479
|
-
:nth-child(27 of o-text) {
|
|
452
|
+
:nth-child(27 of .vector) {
|
|
480
453
|
--o-orbit-child-number: 26;
|
|
481
454
|
}
|
|
482
455
|
:nth-child(28 of .satellite),
|
|
483
456
|
:nth-child(28 of o-arc),
|
|
484
|
-
:nth-child(28 of .vector)
|
|
485
|
-
:nth-child(28 of o-text) {
|
|
457
|
+
:nth-child(28 of .vector) {
|
|
486
458
|
--o-orbit-child-number: 27;
|
|
487
459
|
}
|
|
488
460
|
:nth-child(29 of .satellite),
|
|
489
461
|
:nth-child(29 of o-arc),
|
|
490
|
-
:nth-child(29 of .vector)
|
|
491
|
-
:nth-child(29 of o-text) {
|
|
462
|
+
:nth-child(29 of .vector) {
|
|
492
463
|
--o-orbit-child-number: 28;
|
|
493
464
|
}
|
|
494
465
|
:nth-child(30 of .satellite),
|
|
495
466
|
:nth-child(30 of o-arc),
|
|
496
|
-
:nth-child(30 of .vector)
|
|
497
|
-
:nth-child(30 of o-text) {
|
|
467
|
+
:nth-child(30 of .vector) {
|
|
498
468
|
--o-orbit-child-number: 29;
|
|
499
469
|
}
|
|
500
470
|
:nth-child(31 of .satellite),
|
|
501
471
|
:nth-child(31 of o-arc),
|
|
502
|
-
:nth-child(31 of .vector)
|
|
503
|
-
:nth-child(31 of o-text) {
|
|
472
|
+
:nth-child(31 of .vector) {
|
|
504
473
|
--o-orbit-child-number: 30;
|
|
505
474
|
}
|
|
506
475
|
:nth-child(32 of .satellite),
|
|
507
476
|
:nth-child(32 of o-arc),
|
|
508
|
-
:nth-child(32 of .vector)
|
|
509
|
-
:nth-child(32 of o-text) {
|
|
477
|
+
:nth-child(32 of .vector) {
|
|
510
478
|
--o-orbit-child-number: 31;
|
|
511
479
|
}
|
|
512
480
|
:nth-child(33 of .satellite),
|
|
513
481
|
:nth-child(33 of o-arc),
|
|
514
|
-
:nth-child(33 of .vector)
|
|
515
|
-
:nth-child(33 of o-text) {
|
|
482
|
+
:nth-child(33 of .vector) {
|
|
516
483
|
--o-orbit-child-number: 32;
|
|
517
484
|
}
|
|
518
485
|
:nth-child(34 of .satellite),
|
|
519
486
|
:nth-child(34 of o-arc),
|
|
520
|
-
:nth-child(34 of .vector)
|
|
521
|
-
:nth-child(34 of o-text) {
|
|
487
|
+
:nth-child(34 of .vector) {
|
|
522
488
|
--o-orbit-child-number: 33;
|
|
523
489
|
}
|
|
524
490
|
:nth-child(35 of .satellite),
|
|
525
491
|
:nth-child(35 of o-arc),
|
|
526
|
-
:nth-child(35 of .vector)
|
|
527
|
-
:nth-child(35 of o-text) {
|
|
492
|
+
:nth-child(35 of .vector) {
|
|
528
493
|
--o-orbit-child-number: 34;
|
|
529
494
|
}
|
|
530
495
|
:nth-child(36 of .satellite),
|
|
531
496
|
:nth-child(36 of o-arc),
|
|
532
|
-
:nth-child(36 of .vector)
|
|
533
|
-
:nth-child(36 of o-text) {
|
|
497
|
+
:nth-child(36 of .vector) {
|
|
534
498
|
--o-orbit-child-number: 35;
|
|
535
499
|
}
|
|
536
500
|
:nth-child(37 of .satellite),
|
|
537
501
|
:nth-child(37 of o-arc),
|
|
538
|
-
:nth-child(37 of .vector)
|
|
539
|
-
:nth-child(37 of o-text) {
|
|
502
|
+
:nth-child(37 of .vector) {
|
|
540
503
|
--o-orbit-child-number: 36;
|
|
541
504
|
}
|
|
542
505
|
:nth-child(38 of .satellite),
|
|
543
506
|
:nth-child(38 of o-arc),
|
|
544
|
-
:nth-child(38 of .vector)
|
|
545
|
-
:nth-child(38 of o-text) {
|
|
507
|
+
:nth-child(38 of .vector) {
|
|
546
508
|
--o-orbit-child-number: 37;
|
|
547
509
|
}
|
|
548
510
|
:nth-child(39 of .satellite),
|
|
549
511
|
:nth-child(39 of o-arc),
|
|
550
|
-
:nth-child(39 of .vector)
|
|
551
|
-
:nth-child(39 of o-text) {
|
|
512
|
+
:nth-child(39 of .vector) {
|
|
552
513
|
--o-orbit-child-number: 38;
|
|
553
514
|
}
|
|
554
515
|
:nth-child(40 of .satellite),
|
|
555
516
|
:nth-child(40 of o-arc),
|
|
556
|
-
:nth-child(40 of .vector)
|
|
557
|
-
:nth-child(40 of o-text) {
|
|
517
|
+
:nth-child(40 of .vector) {
|
|
558
518
|
--o-orbit-child-number: 39;
|
|
559
519
|
}
|
|
560
520
|
:nth-child(41 of .satellite),
|
|
561
521
|
:nth-child(41 of o-arc),
|
|
562
|
-
:nth-child(41 of .vector)
|
|
563
|
-
:nth-child(41 of o-text) {
|
|
522
|
+
:nth-child(41 of .vector) {
|
|
564
523
|
--o-orbit-child-number: 40;
|
|
565
524
|
}
|
|
566
525
|
:nth-child(42 of .satellite),
|
|
567
526
|
:nth-child(42 of o-arc),
|
|
568
|
-
:nth-child(42 of .vector)
|
|
569
|
-
:nth-child(42 of o-text) {
|
|
527
|
+
:nth-child(42 of .vector) {
|
|
570
528
|
--o-orbit-child-number: 41;
|
|
571
529
|
}
|
|
572
530
|
:nth-child(43 of .satellite),
|
|
573
531
|
:nth-child(43 of o-arc),
|
|
574
|
-
:nth-child(43 of .vector)
|
|
575
|
-
:nth-child(43 of o-text) {
|
|
532
|
+
:nth-child(43 of .vector) {
|
|
576
533
|
--o-orbit-child-number: 42;
|
|
577
534
|
}
|
|
578
535
|
:nth-child(44 of .satellite),
|
|
579
536
|
:nth-child(44 of o-arc),
|
|
580
|
-
:nth-child(44 of .vector)
|
|
581
|
-
:nth-child(44 of o-text) {
|
|
537
|
+
:nth-child(44 of .vector) {
|
|
582
538
|
--o-orbit-child-number: 43;
|
|
583
539
|
}
|
|
584
540
|
:nth-child(45 of .satellite),
|
|
585
541
|
:nth-child(45 of o-arc),
|
|
586
|
-
:nth-child(45 of .vector)
|
|
587
|
-
:nth-child(45 of o-text) {
|
|
542
|
+
:nth-child(45 of .vector) {
|
|
588
543
|
--o-orbit-child-number: 44;
|
|
589
544
|
}
|
|
590
545
|
:nth-child(46 of .satellite),
|
|
591
546
|
:nth-child(46 of o-arc),
|
|
592
|
-
:nth-child(46 of .vector)
|
|
593
|
-
:nth-child(46 of o-text) {
|
|
547
|
+
:nth-child(46 of .vector) {
|
|
594
548
|
--o-orbit-child-number: 45;
|
|
595
549
|
}
|
|
596
550
|
:nth-child(47 of .satellite),
|
|
597
551
|
:nth-child(47 of o-arc),
|
|
598
|
-
:nth-child(47 of .vector)
|
|
599
|
-
:nth-child(47 of o-text) {
|
|
552
|
+
:nth-child(47 of .vector) {
|
|
600
553
|
--o-orbit-child-number: 46;
|
|
601
554
|
}
|
|
602
555
|
:nth-child(48 of .satellite),
|
|
603
556
|
:nth-child(48 of o-arc),
|
|
604
|
-
:nth-child(48 of .vector)
|
|
605
|
-
:nth-child(48 of o-text) {
|
|
557
|
+
:nth-child(48 of .vector) {
|
|
606
558
|
--o-orbit-child-number: 47;
|
|
607
559
|
}
|
|
608
560
|
:nth-child(49 of .satellite),
|
|
609
561
|
:nth-child(49 of o-arc),
|
|
610
|
-
:nth-child(49 of .vector)
|
|
611
|
-
:nth-child(49 of o-text) {
|
|
562
|
+
:nth-child(49 of .vector) {
|
|
612
563
|
--o-orbit-child-number: 48;
|
|
613
564
|
}
|
|
614
565
|
:nth-child(50 of .satellite),
|
|
615
566
|
:nth-child(50 of o-arc),
|
|
616
|
-
:nth-child(50 of .vector)
|
|
617
|
-
:nth-child(50 of o-text) {
|
|
567
|
+
:nth-child(50 of .vector) {
|
|
618
568
|
--o-orbit-child-number: 49;
|
|
619
569
|
}
|
|
620
570
|
:nth-child(51 of .satellite),
|
|
621
571
|
:nth-child(51 of o-arc),
|
|
622
|
-
:nth-child(51 of .vector)
|
|
623
|
-
:nth-child(51 of o-text) {
|
|
572
|
+
:nth-child(51 of .vector) {
|
|
624
573
|
--o-orbit-child-number: 50;
|
|
625
574
|
}
|
|
626
575
|
:nth-child(52 of .satellite),
|
|
627
576
|
:nth-child(52 of o-arc),
|
|
628
|
-
:nth-child(52 of .vector)
|
|
629
|
-
:nth-child(52 of o-text) {
|
|
577
|
+
:nth-child(52 of .vector) {
|
|
630
578
|
--o-orbit-child-number: 51;
|
|
631
579
|
}
|
|
632
580
|
:nth-child(53 of .satellite),
|
|
633
581
|
:nth-child(53 of o-arc),
|
|
634
|
-
:nth-child(53 of .vector)
|
|
635
|
-
:nth-child(53 of o-text) {
|
|
582
|
+
:nth-child(53 of .vector) {
|
|
636
583
|
--o-orbit-child-number: 52;
|
|
637
584
|
}
|
|
638
585
|
:nth-child(54 of .satellite),
|
|
639
586
|
:nth-child(54 of o-arc),
|
|
640
|
-
:nth-child(54 of .vector)
|
|
641
|
-
:nth-child(54 of o-text) {
|
|
587
|
+
:nth-child(54 of .vector) {
|
|
642
588
|
--o-orbit-child-number: 53;
|
|
643
589
|
}
|
|
644
590
|
:nth-child(55 of .satellite),
|
|
645
591
|
:nth-child(55 of o-arc),
|
|
646
|
-
:nth-child(55 of .vector)
|
|
647
|
-
:nth-child(55 of o-text) {
|
|
592
|
+
:nth-child(55 of .vector) {
|
|
648
593
|
--o-orbit-child-number: 54;
|
|
649
594
|
}
|
|
650
595
|
:nth-child(56 of .satellite),
|
|
651
596
|
:nth-child(56 of o-arc),
|
|
652
|
-
:nth-child(56 of .vector)
|
|
653
|
-
:nth-child(56 of o-text) {
|
|
597
|
+
:nth-child(56 of .vector) {
|
|
654
598
|
--o-orbit-child-number: 55;
|
|
655
599
|
}
|
|
656
600
|
:nth-child(57 of .satellite),
|
|
657
601
|
:nth-child(57 of o-arc),
|
|
658
|
-
:nth-child(57 of .vector)
|
|
659
|
-
:nth-child(57 of o-text) {
|
|
602
|
+
:nth-child(57 of .vector) {
|
|
660
603
|
--o-orbit-child-number: 56;
|
|
661
604
|
}
|
|
662
605
|
:nth-child(58 of .satellite),
|
|
663
606
|
:nth-child(58 of o-arc),
|
|
664
|
-
:nth-child(58 of .vector)
|
|
665
|
-
:nth-child(58 of o-text) {
|
|
607
|
+
:nth-child(58 of .vector) {
|
|
666
608
|
--o-orbit-child-number: 57;
|
|
667
609
|
}
|
|
668
610
|
:nth-child(59 of .satellite),
|
|
669
611
|
:nth-child(59 of o-arc),
|
|
670
|
-
:nth-child(59 of .vector)
|
|
671
|
-
:nth-child(59 of o-text) {
|
|
612
|
+
:nth-child(59 of .vector) {
|
|
672
613
|
--o-orbit-child-number: 58;
|
|
673
614
|
}
|
|
674
615
|
:nth-child(60 of .satellite),
|
|
675
616
|
:nth-child(60 of o-arc),
|
|
676
|
-
:nth-child(60 of .vector)
|
|
677
|
-
:nth-child(60 of o-text) {
|
|
617
|
+
:nth-child(60 of .vector) {
|
|
678
618
|
--o-orbit-child-number: 59;
|
|
679
619
|
}
|
|
680
|
-
.orbit:has(> :nth-child(1 of .satellite), > :nth-child(1 of o-arc), > :nth-child(1 of .vector), > :nth-child(1 of .side)
|
|
681
|
-
[class*=orbit-]:has(> :nth-child(1 of .satellite), > :nth-child(1 of o-arc), > :nth-child(1 of .vector), > :nth-child(1 of .side)
|
|
620
|
+
.orbit:has(> :nth-child(1 of .satellite), > :nth-child(1 of o-arc), > :nth-child(1 of .vector), > :nth-child(1 of .side)),
|
|
621
|
+
[class*=orbit-]:has(> :nth-child(1 of .satellite), > :nth-child(1 of o-arc), > :nth-child(1 of .vector), > :nth-child(1 of .side)) {
|
|
682
622
|
--o-angle: calc(var(--o-range) / (1 - var(--o-fit-range, 0)));
|
|
683
623
|
}
|
|
684
|
-
.orbit:has(> :nth-child(2 of .satellite), > :nth-child(2 of o-arc), > :nth-child(2 of .vector), > :nth-child(2 of .side)
|
|
685
|
-
[class*=orbit-]:has(> :nth-child(2 of .satellite), > :nth-child(2 of o-arc), > :nth-child(2 of .vector), > :nth-child(2 of .side)
|
|
624
|
+
.orbit:has(> :nth-child(2 of .satellite), > :nth-child(2 of o-arc), > :nth-child(2 of .vector), > :nth-child(2 of .side)),
|
|
625
|
+
[class*=orbit-]:has(> :nth-child(2 of .satellite), > :nth-child(2 of o-arc), > :nth-child(2 of .vector), > :nth-child(2 of .side)) {
|
|
686
626
|
--o-angle: calc(var(--o-range) / (2 - var(--o-fit-range, 0)));
|
|
687
627
|
}
|
|
688
|
-
.orbit:has(> :nth-child(3 of .satellite), > :nth-child(3 of o-arc), > :nth-child(3 of .vector), > :nth-child(3 of .side)
|
|
689
|
-
[class*=orbit-]:has(> :nth-child(3 of .satellite), > :nth-child(3 of o-arc), > :nth-child(3 of .vector), > :nth-child(3 of .side)
|
|
628
|
+
.orbit:has(> :nth-child(3 of .satellite), > :nth-child(3 of o-arc), > :nth-child(3 of .vector), > :nth-child(3 of .side)),
|
|
629
|
+
[class*=orbit-]:has(> :nth-child(3 of .satellite), > :nth-child(3 of o-arc), > :nth-child(3 of .vector), > :nth-child(3 of .side)) {
|
|
690
630
|
--o-angle: calc(var(--o-range) / (3 - var(--o-fit-range, 0)));
|
|
691
631
|
}
|
|
692
|
-
.orbit:has(> :nth-child(4 of .satellite), > :nth-child(4 of o-arc), > :nth-child(4 of .vector), > :nth-child(4 of .side)
|
|
693
|
-
[class*=orbit-]:has(> :nth-child(4 of .satellite), > :nth-child(4 of o-arc), > :nth-child(4 of .vector), > :nth-child(4 of .side)
|
|
632
|
+
.orbit:has(> :nth-child(4 of .satellite), > :nth-child(4 of o-arc), > :nth-child(4 of .vector), > :nth-child(4 of .side)),
|
|
633
|
+
[class*=orbit-]:has(> :nth-child(4 of .satellite), > :nth-child(4 of o-arc), > :nth-child(4 of .vector), > :nth-child(4 of .side)) {
|
|
694
634
|
--o-angle: calc(var(--o-range) / (4 - var(--o-fit-range, 0)));
|
|
695
635
|
}
|
|
696
|
-
.orbit:has(> :nth-child(5 of .satellite), > :nth-child(5 of o-arc), > :nth-child(5 of .vector), > :nth-child(5 of .side)
|
|
697
|
-
[class*=orbit-]:has(> :nth-child(5 of .satellite), > :nth-child(5 of o-arc), > :nth-child(5 of .vector), > :nth-child(5 of .side)
|
|
636
|
+
.orbit:has(> :nth-child(5 of .satellite), > :nth-child(5 of o-arc), > :nth-child(5 of .vector), > :nth-child(5 of .side)),
|
|
637
|
+
[class*=orbit-]:has(> :nth-child(5 of .satellite), > :nth-child(5 of o-arc), > :nth-child(5 of .vector), > :nth-child(5 of .side)) {
|
|
698
638
|
--o-angle: calc(var(--o-range) / (5 - var(--o-fit-range, 0)));
|
|
699
639
|
}
|
|
700
|
-
.orbit:has(> :nth-child(6 of .satellite), > :nth-child(6 of o-arc), > :nth-child(6 of .vector), > :nth-child(6 of .side)
|
|
701
|
-
[class*=orbit-]:has(> :nth-child(6 of .satellite), > :nth-child(6 of o-arc), > :nth-child(6 of .vector), > :nth-child(6 of .side)
|
|
640
|
+
.orbit:has(> :nth-child(6 of .satellite), > :nth-child(6 of o-arc), > :nth-child(6 of .vector), > :nth-child(6 of .side)),
|
|
641
|
+
[class*=orbit-]:has(> :nth-child(6 of .satellite), > :nth-child(6 of o-arc), > :nth-child(6 of .vector), > :nth-child(6 of .side)) {
|
|
702
642
|
--o-angle: calc(var(--o-range) / (6 - var(--o-fit-range, 0)));
|
|
703
643
|
}
|
|
704
|
-
.orbit:has(> :nth-child(7 of .satellite), > :nth-child(7 of o-arc), > :nth-child(7 of .vector), > :nth-child(7 of .side)
|
|
705
|
-
[class*=orbit-]:has(> :nth-child(7 of .satellite), > :nth-child(7 of o-arc), > :nth-child(7 of .vector), > :nth-child(7 of .side)
|
|
644
|
+
.orbit:has(> :nth-child(7 of .satellite), > :nth-child(7 of o-arc), > :nth-child(7 of .vector), > :nth-child(7 of .side)),
|
|
645
|
+
[class*=orbit-]:has(> :nth-child(7 of .satellite), > :nth-child(7 of o-arc), > :nth-child(7 of .vector), > :nth-child(7 of .side)) {
|
|
706
646
|
--o-angle: calc(var(--o-range) / (7 - var(--o-fit-range, 0)));
|
|
707
647
|
}
|
|
708
|
-
.orbit:has(> :nth-child(8 of .satellite), > :nth-child(8 of o-arc), > :nth-child(8 of .vector), > :nth-child(8 of .side)
|
|
709
|
-
[class*=orbit-]:has(> :nth-child(8 of .satellite), > :nth-child(8 of o-arc), > :nth-child(8 of .vector), > :nth-child(8 of .side)
|
|
648
|
+
.orbit:has(> :nth-child(8 of .satellite), > :nth-child(8 of o-arc), > :nth-child(8 of .vector), > :nth-child(8 of .side)),
|
|
649
|
+
[class*=orbit-]:has(> :nth-child(8 of .satellite), > :nth-child(8 of o-arc), > :nth-child(8 of .vector), > :nth-child(8 of .side)) {
|
|
710
650
|
--o-angle: calc(var(--o-range) / (8 - var(--o-fit-range, 0)));
|
|
711
651
|
}
|
|
712
|
-
.orbit:has(> :nth-child(9 of .satellite), > :nth-child(9 of o-arc), > :nth-child(9 of .vector), > :nth-child(9 of .side)
|
|
713
|
-
[class*=orbit-]:has(> :nth-child(9 of .satellite), > :nth-child(9 of o-arc), > :nth-child(9 of .vector), > :nth-child(9 of .side)
|
|
652
|
+
.orbit:has(> :nth-child(9 of .satellite), > :nth-child(9 of o-arc), > :nth-child(9 of .vector), > :nth-child(9 of .side)),
|
|
653
|
+
[class*=orbit-]:has(> :nth-child(9 of .satellite), > :nth-child(9 of o-arc), > :nth-child(9 of .vector), > :nth-child(9 of .side)) {
|
|
714
654
|
--o-angle: calc(var(--o-range) / (9 - var(--o-fit-range, 0)));
|
|
715
655
|
}
|
|
716
|
-
.orbit:has(> :nth-child(10 of .satellite), > :nth-child(10 of o-arc), > :nth-child(10 of .vector), > :nth-child(10 of .side)
|
|
717
|
-
[class*=orbit-]:has(> :nth-child(10 of .satellite), > :nth-child(10 of o-arc), > :nth-child(10 of .vector), > :nth-child(10 of .side)
|
|
656
|
+
.orbit:has(> :nth-child(10 of .satellite), > :nth-child(10 of o-arc), > :nth-child(10 of .vector), > :nth-child(10 of .side)),
|
|
657
|
+
[class*=orbit-]:has(> :nth-child(10 of .satellite), > :nth-child(10 of o-arc), > :nth-child(10 of .vector), > :nth-child(10 of .side)) {
|
|
718
658
|
--o-angle: calc(var(--o-range) / (10 - var(--o-fit-range, 0)));
|
|
719
659
|
}
|
|
720
|
-
.orbit:has(> :nth-child(11 of .satellite), > :nth-child(11 of o-arc), > :nth-child(11 of .vector), > :nth-child(11 of .side)
|
|
721
|
-
[class*=orbit-]:has(> :nth-child(11 of .satellite), > :nth-child(11 of o-arc), > :nth-child(11 of .vector), > :nth-child(11 of .side)
|
|
660
|
+
.orbit:has(> :nth-child(11 of .satellite), > :nth-child(11 of o-arc), > :nth-child(11 of .vector), > :nth-child(11 of .side)),
|
|
661
|
+
[class*=orbit-]:has(> :nth-child(11 of .satellite), > :nth-child(11 of o-arc), > :nth-child(11 of .vector), > :nth-child(11 of .side)) {
|
|
722
662
|
--o-angle: calc(var(--o-range) / (11 - var(--o-fit-range, 0)));
|
|
723
663
|
}
|
|
724
|
-
.orbit:has(> :nth-child(12 of .satellite), > :nth-child(12 of o-arc), > :nth-child(12 of .vector), > :nth-child(12 of .side)
|
|
725
|
-
[class*=orbit-]:has(> :nth-child(12 of .satellite), > :nth-child(12 of o-arc), > :nth-child(12 of .vector), > :nth-child(12 of .side)
|
|
664
|
+
.orbit:has(> :nth-child(12 of .satellite), > :nth-child(12 of o-arc), > :nth-child(12 of .vector), > :nth-child(12 of .side)),
|
|
665
|
+
[class*=orbit-]:has(> :nth-child(12 of .satellite), > :nth-child(12 of o-arc), > :nth-child(12 of .vector), > :nth-child(12 of .side)) {
|
|
726
666
|
--o-angle: calc(var(--o-range) / (12 - var(--o-fit-range, 0)));
|
|
727
667
|
}
|
|
728
|
-
.orbit:has(> :nth-child(13 of .satellite), > :nth-child(13 of o-arc), > :nth-child(13 of .vector), > :nth-child(13 of .side)
|
|
729
|
-
[class*=orbit-]:has(> :nth-child(13 of .satellite), > :nth-child(13 of o-arc), > :nth-child(13 of .vector), > :nth-child(13 of .side)
|
|
668
|
+
.orbit:has(> :nth-child(13 of .satellite), > :nth-child(13 of o-arc), > :nth-child(13 of .vector), > :nth-child(13 of .side)),
|
|
669
|
+
[class*=orbit-]:has(> :nth-child(13 of .satellite), > :nth-child(13 of o-arc), > :nth-child(13 of .vector), > :nth-child(13 of .side)) {
|
|
730
670
|
--o-angle: calc(var(--o-range) / (13 - var(--o-fit-range, 0)));
|
|
731
671
|
}
|
|
732
|
-
.orbit:has(> :nth-child(14 of .satellite), > :nth-child(14 of o-arc), > :nth-child(14 of .vector), > :nth-child(14 of .side)
|
|
733
|
-
[class*=orbit-]:has(> :nth-child(14 of .satellite), > :nth-child(14 of o-arc), > :nth-child(14 of .vector), > :nth-child(14 of .side)
|
|
672
|
+
.orbit:has(> :nth-child(14 of .satellite), > :nth-child(14 of o-arc), > :nth-child(14 of .vector), > :nth-child(14 of .side)),
|
|
673
|
+
[class*=orbit-]:has(> :nth-child(14 of .satellite), > :nth-child(14 of o-arc), > :nth-child(14 of .vector), > :nth-child(14 of .side)) {
|
|
734
674
|
--o-angle: calc(var(--o-range) / (14 - var(--o-fit-range, 0)));
|
|
735
675
|
}
|
|
736
|
-
.orbit:has(> :nth-child(15 of .satellite), > :nth-child(15 of o-arc), > :nth-child(15 of .vector), > :nth-child(15 of .side)
|
|
737
|
-
[class*=orbit-]:has(> :nth-child(15 of .satellite), > :nth-child(15 of o-arc), > :nth-child(15 of .vector), > :nth-child(15 of .side)
|
|
676
|
+
.orbit:has(> :nth-child(15 of .satellite), > :nth-child(15 of o-arc), > :nth-child(15 of .vector), > :nth-child(15 of .side)),
|
|
677
|
+
[class*=orbit-]:has(> :nth-child(15 of .satellite), > :nth-child(15 of o-arc), > :nth-child(15 of .vector), > :nth-child(15 of .side)) {
|
|
738
678
|
--o-angle: calc(var(--o-range) / (15 - var(--o-fit-range, 0)));
|
|
739
679
|
}
|
|
740
|
-
.orbit:has(> :nth-child(16 of .satellite), > :nth-child(16 of o-arc), > :nth-child(16 of .vector), > :nth-child(16 of .side)
|
|
741
|
-
[class*=orbit-]:has(> :nth-child(16 of .satellite), > :nth-child(16 of o-arc), > :nth-child(16 of .vector), > :nth-child(16 of .side)
|
|
680
|
+
.orbit:has(> :nth-child(16 of .satellite), > :nth-child(16 of o-arc), > :nth-child(16 of .vector), > :nth-child(16 of .side)),
|
|
681
|
+
[class*=orbit-]:has(> :nth-child(16 of .satellite), > :nth-child(16 of o-arc), > :nth-child(16 of .vector), > :nth-child(16 of .side)) {
|
|
742
682
|
--o-angle: calc(var(--o-range) / (16 - var(--o-fit-range, 0)));
|
|
743
683
|
}
|
|
744
|
-
.orbit:has(> :nth-child(17 of .satellite), > :nth-child(17 of o-arc), > :nth-child(17 of .vector), > :nth-child(17 of .side)
|
|
745
|
-
[class*=orbit-]:has(> :nth-child(17 of .satellite), > :nth-child(17 of o-arc), > :nth-child(17 of .vector), > :nth-child(17 of .side)
|
|
684
|
+
.orbit:has(> :nth-child(17 of .satellite), > :nth-child(17 of o-arc), > :nth-child(17 of .vector), > :nth-child(17 of .side)),
|
|
685
|
+
[class*=orbit-]:has(> :nth-child(17 of .satellite), > :nth-child(17 of o-arc), > :nth-child(17 of .vector), > :nth-child(17 of .side)) {
|
|
746
686
|
--o-angle: calc(var(--o-range) / (17 - var(--o-fit-range, 0)));
|
|
747
687
|
}
|
|
748
|
-
.orbit:has(> :nth-child(18 of .satellite), > :nth-child(18 of o-arc), > :nth-child(18 of .vector), > :nth-child(18 of .side)
|
|
749
|
-
[class*=orbit-]:has(> :nth-child(18 of .satellite), > :nth-child(18 of o-arc), > :nth-child(18 of .vector), > :nth-child(18 of .side)
|
|
688
|
+
.orbit:has(> :nth-child(18 of .satellite), > :nth-child(18 of o-arc), > :nth-child(18 of .vector), > :nth-child(18 of .side)),
|
|
689
|
+
[class*=orbit-]:has(> :nth-child(18 of .satellite), > :nth-child(18 of o-arc), > :nth-child(18 of .vector), > :nth-child(18 of .side)) {
|
|
750
690
|
--o-angle: calc(var(--o-range) / (18 - var(--o-fit-range, 0)));
|
|
751
691
|
}
|
|
752
|
-
.orbit:has(> :nth-child(19 of .satellite), > :nth-child(19 of o-arc), > :nth-child(19 of .vector), > :nth-child(19 of .side)
|
|
753
|
-
[class*=orbit-]:has(> :nth-child(19 of .satellite), > :nth-child(19 of o-arc), > :nth-child(19 of .vector), > :nth-child(19 of .side)
|
|
692
|
+
.orbit:has(> :nth-child(19 of .satellite), > :nth-child(19 of o-arc), > :nth-child(19 of .vector), > :nth-child(19 of .side)),
|
|
693
|
+
[class*=orbit-]:has(> :nth-child(19 of .satellite), > :nth-child(19 of o-arc), > :nth-child(19 of .vector), > :nth-child(19 of .side)) {
|
|
754
694
|
--o-angle: calc(var(--o-range) / (19 - var(--o-fit-range, 0)));
|
|
755
695
|
}
|
|
756
|
-
.orbit:has(> :nth-child(20 of .satellite), > :nth-child(20 of o-arc), > :nth-child(20 of .vector), > :nth-child(20 of .side)
|
|
757
|
-
[class*=orbit-]:has(> :nth-child(20 of .satellite), > :nth-child(20 of o-arc), > :nth-child(20 of .vector), > :nth-child(20 of .side)
|
|
696
|
+
.orbit:has(> :nth-child(20 of .satellite), > :nth-child(20 of o-arc), > :nth-child(20 of .vector), > :nth-child(20 of .side)),
|
|
697
|
+
[class*=orbit-]:has(> :nth-child(20 of .satellite), > :nth-child(20 of o-arc), > :nth-child(20 of .vector), > :nth-child(20 of .side)) {
|
|
758
698
|
--o-angle: calc(var(--o-range) / (20 - var(--o-fit-range, 0)));
|
|
759
699
|
}
|
|
760
|
-
.orbit:has(> :nth-child(21 of .satellite), > :nth-child(21 of o-arc), > :nth-child(21 of .vector), > :nth-child(21 of .side)
|
|
761
|
-
[class*=orbit-]:has(> :nth-child(21 of .satellite), > :nth-child(21 of o-arc), > :nth-child(21 of .vector), > :nth-child(21 of .side)
|
|
700
|
+
.orbit:has(> :nth-child(21 of .satellite), > :nth-child(21 of o-arc), > :nth-child(21 of .vector), > :nth-child(21 of .side)),
|
|
701
|
+
[class*=orbit-]:has(> :nth-child(21 of .satellite), > :nth-child(21 of o-arc), > :nth-child(21 of .vector), > :nth-child(21 of .side)) {
|
|
762
702
|
--o-angle: calc(var(--o-range) / (21 - var(--o-fit-range, 0)));
|
|
763
703
|
}
|
|
764
|
-
.orbit:has(> :nth-child(22 of .satellite), > :nth-child(22 of o-arc), > :nth-child(22 of .vector), > :nth-child(22 of .side)
|
|
765
|
-
[class*=orbit-]:has(> :nth-child(22 of .satellite), > :nth-child(22 of o-arc), > :nth-child(22 of .vector), > :nth-child(22 of .side)
|
|
704
|
+
.orbit:has(> :nth-child(22 of .satellite), > :nth-child(22 of o-arc), > :nth-child(22 of .vector), > :nth-child(22 of .side)),
|
|
705
|
+
[class*=orbit-]:has(> :nth-child(22 of .satellite), > :nth-child(22 of o-arc), > :nth-child(22 of .vector), > :nth-child(22 of .side)) {
|
|
766
706
|
--o-angle: calc(var(--o-range) / (22 - var(--o-fit-range, 0)));
|
|
767
707
|
}
|
|
768
|
-
.orbit:has(> :nth-child(23 of .satellite), > :nth-child(23 of o-arc), > :nth-child(23 of .vector), > :nth-child(23 of .side)
|
|
769
|
-
[class*=orbit-]:has(> :nth-child(23 of .satellite), > :nth-child(23 of o-arc), > :nth-child(23 of .vector), > :nth-child(23 of .side)
|
|
708
|
+
.orbit:has(> :nth-child(23 of .satellite), > :nth-child(23 of o-arc), > :nth-child(23 of .vector), > :nth-child(23 of .side)),
|
|
709
|
+
[class*=orbit-]:has(> :nth-child(23 of .satellite), > :nth-child(23 of o-arc), > :nth-child(23 of .vector), > :nth-child(23 of .side)) {
|
|
770
710
|
--o-angle: calc(var(--o-range) / (23 - var(--o-fit-range, 0)));
|
|
771
711
|
}
|
|
772
|
-
.orbit:has(> :nth-child(24 of .satellite), > :nth-child(24 of o-arc), > :nth-child(24 of .vector), > :nth-child(24 of .side)
|
|
773
|
-
[class*=orbit-]:has(> :nth-child(24 of .satellite), > :nth-child(24 of o-arc), > :nth-child(24 of .vector), > :nth-child(24 of .side)
|
|
712
|
+
.orbit:has(> :nth-child(24 of .satellite), > :nth-child(24 of o-arc), > :nth-child(24 of .vector), > :nth-child(24 of .side)),
|
|
713
|
+
[class*=orbit-]:has(> :nth-child(24 of .satellite), > :nth-child(24 of o-arc), > :nth-child(24 of .vector), > :nth-child(24 of .side)) {
|
|
774
714
|
--o-angle: calc(var(--o-range) / (24 - var(--o-fit-range, 0)));
|
|
775
715
|
}
|
|
776
|
-
.orbit:has(> :nth-child(25 of .satellite), > :nth-child(25 of o-arc), > :nth-child(25 of .vector), > :nth-child(25 of .side)
|
|
777
|
-
[class*=orbit-]:has(> :nth-child(25 of .satellite), > :nth-child(25 of o-arc), > :nth-child(25 of .vector), > :nth-child(25 of .side)
|
|
716
|
+
.orbit:has(> :nth-child(25 of .satellite), > :nth-child(25 of o-arc), > :nth-child(25 of .vector), > :nth-child(25 of .side)),
|
|
717
|
+
[class*=orbit-]:has(> :nth-child(25 of .satellite), > :nth-child(25 of o-arc), > :nth-child(25 of .vector), > :nth-child(25 of .side)) {
|
|
778
718
|
--o-angle: calc(var(--o-range) / (25 - var(--o-fit-range, 0)));
|
|
779
719
|
}
|
|
780
|
-
.orbit:has(> :nth-child(26 of .satellite), > :nth-child(26 of o-arc), > :nth-child(26 of .vector), > :nth-child(26 of .side)
|
|
781
|
-
[class*=orbit-]:has(> :nth-child(26 of .satellite), > :nth-child(26 of o-arc), > :nth-child(26 of .vector), > :nth-child(26 of .side)
|
|
720
|
+
.orbit:has(> :nth-child(26 of .satellite), > :nth-child(26 of o-arc), > :nth-child(26 of .vector), > :nth-child(26 of .side)),
|
|
721
|
+
[class*=orbit-]:has(> :nth-child(26 of .satellite), > :nth-child(26 of o-arc), > :nth-child(26 of .vector), > :nth-child(26 of .side)) {
|
|
782
722
|
--o-angle: calc(var(--o-range) / (26 - var(--o-fit-range, 0)));
|
|
783
723
|
}
|
|
784
|
-
.orbit:has(> :nth-child(27 of .satellite), > :nth-child(27 of o-arc), > :nth-child(27 of .vector), > :nth-child(27 of .side)
|
|
785
|
-
[class*=orbit-]:has(> :nth-child(27 of .satellite), > :nth-child(27 of o-arc), > :nth-child(27 of .vector), > :nth-child(27 of .side)
|
|
724
|
+
.orbit:has(> :nth-child(27 of .satellite), > :nth-child(27 of o-arc), > :nth-child(27 of .vector), > :nth-child(27 of .side)),
|
|
725
|
+
[class*=orbit-]:has(> :nth-child(27 of .satellite), > :nth-child(27 of o-arc), > :nth-child(27 of .vector), > :nth-child(27 of .side)) {
|
|
786
726
|
--o-angle: calc(var(--o-range) / (27 - var(--o-fit-range, 0)));
|
|
787
727
|
}
|
|
788
|
-
.orbit:has(> :nth-child(28 of .satellite), > :nth-child(28 of o-arc), > :nth-child(28 of .vector), > :nth-child(28 of .side)
|
|
789
|
-
[class*=orbit-]:has(> :nth-child(28 of .satellite), > :nth-child(28 of o-arc), > :nth-child(28 of .vector), > :nth-child(28 of .side)
|
|
728
|
+
.orbit:has(> :nth-child(28 of .satellite), > :nth-child(28 of o-arc), > :nth-child(28 of .vector), > :nth-child(28 of .side)),
|
|
729
|
+
[class*=orbit-]:has(> :nth-child(28 of .satellite), > :nth-child(28 of o-arc), > :nth-child(28 of .vector), > :nth-child(28 of .side)) {
|
|
790
730
|
--o-angle: calc(var(--o-range) / (28 - var(--o-fit-range, 0)));
|
|
791
731
|
}
|
|
792
|
-
.orbit:has(> :nth-child(29 of .satellite), > :nth-child(29 of o-arc), > :nth-child(29 of .vector), > :nth-child(29 of .side)
|
|
793
|
-
[class*=orbit-]:has(> :nth-child(29 of .satellite), > :nth-child(29 of o-arc), > :nth-child(29 of .vector), > :nth-child(29 of .side)
|
|
732
|
+
.orbit:has(> :nth-child(29 of .satellite), > :nth-child(29 of o-arc), > :nth-child(29 of .vector), > :nth-child(29 of .side)),
|
|
733
|
+
[class*=orbit-]:has(> :nth-child(29 of .satellite), > :nth-child(29 of o-arc), > :nth-child(29 of .vector), > :nth-child(29 of .side)) {
|
|
794
734
|
--o-angle: calc(var(--o-range) / (29 - var(--o-fit-range, 0)));
|
|
795
735
|
}
|
|
796
|
-
.orbit:has(> :nth-child(30 of .satellite), > :nth-child(30 of o-arc), > :nth-child(30 of .vector), > :nth-child(30 of .side)
|
|
797
|
-
[class*=orbit-]:has(> :nth-child(30 of .satellite), > :nth-child(30 of o-arc), > :nth-child(30 of .vector), > :nth-child(30 of .side)
|
|
736
|
+
.orbit:has(> :nth-child(30 of .satellite), > :nth-child(30 of o-arc), > :nth-child(30 of .vector), > :nth-child(30 of .side)),
|
|
737
|
+
[class*=orbit-]:has(> :nth-child(30 of .satellite), > :nth-child(30 of o-arc), > :nth-child(30 of .vector), > :nth-child(30 of .side)) {
|
|
798
738
|
--o-angle: calc(var(--o-range) / (30 - var(--o-fit-range, 0)));
|
|
799
739
|
}
|
|
800
|
-
.orbit:has(> :nth-child(31 of .satellite), > :nth-child(31 of o-arc), > :nth-child(31 of .vector), > :nth-child(31 of .side)
|
|
801
|
-
[class*=orbit-]:has(> :nth-child(31 of .satellite), > :nth-child(31 of o-arc), > :nth-child(31 of .vector), > :nth-child(31 of .side)
|
|
740
|
+
.orbit:has(> :nth-child(31 of .satellite), > :nth-child(31 of o-arc), > :nth-child(31 of .vector), > :nth-child(31 of .side)),
|
|
741
|
+
[class*=orbit-]:has(> :nth-child(31 of .satellite), > :nth-child(31 of o-arc), > :nth-child(31 of .vector), > :nth-child(31 of .side)) {
|
|
802
742
|
--o-angle: calc(var(--o-range) / (31 - var(--o-fit-range, 0)));
|
|
803
743
|
}
|
|
804
|
-
.orbit:has(> :nth-child(32 of .satellite), > :nth-child(32 of o-arc), > :nth-child(32 of .vector), > :nth-child(32 of .side)
|
|
805
|
-
[class*=orbit-]:has(> :nth-child(32 of .satellite), > :nth-child(32 of o-arc), > :nth-child(32 of .vector), > :nth-child(32 of .side)
|
|
744
|
+
.orbit:has(> :nth-child(32 of .satellite), > :nth-child(32 of o-arc), > :nth-child(32 of .vector), > :nth-child(32 of .side)),
|
|
745
|
+
[class*=orbit-]:has(> :nth-child(32 of .satellite), > :nth-child(32 of o-arc), > :nth-child(32 of .vector), > :nth-child(32 of .side)) {
|
|
806
746
|
--o-angle: calc(var(--o-range) / (32 - var(--o-fit-range, 0)));
|
|
807
747
|
}
|
|
808
|
-
.orbit:has(> :nth-child(33 of .satellite), > :nth-child(33 of o-arc), > :nth-child(33 of .vector), > :nth-child(33 of .side)
|
|
809
|
-
[class*=orbit-]:has(> :nth-child(33 of .satellite), > :nth-child(33 of o-arc), > :nth-child(33 of .vector), > :nth-child(33 of .side)
|
|
748
|
+
.orbit:has(> :nth-child(33 of .satellite), > :nth-child(33 of o-arc), > :nth-child(33 of .vector), > :nth-child(33 of .side)),
|
|
749
|
+
[class*=orbit-]:has(> :nth-child(33 of .satellite), > :nth-child(33 of o-arc), > :nth-child(33 of .vector), > :nth-child(33 of .side)) {
|
|
810
750
|
--o-angle: calc(var(--o-range) / (33 - var(--o-fit-range, 0)));
|
|
811
751
|
}
|
|
812
|
-
.orbit:has(> :nth-child(34 of .satellite), > :nth-child(34 of o-arc), > :nth-child(34 of .vector), > :nth-child(34 of .side)
|
|
813
|
-
[class*=orbit-]:has(> :nth-child(34 of .satellite), > :nth-child(34 of o-arc), > :nth-child(34 of .vector), > :nth-child(34 of .side)
|
|
752
|
+
.orbit:has(> :nth-child(34 of .satellite), > :nth-child(34 of o-arc), > :nth-child(34 of .vector), > :nth-child(34 of .side)),
|
|
753
|
+
[class*=orbit-]:has(> :nth-child(34 of .satellite), > :nth-child(34 of o-arc), > :nth-child(34 of .vector), > :nth-child(34 of .side)) {
|
|
814
754
|
--o-angle: calc(var(--o-range) / (34 - var(--o-fit-range, 0)));
|
|
815
755
|
}
|
|
816
|
-
.orbit:has(> :nth-child(35 of .satellite), > :nth-child(35 of o-arc), > :nth-child(35 of .vector), > :nth-child(35 of .side)
|
|
817
|
-
[class*=orbit-]:has(> :nth-child(35 of .satellite), > :nth-child(35 of o-arc), > :nth-child(35 of .vector), > :nth-child(35 of .side)
|
|
756
|
+
.orbit:has(> :nth-child(35 of .satellite), > :nth-child(35 of o-arc), > :nth-child(35 of .vector), > :nth-child(35 of .side)),
|
|
757
|
+
[class*=orbit-]:has(> :nth-child(35 of .satellite), > :nth-child(35 of o-arc), > :nth-child(35 of .vector), > :nth-child(35 of .side)) {
|
|
818
758
|
--o-angle: calc(var(--o-range) / (35 - var(--o-fit-range, 0)));
|
|
819
759
|
}
|
|
820
|
-
.orbit:has(> :nth-child(36 of .satellite), > :nth-child(36 of o-arc), > :nth-child(36 of .vector), > :nth-child(36 of .side)
|
|
821
|
-
[class*=orbit-]:has(> :nth-child(36 of .satellite), > :nth-child(36 of o-arc), > :nth-child(36 of .vector), > :nth-child(36 of .side)
|
|
760
|
+
.orbit:has(> :nth-child(36 of .satellite), > :nth-child(36 of o-arc), > :nth-child(36 of .vector), > :nth-child(36 of .side)),
|
|
761
|
+
[class*=orbit-]:has(> :nth-child(36 of .satellite), > :nth-child(36 of o-arc), > :nth-child(36 of .vector), > :nth-child(36 of .side)) {
|
|
822
762
|
--o-angle: calc(var(--o-range) / (36 - var(--o-fit-range, 0)));
|
|
823
763
|
}
|
|
824
|
-
.orbit:has(> :nth-child(37 of .satellite), > :nth-child(37 of o-arc), > :nth-child(37 of .vector), > :nth-child(37 of .side)
|
|
825
|
-
[class*=orbit-]:has(> :nth-child(37 of .satellite), > :nth-child(37 of o-arc), > :nth-child(37 of .vector), > :nth-child(37 of .side)
|
|
764
|
+
.orbit:has(> :nth-child(37 of .satellite), > :nth-child(37 of o-arc), > :nth-child(37 of .vector), > :nth-child(37 of .side)),
|
|
765
|
+
[class*=orbit-]:has(> :nth-child(37 of .satellite), > :nth-child(37 of o-arc), > :nth-child(37 of .vector), > :nth-child(37 of .side)) {
|
|
826
766
|
--o-angle: calc(var(--o-range) / (37 - var(--o-fit-range, 0)));
|
|
827
767
|
}
|
|
828
|
-
.orbit:has(> :nth-child(38 of .satellite), > :nth-child(38 of o-arc), > :nth-child(38 of .vector), > :nth-child(38 of .side)
|
|
829
|
-
[class*=orbit-]:has(> :nth-child(38 of .satellite), > :nth-child(38 of o-arc), > :nth-child(38 of .vector), > :nth-child(38 of .side)
|
|
768
|
+
.orbit:has(> :nth-child(38 of .satellite), > :nth-child(38 of o-arc), > :nth-child(38 of .vector), > :nth-child(38 of .side)),
|
|
769
|
+
[class*=orbit-]:has(> :nth-child(38 of .satellite), > :nth-child(38 of o-arc), > :nth-child(38 of .vector), > :nth-child(38 of .side)) {
|
|
830
770
|
--o-angle: calc(var(--o-range) / (38 - var(--o-fit-range, 0)));
|
|
831
771
|
}
|
|
832
|
-
.orbit:has(> :nth-child(39 of .satellite), > :nth-child(39 of o-arc), > :nth-child(39 of .vector), > :nth-child(39 of .side)
|
|
833
|
-
[class*=orbit-]:has(> :nth-child(39 of .satellite), > :nth-child(39 of o-arc), > :nth-child(39 of .vector), > :nth-child(39 of .side)
|
|
772
|
+
.orbit:has(> :nth-child(39 of .satellite), > :nth-child(39 of o-arc), > :nth-child(39 of .vector), > :nth-child(39 of .side)),
|
|
773
|
+
[class*=orbit-]:has(> :nth-child(39 of .satellite), > :nth-child(39 of o-arc), > :nth-child(39 of .vector), > :nth-child(39 of .side)) {
|
|
834
774
|
--o-angle: calc(var(--o-range) / (39 - var(--o-fit-range, 0)));
|
|
835
775
|
}
|
|
836
|
-
.orbit:has(> :nth-child(40 of .satellite), > :nth-child(40 of o-arc), > :nth-child(40 of .vector), > :nth-child(40 of .side)
|
|
837
|
-
[class*=orbit-]:has(> :nth-child(40 of .satellite), > :nth-child(40 of o-arc), > :nth-child(40 of .vector), > :nth-child(40 of .side)
|
|
776
|
+
.orbit:has(> :nth-child(40 of .satellite), > :nth-child(40 of o-arc), > :nth-child(40 of .vector), > :nth-child(40 of .side)),
|
|
777
|
+
[class*=orbit-]:has(> :nth-child(40 of .satellite), > :nth-child(40 of o-arc), > :nth-child(40 of .vector), > :nth-child(40 of .side)) {
|
|
838
778
|
--o-angle: calc(var(--o-range) / (40 - var(--o-fit-range, 0)));
|
|
839
779
|
}
|
|
840
|
-
.orbit:has(> :nth-child(41 of .satellite), > :nth-child(41 of o-arc), > :nth-child(41 of .vector), > :nth-child(41 of .side)
|
|
841
|
-
[class*=orbit-]:has(> :nth-child(41 of .satellite), > :nth-child(41 of o-arc), > :nth-child(41 of .vector), > :nth-child(41 of .side)
|
|
780
|
+
.orbit:has(> :nth-child(41 of .satellite), > :nth-child(41 of o-arc), > :nth-child(41 of .vector), > :nth-child(41 of .side)),
|
|
781
|
+
[class*=orbit-]:has(> :nth-child(41 of .satellite), > :nth-child(41 of o-arc), > :nth-child(41 of .vector), > :nth-child(41 of .side)) {
|
|
842
782
|
--o-angle: calc(var(--o-range) / (41 - var(--o-fit-range, 0)));
|
|
843
783
|
}
|
|
844
|
-
.orbit:has(> :nth-child(42 of .satellite), > :nth-child(42 of o-arc), > :nth-child(42 of .vector), > :nth-child(42 of .side)
|
|
845
|
-
[class*=orbit-]:has(> :nth-child(42 of .satellite), > :nth-child(42 of o-arc), > :nth-child(42 of .vector), > :nth-child(42 of .side)
|
|
784
|
+
.orbit:has(> :nth-child(42 of .satellite), > :nth-child(42 of o-arc), > :nth-child(42 of .vector), > :nth-child(42 of .side)),
|
|
785
|
+
[class*=orbit-]:has(> :nth-child(42 of .satellite), > :nth-child(42 of o-arc), > :nth-child(42 of .vector), > :nth-child(42 of .side)) {
|
|
846
786
|
--o-angle: calc(var(--o-range) / (42 - var(--o-fit-range, 0)));
|
|
847
787
|
}
|
|
848
|
-
.orbit:has(> :nth-child(43 of .satellite), > :nth-child(43 of o-arc), > :nth-child(43 of .vector), > :nth-child(43 of .side)
|
|
849
|
-
[class*=orbit-]:has(> :nth-child(43 of .satellite), > :nth-child(43 of o-arc), > :nth-child(43 of .vector), > :nth-child(43 of .side)
|
|
788
|
+
.orbit:has(> :nth-child(43 of .satellite), > :nth-child(43 of o-arc), > :nth-child(43 of .vector), > :nth-child(43 of .side)),
|
|
789
|
+
[class*=orbit-]:has(> :nth-child(43 of .satellite), > :nth-child(43 of o-arc), > :nth-child(43 of .vector), > :nth-child(43 of .side)) {
|
|
850
790
|
--o-angle: calc(var(--o-range) / (43 - var(--o-fit-range, 0)));
|
|
851
791
|
}
|
|
852
|
-
.orbit:has(> :nth-child(44 of .satellite), > :nth-child(44 of o-arc), > :nth-child(44 of .vector), > :nth-child(44 of .side)
|
|
853
|
-
[class*=orbit-]:has(> :nth-child(44 of .satellite), > :nth-child(44 of o-arc), > :nth-child(44 of .vector), > :nth-child(44 of .side)
|
|
792
|
+
.orbit:has(> :nth-child(44 of .satellite), > :nth-child(44 of o-arc), > :nth-child(44 of .vector), > :nth-child(44 of .side)),
|
|
793
|
+
[class*=orbit-]:has(> :nth-child(44 of .satellite), > :nth-child(44 of o-arc), > :nth-child(44 of .vector), > :nth-child(44 of .side)) {
|
|
854
794
|
--o-angle: calc(var(--o-range) / (44 - var(--o-fit-range, 0)));
|
|
855
795
|
}
|
|
856
|
-
.orbit:has(> :nth-child(45 of .satellite), > :nth-child(45 of o-arc), > :nth-child(45 of .vector), > :nth-child(45 of .side)
|
|
857
|
-
[class*=orbit-]:has(> :nth-child(45 of .satellite), > :nth-child(45 of o-arc), > :nth-child(45 of .vector), > :nth-child(45 of .side)
|
|
796
|
+
.orbit:has(> :nth-child(45 of .satellite), > :nth-child(45 of o-arc), > :nth-child(45 of .vector), > :nth-child(45 of .side)),
|
|
797
|
+
[class*=orbit-]:has(> :nth-child(45 of .satellite), > :nth-child(45 of o-arc), > :nth-child(45 of .vector), > :nth-child(45 of .side)) {
|
|
858
798
|
--o-angle: calc(var(--o-range) / (45 - var(--o-fit-range, 0)));
|
|
859
799
|
}
|
|
860
|
-
.orbit:has(> :nth-child(46 of .satellite), > :nth-child(46 of o-arc), > :nth-child(46 of .vector), > :nth-child(46 of .side)
|
|
861
|
-
[class*=orbit-]:has(> :nth-child(46 of .satellite), > :nth-child(46 of o-arc), > :nth-child(46 of .vector), > :nth-child(46 of .side)
|
|
800
|
+
.orbit:has(> :nth-child(46 of .satellite), > :nth-child(46 of o-arc), > :nth-child(46 of .vector), > :nth-child(46 of .side)),
|
|
801
|
+
[class*=orbit-]:has(> :nth-child(46 of .satellite), > :nth-child(46 of o-arc), > :nth-child(46 of .vector), > :nth-child(46 of .side)) {
|
|
862
802
|
--o-angle: calc(var(--o-range) / (46 - var(--o-fit-range, 0)));
|
|
863
803
|
}
|
|
864
|
-
.orbit:has(> :nth-child(47 of .satellite), > :nth-child(47 of o-arc), > :nth-child(47 of .vector), > :nth-child(47 of .side)
|
|
865
|
-
[class*=orbit-]:has(> :nth-child(47 of .satellite), > :nth-child(47 of o-arc), > :nth-child(47 of .vector), > :nth-child(47 of .side)
|
|
804
|
+
.orbit:has(> :nth-child(47 of .satellite), > :nth-child(47 of o-arc), > :nth-child(47 of .vector), > :nth-child(47 of .side)),
|
|
805
|
+
[class*=orbit-]:has(> :nth-child(47 of .satellite), > :nth-child(47 of o-arc), > :nth-child(47 of .vector), > :nth-child(47 of .side)) {
|
|
866
806
|
--o-angle: calc(var(--o-range) / (47 - var(--o-fit-range, 0)));
|
|
867
807
|
}
|
|
868
|
-
.orbit:has(> :nth-child(48 of .satellite), > :nth-child(48 of o-arc), > :nth-child(48 of .vector), > :nth-child(48 of .side)
|
|
869
|
-
[class*=orbit-]:has(> :nth-child(48 of .satellite), > :nth-child(48 of o-arc), > :nth-child(48 of .vector), > :nth-child(48 of .side)
|
|
808
|
+
.orbit:has(> :nth-child(48 of .satellite), > :nth-child(48 of o-arc), > :nth-child(48 of .vector), > :nth-child(48 of .side)),
|
|
809
|
+
[class*=orbit-]:has(> :nth-child(48 of .satellite), > :nth-child(48 of o-arc), > :nth-child(48 of .vector), > :nth-child(48 of .side)) {
|
|
870
810
|
--o-angle: calc(var(--o-range) / (48 - var(--o-fit-range, 0)));
|
|
871
811
|
}
|
|
872
|
-
.orbit:has(> :nth-child(49 of .satellite), > :nth-child(49 of o-arc), > :nth-child(49 of .vector), > :nth-child(49 of .side)
|
|
873
|
-
[class*=orbit-]:has(> :nth-child(49 of .satellite), > :nth-child(49 of o-arc), > :nth-child(49 of .vector), > :nth-child(49 of .side)
|
|
812
|
+
.orbit:has(> :nth-child(49 of .satellite), > :nth-child(49 of o-arc), > :nth-child(49 of .vector), > :nth-child(49 of .side)),
|
|
813
|
+
[class*=orbit-]:has(> :nth-child(49 of .satellite), > :nth-child(49 of o-arc), > :nth-child(49 of .vector), > :nth-child(49 of .side)) {
|
|
874
814
|
--o-angle: calc(var(--o-range) / (49 - var(--o-fit-range, 0)));
|
|
875
815
|
}
|
|
876
|
-
.orbit:has(> :nth-child(50 of .satellite), > :nth-child(50 of o-arc), > :nth-child(50 of .vector), > :nth-child(50 of .side)
|
|
877
|
-
[class*=orbit-]:has(> :nth-child(50 of .satellite), > :nth-child(50 of o-arc), > :nth-child(50 of .vector), > :nth-child(50 of .side)
|
|
816
|
+
.orbit:has(> :nth-child(50 of .satellite), > :nth-child(50 of o-arc), > :nth-child(50 of .vector), > :nth-child(50 of .side)),
|
|
817
|
+
[class*=orbit-]:has(> :nth-child(50 of .satellite), > :nth-child(50 of o-arc), > :nth-child(50 of .vector), > :nth-child(50 of .side)) {
|
|
878
818
|
--o-angle: calc(var(--o-range) / (50 - var(--o-fit-range, 0)));
|
|
879
819
|
}
|
|
880
|
-
.orbit:has(> :nth-child(51 of .satellite), > :nth-child(51 of o-arc), > :nth-child(51 of .vector), > :nth-child(51 of .side)
|
|
881
|
-
[class*=orbit-]:has(> :nth-child(51 of .satellite), > :nth-child(51 of o-arc), > :nth-child(51 of .vector), > :nth-child(51 of .side)
|
|
820
|
+
.orbit:has(> :nth-child(51 of .satellite), > :nth-child(51 of o-arc), > :nth-child(51 of .vector), > :nth-child(51 of .side)),
|
|
821
|
+
[class*=orbit-]:has(> :nth-child(51 of .satellite), > :nth-child(51 of o-arc), > :nth-child(51 of .vector), > :nth-child(51 of .side)) {
|
|
882
822
|
--o-angle: calc(var(--o-range) / (51 - var(--o-fit-range, 0)));
|
|
883
823
|
}
|
|
884
|
-
.orbit:has(> :nth-child(52 of .satellite), > :nth-child(52 of o-arc), > :nth-child(52 of .vector), > :nth-child(52 of .side)
|
|
885
|
-
[class*=orbit-]:has(> :nth-child(52 of .satellite), > :nth-child(52 of o-arc), > :nth-child(52 of .vector), > :nth-child(52 of .side)
|
|
824
|
+
.orbit:has(> :nth-child(52 of .satellite), > :nth-child(52 of o-arc), > :nth-child(52 of .vector), > :nth-child(52 of .side)),
|
|
825
|
+
[class*=orbit-]:has(> :nth-child(52 of .satellite), > :nth-child(52 of o-arc), > :nth-child(52 of .vector), > :nth-child(52 of .side)) {
|
|
886
826
|
--o-angle: calc(var(--o-range) / (52 - var(--o-fit-range, 0)));
|
|
887
827
|
}
|
|
888
|
-
.orbit:has(> :nth-child(53 of .satellite), > :nth-child(53 of o-arc), > :nth-child(53 of .vector), > :nth-child(53 of .side)
|
|
889
|
-
[class*=orbit-]:has(> :nth-child(53 of .satellite), > :nth-child(53 of o-arc), > :nth-child(53 of .vector), > :nth-child(53 of .side)
|
|
828
|
+
.orbit:has(> :nth-child(53 of .satellite), > :nth-child(53 of o-arc), > :nth-child(53 of .vector), > :nth-child(53 of .side)),
|
|
829
|
+
[class*=orbit-]:has(> :nth-child(53 of .satellite), > :nth-child(53 of o-arc), > :nth-child(53 of .vector), > :nth-child(53 of .side)) {
|
|
890
830
|
--o-angle: calc(var(--o-range) / (53 - var(--o-fit-range, 0)));
|
|
891
831
|
}
|
|
892
|
-
.orbit:has(> :nth-child(54 of .satellite), > :nth-child(54 of o-arc), > :nth-child(54 of .vector), > :nth-child(54 of .side)
|
|
893
|
-
[class*=orbit-]:has(> :nth-child(54 of .satellite), > :nth-child(54 of o-arc), > :nth-child(54 of .vector), > :nth-child(54 of .side)
|
|
832
|
+
.orbit:has(> :nth-child(54 of .satellite), > :nth-child(54 of o-arc), > :nth-child(54 of .vector), > :nth-child(54 of .side)),
|
|
833
|
+
[class*=orbit-]:has(> :nth-child(54 of .satellite), > :nth-child(54 of o-arc), > :nth-child(54 of .vector), > :nth-child(54 of .side)) {
|
|
894
834
|
--o-angle: calc(var(--o-range) / (54 - var(--o-fit-range, 0)));
|
|
895
835
|
}
|
|
896
|
-
.orbit:has(> :nth-child(55 of .satellite), > :nth-child(55 of o-arc), > :nth-child(55 of .vector), > :nth-child(55 of .side)
|
|
897
|
-
[class*=orbit-]:has(> :nth-child(55 of .satellite), > :nth-child(55 of o-arc), > :nth-child(55 of .vector), > :nth-child(55 of .side)
|
|
836
|
+
.orbit:has(> :nth-child(55 of .satellite), > :nth-child(55 of o-arc), > :nth-child(55 of .vector), > :nth-child(55 of .side)),
|
|
837
|
+
[class*=orbit-]:has(> :nth-child(55 of .satellite), > :nth-child(55 of o-arc), > :nth-child(55 of .vector), > :nth-child(55 of .side)) {
|
|
898
838
|
--o-angle: calc(var(--o-range) / (55 - var(--o-fit-range, 0)));
|
|
899
839
|
}
|
|
900
|
-
.orbit:has(> :nth-child(56 of .satellite), > :nth-child(56 of o-arc), > :nth-child(56 of .vector), > :nth-child(56 of .side)
|
|
901
|
-
[class*=orbit-]:has(> :nth-child(56 of .satellite), > :nth-child(56 of o-arc), > :nth-child(56 of .vector), > :nth-child(56 of .side)
|
|
840
|
+
.orbit:has(> :nth-child(56 of .satellite), > :nth-child(56 of o-arc), > :nth-child(56 of .vector), > :nth-child(56 of .side)),
|
|
841
|
+
[class*=orbit-]:has(> :nth-child(56 of .satellite), > :nth-child(56 of o-arc), > :nth-child(56 of .vector), > :nth-child(56 of .side)) {
|
|
902
842
|
--o-angle: calc(var(--o-range) / (56 - var(--o-fit-range, 0)));
|
|
903
843
|
}
|
|
904
|
-
.orbit:has(> :nth-child(57 of .satellite), > :nth-child(57 of o-arc), > :nth-child(57 of .vector), > :nth-child(57 of .side)
|
|
905
|
-
[class*=orbit-]:has(> :nth-child(57 of .satellite), > :nth-child(57 of o-arc), > :nth-child(57 of .vector), > :nth-child(57 of .side)
|
|
844
|
+
.orbit:has(> :nth-child(57 of .satellite), > :nth-child(57 of o-arc), > :nth-child(57 of .vector), > :nth-child(57 of .side)),
|
|
845
|
+
[class*=orbit-]:has(> :nth-child(57 of .satellite), > :nth-child(57 of o-arc), > :nth-child(57 of .vector), > :nth-child(57 of .side)) {
|
|
906
846
|
--o-angle: calc(var(--o-range) / (57 - var(--o-fit-range, 0)));
|
|
907
847
|
}
|
|
908
|
-
.orbit:has(> :nth-child(58 of .satellite), > :nth-child(58 of o-arc), > :nth-child(58 of .vector), > :nth-child(58 of .side)
|
|
909
|
-
[class*=orbit-]:has(> :nth-child(58 of .satellite), > :nth-child(58 of o-arc), > :nth-child(58 of .vector), > :nth-child(58 of .side)
|
|
848
|
+
.orbit:has(> :nth-child(58 of .satellite), > :nth-child(58 of o-arc), > :nth-child(58 of .vector), > :nth-child(58 of .side)),
|
|
849
|
+
[class*=orbit-]:has(> :nth-child(58 of .satellite), > :nth-child(58 of o-arc), > :nth-child(58 of .vector), > :nth-child(58 of .side)) {
|
|
910
850
|
--o-angle: calc(var(--o-range) / (58 - var(--o-fit-range, 0)));
|
|
911
851
|
}
|
|
912
|
-
.orbit:has(> :nth-child(59 of .satellite), > :nth-child(59 of o-arc), > :nth-child(59 of .vector), > :nth-child(59 of .side)
|
|
913
|
-
[class*=orbit-]:has(> :nth-child(59 of .satellite), > :nth-child(59 of o-arc), > :nth-child(59 of .vector), > :nth-child(59 of .side)
|
|
852
|
+
.orbit:has(> :nth-child(59 of .satellite), > :nth-child(59 of o-arc), > :nth-child(59 of .vector), > :nth-child(59 of .side)),
|
|
853
|
+
[class*=orbit-]:has(> :nth-child(59 of .satellite), > :nth-child(59 of o-arc), > :nth-child(59 of .vector), > :nth-child(59 of .side)) {
|
|
914
854
|
--o-angle: calc(var(--o-range) / (59 - var(--o-fit-range, 0)));
|
|
915
855
|
}
|
|
916
|
-
.orbit:has(> :nth-child(60 of .satellite), > :nth-child(60 of o-arc), > :nth-child(60 of .vector), > :nth-child(60 of .side)
|
|
917
|
-
[class*=orbit-]:has(> :nth-child(60 of .satellite), > :nth-child(60 of o-arc), > :nth-child(60 of .vector), > :nth-child(60 of .side)
|
|
856
|
+
.orbit:has(> :nth-child(60 of .satellite), > :nth-child(60 of o-arc), > :nth-child(60 of .vector), > :nth-child(60 of .side)),
|
|
857
|
+
[class*=orbit-]:has(> :nth-child(60 of .satellite), > :nth-child(60 of o-arc), > :nth-child(60 of .vector), > :nth-child(60 of .side)) {
|
|
918
858
|
--o-angle: calc(var(--o-range) / (60 - var(--o-fit-range, 0)));
|
|
919
859
|
}
|
|
920
860
|
.orbit:has(> :nth-child(1 of .side)),
|
|
@@ -1205,6 +1145,7 @@ body > .bigbang {
|
|
|
1205
1145
|
}
|
|
1206
1146
|
.satellite {
|
|
1207
1147
|
container-name: satellite;
|
|
1148
|
+
--o-size-ratio: 1;
|
|
1208
1149
|
--o-angle-composite: (var(--o-angle) * var(--o-orbit-child-number) var(--o-offset, + 270deg)) * var(--o-direction, 1);
|
|
1209
1150
|
--o-transform: translate( calc( (var(--o-radius) - var(--o-aligment, 0px)) / var(--o-ellipse-x) * cos(var(--o-from) + var(--o-angle-composite )) ), calc( (var(--o-radius) - var(--o-aligment, 0px)) / var(--o-ellipse-y) * sin(var(--o-from) + var(--o-angle-composite)) ) );
|
|
1210
1151
|
transform: var(--o-transform) var(--o-transform-custom, rotate(0deg));
|
|
@@ -1267,6 +1208,7 @@ body > .bigbang {
|
|
|
1267
1208
|
o-arc {
|
|
1268
1209
|
--o-angle-composite: var(--o-angle) * var(--o-orbit-child-number) * var(--o-direction, 1);
|
|
1269
1210
|
--o-gap: 1;
|
|
1211
|
+
--o_stack: 0;
|
|
1270
1212
|
container-name: oslice;
|
|
1271
1213
|
display: flex;
|
|
1272
1214
|
justify-content: center;
|
|
@@ -1274,11 +1216,16 @@ o-arc {
|
|
|
1274
1216
|
border-radius: 50%;
|
|
1275
1217
|
position: absolute;
|
|
1276
1218
|
pointer-events: none;
|
|
1219
|
+
fill: currentColor;
|
|
1277
1220
|
width: 100%;
|
|
1278
1221
|
r: var(--o-radius);
|
|
1279
1222
|
stroke-width: calc(var(--o-radius) / (var(--o-orbit-number) + var(--o-initial-orbit, 0)) * var(--o-size-ratio, 1));
|
|
1280
1223
|
transform: rotate(calc(var(--o-from) + var(--o-angle-composite)));
|
|
1281
1224
|
}
|
|
1225
|
+
o-arc[flip]:not([value]),
|
|
1226
|
+
o-arc.flip:not([value]) {
|
|
1227
|
+
--o-angle-composite: var(--o-angle) * calc(var(--o-orbit-child-number) + 1) * var(--o-direction, 1);
|
|
1228
|
+
}
|
|
1282
1229
|
o-text {
|
|
1283
1230
|
--o-angle-composite: var(--o-angle) * var(--o-orbit-child-number) * var(--o-direction, 1);
|
|
1284
1231
|
container-name: otext;
|
|
@@ -1294,6 +1241,10 @@ o-text {
|
|
|
1294
1241
|
stroke-width: calc(var(--o-radius) / (var(--o-orbit-number) + var(--o-initial-orbit, 0)) * var(--o-size-ratio, 1));
|
|
1295
1242
|
transform: rotate(calc(var(--o-from) + var(--o-angle-composite)));
|
|
1296
1243
|
}
|
|
1244
|
+
o-text[flip],
|
|
1245
|
+
o-text.flip {
|
|
1246
|
+
--o-angle-composite: var(--o-angle) * calc(var(--o-orbit-child-number) + 1) * var(--o-direction, 1);
|
|
1247
|
+
}
|
|
1297
1248
|
o-progress {
|
|
1298
1249
|
container-name: oprogress;
|
|
1299
1250
|
--o-angle-composite: var(--o-angle) * var(--o-orbit-child-number) * var(--o-direction, 1);
|
|
@@ -3556,6 +3507,9 @@ o-progress {
|
|
|
3556
3507
|
.from-360 {
|
|
3557
3508
|
--o-from: 360deg;
|
|
3558
3509
|
}
|
|
3510
|
+
[class*=angle-] {
|
|
3511
|
+
--o-from: 0deg !important;
|
|
3512
|
+
}
|
|
3559
3513
|
.angle-0 {
|
|
3560
3514
|
--o-angle-composite: calc(0deg - 90deg) !important;
|
|
3561
3515
|
}
|
|
@@ -4640,1932 +4594,1540 @@ o-progress {
|
|
|
4640
4594
|
--o-angle-composite: calc(360deg - 90deg) !important;
|
|
4641
4595
|
}
|
|
4642
4596
|
o-arc.angle-0,
|
|
4643
|
-
o-progress.angle-0
|
|
4644
|
-
o-text.angle-0 {
|
|
4597
|
+
o-progress.angle-0 {
|
|
4645
4598
|
--o-angle-composite: calc(0deg) !important;
|
|
4646
4599
|
}
|
|
4647
4600
|
o-arc.angle-1,
|
|
4648
|
-
o-progress.angle-1
|
|
4649
|
-
o-text.angle-1 {
|
|
4601
|
+
o-progress.angle-1 {
|
|
4650
4602
|
--o-angle-composite: calc(1deg) !important;
|
|
4651
4603
|
}
|
|
4652
4604
|
o-arc.angle-2,
|
|
4653
|
-
o-progress.angle-2
|
|
4654
|
-
o-text.angle-2 {
|
|
4605
|
+
o-progress.angle-2 {
|
|
4655
4606
|
--o-angle-composite: calc(2deg) !important;
|
|
4656
4607
|
}
|
|
4657
4608
|
o-arc.angle-3,
|
|
4658
|
-
o-progress.angle-3
|
|
4659
|
-
o-text.angle-3 {
|
|
4609
|
+
o-progress.angle-3 {
|
|
4660
4610
|
--o-angle-composite: calc(3deg) !important;
|
|
4661
4611
|
}
|
|
4662
4612
|
o-arc.angle-4,
|
|
4663
|
-
o-progress.angle-4
|
|
4664
|
-
o-text.angle-4 {
|
|
4613
|
+
o-progress.angle-4 {
|
|
4665
4614
|
--o-angle-composite: calc(4deg) !important;
|
|
4666
4615
|
}
|
|
4667
4616
|
o-arc.angle-5,
|
|
4668
|
-
o-progress.angle-5
|
|
4669
|
-
o-text.angle-5 {
|
|
4617
|
+
o-progress.angle-5 {
|
|
4670
4618
|
--o-angle-composite: calc(5deg) !important;
|
|
4671
4619
|
}
|
|
4672
4620
|
o-arc.angle-6,
|
|
4673
|
-
o-progress.angle-6
|
|
4674
|
-
o-text.angle-6 {
|
|
4621
|
+
o-progress.angle-6 {
|
|
4675
4622
|
--o-angle-composite: calc(6deg) !important;
|
|
4676
4623
|
}
|
|
4677
4624
|
o-arc.angle-7,
|
|
4678
|
-
o-progress.angle-7
|
|
4679
|
-
o-text.angle-7 {
|
|
4625
|
+
o-progress.angle-7 {
|
|
4680
4626
|
--o-angle-composite: calc(7deg) !important;
|
|
4681
4627
|
}
|
|
4682
4628
|
o-arc.angle-8,
|
|
4683
|
-
o-progress.angle-8
|
|
4684
|
-
o-text.angle-8 {
|
|
4629
|
+
o-progress.angle-8 {
|
|
4685
4630
|
--o-angle-composite: calc(8deg) !important;
|
|
4686
4631
|
}
|
|
4687
4632
|
o-arc.angle-9,
|
|
4688
|
-
o-progress.angle-9
|
|
4689
|
-
o-text.angle-9 {
|
|
4633
|
+
o-progress.angle-9 {
|
|
4690
4634
|
--o-angle-composite: calc(9deg) !important;
|
|
4691
4635
|
}
|
|
4692
4636
|
o-arc.angle-10,
|
|
4693
|
-
o-progress.angle-10
|
|
4694
|
-
o-text.angle-10 {
|
|
4637
|
+
o-progress.angle-10 {
|
|
4695
4638
|
--o-angle-composite: calc(10deg) !important;
|
|
4696
4639
|
}
|
|
4697
4640
|
o-arc.angle-11,
|
|
4698
|
-
o-progress.angle-11
|
|
4699
|
-
o-text.angle-11 {
|
|
4641
|
+
o-progress.angle-11 {
|
|
4700
4642
|
--o-angle-composite: calc(11deg) !important;
|
|
4701
4643
|
}
|
|
4702
4644
|
o-arc.angle-12,
|
|
4703
|
-
o-progress.angle-12
|
|
4704
|
-
o-text.angle-12 {
|
|
4645
|
+
o-progress.angle-12 {
|
|
4705
4646
|
--o-angle-composite: calc(12deg) !important;
|
|
4706
4647
|
}
|
|
4707
4648
|
o-arc.angle-13,
|
|
4708
|
-
o-progress.angle-13
|
|
4709
|
-
o-text.angle-13 {
|
|
4649
|
+
o-progress.angle-13 {
|
|
4710
4650
|
--o-angle-composite: calc(13deg) !important;
|
|
4711
4651
|
}
|
|
4712
4652
|
o-arc.angle-14,
|
|
4713
|
-
o-progress.angle-14
|
|
4714
|
-
o-text.angle-14 {
|
|
4653
|
+
o-progress.angle-14 {
|
|
4715
4654
|
--o-angle-composite: calc(14deg) !important;
|
|
4716
4655
|
}
|
|
4717
4656
|
o-arc.angle-15,
|
|
4718
|
-
o-progress.angle-15
|
|
4719
|
-
o-text.angle-15 {
|
|
4657
|
+
o-progress.angle-15 {
|
|
4720
4658
|
--o-angle-composite: calc(15deg) !important;
|
|
4721
4659
|
}
|
|
4722
4660
|
o-arc.angle-16,
|
|
4723
|
-
o-progress.angle-16
|
|
4724
|
-
o-text.angle-16 {
|
|
4661
|
+
o-progress.angle-16 {
|
|
4725
4662
|
--o-angle-composite: calc(16deg) !important;
|
|
4726
4663
|
}
|
|
4727
4664
|
o-arc.angle-17,
|
|
4728
|
-
o-progress.angle-17
|
|
4729
|
-
o-text.angle-17 {
|
|
4665
|
+
o-progress.angle-17 {
|
|
4730
4666
|
--o-angle-composite: calc(17deg) !important;
|
|
4731
4667
|
}
|
|
4732
4668
|
o-arc.angle-18,
|
|
4733
|
-
o-progress.angle-18
|
|
4734
|
-
o-text.angle-18 {
|
|
4669
|
+
o-progress.angle-18 {
|
|
4735
4670
|
--o-angle-composite: calc(18deg) !important;
|
|
4736
4671
|
}
|
|
4737
4672
|
o-arc.angle-19,
|
|
4738
|
-
o-progress.angle-19
|
|
4739
|
-
o-text.angle-19 {
|
|
4673
|
+
o-progress.angle-19 {
|
|
4740
4674
|
--o-angle-composite: calc(19deg) !important;
|
|
4741
4675
|
}
|
|
4742
4676
|
o-arc.angle-20,
|
|
4743
|
-
o-progress.angle-20
|
|
4744
|
-
o-text.angle-20 {
|
|
4677
|
+
o-progress.angle-20 {
|
|
4745
4678
|
--o-angle-composite: calc(20deg) !important;
|
|
4746
4679
|
}
|
|
4747
4680
|
o-arc.angle-21,
|
|
4748
|
-
o-progress.angle-21
|
|
4749
|
-
o-text.angle-21 {
|
|
4681
|
+
o-progress.angle-21 {
|
|
4750
4682
|
--o-angle-composite: calc(21deg) !important;
|
|
4751
4683
|
}
|
|
4752
4684
|
o-arc.angle-22,
|
|
4753
|
-
o-progress.angle-22
|
|
4754
|
-
o-text.angle-22 {
|
|
4685
|
+
o-progress.angle-22 {
|
|
4755
4686
|
--o-angle-composite: calc(22deg) !important;
|
|
4756
4687
|
}
|
|
4757
4688
|
o-arc.angle-23,
|
|
4758
|
-
o-progress.angle-23
|
|
4759
|
-
o-text.angle-23 {
|
|
4689
|
+
o-progress.angle-23 {
|
|
4760
4690
|
--o-angle-composite: calc(23deg) !important;
|
|
4761
4691
|
}
|
|
4762
4692
|
o-arc.angle-24,
|
|
4763
|
-
o-progress.angle-24
|
|
4764
|
-
o-text.angle-24 {
|
|
4693
|
+
o-progress.angle-24 {
|
|
4765
4694
|
--o-angle-composite: calc(24deg) !important;
|
|
4766
4695
|
}
|
|
4767
4696
|
o-arc.angle-25,
|
|
4768
|
-
o-progress.angle-25
|
|
4769
|
-
o-text.angle-25 {
|
|
4697
|
+
o-progress.angle-25 {
|
|
4770
4698
|
--o-angle-composite: calc(25deg) !important;
|
|
4771
4699
|
}
|
|
4772
4700
|
o-arc.angle-26,
|
|
4773
|
-
o-progress.angle-26
|
|
4774
|
-
o-text.angle-26 {
|
|
4701
|
+
o-progress.angle-26 {
|
|
4775
4702
|
--o-angle-composite: calc(26deg) !important;
|
|
4776
4703
|
}
|
|
4777
4704
|
o-arc.angle-27,
|
|
4778
|
-
o-progress.angle-27
|
|
4779
|
-
o-text.angle-27 {
|
|
4705
|
+
o-progress.angle-27 {
|
|
4780
4706
|
--o-angle-composite: calc(27deg) !important;
|
|
4781
4707
|
}
|
|
4782
4708
|
o-arc.angle-28,
|
|
4783
|
-
o-progress.angle-28
|
|
4784
|
-
o-text.angle-28 {
|
|
4709
|
+
o-progress.angle-28 {
|
|
4785
4710
|
--o-angle-composite: calc(28deg) !important;
|
|
4786
4711
|
}
|
|
4787
4712
|
o-arc.angle-29,
|
|
4788
|
-
o-progress.angle-29
|
|
4789
|
-
o-text.angle-29 {
|
|
4713
|
+
o-progress.angle-29 {
|
|
4790
4714
|
--o-angle-composite: calc(29deg) !important;
|
|
4791
4715
|
}
|
|
4792
4716
|
o-arc.angle-30,
|
|
4793
|
-
o-progress.angle-30
|
|
4794
|
-
o-text.angle-30 {
|
|
4717
|
+
o-progress.angle-30 {
|
|
4795
4718
|
--o-angle-composite: calc(30deg) !important;
|
|
4796
4719
|
}
|
|
4797
4720
|
o-arc.angle-31,
|
|
4798
|
-
o-progress.angle-31
|
|
4799
|
-
o-text.angle-31 {
|
|
4721
|
+
o-progress.angle-31 {
|
|
4800
4722
|
--o-angle-composite: calc(31deg) !important;
|
|
4801
4723
|
}
|
|
4802
4724
|
o-arc.angle-32,
|
|
4803
|
-
o-progress.angle-32
|
|
4804
|
-
o-text.angle-32 {
|
|
4725
|
+
o-progress.angle-32 {
|
|
4805
4726
|
--o-angle-composite: calc(32deg) !important;
|
|
4806
4727
|
}
|
|
4807
4728
|
o-arc.angle-33,
|
|
4808
|
-
o-progress.angle-33
|
|
4809
|
-
o-text.angle-33 {
|
|
4729
|
+
o-progress.angle-33 {
|
|
4810
4730
|
--o-angle-composite: calc(33deg) !important;
|
|
4811
4731
|
}
|
|
4812
4732
|
o-arc.angle-34,
|
|
4813
|
-
o-progress.angle-34
|
|
4814
|
-
o-text.angle-34 {
|
|
4733
|
+
o-progress.angle-34 {
|
|
4815
4734
|
--o-angle-composite: calc(34deg) !important;
|
|
4816
4735
|
}
|
|
4817
4736
|
o-arc.angle-35,
|
|
4818
|
-
o-progress.angle-35
|
|
4819
|
-
o-text.angle-35 {
|
|
4737
|
+
o-progress.angle-35 {
|
|
4820
4738
|
--o-angle-composite: calc(35deg) !important;
|
|
4821
4739
|
}
|
|
4822
4740
|
o-arc.angle-36,
|
|
4823
|
-
o-progress.angle-36
|
|
4824
|
-
o-text.angle-36 {
|
|
4741
|
+
o-progress.angle-36 {
|
|
4825
4742
|
--o-angle-composite: calc(36deg) !important;
|
|
4826
4743
|
}
|
|
4827
4744
|
o-arc.angle-37,
|
|
4828
|
-
o-progress.angle-37
|
|
4829
|
-
o-text.angle-37 {
|
|
4745
|
+
o-progress.angle-37 {
|
|
4830
4746
|
--o-angle-composite: calc(37deg) !important;
|
|
4831
4747
|
}
|
|
4832
4748
|
o-arc.angle-38,
|
|
4833
|
-
o-progress.angle-38
|
|
4834
|
-
o-text.angle-38 {
|
|
4749
|
+
o-progress.angle-38 {
|
|
4835
4750
|
--o-angle-composite: calc(38deg) !important;
|
|
4836
4751
|
}
|
|
4837
4752
|
o-arc.angle-39,
|
|
4838
|
-
o-progress.angle-39
|
|
4839
|
-
o-text.angle-39 {
|
|
4753
|
+
o-progress.angle-39 {
|
|
4840
4754
|
--o-angle-composite: calc(39deg) !important;
|
|
4841
4755
|
}
|
|
4842
4756
|
o-arc.angle-40,
|
|
4843
|
-
o-progress.angle-40
|
|
4844
|
-
o-text.angle-40 {
|
|
4757
|
+
o-progress.angle-40 {
|
|
4845
4758
|
--o-angle-composite: calc(40deg) !important;
|
|
4846
4759
|
}
|
|
4847
4760
|
o-arc.angle-41,
|
|
4848
|
-
o-progress.angle-41
|
|
4849
|
-
o-text.angle-41 {
|
|
4761
|
+
o-progress.angle-41 {
|
|
4850
4762
|
--o-angle-composite: calc(41deg) !important;
|
|
4851
4763
|
}
|
|
4852
4764
|
o-arc.angle-42,
|
|
4853
|
-
o-progress.angle-42
|
|
4854
|
-
o-text.angle-42 {
|
|
4765
|
+
o-progress.angle-42 {
|
|
4855
4766
|
--o-angle-composite: calc(42deg) !important;
|
|
4856
4767
|
}
|
|
4857
4768
|
o-arc.angle-43,
|
|
4858
|
-
o-progress.angle-43
|
|
4859
|
-
o-text.angle-43 {
|
|
4769
|
+
o-progress.angle-43 {
|
|
4860
4770
|
--o-angle-composite: calc(43deg) !important;
|
|
4861
4771
|
}
|
|
4862
4772
|
o-arc.angle-44,
|
|
4863
|
-
o-progress.angle-44
|
|
4864
|
-
o-text.angle-44 {
|
|
4773
|
+
o-progress.angle-44 {
|
|
4865
4774
|
--o-angle-composite: calc(44deg) !important;
|
|
4866
4775
|
}
|
|
4867
4776
|
o-arc.angle-45,
|
|
4868
|
-
o-progress.angle-45
|
|
4869
|
-
o-text.angle-45 {
|
|
4777
|
+
o-progress.angle-45 {
|
|
4870
4778
|
--o-angle-composite: calc(45deg) !important;
|
|
4871
4779
|
}
|
|
4872
4780
|
o-arc.angle-46,
|
|
4873
|
-
o-progress.angle-46
|
|
4874
|
-
o-text.angle-46 {
|
|
4781
|
+
o-progress.angle-46 {
|
|
4875
4782
|
--o-angle-composite: calc(46deg) !important;
|
|
4876
4783
|
}
|
|
4877
4784
|
o-arc.angle-47,
|
|
4878
|
-
o-progress.angle-47
|
|
4879
|
-
o-text.angle-47 {
|
|
4785
|
+
o-progress.angle-47 {
|
|
4880
4786
|
--o-angle-composite: calc(47deg) !important;
|
|
4881
4787
|
}
|
|
4882
4788
|
o-arc.angle-48,
|
|
4883
|
-
o-progress.angle-48
|
|
4884
|
-
o-text.angle-48 {
|
|
4789
|
+
o-progress.angle-48 {
|
|
4885
4790
|
--o-angle-composite: calc(48deg) !important;
|
|
4886
4791
|
}
|
|
4887
4792
|
o-arc.angle-49,
|
|
4888
|
-
o-progress.angle-49
|
|
4889
|
-
o-text.angle-49 {
|
|
4793
|
+
o-progress.angle-49 {
|
|
4890
4794
|
--o-angle-composite: calc(49deg) !important;
|
|
4891
4795
|
}
|
|
4892
4796
|
o-arc.angle-50,
|
|
4893
|
-
o-progress.angle-50
|
|
4894
|
-
o-text.angle-50 {
|
|
4797
|
+
o-progress.angle-50 {
|
|
4895
4798
|
--o-angle-composite: calc(50deg) !important;
|
|
4896
4799
|
}
|
|
4897
4800
|
o-arc.angle-51,
|
|
4898
|
-
o-progress.angle-51
|
|
4899
|
-
o-text.angle-51 {
|
|
4801
|
+
o-progress.angle-51 {
|
|
4900
4802
|
--o-angle-composite: calc(51deg) !important;
|
|
4901
4803
|
}
|
|
4902
4804
|
o-arc.angle-52,
|
|
4903
|
-
o-progress.angle-52
|
|
4904
|
-
o-text.angle-52 {
|
|
4805
|
+
o-progress.angle-52 {
|
|
4905
4806
|
--o-angle-composite: calc(52deg) !important;
|
|
4906
4807
|
}
|
|
4907
4808
|
o-arc.angle-53,
|
|
4908
|
-
o-progress.angle-53
|
|
4909
|
-
o-text.angle-53 {
|
|
4809
|
+
o-progress.angle-53 {
|
|
4910
4810
|
--o-angle-composite: calc(53deg) !important;
|
|
4911
4811
|
}
|
|
4912
4812
|
o-arc.angle-54,
|
|
4913
|
-
o-progress.angle-54
|
|
4914
|
-
o-text.angle-54 {
|
|
4813
|
+
o-progress.angle-54 {
|
|
4915
4814
|
--o-angle-composite: calc(54deg) !important;
|
|
4916
4815
|
}
|
|
4917
4816
|
o-arc.angle-55,
|
|
4918
|
-
o-progress.angle-55
|
|
4919
|
-
o-text.angle-55 {
|
|
4817
|
+
o-progress.angle-55 {
|
|
4920
4818
|
--o-angle-composite: calc(55deg) !important;
|
|
4921
4819
|
}
|
|
4922
4820
|
o-arc.angle-56,
|
|
4923
|
-
o-progress.angle-56
|
|
4924
|
-
o-text.angle-56 {
|
|
4821
|
+
o-progress.angle-56 {
|
|
4925
4822
|
--o-angle-composite: calc(56deg) !important;
|
|
4926
4823
|
}
|
|
4927
4824
|
o-arc.angle-57,
|
|
4928
|
-
o-progress.angle-57
|
|
4929
|
-
o-text.angle-57 {
|
|
4825
|
+
o-progress.angle-57 {
|
|
4930
4826
|
--o-angle-composite: calc(57deg) !important;
|
|
4931
4827
|
}
|
|
4932
4828
|
o-arc.angle-58,
|
|
4933
|
-
o-progress.angle-58
|
|
4934
|
-
o-text.angle-58 {
|
|
4829
|
+
o-progress.angle-58 {
|
|
4935
4830
|
--o-angle-composite: calc(58deg) !important;
|
|
4936
4831
|
}
|
|
4937
4832
|
o-arc.angle-59,
|
|
4938
|
-
o-progress.angle-59
|
|
4939
|
-
o-text.angle-59 {
|
|
4833
|
+
o-progress.angle-59 {
|
|
4940
4834
|
--o-angle-composite: calc(59deg) !important;
|
|
4941
4835
|
}
|
|
4942
4836
|
o-arc.angle-60,
|
|
4943
|
-
o-progress.angle-60
|
|
4944
|
-
o-text.angle-60 {
|
|
4837
|
+
o-progress.angle-60 {
|
|
4945
4838
|
--o-angle-composite: calc(60deg) !important;
|
|
4946
4839
|
}
|
|
4947
4840
|
o-arc.angle-61,
|
|
4948
|
-
o-progress.angle-61
|
|
4949
|
-
o-text.angle-61 {
|
|
4841
|
+
o-progress.angle-61 {
|
|
4950
4842
|
--o-angle-composite: calc(61deg) !important;
|
|
4951
4843
|
}
|
|
4952
4844
|
o-arc.angle-62,
|
|
4953
|
-
o-progress.angle-62
|
|
4954
|
-
o-text.angle-62 {
|
|
4845
|
+
o-progress.angle-62 {
|
|
4955
4846
|
--o-angle-composite: calc(62deg) !important;
|
|
4956
4847
|
}
|
|
4957
4848
|
o-arc.angle-63,
|
|
4958
|
-
o-progress.angle-63
|
|
4959
|
-
o-text.angle-63 {
|
|
4849
|
+
o-progress.angle-63 {
|
|
4960
4850
|
--o-angle-composite: calc(63deg) !important;
|
|
4961
4851
|
}
|
|
4962
4852
|
o-arc.angle-64,
|
|
4963
|
-
o-progress.angle-64
|
|
4964
|
-
o-text.angle-64 {
|
|
4853
|
+
o-progress.angle-64 {
|
|
4965
4854
|
--o-angle-composite: calc(64deg) !important;
|
|
4966
4855
|
}
|
|
4967
4856
|
o-arc.angle-65,
|
|
4968
|
-
o-progress.angle-65
|
|
4969
|
-
o-text.angle-65 {
|
|
4857
|
+
o-progress.angle-65 {
|
|
4970
4858
|
--o-angle-composite: calc(65deg) !important;
|
|
4971
4859
|
}
|
|
4972
4860
|
o-arc.angle-66,
|
|
4973
|
-
o-progress.angle-66
|
|
4974
|
-
o-text.angle-66 {
|
|
4861
|
+
o-progress.angle-66 {
|
|
4975
4862
|
--o-angle-composite: calc(66deg) !important;
|
|
4976
4863
|
}
|
|
4977
4864
|
o-arc.angle-67,
|
|
4978
|
-
o-progress.angle-67
|
|
4979
|
-
o-text.angle-67 {
|
|
4865
|
+
o-progress.angle-67 {
|
|
4980
4866
|
--o-angle-composite: calc(67deg) !important;
|
|
4981
4867
|
}
|
|
4982
4868
|
o-arc.angle-68,
|
|
4983
|
-
o-progress.angle-68
|
|
4984
|
-
o-text.angle-68 {
|
|
4869
|
+
o-progress.angle-68 {
|
|
4985
4870
|
--o-angle-composite: calc(68deg) !important;
|
|
4986
4871
|
}
|
|
4987
4872
|
o-arc.angle-69,
|
|
4988
|
-
o-progress.angle-69
|
|
4989
|
-
o-text.angle-69 {
|
|
4873
|
+
o-progress.angle-69 {
|
|
4990
4874
|
--o-angle-composite: calc(69deg) !important;
|
|
4991
4875
|
}
|
|
4992
4876
|
o-arc.angle-70,
|
|
4993
|
-
o-progress.angle-70
|
|
4994
|
-
o-text.angle-70 {
|
|
4877
|
+
o-progress.angle-70 {
|
|
4995
4878
|
--o-angle-composite: calc(70deg) !important;
|
|
4996
4879
|
}
|
|
4997
4880
|
o-arc.angle-71,
|
|
4998
|
-
o-progress.angle-71
|
|
4999
|
-
o-text.angle-71 {
|
|
4881
|
+
o-progress.angle-71 {
|
|
5000
4882
|
--o-angle-composite: calc(71deg) !important;
|
|
5001
4883
|
}
|
|
5002
4884
|
o-arc.angle-72,
|
|
5003
|
-
o-progress.angle-72
|
|
5004
|
-
o-text.angle-72 {
|
|
4885
|
+
o-progress.angle-72 {
|
|
5005
4886
|
--o-angle-composite: calc(72deg) !important;
|
|
5006
4887
|
}
|
|
5007
4888
|
o-arc.angle-73,
|
|
5008
|
-
o-progress.angle-73
|
|
5009
|
-
o-text.angle-73 {
|
|
4889
|
+
o-progress.angle-73 {
|
|
5010
4890
|
--o-angle-composite: calc(73deg) !important;
|
|
5011
4891
|
}
|
|
5012
4892
|
o-arc.angle-74,
|
|
5013
|
-
o-progress.angle-74
|
|
5014
|
-
o-text.angle-74 {
|
|
4893
|
+
o-progress.angle-74 {
|
|
5015
4894
|
--o-angle-composite: calc(74deg) !important;
|
|
5016
4895
|
}
|
|
5017
4896
|
o-arc.angle-75,
|
|
5018
|
-
o-progress.angle-75
|
|
5019
|
-
o-text.angle-75 {
|
|
4897
|
+
o-progress.angle-75 {
|
|
5020
4898
|
--o-angle-composite: calc(75deg) !important;
|
|
5021
4899
|
}
|
|
5022
4900
|
o-arc.angle-76,
|
|
5023
|
-
o-progress.angle-76
|
|
5024
|
-
o-text.angle-76 {
|
|
4901
|
+
o-progress.angle-76 {
|
|
5025
4902
|
--o-angle-composite: calc(76deg) !important;
|
|
5026
4903
|
}
|
|
5027
4904
|
o-arc.angle-77,
|
|
5028
|
-
o-progress.angle-77
|
|
5029
|
-
o-text.angle-77 {
|
|
4905
|
+
o-progress.angle-77 {
|
|
5030
4906
|
--o-angle-composite: calc(77deg) !important;
|
|
5031
4907
|
}
|
|
5032
4908
|
o-arc.angle-78,
|
|
5033
|
-
o-progress.angle-78
|
|
5034
|
-
o-text.angle-78 {
|
|
4909
|
+
o-progress.angle-78 {
|
|
5035
4910
|
--o-angle-composite: calc(78deg) !important;
|
|
5036
4911
|
}
|
|
5037
4912
|
o-arc.angle-79,
|
|
5038
|
-
o-progress.angle-79
|
|
5039
|
-
o-text.angle-79 {
|
|
4913
|
+
o-progress.angle-79 {
|
|
5040
4914
|
--o-angle-composite: calc(79deg) !important;
|
|
5041
4915
|
}
|
|
5042
4916
|
o-arc.angle-80,
|
|
5043
|
-
o-progress.angle-80
|
|
5044
|
-
o-text.angle-80 {
|
|
4917
|
+
o-progress.angle-80 {
|
|
5045
4918
|
--o-angle-composite: calc(80deg) !important;
|
|
5046
4919
|
}
|
|
5047
4920
|
o-arc.angle-81,
|
|
5048
|
-
o-progress.angle-81
|
|
5049
|
-
o-text.angle-81 {
|
|
4921
|
+
o-progress.angle-81 {
|
|
5050
4922
|
--o-angle-composite: calc(81deg) !important;
|
|
5051
4923
|
}
|
|
5052
4924
|
o-arc.angle-82,
|
|
5053
|
-
o-progress.angle-82
|
|
5054
|
-
o-text.angle-82 {
|
|
4925
|
+
o-progress.angle-82 {
|
|
5055
4926
|
--o-angle-composite: calc(82deg) !important;
|
|
5056
4927
|
}
|
|
5057
4928
|
o-arc.angle-83,
|
|
5058
|
-
o-progress.angle-83
|
|
5059
|
-
o-text.angle-83 {
|
|
4929
|
+
o-progress.angle-83 {
|
|
5060
4930
|
--o-angle-composite: calc(83deg) !important;
|
|
5061
4931
|
}
|
|
5062
4932
|
o-arc.angle-84,
|
|
5063
|
-
o-progress.angle-84
|
|
5064
|
-
o-text.angle-84 {
|
|
4933
|
+
o-progress.angle-84 {
|
|
5065
4934
|
--o-angle-composite: calc(84deg) !important;
|
|
5066
4935
|
}
|
|
5067
4936
|
o-arc.angle-85,
|
|
5068
|
-
o-progress.angle-85
|
|
5069
|
-
o-text.angle-85 {
|
|
4937
|
+
o-progress.angle-85 {
|
|
5070
4938
|
--o-angle-composite: calc(85deg) !important;
|
|
5071
4939
|
}
|
|
5072
4940
|
o-arc.angle-86,
|
|
5073
|
-
o-progress.angle-86
|
|
5074
|
-
o-text.angle-86 {
|
|
4941
|
+
o-progress.angle-86 {
|
|
5075
4942
|
--o-angle-composite: calc(86deg) !important;
|
|
5076
4943
|
}
|
|
5077
4944
|
o-arc.angle-87,
|
|
5078
|
-
o-progress.angle-87
|
|
5079
|
-
o-text.angle-87 {
|
|
4945
|
+
o-progress.angle-87 {
|
|
5080
4946
|
--o-angle-composite: calc(87deg) !important;
|
|
5081
4947
|
}
|
|
5082
4948
|
o-arc.angle-88,
|
|
5083
|
-
o-progress.angle-88
|
|
5084
|
-
o-text.angle-88 {
|
|
4949
|
+
o-progress.angle-88 {
|
|
5085
4950
|
--o-angle-composite: calc(88deg) !important;
|
|
5086
4951
|
}
|
|
5087
4952
|
o-arc.angle-89,
|
|
5088
|
-
o-progress.angle-89
|
|
5089
|
-
o-text.angle-89 {
|
|
4953
|
+
o-progress.angle-89 {
|
|
5090
4954
|
--o-angle-composite: calc(89deg) !important;
|
|
5091
4955
|
}
|
|
5092
4956
|
o-arc.angle-90,
|
|
5093
|
-
o-progress.angle-90
|
|
5094
|
-
o-text.angle-90 {
|
|
4957
|
+
o-progress.angle-90 {
|
|
5095
4958
|
--o-angle-composite: calc(90deg) !important;
|
|
5096
4959
|
}
|
|
5097
4960
|
o-arc.angle-91,
|
|
5098
|
-
o-progress.angle-91
|
|
5099
|
-
o-text.angle-91 {
|
|
4961
|
+
o-progress.angle-91 {
|
|
5100
4962
|
--o-angle-composite: calc(91deg) !important;
|
|
5101
4963
|
}
|
|
5102
4964
|
o-arc.angle-92,
|
|
5103
|
-
o-progress.angle-92
|
|
5104
|
-
o-text.angle-92 {
|
|
4965
|
+
o-progress.angle-92 {
|
|
5105
4966
|
--o-angle-composite: calc(92deg) !important;
|
|
5106
4967
|
}
|
|
5107
4968
|
o-arc.angle-93,
|
|
5108
|
-
o-progress.angle-93
|
|
5109
|
-
o-text.angle-93 {
|
|
4969
|
+
o-progress.angle-93 {
|
|
5110
4970
|
--o-angle-composite: calc(93deg) !important;
|
|
5111
4971
|
}
|
|
5112
4972
|
o-arc.angle-94,
|
|
5113
|
-
o-progress.angle-94
|
|
5114
|
-
o-text.angle-94 {
|
|
4973
|
+
o-progress.angle-94 {
|
|
5115
4974
|
--o-angle-composite: calc(94deg) !important;
|
|
5116
4975
|
}
|
|
5117
4976
|
o-arc.angle-95,
|
|
5118
|
-
o-progress.angle-95
|
|
5119
|
-
o-text.angle-95 {
|
|
4977
|
+
o-progress.angle-95 {
|
|
5120
4978
|
--o-angle-composite: calc(95deg) !important;
|
|
5121
4979
|
}
|
|
5122
4980
|
o-arc.angle-96,
|
|
5123
|
-
o-progress.angle-96
|
|
5124
|
-
o-text.angle-96 {
|
|
4981
|
+
o-progress.angle-96 {
|
|
5125
4982
|
--o-angle-composite: calc(96deg) !important;
|
|
5126
4983
|
}
|
|
5127
4984
|
o-arc.angle-97,
|
|
5128
|
-
o-progress.angle-97
|
|
5129
|
-
o-text.angle-97 {
|
|
4985
|
+
o-progress.angle-97 {
|
|
5130
4986
|
--o-angle-composite: calc(97deg) !important;
|
|
5131
4987
|
}
|
|
5132
4988
|
o-arc.angle-98,
|
|
5133
|
-
o-progress.angle-98
|
|
5134
|
-
o-text.angle-98 {
|
|
4989
|
+
o-progress.angle-98 {
|
|
5135
4990
|
--o-angle-composite: calc(98deg) !important;
|
|
5136
4991
|
}
|
|
5137
4992
|
o-arc.angle-99,
|
|
5138
|
-
o-progress.angle-99
|
|
5139
|
-
o-text.angle-99 {
|
|
4993
|
+
o-progress.angle-99 {
|
|
5140
4994
|
--o-angle-composite: calc(99deg) !important;
|
|
5141
4995
|
}
|
|
5142
4996
|
o-arc.angle-100,
|
|
5143
|
-
o-progress.angle-100
|
|
5144
|
-
o-text.angle-100 {
|
|
4997
|
+
o-progress.angle-100 {
|
|
5145
4998
|
--o-angle-composite: calc(100deg) !important;
|
|
5146
4999
|
}
|
|
5147
5000
|
o-arc.angle-101,
|
|
5148
|
-
o-progress.angle-101
|
|
5149
|
-
o-text.angle-101 {
|
|
5001
|
+
o-progress.angle-101 {
|
|
5150
5002
|
--o-angle-composite: calc(101deg) !important;
|
|
5151
5003
|
}
|
|
5152
5004
|
o-arc.angle-102,
|
|
5153
|
-
o-progress.angle-102
|
|
5154
|
-
o-text.angle-102 {
|
|
5005
|
+
o-progress.angle-102 {
|
|
5155
5006
|
--o-angle-composite: calc(102deg) !important;
|
|
5156
5007
|
}
|
|
5157
5008
|
o-arc.angle-103,
|
|
5158
|
-
o-progress.angle-103
|
|
5159
|
-
o-text.angle-103 {
|
|
5009
|
+
o-progress.angle-103 {
|
|
5160
5010
|
--o-angle-composite: calc(103deg) !important;
|
|
5161
5011
|
}
|
|
5162
5012
|
o-arc.angle-104,
|
|
5163
|
-
o-progress.angle-104
|
|
5164
|
-
o-text.angle-104 {
|
|
5013
|
+
o-progress.angle-104 {
|
|
5165
5014
|
--o-angle-composite: calc(104deg) !important;
|
|
5166
5015
|
}
|
|
5167
5016
|
o-arc.angle-105,
|
|
5168
|
-
o-progress.angle-105
|
|
5169
|
-
o-text.angle-105 {
|
|
5017
|
+
o-progress.angle-105 {
|
|
5170
5018
|
--o-angle-composite: calc(105deg) !important;
|
|
5171
5019
|
}
|
|
5172
5020
|
o-arc.angle-106,
|
|
5173
|
-
o-progress.angle-106
|
|
5174
|
-
o-text.angle-106 {
|
|
5021
|
+
o-progress.angle-106 {
|
|
5175
5022
|
--o-angle-composite: calc(106deg) !important;
|
|
5176
5023
|
}
|
|
5177
5024
|
o-arc.angle-107,
|
|
5178
|
-
o-progress.angle-107
|
|
5179
|
-
o-text.angle-107 {
|
|
5025
|
+
o-progress.angle-107 {
|
|
5180
5026
|
--o-angle-composite: calc(107deg) !important;
|
|
5181
5027
|
}
|
|
5182
5028
|
o-arc.angle-108,
|
|
5183
|
-
o-progress.angle-108
|
|
5184
|
-
o-text.angle-108 {
|
|
5029
|
+
o-progress.angle-108 {
|
|
5185
5030
|
--o-angle-composite: calc(108deg) !important;
|
|
5186
5031
|
}
|
|
5187
5032
|
o-arc.angle-109,
|
|
5188
|
-
o-progress.angle-109
|
|
5189
|
-
o-text.angle-109 {
|
|
5033
|
+
o-progress.angle-109 {
|
|
5190
5034
|
--o-angle-composite: calc(109deg) !important;
|
|
5191
5035
|
}
|
|
5192
5036
|
o-arc.angle-110,
|
|
5193
|
-
o-progress.angle-110
|
|
5194
|
-
o-text.angle-110 {
|
|
5037
|
+
o-progress.angle-110 {
|
|
5195
5038
|
--o-angle-composite: calc(110deg) !important;
|
|
5196
5039
|
}
|
|
5197
5040
|
o-arc.angle-111,
|
|
5198
|
-
o-progress.angle-111
|
|
5199
|
-
o-text.angle-111 {
|
|
5041
|
+
o-progress.angle-111 {
|
|
5200
5042
|
--o-angle-composite: calc(111deg) !important;
|
|
5201
5043
|
}
|
|
5202
5044
|
o-arc.angle-112,
|
|
5203
|
-
o-progress.angle-112
|
|
5204
|
-
o-text.angle-112 {
|
|
5045
|
+
o-progress.angle-112 {
|
|
5205
5046
|
--o-angle-composite: calc(112deg) !important;
|
|
5206
5047
|
}
|
|
5207
5048
|
o-arc.angle-113,
|
|
5208
|
-
o-progress.angle-113
|
|
5209
|
-
o-text.angle-113 {
|
|
5049
|
+
o-progress.angle-113 {
|
|
5210
5050
|
--o-angle-composite: calc(113deg) !important;
|
|
5211
5051
|
}
|
|
5212
5052
|
o-arc.angle-114,
|
|
5213
|
-
o-progress.angle-114
|
|
5214
|
-
o-text.angle-114 {
|
|
5053
|
+
o-progress.angle-114 {
|
|
5215
5054
|
--o-angle-composite: calc(114deg) !important;
|
|
5216
5055
|
}
|
|
5217
5056
|
o-arc.angle-115,
|
|
5218
|
-
o-progress.angle-115
|
|
5219
|
-
o-text.angle-115 {
|
|
5057
|
+
o-progress.angle-115 {
|
|
5220
5058
|
--o-angle-composite: calc(115deg) !important;
|
|
5221
5059
|
}
|
|
5222
5060
|
o-arc.angle-116,
|
|
5223
|
-
o-progress.angle-116
|
|
5224
|
-
o-text.angle-116 {
|
|
5061
|
+
o-progress.angle-116 {
|
|
5225
5062
|
--o-angle-composite: calc(116deg) !important;
|
|
5226
5063
|
}
|
|
5227
5064
|
o-arc.angle-117,
|
|
5228
|
-
o-progress.angle-117
|
|
5229
|
-
o-text.angle-117 {
|
|
5065
|
+
o-progress.angle-117 {
|
|
5230
5066
|
--o-angle-composite: calc(117deg) !important;
|
|
5231
5067
|
}
|
|
5232
5068
|
o-arc.angle-118,
|
|
5233
|
-
o-progress.angle-118
|
|
5234
|
-
o-text.angle-118 {
|
|
5069
|
+
o-progress.angle-118 {
|
|
5235
5070
|
--o-angle-composite: calc(118deg) !important;
|
|
5236
5071
|
}
|
|
5237
5072
|
o-arc.angle-119,
|
|
5238
|
-
o-progress.angle-119
|
|
5239
|
-
o-text.angle-119 {
|
|
5073
|
+
o-progress.angle-119 {
|
|
5240
5074
|
--o-angle-composite: calc(119deg) !important;
|
|
5241
5075
|
}
|
|
5242
5076
|
o-arc.angle-120,
|
|
5243
|
-
o-progress.angle-120
|
|
5244
|
-
o-text.angle-120 {
|
|
5077
|
+
o-progress.angle-120 {
|
|
5245
5078
|
--o-angle-composite: calc(120deg) !important;
|
|
5246
5079
|
}
|
|
5247
5080
|
o-arc.angle-121,
|
|
5248
|
-
o-progress.angle-121
|
|
5249
|
-
o-text.angle-121 {
|
|
5081
|
+
o-progress.angle-121 {
|
|
5250
5082
|
--o-angle-composite: calc(121deg) !important;
|
|
5251
5083
|
}
|
|
5252
5084
|
o-arc.angle-122,
|
|
5253
|
-
o-progress.angle-122
|
|
5254
|
-
o-text.angle-122 {
|
|
5085
|
+
o-progress.angle-122 {
|
|
5255
5086
|
--o-angle-composite: calc(122deg) !important;
|
|
5256
5087
|
}
|
|
5257
5088
|
o-arc.angle-123,
|
|
5258
|
-
o-progress.angle-123
|
|
5259
|
-
o-text.angle-123 {
|
|
5089
|
+
o-progress.angle-123 {
|
|
5260
5090
|
--o-angle-composite: calc(123deg) !important;
|
|
5261
5091
|
}
|
|
5262
5092
|
o-arc.angle-124,
|
|
5263
|
-
o-progress.angle-124
|
|
5264
|
-
o-text.angle-124 {
|
|
5093
|
+
o-progress.angle-124 {
|
|
5265
5094
|
--o-angle-composite: calc(124deg) !important;
|
|
5266
5095
|
}
|
|
5267
5096
|
o-arc.angle-125,
|
|
5268
|
-
o-progress.angle-125
|
|
5269
|
-
o-text.angle-125 {
|
|
5097
|
+
o-progress.angle-125 {
|
|
5270
5098
|
--o-angle-composite: calc(125deg) !important;
|
|
5271
5099
|
}
|
|
5272
5100
|
o-arc.angle-126,
|
|
5273
|
-
o-progress.angle-126
|
|
5274
|
-
o-text.angle-126 {
|
|
5101
|
+
o-progress.angle-126 {
|
|
5275
5102
|
--o-angle-composite: calc(126deg) !important;
|
|
5276
5103
|
}
|
|
5277
5104
|
o-arc.angle-127,
|
|
5278
|
-
o-progress.angle-127
|
|
5279
|
-
o-text.angle-127 {
|
|
5105
|
+
o-progress.angle-127 {
|
|
5280
5106
|
--o-angle-composite: calc(127deg) !important;
|
|
5281
5107
|
}
|
|
5282
5108
|
o-arc.angle-128,
|
|
5283
|
-
o-progress.angle-128
|
|
5284
|
-
o-text.angle-128 {
|
|
5109
|
+
o-progress.angle-128 {
|
|
5285
5110
|
--o-angle-composite: calc(128deg) !important;
|
|
5286
5111
|
}
|
|
5287
5112
|
o-arc.angle-129,
|
|
5288
|
-
o-progress.angle-129
|
|
5289
|
-
o-text.angle-129 {
|
|
5113
|
+
o-progress.angle-129 {
|
|
5290
5114
|
--o-angle-composite: calc(129deg) !important;
|
|
5291
5115
|
}
|
|
5292
5116
|
o-arc.angle-130,
|
|
5293
|
-
o-progress.angle-130
|
|
5294
|
-
o-text.angle-130 {
|
|
5117
|
+
o-progress.angle-130 {
|
|
5295
5118
|
--o-angle-composite: calc(130deg) !important;
|
|
5296
5119
|
}
|
|
5297
5120
|
o-arc.angle-131,
|
|
5298
|
-
o-progress.angle-131
|
|
5299
|
-
o-text.angle-131 {
|
|
5121
|
+
o-progress.angle-131 {
|
|
5300
5122
|
--o-angle-composite: calc(131deg) !important;
|
|
5301
5123
|
}
|
|
5302
5124
|
o-arc.angle-132,
|
|
5303
|
-
o-progress.angle-132
|
|
5304
|
-
o-text.angle-132 {
|
|
5125
|
+
o-progress.angle-132 {
|
|
5305
5126
|
--o-angle-composite: calc(132deg) !important;
|
|
5306
5127
|
}
|
|
5307
5128
|
o-arc.angle-133,
|
|
5308
|
-
o-progress.angle-133
|
|
5309
|
-
o-text.angle-133 {
|
|
5129
|
+
o-progress.angle-133 {
|
|
5310
5130
|
--o-angle-composite: calc(133deg) !important;
|
|
5311
5131
|
}
|
|
5312
5132
|
o-arc.angle-134,
|
|
5313
|
-
o-progress.angle-134
|
|
5314
|
-
o-text.angle-134 {
|
|
5133
|
+
o-progress.angle-134 {
|
|
5315
5134
|
--o-angle-composite: calc(134deg) !important;
|
|
5316
5135
|
}
|
|
5317
5136
|
o-arc.angle-135,
|
|
5318
|
-
o-progress.angle-135
|
|
5319
|
-
o-text.angle-135 {
|
|
5137
|
+
o-progress.angle-135 {
|
|
5320
5138
|
--o-angle-composite: calc(135deg) !important;
|
|
5321
5139
|
}
|
|
5322
5140
|
o-arc.angle-136,
|
|
5323
|
-
o-progress.angle-136
|
|
5324
|
-
o-text.angle-136 {
|
|
5141
|
+
o-progress.angle-136 {
|
|
5325
5142
|
--o-angle-composite: calc(136deg) !important;
|
|
5326
5143
|
}
|
|
5327
5144
|
o-arc.angle-137,
|
|
5328
|
-
o-progress.angle-137
|
|
5329
|
-
o-text.angle-137 {
|
|
5145
|
+
o-progress.angle-137 {
|
|
5330
5146
|
--o-angle-composite: calc(137deg) !important;
|
|
5331
5147
|
}
|
|
5332
5148
|
o-arc.angle-138,
|
|
5333
|
-
o-progress.angle-138
|
|
5334
|
-
o-text.angle-138 {
|
|
5149
|
+
o-progress.angle-138 {
|
|
5335
5150
|
--o-angle-composite: calc(138deg) !important;
|
|
5336
5151
|
}
|
|
5337
5152
|
o-arc.angle-139,
|
|
5338
|
-
o-progress.angle-139
|
|
5339
|
-
o-text.angle-139 {
|
|
5153
|
+
o-progress.angle-139 {
|
|
5340
5154
|
--o-angle-composite: calc(139deg) !important;
|
|
5341
5155
|
}
|
|
5342
5156
|
o-arc.angle-140,
|
|
5343
|
-
o-progress.angle-140
|
|
5344
|
-
o-text.angle-140 {
|
|
5157
|
+
o-progress.angle-140 {
|
|
5345
5158
|
--o-angle-composite: calc(140deg) !important;
|
|
5346
5159
|
}
|
|
5347
5160
|
o-arc.angle-141,
|
|
5348
|
-
o-progress.angle-141
|
|
5349
|
-
o-text.angle-141 {
|
|
5161
|
+
o-progress.angle-141 {
|
|
5350
5162
|
--o-angle-composite: calc(141deg) !important;
|
|
5351
5163
|
}
|
|
5352
5164
|
o-arc.angle-142,
|
|
5353
|
-
o-progress.angle-142
|
|
5354
|
-
o-text.angle-142 {
|
|
5165
|
+
o-progress.angle-142 {
|
|
5355
5166
|
--o-angle-composite: calc(142deg) !important;
|
|
5356
5167
|
}
|
|
5357
5168
|
o-arc.angle-143,
|
|
5358
|
-
o-progress.angle-143
|
|
5359
|
-
o-text.angle-143 {
|
|
5169
|
+
o-progress.angle-143 {
|
|
5360
5170
|
--o-angle-composite: calc(143deg) !important;
|
|
5361
5171
|
}
|
|
5362
5172
|
o-arc.angle-144,
|
|
5363
|
-
o-progress.angle-144
|
|
5364
|
-
o-text.angle-144 {
|
|
5173
|
+
o-progress.angle-144 {
|
|
5365
5174
|
--o-angle-composite: calc(144deg) !important;
|
|
5366
5175
|
}
|
|
5367
5176
|
o-arc.angle-145,
|
|
5368
|
-
o-progress.angle-145
|
|
5369
|
-
o-text.angle-145 {
|
|
5177
|
+
o-progress.angle-145 {
|
|
5370
5178
|
--o-angle-composite: calc(145deg) !important;
|
|
5371
5179
|
}
|
|
5372
5180
|
o-arc.angle-146,
|
|
5373
|
-
o-progress.angle-146
|
|
5374
|
-
o-text.angle-146 {
|
|
5181
|
+
o-progress.angle-146 {
|
|
5375
5182
|
--o-angle-composite: calc(146deg) !important;
|
|
5376
5183
|
}
|
|
5377
5184
|
o-arc.angle-147,
|
|
5378
|
-
o-progress.angle-147
|
|
5379
|
-
o-text.angle-147 {
|
|
5185
|
+
o-progress.angle-147 {
|
|
5380
5186
|
--o-angle-composite: calc(147deg) !important;
|
|
5381
5187
|
}
|
|
5382
5188
|
o-arc.angle-148,
|
|
5383
|
-
o-progress.angle-148
|
|
5384
|
-
o-text.angle-148 {
|
|
5189
|
+
o-progress.angle-148 {
|
|
5385
5190
|
--o-angle-composite: calc(148deg) !important;
|
|
5386
5191
|
}
|
|
5387
5192
|
o-arc.angle-149,
|
|
5388
|
-
o-progress.angle-149
|
|
5389
|
-
o-text.angle-149 {
|
|
5193
|
+
o-progress.angle-149 {
|
|
5390
5194
|
--o-angle-composite: calc(149deg) !important;
|
|
5391
5195
|
}
|
|
5392
5196
|
o-arc.angle-150,
|
|
5393
|
-
o-progress.angle-150
|
|
5394
|
-
o-text.angle-150 {
|
|
5197
|
+
o-progress.angle-150 {
|
|
5395
5198
|
--o-angle-composite: calc(150deg) !important;
|
|
5396
5199
|
}
|
|
5397
5200
|
o-arc.angle-151,
|
|
5398
|
-
o-progress.angle-151
|
|
5399
|
-
o-text.angle-151 {
|
|
5201
|
+
o-progress.angle-151 {
|
|
5400
5202
|
--o-angle-composite: calc(151deg) !important;
|
|
5401
5203
|
}
|
|
5402
5204
|
o-arc.angle-152,
|
|
5403
|
-
o-progress.angle-152
|
|
5404
|
-
o-text.angle-152 {
|
|
5205
|
+
o-progress.angle-152 {
|
|
5405
5206
|
--o-angle-composite: calc(152deg) !important;
|
|
5406
5207
|
}
|
|
5407
5208
|
o-arc.angle-153,
|
|
5408
|
-
o-progress.angle-153
|
|
5409
|
-
o-text.angle-153 {
|
|
5209
|
+
o-progress.angle-153 {
|
|
5410
5210
|
--o-angle-composite: calc(153deg) !important;
|
|
5411
5211
|
}
|
|
5412
5212
|
o-arc.angle-154,
|
|
5413
|
-
o-progress.angle-154
|
|
5414
|
-
o-text.angle-154 {
|
|
5213
|
+
o-progress.angle-154 {
|
|
5415
5214
|
--o-angle-composite: calc(154deg) !important;
|
|
5416
5215
|
}
|
|
5417
5216
|
o-arc.angle-155,
|
|
5418
|
-
o-progress.angle-155
|
|
5419
|
-
o-text.angle-155 {
|
|
5217
|
+
o-progress.angle-155 {
|
|
5420
5218
|
--o-angle-composite: calc(155deg) !important;
|
|
5421
5219
|
}
|
|
5422
5220
|
o-arc.angle-156,
|
|
5423
|
-
o-progress.angle-156
|
|
5424
|
-
o-text.angle-156 {
|
|
5221
|
+
o-progress.angle-156 {
|
|
5425
5222
|
--o-angle-composite: calc(156deg) !important;
|
|
5426
5223
|
}
|
|
5427
5224
|
o-arc.angle-157,
|
|
5428
|
-
o-progress.angle-157
|
|
5429
|
-
o-text.angle-157 {
|
|
5225
|
+
o-progress.angle-157 {
|
|
5430
5226
|
--o-angle-composite: calc(157deg) !important;
|
|
5431
5227
|
}
|
|
5432
5228
|
o-arc.angle-158,
|
|
5433
|
-
o-progress.angle-158
|
|
5434
|
-
o-text.angle-158 {
|
|
5229
|
+
o-progress.angle-158 {
|
|
5435
5230
|
--o-angle-composite: calc(158deg) !important;
|
|
5436
5231
|
}
|
|
5437
5232
|
o-arc.angle-159,
|
|
5438
|
-
o-progress.angle-159
|
|
5439
|
-
o-text.angle-159 {
|
|
5233
|
+
o-progress.angle-159 {
|
|
5440
5234
|
--o-angle-composite: calc(159deg) !important;
|
|
5441
5235
|
}
|
|
5442
5236
|
o-arc.angle-160,
|
|
5443
|
-
o-progress.angle-160
|
|
5444
|
-
o-text.angle-160 {
|
|
5237
|
+
o-progress.angle-160 {
|
|
5445
5238
|
--o-angle-composite: calc(160deg) !important;
|
|
5446
5239
|
}
|
|
5447
5240
|
o-arc.angle-161,
|
|
5448
|
-
o-progress.angle-161
|
|
5449
|
-
o-text.angle-161 {
|
|
5241
|
+
o-progress.angle-161 {
|
|
5450
5242
|
--o-angle-composite: calc(161deg) !important;
|
|
5451
5243
|
}
|
|
5452
5244
|
o-arc.angle-162,
|
|
5453
|
-
o-progress.angle-162
|
|
5454
|
-
o-text.angle-162 {
|
|
5245
|
+
o-progress.angle-162 {
|
|
5455
5246
|
--o-angle-composite: calc(162deg) !important;
|
|
5456
5247
|
}
|
|
5457
5248
|
o-arc.angle-163,
|
|
5458
|
-
o-progress.angle-163
|
|
5459
|
-
o-text.angle-163 {
|
|
5249
|
+
o-progress.angle-163 {
|
|
5460
5250
|
--o-angle-composite: calc(163deg) !important;
|
|
5461
5251
|
}
|
|
5462
5252
|
o-arc.angle-164,
|
|
5463
|
-
o-progress.angle-164
|
|
5464
|
-
o-text.angle-164 {
|
|
5253
|
+
o-progress.angle-164 {
|
|
5465
5254
|
--o-angle-composite: calc(164deg) !important;
|
|
5466
5255
|
}
|
|
5467
5256
|
o-arc.angle-165,
|
|
5468
|
-
o-progress.angle-165
|
|
5469
|
-
o-text.angle-165 {
|
|
5257
|
+
o-progress.angle-165 {
|
|
5470
5258
|
--o-angle-composite: calc(165deg) !important;
|
|
5471
5259
|
}
|
|
5472
5260
|
o-arc.angle-166,
|
|
5473
|
-
o-progress.angle-166
|
|
5474
|
-
o-text.angle-166 {
|
|
5261
|
+
o-progress.angle-166 {
|
|
5475
5262
|
--o-angle-composite: calc(166deg) !important;
|
|
5476
5263
|
}
|
|
5477
5264
|
o-arc.angle-167,
|
|
5478
|
-
o-progress.angle-167
|
|
5479
|
-
o-text.angle-167 {
|
|
5265
|
+
o-progress.angle-167 {
|
|
5480
5266
|
--o-angle-composite: calc(167deg) !important;
|
|
5481
5267
|
}
|
|
5482
5268
|
o-arc.angle-168,
|
|
5483
|
-
o-progress.angle-168
|
|
5484
|
-
o-text.angle-168 {
|
|
5269
|
+
o-progress.angle-168 {
|
|
5485
5270
|
--o-angle-composite: calc(168deg) !important;
|
|
5486
5271
|
}
|
|
5487
5272
|
o-arc.angle-169,
|
|
5488
|
-
o-progress.angle-169
|
|
5489
|
-
o-text.angle-169 {
|
|
5273
|
+
o-progress.angle-169 {
|
|
5490
5274
|
--o-angle-composite: calc(169deg) !important;
|
|
5491
5275
|
}
|
|
5492
5276
|
o-arc.angle-170,
|
|
5493
|
-
o-progress.angle-170
|
|
5494
|
-
o-text.angle-170 {
|
|
5277
|
+
o-progress.angle-170 {
|
|
5495
5278
|
--o-angle-composite: calc(170deg) !important;
|
|
5496
5279
|
}
|
|
5497
5280
|
o-arc.angle-171,
|
|
5498
|
-
o-progress.angle-171
|
|
5499
|
-
o-text.angle-171 {
|
|
5281
|
+
o-progress.angle-171 {
|
|
5500
5282
|
--o-angle-composite: calc(171deg) !important;
|
|
5501
5283
|
}
|
|
5502
5284
|
o-arc.angle-172,
|
|
5503
|
-
o-progress.angle-172
|
|
5504
|
-
o-text.angle-172 {
|
|
5285
|
+
o-progress.angle-172 {
|
|
5505
5286
|
--o-angle-composite: calc(172deg) !important;
|
|
5506
5287
|
}
|
|
5507
5288
|
o-arc.angle-173,
|
|
5508
|
-
o-progress.angle-173
|
|
5509
|
-
o-text.angle-173 {
|
|
5289
|
+
o-progress.angle-173 {
|
|
5510
5290
|
--o-angle-composite: calc(173deg) !important;
|
|
5511
5291
|
}
|
|
5512
5292
|
o-arc.angle-174,
|
|
5513
|
-
o-progress.angle-174
|
|
5514
|
-
o-text.angle-174 {
|
|
5293
|
+
o-progress.angle-174 {
|
|
5515
5294
|
--o-angle-composite: calc(174deg) !important;
|
|
5516
5295
|
}
|
|
5517
5296
|
o-arc.angle-175,
|
|
5518
|
-
o-progress.angle-175
|
|
5519
|
-
o-text.angle-175 {
|
|
5297
|
+
o-progress.angle-175 {
|
|
5520
5298
|
--o-angle-composite: calc(175deg) !important;
|
|
5521
5299
|
}
|
|
5522
5300
|
o-arc.angle-176,
|
|
5523
|
-
o-progress.angle-176
|
|
5524
|
-
o-text.angle-176 {
|
|
5301
|
+
o-progress.angle-176 {
|
|
5525
5302
|
--o-angle-composite: calc(176deg) !important;
|
|
5526
5303
|
}
|
|
5527
5304
|
o-arc.angle-177,
|
|
5528
|
-
o-progress.angle-177
|
|
5529
|
-
o-text.angle-177 {
|
|
5305
|
+
o-progress.angle-177 {
|
|
5530
5306
|
--o-angle-composite: calc(177deg) !important;
|
|
5531
5307
|
}
|
|
5532
5308
|
o-arc.angle-178,
|
|
5533
|
-
o-progress.angle-178
|
|
5534
|
-
o-text.angle-178 {
|
|
5309
|
+
o-progress.angle-178 {
|
|
5535
5310
|
--o-angle-composite: calc(178deg) !important;
|
|
5536
5311
|
}
|
|
5537
5312
|
o-arc.angle-179,
|
|
5538
|
-
o-progress.angle-179
|
|
5539
|
-
o-text.angle-179 {
|
|
5313
|
+
o-progress.angle-179 {
|
|
5540
5314
|
--o-angle-composite: calc(179deg) !important;
|
|
5541
5315
|
}
|
|
5542
5316
|
o-arc.angle-180,
|
|
5543
|
-
o-progress.angle-180
|
|
5544
|
-
o-text.angle-180 {
|
|
5317
|
+
o-progress.angle-180 {
|
|
5545
5318
|
--o-angle-composite: calc(180deg) !important;
|
|
5546
5319
|
}
|
|
5547
5320
|
o-arc.angle-181,
|
|
5548
|
-
o-progress.angle-181
|
|
5549
|
-
o-text.angle-181 {
|
|
5321
|
+
o-progress.angle-181 {
|
|
5550
5322
|
--o-angle-composite: calc(181deg) !important;
|
|
5551
5323
|
}
|
|
5552
5324
|
o-arc.angle-182,
|
|
5553
|
-
o-progress.angle-182
|
|
5554
|
-
o-text.angle-182 {
|
|
5325
|
+
o-progress.angle-182 {
|
|
5555
5326
|
--o-angle-composite: calc(182deg) !important;
|
|
5556
5327
|
}
|
|
5557
5328
|
o-arc.angle-183,
|
|
5558
|
-
o-progress.angle-183
|
|
5559
|
-
o-text.angle-183 {
|
|
5329
|
+
o-progress.angle-183 {
|
|
5560
5330
|
--o-angle-composite: calc(183deg) !important;
|
|
5561
5331
|
}
|
|
5562
5332
|
o-arc.angle-184,
|
|
5563
|
-
o-progress.angle-184
|
|
5564
|
-
o-text.angle-184 {
|
|
5333
|
+
o-progress.angle-184 {
|
|
5565
5334
|
--o-angle-composite: calc(184deg) !important;
|
|
5566
5335
|
}
|
|
5567
5336
|
o-arc.angle-185,
|
|
5568
|
-
o-progress.angle-185
|
|
5569
|
-
o-text.angle-185 {
|
|
5337
|
+
o-progress.angle-185 {
|
|
5570
5338
|
--o-angle-composite: calc(185deg) !important;
|
|
5571
5339
|
}
|
|
5572
5340
|
o-arc.angle-186,
|
|
5573
|
-
o-progress.angle-186
|
|
5574
|
-
o-text.angle-186 {
|
|
5341
|
+
o-progress.angle-186 {
|
|
5575
5342
|
--o-angle-composite: calc(186deg) !important;
|
|
5576
5343
|
}
|
|
5577
5344
|
o-arc.angle-187,
|
|
5578
|
-
o-progress.angle-187
|
|
5579
|
-
o-text.angle-187 {
|
|
5345
|
+
o-progress.angle-187 {
|
|
5580
5346
|
--o-angle-composite: calc(187deg) !important;
|
|
5581
5347
|
}
|
|
5582
5348
|
o-arc.angle-188,
|
|
5583
|
-
o-progress.angle-188
|
|
5584
|
-
o-text.angle-188 {
|
|
5349
|
+
o-progress.angle-188 {
|
|
5585
5350
|
--o-angle-composite: calc(188deg) !important;
|
|
5586
5351
|
}
|
|
5587
5352
|
o-arc.angle-189,
|
|
5588
|
-
o-progress.angle-189
|
|
5589
|
-
o-text.angle-189 {
|
|
5353
|
+
o-progress.angle-189 {
|
|
5590
5354
|
--o-angle-composite: calc(189deg) !important;
|
|
5591
5355
|
}
|
|
5592
5356
|
o-arc.angle-190,
|
|
5593
|
-
o-progress.angle-190
|
|
5594
|
-
o-text.angle-190 {
|
|
5357
|
+
o-progress.angle-190 {
|
|
5595
5358
|
--o-angle-composite: calc(190deg) !important;
|
|
5596
5359
|
}
|
|
5597
5360
|
o-arc.angle-191,
|
|
5598
|
-
o-progress.angle-191
|
|
5599
|
-
o-text.angle-191 {
|
|
5361
|
+
o-progress.angle-191 {
|
|
5600
5362
|
--o-angle-composite: calc(191deg) !important;
|
|
5601
5363
|
}
|
|
5602
5364
|
o-arc.angle-192,
|
|
5603
|
-
o-progress.angle-192
|
|
5604
|
-
o-text.angle-192 {
|
|
5365
|
+
o-progress.angle-192 {
|
|
5605
5366
|
--o-angle-composite: calc(192deg) !important;
|
|
5606
5367
|
}
|
|
5607
5368
|
o-arc.angle-193,
|
|
5608
|
-
o-progress.angle-193
|
|
5609
|
-
o-text.angle-193 {
|
|
5369
|
+
o-progress.angle-193 {
|
|
5610
5370
|
--o-angle-composite: calc(193deg) !important;
|
|
5611
5371
|
}
|
|
5612
5372
|
o-arc.angle-194,
|
|
5613
|
-
o-progress.angle-194
|
|
5614
|
-
o-text.angle-194 {
|
|
5373
|
+
o-progress.angle-194 {
|
|
5615
5374
|
--o-angle-composite: calc(194deg) !important;
|
|
5616
5375
|
}
|
|
5617
5376
|
o-arc.angle-195,
|
|
5618
|
-
o-progress.angle-195
|
|
5619
|
-
o-text.angle-195 {
|
|
5377
|
+
o-progress.angle-195 {
|
|
5620
5378
|
--o-angle-composite: calc(195deg) !important;
|
|
5621
5379
|
}
|
|
5622
5380
|
o-arc.angle-196,
|
|
5623
|
-
o-progress.angle-196
|
|
5624
|
-
o-text.angle-196 {
|
|
5381
|
+
o-progress.angle-196 {
|
|
5625
5382
|
--o-angle-composite: calc(196deg) !important;
|
|
5626
5383
|
}
|
|
5627
5384
|
o-arc.angle-197,
|
|
5628
|
-
o-progress.angle-197
|
|
5629
|
-
o-text.angle-197 {
|
|
5385
|
+
o-progress.angle-197 {
|
|
5630
5386
|
--o-angle-composite: calc(197deg) !important;
|
|
5631
5387
|
}
|
|
5632
5388
|
o-arc.angle-198,
|
|
5633
|
-
o-progress.angle-198
|
|
5634
|
-
o-text.angle-198 {
|
|
5389
|
+
o-progress.angle-198 {
|
|
5635
5390
|
--o-angle-composite: calc(198deg) !important;
|
|
5636
5391
|
}
|
|
5637
5392
|
o-arc.angle-199,
|
|
5638
|
-
o-progress.angle-199
|
|
5639
|
-
o-text.angle-199 {
|
|
5393
|
+
o-progress.angle-199 {
|
|
5640
5394
|
--o-angle-composite: calc(199deg) !important;
|
|
5641
5395
|
}
|
|
5642
5396
|
o-arc.angle-200,
|
|
5643
|
-
o-progress.angle-200
|
|
5644
|
-
o-text.angle-200 {
|
|
5397
|
+
o-progress.angle-200 {
|
|
5645
5398
|
--o-angle-composite: calc(200deg) !important;
|
|
5646
5399
|
}
|
|
5647
5400
|
o-arc.angle-201,
|
|
5648
|
-
o-progress.angle-201
|
|
5649
|
-
o-text.angle-201 {
|
|
5401
|
+
o-progress.angle-201 {
|
|
5650
5402
|
--o-angle-composite: calc(201deg) !important;
|
|
5651
5403
|
}
|
|
5652
5404
|
o-arc.angle-202,
|
|
5653
|
-
o-progress.angle-202
|
|
5654
|
-
o-text.angle-202 {
|
|
5405
|
+
o-progress.angle-202 {
|
|
5655
5406
|
--o-angle-composite: calc(202deg) !important;
|
|
5656
5407
|
}
|
|
5657
5408
|
o-arc.angle-203,
|
|
5658
|
-
o-progress.angle-203
|
|
5659
|
-
o-text.angle-203 {
|
|
5409
|
+
o-progress.angle-203 {
|
|
5660
5410
|
--o-angle-composite: calc(203deg) !important;
|
|
5661
5411
|
}
|
|
5662
5412
|
o-arc.angle-204,
|
|
5663
|
-
o-progress.angle-204
|
|
5664
|
-
o-text.angle-204 {
|
|
5413
|
+
o-progress.angle-204 {
|
|
5665
5414
|
--o-angle-composite: calc(204deg) !important;
|
|
5666
5415
|
}
|
|
5667
5416
|
o-arc.angle-205,
|
|
5668
|
-
o-progress.angle-205
|
|
5669
|
-
o-text.angle-205 {
|
|
5417
|
+
o-progress.angle-205 {
|
|
5670
5418
|
--o-angle-composite: calc(205deg) !important;
|
|
5671
5419
|
}
|
|
5672
5420
|
o-arc.angle-206,
|
|
5673
|
-
o-progress.angle-206
|
|
5674
|
-
o-text.angle-206 {
|
|
5421
|
+
o-progress.angle-206 {
|
|
5675
5422
|
--o-angle-composite: calc(206deg) !important;
|
|
5676
5423
|
}
|
|
5677
5424
|
o-arc.angle-207,
|
|
5678
|
-
o-progress.angle-207
|
|
5679
|
-
o-text.angle-207 {
|
|
5425
|
+
o-progress.angle-207 {
|
|
5680
5426
|
--o-angle-composite: calc(207deg) !important;
|
|
5681
5427
|
}
|
|
5682
5428
|
o-arc.angle-208,
|
|
5683
|
-
o-progress.angle-208
|
|
5684
|
-
o-text.angle-208 {
|
|
5429
|
+
o-progress.angle-208 {
|
|
5685
5430
|
--o-angle-composite: calc(208deg) !important;
|
|
5686
5431
|
}
|
|
5687
5432
|
o-arc.angle-209,
|
|
5688
|
-
o-progress.angle-209
|
|
5689
|
-
o-text.angle-209 {
|
|
5433
|
+
o-progress.angle-209 {
|
|
5690
5434
|
--o-angle-composite: calc(209deg) !important;
|
|
5691
5435
|
}
|
|
5692
5436
|
o-arc.angle-210,
|
|
5693
|
-
o-progress.angle-210
|
|
5694
|
-
o-text.angle-210 {
|
|
5437
|
+
o-progress.angle-210 {
|
|
5695
5438
|
--o-angle-composite: calc(210deg) !important;
|
|
5696
5439
|
}
|
|
5697
5440
|
o-arc.angle-211,
|
|
5698
|
-
o-progress.angle-211
|
|
5699
|
-
o-text.angle-211 {
|
|
5441
|
+
o-progress.angle-211 {
|
|
5700
5442
|
--o-angle-composite: calc(211deg) !important;
|
|
5701
5443
|
}
|
|
5702
5444
|
o-arc.angle-212,
|
|
5703
|
-
o-progress.angle-212
|
|
5704
|
-
o-text.angle-212 {
|
|
5445
|
+
o-progress.angle-212 {
|
|
5705
5446
|
--o-angle-composite: calc(212deg) !important;
|
|
5706
5447
|
}
|
|
5707
5448
|
o-arc.angle-213,
|
|
5708
|
-
o-progress.angle-213
|
|
5709
|
-
o-text.angle-213 {
|
|
5449
|
+
o-progress.angle-213 {
|
|
5710
5450
|
--o-angle-composite: calc(213deg) !important;
|
|
5711
5451
|
}
|
|
5712
5452
|
o-arc.angle-214,
|
|
5713
|
-
o-progress.angle-214
|
|
5714
|
-
o-text.angle-214 {
|
|
5453
|
+
o-progress.angle-214 {
|
|
5715
5454
|
--o-angle-composite: calc(214deg) !important;
|
|
5716
5455
|
}
|
|
5717
5456
|
o-arc.angle-215,
|
|
5718
|
-
o-progress.angle-215
|
|
5719
|
-
o-text.angle-215 {
|
|
5457
|
+
o-progress.angle-215 {
|
|
5720
5458
|
--o-angle-composite: calc(215deg) !important;
|
|
5721
5459
|
}
|
|
5722
5460
|
o-arc.angle-216,
|
|
5723
|
-
o-progress.angle-216
|
|
5724
|
-
o-text.angle-216 {
|
|
5461
|
+
o-progress.angle-216 {
|
|
5725
5462
|
--o-angle-composite: calc(216deg) !important;
|
|
5726
5463
|
}
|
|
5727
5464
|
o-arc.angle-217,
|
|
5728
|
-
o-progress.angle-217
|
|
5729
|
-
o-text.angle-217 {
|
|
5465
|
+
o-progress.angle-217 {
|
|
5730
5466
|
--o-angle-composite: calc(217deg) !important;
|
|
5731
5467
|
}
|
|
5732
5468
|
o-arc.angle-218,
|
|
5733
|
-
o-progress.angle-218
|
|
5734
|
-
o-text.angle-218 {
|
|
5469
|
+
o-progress.angle-218 {
|
|
5735
5470
|
--o-angle-composite: calc(218deg) !important;
|
|
5736
5471
|
}
|
|
5737
5472
|
o-arc.angle-219,
|
|
5738
|
-
o-progress.angle-219
|
|
5739
|
-
o-text.angle-219 {
|
|
5473
|
+
o-progress.angle-219 {
|
|
5740
5474
|
--o-angle-composite: calc(219deg) !important;
|
|
5741
5475
|
}
|
|
5742
5476
|
o-arc.angle-220,
|
|
5743
|
-
o-progress.angle-220
|
|
5744
|
-
o-text.angle-220 {
|
|
5477
|
+
o-progress.angle-220 {
|
|
5745
5478
|
--o-angle-composite: calc(220deg) !important;
|
|
5746
5479
|
}
|
|
5747
5480
|
o-arc.angle-221,
|
|
5748
|
-
o-progress.angle-221
|
|
5749
|
-
o-text.angle-221 {
|
|
5481
|
+
o-progress.angle-221 {
|
|
5750
5482
|
--o-angle-composite: calc(221deg) !important;
|
|
5751
5483
|
}
|
|
5752
5484
|
o-arc.angle-222,
|
|
5753
|
-
o-progress.angle-222
|
|
5754
|
-
o-text.angle-222 {
|
|
5485
|
+
o-progress.angle-222 {
|
|
5755
5486
|
--o-angle-composite: calc(222deg) !important;
|
|
5756
5487
|
}
|
|
5757
5488
|
o-arc.angle-223,
|
|
5758
|
-
o-progress.angle-223
|
|
5759
|
-
o-text.angle-223 {
|
|
5489
|
+
o-progress.angle-223 {
|
|
5760
5490
|
--o-angle-composite: calc(223deg) !important;
|
|
5761
5491
|
}
|
|
5762
5492
|
o-arc.angle-224,
|
|
5763
|
-
o-progress.angle-224
|
|
5764
|
-
o-text.angle-224 {
|
|
5493
|
+
o-progress.angle-224 {
|
|
5765
5494
|
--o-angle-composite: calc(224deg) !important;
|
|
5766
5495
|
}
|
|
5767
5496
|
o-arc.angle-225,
|
|
5768
|
-
o-progress.angle-225
|
|
5769
|
-
o-text.angle-225 {
|
|
5497
|
+
o-progress.angle-225 {
|
|
5770
5498
|
--o-angle-composite: calc(225deg) !important;
|
|
5771
5499
|
}
|
|
5772
5500
|
o-arc.angle-226,
|
|
5773
|
-
o-progress.angle-226
|
|
5774
|
-
o-text.angle-226 {
|
|
5501
|
+
o-progress.angle-226 {
|
|
5775
5502
|
--o-angle-composite: calc(226deg) !important;
|
|
5776
5503
|
}
|
|
5777
5504
|
o-arc.angle-227,
|
|
5778
|
-
o-progress.angle-227
|
|
5779
|
-
o-text.angle-227 {
|
|
5505
|
+
o-progress.angle-227 {
|
|
5780
5506
|
--o-angle-composite: calc(227deg) !important;
|
|
5781
5507
|
}
|
|
5782
5508
|
o-arc.angle-228,
|
|
5783
|
-
o-progress.angle-228
|
|
5784
|
-
o-text.angle-228 {
|
|
5509
|
+
o-progress.angle-228 {
|
|
5785
5510
|
--o-angle-composite: calc(228deg) !important;
|
|
5786
5511
|
}
|
|
5787
5512
|
o-arc.angle-229,
|
|
5788
|
-
o-progress.angle-229
|
|
5789
|
-
o-text.angle-229 {
|
|
5513
|
+
o-progress.angle-229 {
|
|
5790
5514
|
--o-angle-composite: calc(229deg) !important;
|
|
5791
5515
|
}
|
|
5792
5516
|
o-arc.angle-230,
|
|
5793
|
-
o-progress.angle-230
|
|
5794
|
-
o-text.angle-230 {
|
|
5517
|
+
o-progress.angle-230 {
|
|
5795
5518
|
--o-angle-composite: calc(230deg) !important;
|
|
5796
5519
|
}
|
|
5797
5520
|
o-arc.angle-231,
|
|
5798
|
-
o-progress.angle-231
|
|
5799
|
-
o-text.angle-231 {
|
|
5521
|
+
o-progress.angle-231 {
|
|
5800
5522
|
--o-angle-composite: calc(231deg) !important;
|
|
5801
5523
|
}
|
|
5802
5524
|
o-arc.angle-232,
|
|
5803
|
-
o-progress.angle-232
|
|
5804
|
-
o-text.angle-232 {
|
|
5525
|
+
o-progress.angle-232 {
|
|
5805
5526
|
--o-angle-composite: calc(232deg) !important;
|
|
5806
5527
|
}
|
|
5807
5528
|
o-arc.angle-233,
|
|
5808
|
-
o-progress.angle-233
|
|
5809
|
-
o-text.angle-233 {
|
|
5529
|
+
o-progress.angle-233 {
|
|
5810
5530
|
--o-angle-composite: calc(233deg) !important;
|
|
5811
5531
|
}
|
|
5812
5532
|
o-arc.angle-234,
|
|
5813
|
-
o-progress.angle-234
|
|
5814
|
-
o-text.angle-234 {
|
|
5533
|
+
o-progress.angle-234 {
|
|
5815
5534
|
--o-angle-composite: calc(234deg) !important;
|
|
5816
5535
|
}
|
|
5817
5536
|
o-arc.angle-235,
|
|
5818
|
-
o-progress.angle-235
|
|
5819
|
-
o-text.angle-235 {
|
|
5537
|
+
o-progress.angle-235 {
|
|
5820
5538
|
--o-angle-composite: calc(235deg) !important;
|
|
5821
5539
|
}
|
|
5822
5540
|
o-arc.angle-236,
|
|
5823
|
-
o-progress.angle-236
|
|
5824
|
-
o-text.angle-236 {
|
|
5541
|
+
o-progress.angle-236 {
|
|
5825
5542
|
--o-angle-composite: calc(236deg) !important;
|
|
5826
5543
|
}
|
|
5827
5544
|
o-arc.angle-237,
|
|
5828
|
-
o-progress.angle-237
|
|
5829
|
-
o-text.angle-237 {
|
|
5545
|
+
o-progress.angle-237 {
|
|
5830
5546
|
--o-angle-composite: calc(237deg) !important;
|
|
5831
5547
|
}
|
|
5832
5548
|
o-arc.angle-238,
|
|
5833
|
-
o-progress.angle-238
|
|
5834
|
-
o-text.angle-238 {
|
|
5549
|
+
o-progress.angle-238 {
|
|
5835
5550
|
--o-angle-composite: calc(238deg) !important;
|
|
5836
5551
|
}
|
|
5837
5552
|
o-arc.angle-239,
|
|
5838
|
-
o-progress.angle-239
|
|
5839
|
-
o-text.angle-239 {
|
|
5553
|
+
o-progress.angle-239 {
|
|
5840
5554
|
--o-angle-composite: calc(239deg) !important;
|
|
5841
5555
|
}
|
|
5842
5556
|
o-arc.angle-240,
|
|
5843
|
-
o-progress.angle-240
|
|
5844
|
-
o-text.angle-240 {
|
|
5557
|
+
o-progress.angle-240 {
|
|
5845
5558
|
--o-angle-composite: calc(240deg) !important;
|
|
5846
5559
|
}
|
|
5847
5560
|
o-arc.angle-241,
|
|
5848
|
-
o-progress.angle-241
|
|
5849
|
-
o-text.angle-241 {
|
|
5561
|
+
o-progress.angle-241 {
|
|
5850
5562
|
--o-angle-composite: calc(241deg) !important;
|
|
5851
5563
|
}
|
|
5852
5564
|
o-arc.angle-242,
|
|
5853
|
-
o-progress.angle-242
|
|
5854
|
-
o-text.angle-242 {
|
|
5565
|
+
o-progress.angle-242 {
|
|
5855
5566
|
--o-angle-composite: calc(242deg) !important;
|
|
5856
5567
|
}
|
|
5857
5568
|
o-arc.angle-243,
|
|
5858
|
-
o-progress.angle-243
|
|
5859
|
-
o-text.angle-243 {
|
|
5569
|
+
o-progress.angle-243 {
|
|
5860
5570
|
--o-angle-composite: calc(243deg) !important;
|
|
5861
5571
|
}
|
|
5862
5572
|
o-arc.angle-244,
|
|
5863
|
-
o-progress.angle-244
|
|
5864
|
-
o-text.angle-244 {
|
|
5573
|
+
o-progress.angle-244 {
|
|
5865
5574
|
--o-angle-composite: calc(244deg) !important;
|
|
5866
5575
|
}
|
|
5867
5576
|
o-arc.angle-245,
|
|
5868
|
-
o-progress.angle-245
|
|
5869
|
-
o-text.angle-245 {
|
|
5577
|
+
o-progress.angle-245 {
|
|
5870
5578
|
--o-angle-composite: calc(245deg) !important;
|
|
5871
5579
|
}
|
|
5872
5580
|
o-arc.angle-246,
|
|
5873
|
-
o-progress.angle-246
|
|
5874
|
-
o-text.angle-246 {
|
|
5581
|
+
o-progress.angle-246 {
|
|
5875
5582
|
--o-angle-composite: calc(246deg) !important;
|
|
5876
5583
|
}
|
|
5877
5584
|
o-arc.angle-247,
|
|
5878
|
-
o-progress.angle-247
|
|
5879
|
-
o-text.angle-247 {
|
|
5585
|
+
o-progress.angle-247 {
|
|
5880
5586
|
--o-angle-composite: calc(247deg) !important;
|
|
5881
5587
|
}
|
|
5882
5588
|
o-arc.angle-248,
|
|
5883
|
-
o-progress.angle-248
|
|
5884
|
-
o-text.angle-248 {
|
|
5589
|
+
o-progress.angle-248 {
|
|
5885
5590
|
--o-angle-composite: calc(248deg) !important;
|
|
5886
5591
|
}
|
|
5887
5592
|
o-arc.angle-249,
|
|
5888
|
-
o-progress.angle-249
|
|
5889
|
-
o-text.angle-249 {
|
|
5593
|
+
o-progress.angle-249 {
|
|
5890
5594
|
--o-angle-composite: calc(249deg) !important;
|
|
5891
5595
|
}
|
|
5892
5596
|
o-arc.angle-250,
|
|
5893
|
-
o-progress.angle-250
|
|
5894
|
-
o-text.angle-250 {
|
|
5597
|
+
o-progress.angle-250 {
|
|
5895
5598
|
--o-angle-composite: calc(250deg) !important;
|
|
5896
5599
|
}
|
|
5897
5600
|
o-arc.angle-251,
|
|
5898
|
-
o-progress.angle-251
|
|
5899
|
-
o-text.angle-251 {
|
|
5601
|
+
o-progress.angle-251 {
|
|
5900
5602
|
--o-angle-composite: calc(251deg) !important;
|
|
5901
5603
|
}
|
|
5902
5604
|
o-arc.angle-252,
|
|
5903
|
-
o-progress.angle-252
|
|
5904
|
-
o-text.angle-252 {
|
|
5605
|
+
o-progress.angle-252 {
|
|
5905
5606
|
--o-angle-composite: calc(252deg) !important;
|
|
5906
5607
|
}
|
|
5907
5608
|
o-arc.angle-253,
|
|
5908
|
-
o-progress.angle-253
|
|
5909
|
-
o-text.angle-253 {
|
|
5609
|
+
o-progress.angle-253 {
|
|
5910
5610
|
--o-angle-composite: calc(253deg) !important;
|
|
5911
5611
|
}
|
|
5912
5612
|
o-arc.angle-254,
|
|
5913
|
-
o-progress.angle-254
|
|
5914
|
-
o-text.angle-254 {
|
|
5613
|
+
o-progress.angle-254 {
|
|
5915
5614
|
--o-angle-composite: calc(254deg) !important;
|
|
5916
5615
|
}
|
|
5917
5616
|
o-arc.angle-255,
|
|
5918
|
-
o-progress.angle-255
|
|
5919
|
-
o-text.angle-255 {
|
|
5617
|
+
o-progress.angle-255 {
|
|
5920
5618
|
--o-angle-composite: calc(255deg) !important;
|
|
5921
5619
|
}
|
|
5922
5620
|
o-arc.angle-256,
|
|
5923
|
-
o-progress.angle-256
|
|
5924
|
-
o-text.angle-256 {
|
|
5621
|
+
o-progress.angle-256 {
|
|
5925
5622
|
--o-angle-composite: calc(256deg) !important;
|
|
5926
5623
|
}
|
|
5927
5624
|
o-arc.angle-257,
|
|
5928
|
-
o-progress.angle-257
|
|
5929
|
-
o-text.angle-257 {
|
|
5625
|
+
o-progress.angle-257 {
|
|
5930
5626
|
--o-angle-composite: calc(257deg) !important;
|
|
5931
5627
|
}
|
|
5932
5628
|
o-arc.angle-258,
|
|
5933
|
-
o-progress.angle-258
|
|
5934
|
-
o-text.angle-258 {
|
|
5629
|
+
o-progress.angle-258 {
|
|
5935
5630
|
--o-angle-composite: calc(258deg) !important;
|
|
5936
5631
|
}
|
|
5937
5632
|
o-arc.angle-259,
|
|
5938
|
-
o-progress.angle-259
|
|
5939
|
-
o-text.angle-259 {
|
|
5633
|
+
o-progress.angle-259 {
|
|
5940
5634
|
--o-angle-composite: calc(259deg) !important;
|
|
5941
5635
|
}
|
|
5942
5636
|
o-arc.angle-260,
|
|
5943
|
-
o-progress.angle-260
|
|
5944
|
-
o-text.angle-260 {
|
|
5637
|
+
o-progress.angle-260 {
|
|
5945
5638
|
--o-angle-composite: calc(260deg) !important;
|
|
5946
5639
|
}
|
|
5947
5640
|
o-arc.angle-261,
|
|
5948
|
-
o-progress.angle-261
|
|
5949
|
-
o-text.angle-261 {
|
|
5641
|
+
o-progress.angle-261 {
|
|
5950
5642
|
--o-angle-composite: calc(261deg) !important;
|
|
5951
5643
|
}
|
|
5952
5644
|
o-arc.angle-262,
|
|
5953
|
-
o-progress.angle-262
|
|
5954
|
-
o-text.angle-262 {
|
|
5645
|
+
o-progress.angle-262 {
|
|
5955
5646
|
--o-angle-composite: calc(262deg) !important;
|
|
5956
5647
|
}
|
|
5957
5648
|
o-arc.angle-263,
|
|
5958
|
-
o-progress.angle-263
|
|
5959
|
-
o-text.angle-263 {
|
|
5649
|
+
o-progress.angle-263 {
|
|
5960
5650
|
--o-angle-composite: calc(263deg) !important;
|
|
5961
5651
|
}
|
|
5962
5652
|
o-arc.angle-264,
|
|
5963
|
-
o-progress.angle-264
|
|
5964
|
-
o-text.angle-264 {
|
|
5653
|
+
o-progress.angle-264 {
|
|
5965
5654
|
--o-angle-composite: calc(264deg) !important;
|
|
5966
5655
|
}
|
|
5967
5656
|
o-arc.angle-265,
|
|
5968
|
-
o-progress.angle-265
|
|
5969
|
-
o-text.angle-265 {
|
|
5657
|
+
o-progress.angle-265 {
|
|
5970
5658
|
--o-angle-composite: calc(265deg) !important;
|
|
5971
5659
|
}
|
|
5972
5660
|
o-arc.angle-266,
|
|
5973
|
-
o-progress.angle-266
|
|
5974
|
-
o-text.angle-266 {
|
|
5661
|
+
o-progress.angle-266 {
|
|
5975
5662
|
--o-angle-composite: calc(266deg) !important;
|
|
5976
5663
|
}
|
|
5977
5664
|
o-arc.angle-267,
|
|
5978
|
-
o-progress.angle-267
|
|
5979
|
-
o-text.angle-267 {
|
|
5665
|
+
o-progress.angle-267 {
|
|
5980
5666
|
--o-angle-composite: calc(267deg) !important;
|
|
5981
5667
|
}
|
|
5982
5668
|
o-arc.angle-268,
|
|
5983
|
-
o-progress.angle-268
|
|
5984
|
-
o-text.angle-268 {
|
|
5669
|
+
o-progress.angle-268 {
|
|
5985
5670
|
--o-angle-composite: calc(268deg) !important;
|
|
5986
5671
|
}
|
|
5987
5672
|
o-arc.angle-269,
|
|
5988
|
-
o-progress.angle-269
|
|
5989
|
-
o-text.angle-269 {
|
|
5673
|
+
o-progress.angle-269 {
|
|
5990
5674
|
--o-angle-composite: calc(269deg) !important;
|
|
5991
5675
|
}
|
|
5992
5676
|
o-arc.angle-270,
|
|
5993
|
-
o-progress.angle-270
|
|
5994
|
-
o-text.angle-270 {
|
|
5677
|
+
o-progress.angle-270 {
|
|
5995
5678
|
--o-angle-composite: calc(270deg) !important;
|
|
5996
5679
|
}
|
|
5997
5680
|
o-arc.angle-271,
|
|
5998
|
-
o-progress.angle-271
|
|
5999
|
-
o-text.angle-271 {
|
|
5681
|
+
o-progress.angle-271 {
|
|
6000
5682
|
--o-angle-composite: calc(271deg) !important;
|
|
6001
5683
|
}
|
|
6002
5684
|
o-arc.angle-272,
|
|
6003
|
-
o-progress.angle-272
|
|
6004
|
-
o-text.angle-272 {
|
|
5685
|
+
o-progress.angle-272 {
|
|
6005
5686
|
--o-angle-composite: calc(272deg) !important;
|
|
6006
5687
|
}
|
|
6007
5688
|
o-arc.angle-273,
|
|
6008
|
-
o-progress.angle-273
|
|
6009
|
-
o-text.angle-273 {
|
|
5689
|
+
o-progress.angle-273 {
|
|
6010
5690
|
--o-angle-composite: calc(273deg) !important;
|
|
6011
5691
|
}
|
|
6012
5692
|
o-arc.angle-274,
|
|
6013
|
-
o-progress.angle-274
|
|
6014
|
-
o-text.angle-274 {
|
|
5693
|
+
o-progress.angle-274 {
|
|
6015
5694
|
--o-angle-composite: calc(274deg) !important;
|
|
6016
5695
|
}
|
|
6017
5696
|
o-arc.angle-275,
|
|
6018
|
-
o-progress.angle-275
|
|
6019
|
-
o-text.angle-275 {
|
|
5697
|
+
o-progress.angle-275 {
|
|
6020
5698
|
--o-angle-composite: calc(275deg) !important;
|
|
6021
5699
|
}
|
|
6022
5700
|
o-arc.angle-276,
|
|
6023
|
-
o-progress.angle-276
|
|
6024
|
-
o-text.angle-276 {
|
|
5701
|
+
o-progress.angle-276 {
|
|
6025
5702
|
--o-angle-composite: calc(276deg) !important;
|
|
6026
5703
|
}
|
|
6027
5704
|
o-arc.angle-277,
|
|
6028
|
-
o-progress.angle-277
|
|
6029
|
-
o-text.angle-277 {
|
|
5705
|
+
o-progress.angle-277 {
|
|
6030
5706
|
--o-angle-composite: calc(277deg) !important;
|
|
6031
5707
|
}
|
|
6032
5708
|
o-arc.angle-278,
|
|
6033
|
-
o-progress.angle-278
|
|
6034
|
-
o-text.angle-278 {
|
|
5709
|
+
o-progress.angle-278 {
|
|
6035
5710
|
--o-angle-composite: calc(278deg) !important;
|
|
6036
5711
|
}
|
|
6037
5712
|
o-arc.angle-279,
|
|
6038
|
-
o-progress.angle-279
|
|
6039
|
-
o-text.angle-279 {
|
|
5713
|
+
o-progress.angle-279 {
|
|
6040
5714
|
--o-angle-composite: calc(279deg) !important;
|
|
6041
5715
|
}
|
|
6042
5716
|
o-arc.angle-280,
|
|
6043
|
-
o-progress.angle-280
|
|
6044
|
-
o-text.angle-280 {
|
|
5717
|
+
o-progress.angle-280 {
|
|
6045
5718
|
--o-angle-composite: calc(280deg) !important;
|
|
6046
5719
|
}
|
|
6047
5720
|
o-arc.angle-281,
|
|
6048
|
-
o-progress.angle-281
|
|
6049
|
-
o-text.angle-281 {
|
|
5721
|
+
o-progress.angle-281 {
|
|
6050
5722
|
--o-angle-composite: calc(281deg) !important;
|
|
6051
5723
|
}
|
|
6052
5724
|
o-arc.angle-282,
|
|
6053
|
-
o-progress.angle-282
|
|
6054
|
-
o-text.angle-282 {
|
|
5725
|
+
o-progress.angle-282 {
|
|
6055
5726
|
--o-angle-composite: calc(282deg) !important;
|
|
6056
5727
|
}
|
|
6057
5728
|
o-arc.angle-283,
|
|
6058
|
-
o-progress.angle-283
|
|
6059
|
-
o-text.angle-283 {
|
|
5729
|
+
o-progress.angle-283 {
|
|
6060
5730
|
--o-angle-composite: calc(283deg) !important;
|
|
6061
5731
|
}
|
|
6062
5732
|
o-arc.angle-284,
|
|
6063
|
-
o-progress.angle-284
|
|
6064
|
-
o-text.angle-284 {
|
|
5733
|
+
o-progress.angle-284 {
|
|
6065
5734
|
--o-angle-composite: calc(284deg) !important;
|
|
6066
5735
|
}
|
|
6067
5736
|
o-arc.angle-285,
|
|
6068
|
-
o-progress.angle-285
|
|
6069
|
-
o-text.angle-285 {
|
|
5737
|
+
o-progress.angle-285 {
|
|
6070
5738
|
--o-angle-composite: calc(285deg) !important;
|
|
6071
5739
|
}
|
|
6072
5740
|
o-arc.angle-286,
|
|
6073
|
-
o-progress.angle-286
|
|
6074
|
-
o-text.angle-286 {
|
|
5741
|
+
o-progress.angle-286 {
|
|
6075
5742
|
--o-angle-composite: calc(286deg) !important;
|
|
6076
5743
|
}
|
|
6077
5744
|
o-arc.angle-287,
|
|
6078
|
-
o-progress.angle-287
|
|
6079
|
-
o-text.angle-287 {
|
|
5745
|
+
o-progress.angle-287 {
|
|
6080
5746
|
--o-angle-composite: calc(287deg) !important;
|
|
6081
5747
|
}
|
|
6082
5748
|
o-arc.angle-288,
|
|
6083
|
-
o-progress.angle-288
|
|
6084
|
-
o-text.angle-288 {
|
|
5749
|
+
o-progress.angle-288 {
|
|
6085
5750
|
--o-angle-composite: calc(288deg) !important;
|
|
6086
5751
|
}
|
|
6087
5752
|
o-arc.angle-289,
|
|
6088
|
-
o-progress.angle-289
|
|
6089
|
-
o-text.angle-289 {
|
|
5753
|
+
o-progress.angle-289 {
|
|
6090
5754
|
--o-angle-composite: calc(289deg) !important;
|
|
6091
5755
|
}
|
|
6092
5756
|
o-arc.angle-290,
|
|
6093
|
-
o-progress.angle-290
|
|
6094
|
-
o-text.angle-290 {
|
|
5757
|
+
o-progress.angle-290 {
|
|
6095
5758
|
--o-angle-composite: calc(290deg) !important;
|
|
6096
5759
|
}
|
|
6097
5760
|
o-arc.angle-291,
|
|
6098
|
-
o-progress.angle-291
|
|
6099
|
-
o-text.angle-291 {
|
|
5761
|
+
o-progress.angle-291 {
|
|
6100
5762
|
--o-angle-composite: calc(291deg) !important;
|
|
6101
5763
|
}
|
|
6102
5764
|
o-arc.angle-292,
|
|
6103
|
-
o-progress.angle-292
|
|
6104
|
-
o-text.angle-292 {
|
|
5765
|
+
o-progress.angle-292 {
|
|
6105
5766
|
--o-angle-composite: calc(292deg) !important;
|
|
6106
5767
|
}
|
|
6107
5768
|
o-arc.angle-293,
|
|
6108
|
-
o-progress.angle-293
|
|
6109
|
-
o-text.angle-293 {
|
|
5769
|
+
o-progress.angle-293 {
|
|
6110
5770
|
--o-angle-composite: calc(293deg) !important;
|
|
6111
5771
|
}
|
|
6112
5772
|
o-arc.angle-294,
|
|
6113
|
-
o-progress.angle-294
|
|
6114
|
-
o-text.angle-294 {
|
|
5773
|
+
o-progress.angle-294 {
|
|
6115
5774
|
--o-angle-composite: calc(294deg) !important;
|
|
6116
5775
|
}
|
|
6117
5776
|
o-arc.angle-295,
|
|
6118
|
-
o-progress.angle-295
|
|
6119
|
-
o-text.angle-295 {
|
|
5777
|
+
o-progress.angle-295 {
|
|
6120
5778
|
--o-angle-composite: calc(295deg) !important;
|
|
6121
5779
|
}
|
|
6122
5780
|
o-arc.angle-296,
|
|
6123
|
-
o-progress.angle-296
|
|
6124
|
-
o-text.angle-296 {
|
|
5781
|
+
o-progress.angle-296 {
|
|
6125
5782
|
--o-angle-composite: calc(296deg) !important;
|
|
6126
5783
|
}
|
|
6127
5784
|
o-arc.angle-297,
|
|
6128
|
-
o-progress.angle-297
|
|
6129
|
-
o-text.angle-297 {
|
|
5785
|
+
o-progress.angle-297 {
|
|
6130
5786
|
--o-angle-composite: calc(297deg) !important;
|
|
6131
5787
|
}
|
|
6132
5788
|
o-arc.angle-298,
|
|
6133
|
-
o-progress.angle-298
|
|
6134
|
-
o-text.angle-298 {
|
|
5789
|
+
o-progress.angle-298 {
|
|
6135
5790
|
--o-angle-composite: calc(298deg) !important;
|
|
6136
5791
|
}
|
|
6137
5792
|
o-arc.angle-299,
|
|
6138
|
-
o-progress.angle-299
|
|
6139
|
-
o-text.angle-299 {
|
|
5793
|
+
o-progress.angle-299 {
|
|
6140
5794
|
--o-angle-composite: calc(299deg) !important;
|
|
6141
5795
|
}
|
|
6142
5796
|
o-arc.angle-300,
|
|
6143
|
-
o-progress.angle-300
|
|
6144
|
-
o-text.angle-300 {
|
|
5797
|
+
o-progress.angle-300 {
|
|
6145
5798
|
--o-angle-composite: calc(300deg) !important;
|
|
6146
5799
|
}
|
|
6147
5800
|
o-arc.angle-301,
|
|
6148
|
-
o-progress.angle-301
|
|
6149
|
-
o-text.angle-301 {
|
|
5801
|
+
o-progress.angle-301 {
|
|
6150
5802
|
--o-angle-composite: calc(301deg) !important;
|
|
6151
5803
|
}
|
|
6152
5804
|
o-arc.angle-302,
|
|
6153
|
-
o-progress.angle-302
|
|
6154
|
-
o-text.angle-302 {
|
|
5805
|
+
o-progress.angle-302 {
|
|
6155
5806
|
--o-angle-composite: calc(302deg) !important;
|
|
6156
5807
|
}
|
|
6157
5808
|
o-arc.angle-303,
|
|
6158
|
-
o-progress.angle-303
|
|
6159
|
-
o-text.angle-303 {
|
|
5809
|
+
o-progress.angle-303 {
|
|
6160
5810
|
--o-angle-composite: calc(303deg) !important;
|
|
6161
5811
|
}
|
|
6162
5812
|
o-arc.angle-304,
|
|
6163
|
-
o-progress.angle-304
|
|
6164
|
-
o-text.angle-304 {
|
|
5813
|
+
o-progress.angle-304 {
|
|
6165
5814
|
--o-angle-composite: calc(304deg) !important;
|
|
6166
5815
|
}
|
|
6167
5816
|
o-arc.angle-305,
|
|
6168
|
-
o-progress.angle-305
|
|
6169
|
-
o-text.angle-305 {
|
|
5817
|
+
o-progress.angle-305 {
|
|
6170
5818
|
--o-angle-composite: calc(305deg) !important;
|
|
6171
5819
|
}
|
|
6172
5820
|
o-arc.angle-306,
|
|
6173
|
-
o-progress.angle-306
|
|
6174
|
-
o-text.angle-306 {
|
|
5821
|
+
o-progress.angle-306 {
|
|
6175
5822
|
--o-angle-composite: calc(306deg) !important;
|
|
6176
5823
|
}
|
|
6177
5824
|
o-arc.angle-307,
|
|
6178
|
-
o-progress.angle-307
|
|
6179
|
-
o-text.angle-307 {
|
|
5825
|
+
o-progress.angle-307 {
|
|
6180
5826
|
--o-angle-composite: calc(307deg) !important;
|
|
6181
5827
|
}
|
|
6182
5828
|
o-arc.angle-308,
|
|
6183
|
-
o-progress.angle-308
|
|
6184
|
-
o-text.angle-308 {
|
|
5829
|
+
o-progress.angle-308 {
|
|
6185
5830
|
--o-angle-composite: calc(308deg) !important;
|
|
6186
5831
|
}
|
|
6187
5832
|
o-arc.angle-309,
|
|
6188
|
-
o-progress.angle-309
|
|
6189
|
-
o-text.angle-309 {
|
|
5833
|
+
o-progress.angle-309 {
|
|
6190
5834
|
--o-angle-composite: calc(309deg) !important;
|
|
6191
5835
|
}
|
|
6192
5836
|
o-arc.angle-310,
|
|
6193
|
-
o-progress.angle-310
|
|
6194
|
-
o-text.angle-310 {
|
|
5837
|
+
o-progress.angle-310 {
|
|
6195
5838
|
--o-angle-composite: calc(310deg) !important;
|
|
6196
5839
|
}
|
|
6197
5840
|
o-arc.angle-311,
|
|
6198
|
-
o-progress.angle-311
|
|
6199
|
-
o-text.angle-311 {
|
|
5841
|
+
o-progress.angle-311 {
|
|
6200
5842
|
--o-angle-composite: calc(311deg) !important;
|
|
6201
5843
|
}
|
|
6202
5844
|
o-arc.angle-312,
|
|
6203
|
-
o-progress.angle-312
|
|
6204
|
-
o-text.angle-312 {
|
|
5845
|
+
o-progress.angle-312 {
|
|
6205
5846
|
--o-angle-composite: calc(312deg) !important;
|
|
6206
5847
|
}
|
|
6207
5848
|
o-arc.angle-313,
|
|
6208
|
-
o-progress.angle-313
|
|
6209
|
-
o-text.angle-313 {
|
|
5849
|
+
o-progress.angle-313 {
|
|
6210
5850
|
--o-angle-composite: calc(313deg) !important;
|
|
6211
5851
|
}
|
|
6212
5852
|
o-arc.angle-314,
|
|
6213
|
-
o-progress.angle-314
|
|
6214
|
-
o-text.angle-314 {
|
|
5853
|
+
o-progress.angle-314 {
|
|
6215
5854
|
--o-angle-composite: calc(314deg) !important;
|
|
6216
5855
|
}
|
|
6217
5856
|
o-arc.angle-315,
|
|
6218
|
-
o-progress.angle-315
|
|
6219
|
-
o-text.angle-315 {
|
|
5857
|
+
o-progress.angle-315 {
|
|
6220
5858
|
--o-angle-composite: calc(315deg) !important;
|
|
6221
5859
|
}
|
|
6222
5860
|
o-arc.angle-316,
|
|
6223
|
-
o-progress.angle-316
|
|
6224
|
-
o-text.angle-316 {
|
|
5861
|
+
o-progress.angle-316 {
|
|
6225
5862
|
--o-angle-composite: calc(316deg) !important;
|
|
6226
5863
|
}
|
|
6227
5864
|
o-arc.angle-317,
|
|
6228
|
-
o-progress.angle-317
|
|
6229
|
-
o-text.angle-317 {
|
|
5865
|
+
o-progress.angle-317 {
|
|
6230
5866
|
--o-angle-composite: calc(317deg) !important;
|
|
6231
5867
|
}
|
|
6232
5868
|
o-arc.angle-318,
|
|
6233
|
-
o-progress.angle-318
|
|
6234
|
-
o-text.angle-318 {
|
|
5869
|
+
o-progress.angle-318 {
|
|
6235
5870
|
--o-angle-composite: calc(318deg) !important;
|
|
6236
5871
|
}
|
|
6237
5872
|
o-arc.angle-319,
|
|
6238
|
-
o-progress.angle-319
|
|
6239
|
-
o-text.angle-319 {
|
|
5873
|
+
o-progress.angle-319 {
|
|
6240
5874
|
--o-angle-composite: calc(319deg) !important;
|
|
6241
5875
|
}
|
|
6242
5876
|
o-arc.angle-320,
|
|
6243
|
-
o-progress.angle-320
|
|
6244
|
-
o-text.angle-320 {
|
|
5877
|
+
o-progress.angle-320 {
|
|
6245
5878
|
--o-angle-composite: calc(320deg) !important;
|
|
6246
5879
|
}
|
|
6247
5880
|
o-arc.angle-321,
|
|
6248
|
-
o-progress.angle-321
|
|
6249
|
-
o-text.angle-321 {
|
|
5881
|
+
o-progress.angle-321 {
|
|
6250
5882
|
--o-angle-composite: calc(321deg) !important;
|
|
6251
5883
|
}
|
|
6252
5884
|
o-arc.angle-322,
|
|
6253
|
-
o-progress.angle-322
|
|
6254
|
-
o-text.angle-322 {
|
|
5885
|
+
o-progress.angle-322 {
|
|
6255
5886
|
--o-angle-composite: calc(322deg) !important;
|
|
6256
5887
|
}
|
|
6257
5888
|
o-arc.angle-323,
|
|
6258
|
-
o-progress.angle-323
|
|
6259
|
-
o-text.angle-323 {
|
|
5889
|
+
o-progress.angle-323 {
|
|
6260
5890
|
--o-angle-composite: calc(323deg) !important;
|
|
6261
5891
|
}
|
|
6262
5892
|
o-arc.angle-324,
|
|
6263
|
-
o-progress.angle-324
|
|
6264
|
-
o-text.angle-324 {
|
|
5893
|
+
o-progress.angle-324 {
|
|
6265
5894
|
--o-angle-composite: calc(324deg) !important;
|
|
6266
5895
|
}
|
|
6267
5896
|
o-arc.angle-325,
|
|
6268
|
-
o-progress.angle-325
|
|
6269
|
-
o-text.angle-325 {
|
|
5897
|
+
o-progress.angle-325 {
|
|
6270
5898
|
--o-angle-composite: calc(325deg) !important;
|
|
6271
5899
|
}
|
|
6272
5900
|
o-arc.angle-326,
|
|
6273
|
-
o-progress.angle-326
|
|
6274
|
-
o-text.angle-326 {
|
|
5901
|
+
o-progress.angle-326 {
|
|
6275
5902
|
--o-angle-composite: calc(326deg) !important;
|
|
6276
5903
|
}
|
|
6277
5904
|
o-arc.angle-327,
|
|
6278
|
-
o-progress.angle-327
|
|
6279
|
-
o-text.angle-327 {
|
|
5905
|
+
o-progress.angle-327 {
|
|
6280
5906
|
--o-angle-composite: calc(327deg) !important;
|
|
6281
5907
|
}
|
|
6282
5908
|
o-arc.angle-328,
|
|
6283
|
-
o-progress.angle-328
|
|
6284
|
-
o-text.angle-328 {
|
|
5909
|
+
o-progress.angle-328 {
|
|
6285
5910
|
--o-angle-composite: calc(328deg) !important;
|
|
6286
5911
|
}
|
|
6287
5912
|
o-arc.angle-329,
|
|
6288
|
-
o-progress.angle-329
|
|
6289
|
-
o-text.angle-329 {
|
|
5913
|
+
o-progress.angle-329 {
|
|
6290
5914
|
--o-angle-composite: calc(329deg) !important;
|
|
6291
5915
|
}
|
|
6292
5916
|
o-arc.angle-330,
|
|
6293
|
-
o-progress.angle-330
|
|
6294
|
-
o-text.angle-330 {
|
|
5917
|
+
o-progress.angle-330 {
|
|
6295
5918
|
--o-angle-composite: calc(330deg) !important;
|
|
6296
5919
|
}
|
|
6297
5920
|
o-arc.angle-331,
|
|
6298
|
-
o-progress.angle-331
|
|
6299
|
-
o-text.angle-331 {
|
|
5921
|
+
o-progress.angle-331 {
|
|
6300
5922
|
--o-angle-composite: calc(331deg) !important;
|
|
6301
5923
|
}
|
|
6302
5924
|
o-arc.angle-332,
|
|
6303
|
-
o-progress.angle-332
|
|
6304
|
-
o-text.angle-332 {
|
|
5925
|
+
o-progress.angle-332 {
|
|
6305
5926
|
--o-angle-composite: calc(332deg) !important;
|
|
6306
5927
|
}
|
|
6307
5928
|
o-arc.angle-333,
|
|
6308
|
-
o-progress.angle-333
|
|
6309
|
-
o-text.angle-333 {
|
|
5929
|
+
o-progress.angle-333 {
|
|
6310
5930
|
--o-angle-composite: calc(333deg) !important;
|
|
6311
5931
|
}
|
|
6312
5932
|
o-arc.angle-334,
|
|
6313
|
-
o-progress.angle-334
|
|
6314
|
-
o-text.angle-334 {
|
|
5933
|
+
o-progress.angle-334 {
|
|
6315
5934
|
--o-angle-composite: calc(334deg) !important;
|
|
6316
5935
|
}
|
|
6317
5936
|
o-arc.angle-335,
|
|
6318
|
-
o-progress.angle-335
|
|
6319
|
-
o-text.angle-335 {
|
|
5937
|
+
o-progress.angle-335 {
|
|
6320
5938
|
--o-angle-composite: calc(335deg) !important;
|
|
6321
5939
|
}
|
|
6322
5940
|
o-arc.angle-336,
|
|
6323
|
-
o-progress.angle-336
|
|
6324
|
-
o-text.angle-336 {
|
|
5941
|
+
o-progress.angle-336 {
|
|
6325
5942
|
--o-angle-composite: calc(336deg) !important;
|
|
6326
5943
|
}
|
|
6327
5944
|
o-arc.angle-337,
|
|
6328
|
-
o-progress.angle-337
|
|
6329
|
-
o-text.angle-337 {
|
|
5945
|
+
o-progress.angle-337 {
|
|
6330
5946
|
--o-angle-composite: calc(337deg) !important;
|
|
6331
5947
|
}
|
|
6332
5948
|
o-arc.angle-338,
|
|
6333
|
-
o-progress.angle-338
|
|
6334
|
-
o-text.angle-338 {
|
|
5949
|
+
o-progress.angle-338 {
|
|
6335
5950
|
--o-angle-composite: calc(338deg) !important;
|
|
6336
5951
|
}
|
|
6337
5952
|
o-arc.angle-339,
|
|
6338
|
-
o-progress.angle-339
|
|
6339
|
-
o-text.angle-339 {
|
|
5953
|
+
o-progress.angle-339 {
|
|
6340
5954
|
--o-angle-composite: calc(339deg) !important;
|
|
6341
5955
|
}
|
|
6342
5956
|
o-arc.angle-340,
|
|
6343
|
-
o-progress.angle-340
|
|
6344
|
-
o-text.angle-340 {
|
|
5957
|
+
o-progress.angle-340 {
|
|
6345
5958
|
--o-angle-composite: calc(340deg) !important;
|
|
6346
5959
|
}
|
|
6347
5960
|
o-arc.angle-341,
|
|
6348
|
-
o-progress.angle-341
|
|
6349
|
-
o-text.angle-341 {
|
|
5961
|
+
o-progress.angle-341 {
|
|
6350
5962
|
--o-angle-composite: calc(341deg) !important;
|
|
6351
5963
|
}
|
|
6352
5964
|
o-arc.angle-342,
|
|
6353
|
-
o-progress.angle-342
|
|
6354
|
-
o-text.angle-342 {
|
|
5965
|
+
o-progress.angle-342 {
|
|
6355
5966
|
--o-angle-composite: calc(342deg) !important;
|
|
6356
5967
|
}
|
|
6357
5968
|
o-arc.angle-343,
|
|
6358
|
-
o-progress.angle-343
|
|
6359
|
-
o-text.angle-343 {
|
|
5969
|
+
o-progress.angle-343 {
|
|
6360
5970
|
--o-angle-composite: calc(343deg) !important;
|
|
6361
5971
|
}
|
|
6362
5972
|
o-arc.angle-344,
|
|
6363
|
-
o-progress.angle-344
|
|
6364
|
-
o-text.angle-344 {
|
|
5973
|
+
o-progress.angle-344 {
|
|
6365
5974
|
--o-angle-composite: calc(344deg) !important;
|
|
6366
5975
|
}
|
|
6367
5976
|
o-arc.angle-345,
|
|
6368
|
-
o-progress.angle-345
|
|
6369
|
-
o-text.angle-345 {
|
|
5977
|
+
o-progress.angle-345 {
|
|
6370
5978
|
--o-angle-composite: calc(345deg) !important;
|
|
6371
5979
|
}
|
|
6372
5980
|
o-arc.angle-346,
|
|
6373
|
-
o-progress.angle-346
|
|
6374
|
-
o-text.angle-346 {
|
|
5981
|
+
o-progress.angle-346 {
|
|
6375
5982
|
--o-angle-composite: calc(346deg) !important;
|
|
6376
5983
|
}
|
|
6377
5984
|
o-arc.angle-347,
|
|
6378
|
-
o-progress.angle-347
|
|
6379
|
-
o-text.angle-347 {
|
|
5985
|
+
o-progress.angle-347 {
|
|
6380
5986
|
--o-angle-composite: calc(347deg) !important;
|
|
6381
5987
|
}
|
|
6382
5988
|
o-arc.angle-348,
|
|
6383
|
-
o-progress.angle-348
|
|
6384
|
-
o-text.angle-348 {
|
|
5989
|
+
o-progress.angle-348 {
|
|
6385
5990
|
--o-angle-composite: calc(348deg) !important;
|
|
6386
5991
|
}
|
|
6387
5992
|
o-arc.angle-349,
|
|
6388
|
-
o-progress.angle-349
|
|
6389
|
-
o-text.angle-349 {
|
|
5993
|
+
o-progress.angle-349 {
|
|
6390
5994
|
--o-angle-composite: calc(349deg) !important;
|
|
6391
5995
|
}
|
|
6392
5996
|
o-arc.angle-350,
|
|
6393
|
-
o-progress.angle-350
|
|
6394
|
-
o-text.angle-350 {
|
|
5997
|
+
o-progress.angle-350 {
|
|
6395
5998
|
--o-angle-composite: calc(350deg) !important;
|
|
6396
5999
|
}
|
|
6397
6000
|
o-arc.angle-351,
|
|
6398
|
-
o-progress.angle-351
|
|
6399
|
-
o-text.angle-351 {
|
|
6001
|
+
o-progress.angle-351 {
|
|
6400
6002
|
--o-angle-composite: calc(351deg) !important;
|
|
6401
6003
|
}
|
|
6402
6004
|
o-arc.angle-352,
|
|
6403
|
-
o-progress.angle-352
|
|
6404
|
-
o-text.angle-352 {
|
|
6005
|
+
o-progress.angle-352 {
|
|
6405
6006
|
--o-angle-composite: calc(352deg) !important;
|
|
6406
6007
|
}
|
|
6407
6008
|
o-arc.angle-353,
|
|
6408
|
-
o-progress.angle-353
|
|
6409
|
-
o-text.angle-353 {
|
|
6009
|
+
o-progress.angle-353 {
|
|
6410
6010
|
--o-angle-composite: calc(353deg) !important;
|
|
6411
6011
|
}
|
|
6412
6012
|
o-arc.angle-354,
|
|
6413
|
-
o-progress.angle-354
|
|
6414
|
-
o-text.angle-354 {
|
|
6013
|
+
o-progress.angle-354 {
|
|
6415
6014
|
--o-angle-composite: calc(354deg) !important;
|
|
6416
6015
|
}
|
|
6417
6016
|
o-arc.angle-355,
|
|
6418
|
-
o-progress.angle-355
|
|
6419
|
-
o-text.angle-355 {
|
|
6017
|
+
o-progress.angle-355 {
|
|
6420
6018
|
--o-angle-composite: calc(355deg) !important;
|
|
6421
6019
|
}
|
|
6422
6020
|
o-arc.angle-356,
|
|
6423
|
-
o-progress.angle-356
|
|
6424
|
-
o-text.angle-356 {
|
|
6021
|
+
o-progress.angle-356 {
|
|
6425
6022
|
--o-angle-composite: calc(356deg) !important;
|
|
6426
6023
|
}
|
|
6427
6024
|
o-arc.angle-357,
|
|
6428
|
-
o-progress.angle-357
|
|
6429
|
-
o-text.angle-357 {
|
|
6025
|
+
o-progress.angle-357 {
|
|
6430
6026
|
--o-angle-composite: calc(357deg) !important;
|
|
6431
6027
|
}
|
|
6432
6028
|
o-arc.angle-358,
|
|
6433
|
-
o-progress.angle-358
|
|
6434
|
-
o-text.angle-358 {
|
|
6029
|
+
o-progress.angle-358 {
|
|
6435
6030
|
--o-angle-composite: calc(358deg) !important;
|
|
6436
6031
|
}
|
|
6437
6032
|
o-arc.angle-359,
|
|
6438
|
-
o-progress.angle-359
|
|
6439
|
-
o-text.angle-359 {
|
|
6033
|
+
o-progress.angle-359 {
|
|
6440
6034
|
--o-angle-composite: calc(359deg) !important;
|
|
6441
6035
|
}
|
|
6442
6036
|
o-arc.angle-360,
|
|
6443
|
-
o-progress.angle-360
|
|
6444
|
-
o-text.angle-360 {
|
|
6037
|
+
o-progress.angle-360 {
|
|
6445
6038
|
--o-angle-composite: calc(360deg) !important;
|
|
6446
6039
|
}
|
|
6447
|
-
o-arc.gap-0
|
|
6448
|
-
o-text.gap-0 {
|
|
6040
|
+
o-arc.gap-0 {
|
|
6449
6041
|
--o-gap: 0;
|
|
6450
6042
|
}
|
|
6451
|
-
o-arc.gap-1
|
|
6452
|
-
o-text.gap-1 {
|
|
6043
|
+
o-arc.gap-1 {
|
|
6453
6044
|
--o-gap: 1;
|
|
6454
6045
|
}
|
|
6455
|
-
o-arc.gap-2
|
|
6456
|
-
o-text.gap-2 {
|
|
6046
|
+
o-arc.gap-2 {
|
|
6457
6047
|
--o-gap: 2;
|
|
6458
6048
|
}
|
|
6459
|
-
o-arc.gap-3
|
|
6460
|
-
o-text.gap-3 {
|
|
6049
|
+
o-arc.gap-3 {
|
|
6461
6050
|
--o-gap: 3;
|
|
6462
6051
|
}
|
|
6463
|
-
o-arc.gap-4
|
|
6464
|
-
o-text.gap-4 {
|
|
6052
|
+
o-arc.gap-4 {
|
|
6465
6053
|
--o-gap: 4;
|
|
6466
6054
|
}
|
|
6467
|
-
o-arc.gap-5
|
|
6468
|
-
o-text.gap-5 {
|
|
6055
|
+
o-arc.gap-5 {
|
|
6469
6056
|
--o-gap: 5;
|
|
6470
6057
|
}
|
|
6471
|
-
o-arc.gap-6
|
|
6472
|
-
o-text.gap-6 {
|
|
6058
|
+
o-arc.gap-6 {
|
|
6473
6059
|
--o-gap: 6;
|
|
6474
6060
|
}
|
|
6475
|
-
o-arc.gap-7
|
|
6476
|
-
o-text.gap-7 {
|
|
6061
|
+
o-arc.gap-7 {
|
|
6477
6062
|
--o-gap: 7;
|
|
6478
6063
|
}
|
|
6479
|
-
o-arc.gap-8
|
|
6480
|
-
o-text.gap-8 {
|
|
6064
|
+
o-arc.gap-8 {
|
|
6481
6065
|
--o-gap: 8;
|
|
6482
6066
|
}
|
|
6483
|
-
o-arc.gap-9
|
|
6484
|
-
o-text.gap-9 {
|
|
6067
|
+
o-arc.gap-9 {
|
|
6485
6068
|
--o-gap: 9;
|
|
6486
6069
|
}
|
|
6487
|
-
o-arc.gap-10
|
|
6488
|
-
o-text.gap-10 {
|
|
6070
|
+
o-arc.gap-10 {
|
|
6489
6071
|
--o-gap: 10;
|
|
6490
6072
|
}
|
|
6491
|
-
o-arc.gap-11
|
|
6492
|
-
o-text.gap-11 {
|
|
6073
|
+
o-arc.gap-11 {
|
|
6493
6074
|
--o-gap: 11;
|
|
6494
6075
|
}
|
|
6495
|
-
o-arc.gap-12
|
|
6496
|
-
o-text.gap-12 {
|
|
6076
|
+
o-arc.gap-12 {
|
|
6497
6077
|
--o-gap: 12;
|
|
6498
6078
|
}
|
|
6499
|
-
o-arc.gap-13
|
|
6500
|
-
o-text.gap-13 {
|
|
6079
|
+
o-arc.gap-13 {
|
|
6501
6080
|
--o-gap: 13;
|
|
6502
6081
|
}
|
|
6503
|
-
o-arc.gap-14
|
|
6504
|
-
o-text.gap-14 {
|
|
6082
|
+
o-arc.gap-14 {
|
|
6505
6083
|
--o-gap: 14;
|
|
6506
6084
|
}
|
|
6507
|
-
o-arc.gap-15
|
|
6508
|
-
o-text.gap-15 {
|
|
6085
|
+
o-arc.gap-15 {
|
|
6509
6086
|
--o-gap: 15;
|
|
6510
6087
|
}
|
|
6511
|
-
o-arc.gap-16
|
|
6512
|
-
o-text.gap-16 {
|
|
6088
|
+
o-arc.gap-16 {
|
|
6513
6089
|
--o-gap: 16;
|
|
6514
6090
|
}
|
|
6515
|
-
o-arc.gap-17
|
|
6516
|
-
o-text.gap-17 {
|
|
6091
|
+
o-arc.gap-17 {
|
|
6517
6092
|
--o-gap: 17;
|
|
6518
6093
|
}
|
|
6519
|
-
o-arc.gap-18
|
|
6520
|
-
o-text.gap-18 {
|
|
6094
|
+
o-arc.gap-18 {
|
|
6521
6095
|
--o-gap: 18;
|
|
6522
6096
|
}
|
|
6523
|
-
o-arc.gap-19
|
|
6524
|
-
o-text.gap-19 {
|
|
6097
|
+
o-arc.gap-19 {
|
|
6525
6098
|
--o-gap: 19;
|
|
6526
6099
|
}
|
|
6527
|
-
o-arc.gap-20
|
|
6528
|
-
o-text.gap-20 {
|
|
6100
|
+
o-arc.gap-20 {
|
|
6529
6101
|
--o-gap: 20;
|
|
6530
6102
|
}
|
|
6531
|
-
o-arc.gap-21
|
|
6532
|
-
o-text.gap-21 {
|
|
6103
|
+
o-arc.gap-21 {
|
|
6533
6104
|
--o-gap: 21;
|
|
6534
6105
|
}
|
|
6535
|
-
o-arc.gap-22
|
|
6536
|
-
o-text.gap-22 {
|
|
6106
|
+
o-arc.gap-22 {
|
|
6537
6107
|
--o-gap: 22;
|
|
6538
6108
|
}
|
|
6539
|
-
o-arc.gap-23
|
|
6540
|
-
o-text.gap-23 {
|
|
6109
|
+
o-arc.gap-23 {
|
|
6541
6110
|
--o-gap: 23;
|
|
6542
6111
|
}
|
|
6543
|
-
o-arc.gap-24
|
|
6544
|
-
o-text.gap-24 {
|
|
6112
|
+
o-arc.gap-24 {
|
|
6545
6113
|
--o-gap: 24;
|
|
6546
6114
|
}
|
|
6547
|
-
o-arc.gap-25
|
|
6548
|
-
o-text.gap-25 {
|
|
6115
|
+
o-arc.gap-25 {
|
|
6549
6116
|
--o-gap: 25;
|
|
6550
6117
|
}
|
|
6551
|
-
o-arc.gap-26
|
|
6552
|
-
o-text.gap-26 {
|
|
6118
|
+
o-arc.gap-26 {
|
|
6553
6119
|
--o-gap: 26;
|
|
6554
6120
|
}
|
|
6555
|
-
o-arc.gap-27
|
|
6556
|
-
o-text.gap-27 {
|
|
6121
|
+
o-arc.gap-27 {
|
|
6557
6122
|
--o-gap: 27;
|
|
6558
6123
|
}
|
|
6559
|
-
o-arc.gap-28
|
|
6560
|
-
o-text.gap-28 {
|
|
6124
|
+
o-arc.gap-28 {
|
|
6561
6125
|
--o-gap: 28;
|
|
6562
6126
|
}
|
|
6563
|
-
o-arc.gap-29
|
|
6564
|
-
o-text.gap-29 {
|
|
6127
|
+
o-arc.gap-29 {
|
|
6565
6128
|
--o-gap: 29;
|
|
6566
6129
|
}
|
|
6567
|
-
o-arc.gap-30
|
|
6568
|
-
o-text.gap-30 {
|
|
6130
|
+
o-arc.gap-30 {
|
|
6569
6131
|
--o-gap: 30;
|
|
6570
6132
|
}
|
|
6571
6133
|
.orbit.shrink-10,
|
|
@@ -6662,361 +6224,361 @@ o-text.gap-30 {
|
|
|
6662
6224
|
--o-size-ratio: 2 !important;
|
|
6663
6225
|
}
|
|
6664
6226
|
.grow-1\.1x {
|
|
6665
|
-
--o-size-ratio: 2.
|
|
6227
|
+
--o-size-ratio: 2.2 !important;
|
|
6666
6228
|
}
|
|
6667
6229
|
.grow-1\.2x {
|
|
6668
|
-
--o-size-ratio: 2.
|
|
6230
|
+
--o-size-ratio: 2.4 !important;
|
|
6669
6231
|
}
|
|
6670
6232
|
.grow-1\.3x {
|
|
6671
|
-
--o-size-ratio: 2.
|
|
6233
|
+
--o-size-ratio: 2.6 !important;
|
|
6672
6234
|
}
|
|
6673
6235
|
.grow-1\.4x {
|
|
6674
|
-
--o-size-ratio: 2.
|
|
6236
|
+
--o-size-ratio: 2.8 !important;
|
|
6675
6237
|
}
|
|
6676
6238
|
.grow-1\.5x {
|
|
6677
|
-
--o-size-ratio:
|
|
6239
|
+
--o-size-ratio: 3 !important;
|
|
6678
6240
|
}
|
|
6679
6241
|
.grow-1\.6x {
|
|
6680
|
-
--o-size-ratio: 2
|
|
6242
|
+
--o-size-ratio: 3.2 !important;
|
|
6681
6243
|
}
|
|
6682
6244
|
.grow-1\.7x {
|
|
6683
|
-
--o-size-ratio:
|
|
6245
|
+
--o-size-ratio: 3.4 !important;
|
|
6684
6246
|
}
|
|
6685
6247
|
.grow-1\.8x {
|
|
6686
|
-
--o-size-ratio:
|
|
6248
|
+
--o-size-ratio: 3.6 !important;
|
|
6687
6249
|
}
|
|
6688
6250
|
.grow-1\.9x {
|
|
6689
|
-
--o-size-ratio:
|
|
6251
|
+
--o-size-ratio: 3.8 !important;
|
|
6690
6252
|
}
|
|
6691
6253
|
.grow-2x {
|
|
6692
6254
|
--o-size-ratio: 4 !important;
|
|
6693
6255
|
}
|
|
6694
6256
|
.grow-2\.1x {
|
|
6695
|
-
--o-size-ratio: 4.
|
|
6257
|
+
--o-size-ratio: 4.2 !important;
|
|
6696
6258
|
}
|
|
6697
6259
|
.grow-2\.2x {
|
|
6698
|
-
--o-size-ratio: 4.
|
|
6260
|
+
--o-size-ratio: 4.4 !important;
|
|
6699
6261
|
}
|
|
6700
6262
|
.grow-2\.3x {
|
|
6701
|
-
--o-size-ratio: 4.
|
|
6263
|
+
--o-size-ratio: 4.6 !important;
|
|
6702
6264
|
}
|
|
6703
6265
|
.grow-2\.4x {
|
|
6704
|
-
--o-size-ratio: 4.
|
|
6266
|
+
--o-size-ratio: 4.8 !important;
|
|
6705
6267
|
}
|
|
6706
6268
|
.grow-2\.5x {
|
|
6707
|
-
--o-size-ratio:
|
|
6269
|
+
--o-size-ratio: 5 !important;
|
|
6708
6270
|
}
|
|
6709
6271
|
.grow-2\.6x {
|
|
6710
|
-
--o-size-ratio:
|
|
6272
|
+
--o-size-ratio: 5.2 !important;
|
|
6711
6273
|
}
|
|
6712
6274
|
.grow-2\.7x {
|
|
6713
|
-
--o-size-ratio: 4
|
|
6275
|
+
--o-size-ratio: 5.4 !important;
|
|
6714
6276
|
}
|
|
6715
6277
|
.grow-2\.8x {
|
|
6716
|
-
--o-size-ratio:
|
|
6278
|
+
--o-size-ratio: 5.6 !important;
|
|
6717
6279
|
}
|
|
6718
6280
|
.grow-2\.9x {
|
|
6719
|
-
--o-size-ratio:
|
|
6281
|
+
--o-size-ratio: 5.8 !important;
|
|
6720
6282
|
}
|
|
6721
6283
|
.grow-3x {
|
|
6722
6284
|
--o-size-ratio: 6 !important;
|
|
6723
6285
|
}
|
|
6724
6286
|
.grow-3\.1x {
|
|
6725
|
-
--o-size-ratio: 6.
|
|
6287
|
+
--o-size-ratio: 6.2 !important;
|
|
6726
6288
|
}
|
|
6727
6289
|
.grow-3\.2x {
|
|
6728
|
-
--o-size-ratio: 6.
|
|
6290
|
+
--o-size-ratio: 6.4 !important;
|
|
6729
6291
|
}
|
|
6730
6292
|
.grow-3\.3x {
|
|
6731
|
-
--o-size-ratio: 6.
|
|
6293
|
+
--o-size-ratio: 6.6 !important;
|
|
6732
6294
|
}
|
|
6733
6295
|
.grow-3\.4x {
|
|
6734
|
-
--o-size-ratio: 6.
|
|
6296
|
+
--o-size-ratio: 6.8 !important;
|
|
6735
6297
|
}
|
|
6736
6298
|
.grow-3\.5x {
|
|
6737
|
-
--o-size-ratio:
|
|
6299
|
+
--o-size-ratio: 7 !important;
|
|
6738
6300
|
}
|
|
6739
6301
|
.grow-3\.6x {
|
|
6740
|
-
--o-size-ratio:
|
|
6302
|
+
--o-size-ratio: 7.2 !important;
|
|
6741
6303
|
}
|
|
6742
6304
|
.grow-3\.7x {
|
|
6743
|
-
--o-size-ratio:
|
|
6305
|
+
--o-size-ratio: 7.4 !important;
|
|
6744
6306
|
}
|
|
6745
6307
|
.grow-3\.8x {
|
|
6746
|
-
--o-size-ratio: 6
|
|
6308
|
+
--o-size-ratio: 7.6 !important;
|
|
6747
6309
|
}
|
|
6748
6310
|
.grow-3\.9x {
|
|
6749
|
-
--o-size-ratio:
|
|
6311
|
+
--o-size-ratio: 7.8 !important;
|
|
6750
6312
|
}
|
|
6751
6313
|
.grow-4x {
|
|
6752
6314
|
--o-size-ratio: 8 !important;
|
|
6753
6315
|
}
|
|
6754
6316
|
.grow-4\.1x {
|
|
6755
|
-
--o-size-ratio: 8.
|
|
6317
|
+
--o-size-ratio: 8.2 !important;
|
|
6756
6318
|
}
|
|
6757
6319
|
.grow-4\.2x {
|
|
6758
|
-
--o-size-ratio: 8.
|
|
6320
|
+
--o-size-ratio: 8.4 !important;
|
|
6759
6321
|
}
|
|
6760
6322
|
.grow-4\.3x {
|
|
6761
|
-
--o-size-ratio: 8.
|
|
6323
|
+
--o-size-ratio: 8.6 !important;
|
|
6762
6324
|
}
|
|
6763
6325
|
.grow-4\.4x {
|
|
6764
|
-
--o-size-ratio: 8.
|
|
6326
|
+
--o-size-ratio: 8.8 !important;
|
|
6765
6327
|
}
|
|
6766
6328
|
.grow-4\.5x {
|
|
6767
|
-
--o-size-ratio:
|
|
6329
|
+
--o-size-ratio: 9 !important;
|
|
6768
6330
|
}
|
|
6769
6331
|
.grow-4\.6x {
|
|
6770
|
-
--o-size-ratio:
|
|
6332
|
+
--o-size-ratio: 9.2 !important;
|
|
6771
6333
|
}
|
|
6772
6334
|
.grow-4\.7x {
|
|
6773
|
-
--o-size-ratio:
|
|
6335
|
+
--o-size-ratio: 9.4 !important;
|
|
6774
6336
|
}
|
|
6775
6337
|
.grow-4\.8x {
|
|
6776
|
-
--o-size-ratio:
|
|
6338
|
+
--o-size-ratio: 9.6 !important;
|
|
6777
6339
|
}
|
|
6778
6340
|
.grow-4\.9x {
|
|
6779
|
-
--o-size-ratio: 8
|
|
6341
|
+
--o-size-ratio: 9.8 !important;
|
|
6780
6342
|
}
|
|
6781
6343
|
.grow-5x {
|
|
6782
6344
|
--o-size-ratio: 10 !important;
|
|
6783
6345
|
}
|
|
6784
6346
|
.grow-5\.1x {
|
|
6785
|
-
--o-size-ratio: 10.
|
|
6347
|
+
--o-size-ratio: 10.2 !important;
|
|
6786
6348
|
}
|
|
6787
6349
|
.grow-5\.2x {
|
|
6788
|
-
--o-size-ratio: 10.
|
|
6350
|
+
--o-size-ratio: 10.4 !important;
|
|
6789
6351
|
}
|
|
6790
6352
|
.grow-5\.3x {
|
|
6791
|
-
--o-size-ratio: 10.
|
|
6353
|
+
--o-size-ratio: 10.6 !important;
|
|
6792
6354
|
}
|
|
6793
6355
|
.grow-5\.4x {
|
|
6794
|
-
--o-size-ratio: 10.
|
|
6356
|
+
--o-size-ratio: 10.8 !important;
|
|
6795
6357
|
}
|
|
6796
6358
|
.grow-5\.5x {
|
|
6797
|
-
--o-size-ratio:
|
|
6359
|
+
--o-size-ratio: 11 !important;
|
|
6798
6360
|
}
|
|
6799
6361
|
.grow-5\.6x {
|
|
6800
|
-
--o-size-ratio:
|
|
6362
|
+
--o-size-ratio: 11.2 !important;
|
|
6801
6363
|
}
|
|
6802
6364
|
.grow-5\.7x {
|
|
6803
|
-
--o-size-ratio:
|
|
6365
|
+
--o-size-ratio: 11.4 !important;
|
|
6804
6366
|
}
|
|
6805
6367
|
.grow-5\.8x {
|
|
6806
|
-
--o-size-ratio:
|
|
6368
|
+
--o-size-ratio: 11.6 !important;
|
|
6807
6369
|
}
|
|
6808
6370
|
.grow-5\.9x {
|
|
6809
|
-
--o-size-ratio:
|
|
6371
|
+
--o-size-ratio: 11.8 !important;
|
|
6810
6372
|
}
|
|
6811
6373
|
.grow-6x {
|
|
6812
6374
|
--o-size-ratio: 12 !important;
|
|
6813
6375
|
}
|
|
6814
6376
|
.grow-6\.1x {
|
|
6815
|
-
--o-size-ratio: 12.
|
|
6377
|
+
--o-size-ratio: 12.2 !important;
|
|
6816
6378
|
}
|
|
6817
6379
|
.grow-6\.2x {
|
|
6818
|
-
--o-size-ratio: 12.
|
|
6380
|
+
--o-size-ratio: 12.4 !important;
|
|
6819
6381
|
}
|
|
6820
6382
|
.grow-6\.3x {
|
|
6821
|
-
--o-size-ratio: 12.
|
|
6383
|
+
--o-size-ratio: 12.6 !important;
|
|
6822
6384
|
}
|
|
6823
6385
|
.grow-6\.4x {
|
|
6824
|
-
--o-size-ratio: 12.
|
|
6386
|
+
--o-size-ratio: 12.8 !important;
|
|
6825
6387
|
}
|
|
6826
6388
|
.grow-6\.5x {
|
|
6827
|
-
--o-size-ratio:
|
|
6389
|
+
--o-size-ratio: 13 !important;
|
|
6828
6390
|
}
|
|
6829
6391
|
.grow-6\.6x {
|
|
6830
|
-
--o-size-ratio:
|
|
6392
|
+
--o-size-ratio: 13.2 !important;
|
|
6831
6393
|
}
|
|
6832
6394
|
.grow-6\.7x {
|
|
6833
|
-
--o-size-ratio:
|
|
6395
|
+
--o-size-ratio: 13.4 !important;
|
|
6834
6396
|
}
|
|
6835
6397
|
.grow-6\.8x {
|
|
6836
|
-
--o-size-ratio:
|
|
6398
|
+
--o-size-ratio: 13.6 !important;
|
|
6837
6399
|
}
|
|
6838
6400
|
.grow-6\.9x {
|
|
6839
|
-
--o-size-ratio:
|
|
6401
|
+
--o-size-ratio: 13.8 !important;
|
|
6840
6402
|
}
|
|
6841
6403
|
.grow-7x {
|
|
6842
6404
|
--o-size-ratio: 14 !important;
|
|
6843
6405
|
}
|
|
6844
6406
|
.grow-7\.1x {
|
|
6845
|
-
--o-size-ratio: 14.
|
|
6407
|
+
--o-size-ratio: 14.2 !important;
|
|
6846
6408
|
}
|
|
6847
6409
|
.grow-7\.2x {
|
|
6848
|
-
--o-size-ratio: 14.
|
|
6410
|
+
--o-size-ratio: 14.4 !important;
|
|
6849
6411
|
}
|
|
6850
6412
|
.grow-7\.3x {
|
|
6851
|
-
--o-size-ratio: 14.
|
|
6413
|
+
--o-size-ratio: 14.6 !important;
|
|
6852
6414
|
}
|
|
6853
6415
|
.grow-7\.4x {
|
|
6854
|
-
--o-size-ratio: 14.
|
|
6416
|
+
--o-size-ratio: 14.8 !important;
|
|
6855
6417
|
}
|
|
6856
6418
|
.grow-7\.5x {
|
|
6857
|
-
--o-size-ratio:
|
|
6419
|
+
--o-size-ratio: 15 !important;
|
|
6858
6420
|
}
|
|
6859
6421
|
.grow-7\.6x {
|
|
6860
|
-
--o-size-ratio:
|
|
6422
|
+
--o-size-ratio: 15.2 !important;
|
|
6861
6423
|
}
|
|
6862
6424
|
.grow-7\.7x {
|
|
6863
|
-
--o-size-ratio:
|
|
6425
|
+
--o-size-ratio: 15.4 !important;
|
|
6864
6426
|
}
|
|
6865
6427
|
.grow-7\.8x {
|
|
6866
|
-
--o-size-ratio:
|
|
6428
|
+
--o-size-ratio: 15.6 !important;
|
|
6867
6429
|
}
|
|
6868
6430
|
.grow-7\.9x {
|
|
6869
|
-
--o-size-ratio:
|
|
6431
|
+
--o-size-ratio: 15.8 !important;
|
|
6870
6432
|
}
|
|
6871
6433
|
.grow-8x {
|
|
6872
6434
|
--o-size-ratio: 16 !important;
|
|
6873
6435
|
}
|
|
6874
6436
|
.grow-8\.1x {
|
|
6875
|
-
--o-size-ratio: 16.
|
|
6437
|
+
--o-size-ratio: 16.2 !important;
|
|
6876
6438
|
}
|
|
6877
6439
|
.grow-8\.2x {
|
|
6878
|
-
--o-size-ratio: 16.
|
|
6440
|
+
--o-size-ratio: 16.4 !important;
|
|
6879
6441
|
}
|
|
6880
6442
|
.grow-8\.3x {
|
|
6881
|
-
--o-size-ratio: 16.
|
|
6443
|
+
--o-size-ratio: 16.6 !important;
|
|
6882
6444
|
}
|
|
6883
6445
|
.grow-8\.4x {
|
|
6884
|
-
--o-size-ratio: 16.
|
|
6446
|
+
--o-size-ratio: 16.8 !important;
|
|
6885
6447
|
}
|
|
6886
6448
|
.grow-8\.5x {
|
|
6887
|
-
--o-size-ratio:
|
|
6449
|
+
--o-size-ratio: 17 !important;
|
|
6888
6450
|
}
|
|
6889
6451
|
.grow-8\.6x {
|
|
6890
|
-
--o-size-ratio:
|
|
6452
|
+
--o-size-ratio: 17.2 !important;
|
|
6891
6453
|
}
|
|
6892
6454
|
.grow-8\.7x {
|
|
6893
|
-
--o-size-ratio:
|
|
6455
|
+
--o-size-ratio: 17.4 !important;
|
|
6894
6456
|
}
|
|
6895
6457
|
.grow-8\.8x {
|
|
6896
|
-
--o-size-ratio:
|
|
6458
|
+
--o-size-ratio: 17.6 !important;
|
|
6897
6459
|
}
|
|
6898
6460
|
.grow-8\.9x {
|
|
6899
|
-
--o-size-ratio:
|
|
6461
|
+
--o-size-ratio: 17.8 !important;
|
|
6900
6462
|
}
|
|
6901
6463
|
.grow-9x {
|
|
6902
6464
|
--o-size-ratio: 18 !important;
|
|
6903
6465
|
}
|
|
6904
6466
|
.grow-9\.1x {
|
|
6905
|
-
--o-size-ratio: 18.
|
|
6467
|
+
--o-size-ratio: 18.2 !important;
|
|
6906
6468
|
}
|
|
6907
6469
|
.grow-9\.2x {
|
|
6908
|
-
--o-size-ratio: 18.
|
|
6470
|
+
--o-size-ratio: 18.4 !important;
|
|
6909
6471
|
}
|
|
6910
6472
|
.grow-9\.3x {
|
|
6911
|
-
--o-size-ratio: 18.
|
|
6473
|
+
--o-size-ratio: 18.6 !important;
|
|
6912
6474
|
}
|
|
6913
6475
|
.grow-9\.4x {
|
|
6914
|
-
--o-size-ratio: 18.
|
|
6476
|
+
--o-size-ratio: 18.8 !important;
|
|
6915
6477
|
}
|
|
6916
6478
|
.grow-9\.5x {
|
|
6917
|
-
--o-size-ratio:
|
|
6479
|
+
--o-size-ratio: 19 !important;
|
|
6918
6480
|
}
|
|
6919
6481
|
.grow-9\.6x {
|
|
6920
|
-
--o-size-ratio:
|
|
6482
|
+
--o-size-ratio: 19.2 !important;
|
|
6921
6483
|
}
|
|
6922
6484
|
.grow-9\.7x {
|
|
6923
|
-
--o-size-ratio:
|
|
6485
|
+
--o-size-ratio: 19.4 !important;
|
|
6924
6486
|
}
|
|
6925
6487
|
.grow-9\.8x {
|
|
6926
|
-
--o-size-ratio:
|
|
6488
|
+
--o-size-ratio: 19.6 !important;
|
|
6927
6489
|
}
|
|
6928
6490
|
.grow-9\.9x {
|
|
6929
|
-
--o-size-ratio:
|
|
6491
|
+
--o-size-ratio: 19.8 !important;
|
|
6930
6492
|
}
|
|
6931
6493
|
.grow-10x {
|
|
6932
6494
|
--o-size-ratio: 20 !important;
|
|
6933
6495
|
}
|
|
6934
6496
|
.grow-10\.1x {
|
|
6935
|
-
--o-size-ratio: 20.
|
|
6497
|
+
--o-size-ratio: 20.2 !important;
|
|
6936
6498
|
}
|
|
6937
6499
|
.grow-10\.2x {
|
|
6938
|
-
--o-size-ratio: 20.
|
|
6500
|
+
--o-size-ratio: 20.4 !important;
|
|
6939
6501
|
}
|
|
6940
6502
|
.grow-10\.3x {
|
|
6941
|
-
--o-size-ratio: 20.
|
|
6503
|
+
--o-size-ratio: 20.6 !important;
|
|
6942
6504
|
}
|
|
6943
6505
|
.grow-10\.4x {
|
|
6944
|
-
--o-size-ratio: 20.
|
|
6506
|
+
--o-size-ratio: 20.8 !important;
|
|
6945
6507
|
}
|
|
6946
6508
|
.grow-10\.5x {
|
|
6947
|
-
--o-size-ratio:
|
|
6509
|
+
--o-size-ratio: 21 !important;
|
|
6948
6510
|
}
|
|
6949
6511
|
.grow-10\.6x {
|
|
6950
|
-
--o-size-ratio:
|
|
6512
|
+
--o-size-ratio: 21.2 !important;
|
|
6951
6513
|
}
|
|
6952
6514
|
.grow-10\.7x {
|
|
6953
|
-
--o-size-ratio:
|
|
6515
|
+
--o-size-ratio: 21.4 !important;
|
|
6954
6516
|
}
|
|
6955
6517
|
.grow-10\.8x {
|
|
6956
|
-
--o-size-ratio:
|
|
6518
|
+
--o-size-ratio: 21.6 !important;
|
|
6957
6519
|
}
|
|
6958
6520
|
.grow-10\.9x {
|
|
6959
|
-
--o-size-ratio:
|
|
6521
|
+
--o-size-ratio: 21.8 !important;
|
|
6960
6522
|
}
|
|
6961
6523
|
.grow-11x {
|
|
6962
6524
|
--o-size-ratio: 22 !important;
|
|
6963
6525
|
}
|
|
6964
6526
|
.grow-11\.1x {
|
|
6965
|
-
--o-size-ratio: 22.
|
|
6527
|
+
--o-size-ratio: 22.2 !important;
|
|
6966
6528
|
}
|
|
6967
6529
|
.grow-11\.2x {
|
|
6968
|
-
--o-size-ratio: 22.
|
|
6530
|
+
--o-size-ratio: 22.4 !important;
|
|
6969
6531
|
}
|
|
6970
6532
|
.grow-11\.3x {
|
|
6971
|
-
--o-size-ratio: 22.
|
|
6533
|
+
--o-size-ratio: 22.6 !important;
|
|
6972
6534
|
}
|
|
6973
6535
|
.grow-11\.4x {
|
|
6974
|
-
--o-size-ratio: 22.
|
|
6536
|
+
--o-size-ratio: 22.8 !important;
|
|
6975
6537
|
}
|
|
6976
6538
|
.grow-11\.5x {
|
|
6977
|
-
--o-size-ratio:
|
|
6539
|
+
--o-size-ratio: 23 !important;
|
|
6978
6540
|
}
|
|
6979
6541
|
.grow-11\.6x {
|
|
6980
|
-
--o-size-ratio:
|
|
6542
|
+
--o-size-ratio: 23.2 !important;
|
|
6981
6543
|
}
|
|
6982
6544
|
.grow-11\.7x {
|
|
6983
|
-
--o-size-ratio:
|
|
6545
|
+
--o-size-ratio: 23.4 !important;
|
|
6984
6546
|
}
|
|
6985
6547
|
.grow-11\.8x {
|
|
6986
|
-
--o-size-ratio:
|
|
6548
|
+
--o-size-ratio: 23.6 !important;
|
|
6987
6549
|
}
|
|
6988
6550
|
.grow-11\.9x {
|
|
6989
|
-
--o-size-ratio:
|
|
6551
|
+
--o-size-ratio: 23.8 !important;
|
|
6990
6552
|
}
|
|
6991
6553
|
.grow-12x {
|
|
6992
6554
|
--o-size-ratio: 24 !important;
|
|
6993
6555
|
}
|
|
6994
6556
|
.grow-12\.1x {
|
|
6995
|
-
--o-size-ratio: 24.
|
|
6557
|
+
--o-size-ratio: 24.2 !important;
|
|
6996
6558
|
}
|
|
6997
6559
|
.grow-12\.2x {
|
|
6998
|
-
--o-size-ratio: 24.
|
|
6560
|
+
--o-size-ratio: 24.4 !important;
|
|
6999
6561
|
}
|
|
7000
6562
|
.grow-12\.3x {
|
|
7001
|
-
--o-size-ratio: 24.
|
|
6563
|
+
--o-size-ratio: 24.6 !important;
|
|
7002
6564
|
}
|
|
7003
6565
|
.grow-12\.4x {
|
|
7004
|
-
--o-size-ratio: 24.
|
|
6566
|
+
--o-size-ratio: 24.8 !important;
|
|
7005
6567
|
}
|
|
7006
6568
|
.grow-12\.5x {
|
|
7007
|
-
--o-size-ratio:
|
|
6569
|
+
--o-size-ratio: 25 !important;
|
|
7008
6570
|
}
|
|
7009
6571
|
.grow-12\.6x {
|
|
7010
|
-
--o-size-ratio:
|
|
6572
|
+
--o-size-ratio: 25.2 !important;
|
|
7011
6573
|
}
|
|
7012
6574
|
.grow-12\.7x {
|
|
7013
|
-
--o-size-ratio:
|
|
6575
|
+
--o-size-ratio: 25.4 !important;
|
|
7014
6576
|
}
|
|
7015
6577
|
.grow-12\.8x {
|
|
7016
|
-
--o-size-ratio:
|
|
6578
|
+
--o-size-ratio: 25.6 !important;
|
|
7017
6579
|
}
|
|
7018
6580
|
.grow-12\.9x {
|
|
7019
|
-
--o-size-ratio:
|
|
6581
|
+
--o-size-ratio: 25.8 !important;
|
|
7020
6582
|
}
|
|
7021
6583
|
.inner-orbit {
|
|
7022
6584
|
--o-aligment: calc( var(--o-radius) / (var(--o-orbit-number) + var(--o-initial-orbit, 0)) * var(--o-size-ratio, 1) ) / 2;
|
|
@@ -7048,12 +6610,14 @@ o-text.gap-30 {
|
|
|
7048
6610
|
margin-top: 25%;
|
|
7049
6611
|
--o-angle-composite: 270deg !important;
|
|
7050
6612
|
}
|
|
7051
|
-
.capsule.
|
|
7052
|
-
--o-
|
|
7053
|
-
--o-angle-composite: var(--o-gyro);
|
|
6613
|
+
.side > .capsule.horizontal {
|
|
6614
|
+
--o-angle-composite: calc(90deg - var(--o-from) - (var(--o-angle)* var(--o-orbit-child-number)));
|
|
7054
6615
|
}
|
|
7055
|
-
.satellite > .capsule
|
|
7056
|
-
--o-
|
|
6616
|
+
.satellite.spin-lock > .capsule {
|
|
6617
|
+
--o-angle-composite: calc(-90deg + var(--o-from)) !important;
|
|
6618
|
+
}
|
|
6619
|
+
.satellite.spin-lock > .capsule.flip {
|
|
6620
|
+
--o-angle-composite: calc(90deg + var(--o-from)) !important;
|
|
7057
6621
|
}
|
|
7058
6622
|
.satellite > .capsule.turn-left {
|
|
7059
6623
|
margin-top: unset;
|
|
@@ -7061,13 +6625,9 @@ o-text.gap-30 {
|
|
|
7061
6625
|
.satellite > .capsule.turn-right {
|
|
7062
6626
|
margin-top: unset;
|
|
7063
6627
|
}
|
|
7064
|
-
.satellite.
|
|
6628
|
+
.satellite.spin-lock {
|
|
7065
6629
|
transform: var(--o-transform) rotate(calc(var(--o-angle-composite)));
|
|
7066
6630
|
}
|
|
7067
|
-
o-progress.rounded,
|
|
7068
|
-
o-text.rounded {
|
|
7069
|
-
--o-linecap: round;
|
|
7070
|
-
}
|
|
7071
6631
|
.gooey-fx-light,
|
|
7072
6632
|
.gooey-fx {
|
|
7073
6633
|
filter: url('data:image/svg+xml, <svg xmlns="http://www.w3.org/2000/svg"> <filter id="fancy-goo"> <feGaussianBlur in="SourceGraphic" stdDeviation="2" result="blur" /> <feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 19 -9" result="goo" /> <feComposite in="SourceGraphic" in2="goo" operator="atop" /> </filter> </svg>#fancy-goo');
|
|
@@ -7121,15 +6681,13 @@ o-text.rounded {
|
|
|
7121
6681
|
}
|
|
7122
6682
|
@container oslice not style(--o-ellipse-x: 1) {
|
|
7123
6683
|
o-arc,
|
|
7124
|
-
o-progress
|
|
7125
|
-
o-text {
|
|
6684
|
+
o-progress {
|
|
7126
6685
|
display: none;
|
|
7127
6686
|
}
|
|
7128
6687
|
}
|
|
7129
6688
|
@container oslice not style(--o-ellipse-y: 1) {
|
|
7130
6689
|
o-arc,
|
|
7131
|
-
o-progress
|
|
7132
|
-
o-text {
|
|
6690
|
+
o-progress {
|
|
7133
6691
|
display: none;
|
|
7134
6692
|
}
|
|
7135
6693
|
}
|
|
@@ -7209,10 +6767,6 @@ o-text.rounded {
|
|
|
7209
6767
|
--o-purple: hsl(279, 85%, 65%);
|
|
7210
6768
|
--o-pink: hsl(348, 100%, 60%);
|
|
7211
6769
|
--o-gray: hsl(240, 2%, 60%);
|
|
7212
|
-
--o-hue: 70;
|
|
7213
|
-
--o-saturation: 70%;
|
|
7214
|
-
--o-light: 70%;
|
|
7215
|
-
--o-color: hsl(var(--o-hue), var(--o-saturation), var(--o-light));
|
|
7216
6770
|
--o-color-white: color-mix(in oklab, var(--o-color), white 95%);
|
|
7217
6771
|
--o-color-lighter: color-mix(in oklab, var(--o-color), white 75%);
|
|
7218
6772
|
--o-color-light: color-mix(in oklab, var(--o-color), white 30%);
|
|
@@ -7254,7 +6808,7 @@ o-text.rounded {
|
|
|
7254
6808
|
--o-blue-light: color-mix(in oklab, var(--o-blue), white 30%);
|
|
7255
6809
|
--o-blue-dark: color-mix(in oklab, var(--o-blue), black 20%);
|
|
7256
6810
|
--o-blue-darker: color-mix(in oklab, var(--o-blue), black 40%);
|
|
7257
|
-
--o-blue-black: color-mix(in oklab, var(--o-
|
|
6811
|
+
--o-blue-black: color-mix(in oklab, var(--o-blue), black 78%);
|
|
7258
6812
|
--o-indigo-white: color-mix(in oklab, var(--o-indigo), white 95%);
|
|
7259
6813
|
--o-indigo-lighter: color-mix(in oklab, var(--o-indigo), white 75%);
|
|
7260
6814
|
--o-indigo-light: color-mix(in oklab, var(--o-indigo), white 30%);
|
|
@@ -7301,18 +6855,13 @@ o-text.rounded {
|
|
|
7301
6855
|
background: currentcolor;
|
|
7302
6856
|
}
|
|
7303
6857
|
o-progress {
|
|
7304
|
-
--o-
|
|
7305
|
-
--o-hover-
|
|
7306
|
-
--o-
|
|
6858
|
+
--o-color: currentcolor;
|
|
6859
|
+
--o-hover-color: unset;
|
|
6860
|
+
--o-background-color: transparent;
|
|
7307
6861
|
}
|
|
7308
6862
|
o-arc {
|
|
7309
|
-
--o-
|
|
7310
|
-
--o-hover-
|
|
7311
|
-
}
|
|
7312
|
-
o-text {
|
|
7313
|
-
--o-text-color: transparent;
|
|
7314
|
-
--o-hover-label-color: transparent;
|
|
7315
|
-
color: currentColor;
|
|
6863
|
+
--o-color: unset;
|
|
6864
|
+
--o-hover-color: unset;
|
|
7316
6865
|
}
|
|
7317
6866
|
.dev-orbit.gravity-spot {
|
|
7318
6867
|
background: none;
|
|
@@ -7339,18 +6888,13 @@ o-text {
|
|
|
7339
6888
|
background: currentColor;
|
|
7340
6889
|
}
|
|
7341
6890
|
.dev-orbit o-progress {
|
|
7342
|
-
--o-
|
|
7343
|
-
--o-hover-
|
|
7344
|
-
--o-
|
|
6891
|
+
--o-color: currentColor;
|
|
6892
|
+
--o-hover-color: unset;
|
|
6893
|
+
--o-background-color: transparent;
|
|
7345
6894
|
}
|
|
7346
6895
|
.dev-orbit o-arc {
|
|
7347
|
-
--o-
|
|
7348
|
-
--o-hover-
|
|
7349
|
-
}
|
|
7350
|
-
.dev-orbit o-text {
|
|
7351
|
-
--o-text-color: transparent;
|
|
7352
|
-
--o-hover-label-color: transparent;
|
|
7353
|
-
color: currentcolor;
|
|
6896
|
+
--o-color: currentColor;
|
|
6897
|
+
--o-hover-color: unset;
|
|
7354
6898
|
}
|
|
7355
6899
|
.theme-cyan .gravity-spot {
|
|
7356
6900
|
background: none;
|
|
@@ -7373,16 +6917,11 @@ o-text {
|
|
|
7373
6917
|
background: var(--o-cyan);
|
|
7374
6918
|
}
|
|
7375
6919
|
.theme-cyan o-progress {
|
|
7376
|
-
--o-
|
|
7377
|
-
--o-hover-
|
|
7378
|
-
--o-
|
|
6920
|
+
--o-color: var(--o-cyan);
|
|
6921
|
+
--o-hover-color: var(--o-cyan);
|
|
6922
|
+
--o-background-color: transparent;
|
|
7379
6923
|
}
|
|
7380
6924
|
.theme-cyan o-arc {
|
|
7381
|
-
--o-
|
|
7382
|
-
--o-hover-
|
|
7383
|
-
}
|
|
7384
|
-
.theme-cyan o-text {
|
|
7385
|
-
--o-text-color: transparent;
|
|
7386
|
-
--o-hover-label-color: transparent;
|
|
7387
|
-
color: var(--o-cyan);
|
|
6925
|
+
--o-color: var(--o-cyan);
|
|
6926
|
+
--o-hover-color: unset;
|
|
7388
6927
|
}
|