general-library-union 3.3.72 → 3.3.75
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
|
@@ -431,6 +431,7 @@ color: #232323;
|
|
|
431
431
|
|
|
432
432
|
|
|
433
433
|
img {
|
|
434
|
+
width: 100%;
|
|
434
435
|
filter: invert(100%) sepia(50%) saturate(39%) hue-rotate(180deg) brightness(580%) contrast(100%);
|
|
435
436
|
display: table;
|
|
436
437
|
margin: 0 auto;
|
|
@@ -984,7 +985,7 @@ color: #232323;
|
|
|
984
985
|
|
|
985
986
|
.contenedor-titulo-actos img {
|
|
986
987
|
width: 4.5rem;
|
|
987
|
-
filter: invert(100%) sepia(50%) saturate(39%) hue-rotate(180deg) brightness(580%) contrast(100%);
|
|
988
|
+
// filter: invert(100%) sepia(50%) saturate(39%) hue-rotate(180deg) brightness(580%) contrast(100%);
|
|
988
989
|
}
|
|
989
990
|
|
|
990
991
|
|
|
@@ -993,7 +994,6 @@ color: #232323;
|
|
|
993
994
|
width: 100%;
|
|
994
995
|
max-width: 170px;
|
|
995
996
|
margin-bottom: -20px;
|
|
996
|
-
filter: invert(100%) sepia(50%) saturate(39%) hue-rotate(180deg) brightness(580%) contrast(100%);
|
|
997
997
|
}
|
|
998
998
|
|
|
999
999
|
.toast-salto-linea {
|
|
@@ -3138,11 +3138,9 @@ span{
|
|
|
3138
3138
|
border-right: none !important;
|
|
3139
3139
|
}
|
|
3140
3140
|
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
// background: #39373f;
|
|
3145
|
-
// box-shadow: 0px 0px 6px #39373f;
|
|
3141
|
+
.Formaimagen img {
|
|
3142
|
+
width: 100%;
|
|
3143
|
+
}
|
|
3146
3144
|
|
|
3147
3145
|
|
|
3148
3146
|
// img {
|