general-library-union 2.4.70 → 2.4.71

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "2.4.70",
3
+ "version": "2.4.71",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -456,6 +456,12 @@ color: var(--color-700);
456
456
  margin-top: 4%;
457
457
  font-size: 2rem !important;
458
458
  }
459
+
460
+ #timeout img {
461
+ margin: 0 auto;
462
+ text-align: center;
463
+ display: table;
464
+ }
459
465
  }
460
466
 
461
467
 
@@ -434,6 +434,13 @@ body {
434
434
  margin-top: 4%;
435
435
  font-size: 2rem !important;
436
436
  }
437
+
438
+
439
+ #timeout img {
440
+ margin: 0 auto;
441
+ text-align: center;
442
+ display: table;
443
+ }
437
444
  }
438
445
 
439
446