general-library-union 3.2.8 → 3.2.9

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": "3.2.8",
3
+ "version": "3.2.9",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -412,6 +412,24 @@ color: #232323;
412
412
 
413
413
  }
414
414
 
415
+
416
+ /******************************************************************************
417
+ * Modulos styles
418
+ *****************************************************************************/
419
+
420
+ .modulos{
421
+ img {
422
+ filter: invert(100%) sepia(50%) saturate(39%) hue-rotate(180deg) brightness(580%) contrast(100%);
423
+ }
424
+ }
425
+
426
+
427
+ .animacion{
428
+ img {
429
+ filter: invert(100%) sepia(50%) saturate(39%) hue-rotate(180deg) brightness(580%) contrast(100%);
430
+ }
431
+ }
432
+
415
433
  /******************************************************************************
416
434
  * Timeout styles
417
435
  *****************************************************************************/