general-library-union 2.7.5 → 2.7.8
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
|
@@ -856,6 +856,7 @@ color: var(--color-700);
|
|
|
856
856
|
margin: 0 auto;
|
|
857
857
|
display: table;
|
|
858
858
|
text-align: center;
|
|
859
|
+
padding: 2%;
|
|
859
860
|
}
|
|
860
861
|
|
|
861
862
|
.centrar-contenedor-imagen-sin-datos p {
|
|
@@ -864,11 +865,16 @@ color: var(--color-700);
|
|
|
864
865
|
font-weight: 500;
|
|
865
866
|
}
|
|
866
867
|
|
|
868
|
+
.contenedor-titulo-actos img {
|
|
869
|
+
width: 4.5rem;
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
|
|
867
873
|
|
|
868
874
|
.centrar-contenedor-imagen-sin-datos img {
|
|
869
|
-
opacity: 0.6;
|
|
870
875
|
width: 100%;
|
|
871
|
-
max-width:
|
|
876
|
+
max-width: 260px;
|
|
877
|
+
margin-bottom: -20px;
|
|
872
878
|
}
|
|
873
879
|
|
|
874
880
|
.toast-salto-linea {
|