general-library-union 3.2.45 → 3.2.46
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
|
@@ -423,20 +423,19 @@ color: #232323;
|
|
|
423
423
|
}
|
|
424
424
|
}
|
|
425
425
|
|
|
426
|
-
|
|
426
|
+
.Formaimagen {
|
|
427
427
|
// border-radius: 50%;
|
|
428
428
|
// padding: 1.5% !important;
|
|
429
429
|
// background: #fff;
|
|
430
430
|
// box-shadow: 0px 0px 6px var(--color-85);
|
|
431
431
|
|
|
432
432
|
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
// }
|
|
433
|
+
img {
|
|
434
|
+
filter: invert(100%) sepia(50%) saturate(39%) hue-rotate(180deg) brightness(580%) contrast(100%);
|
|
435
|
+
display: table;
|
|
436
|
+
margin: 0 auto;
|
|
437
|
+
}
|
|
438
|
+
}
|
|
440
439
|
|
|
441
440
|
/******************************************************************************
|
|
442
441
|
* Timeout styles
|