general-library-union 3.2.60 → 3.2.62
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
|
@@ -971,6 +971,7 @@ color: #232323;
|
|
|
971
971
|
|
|
972
972
|
.contenedor-titulo-actos img {
|
|
973
973
|
width: 4.5rem;
|
|
974
|
+
filter: invert(100%) sepia(50%) saturate(39%) hue-rotate(180deg) brightness(580%) contrast(100%);
|
|
974
975
|
}
|
|
975
976
|
|
|
976
977
|
|
|
@@ -3808,7 +3809,7 @@ td.GrupoColor {
|
|
|
3808
3809
|
display: flex;
|
|
3809
3810
|
align-items: center;
|
|
3810
3811
|
text-align: center;
|
|
3811
|
-
padding:
|
|
3812
|
+
padding: 7% 4% 5%;
|
|
3812
3813
|
justify-content: center;
|
|
3813
3814
|
}
|
|
3814
3815
|
|