general-library-union 3.0.35 → 3.0.37
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/esm2022/src/app/publico/pages/login/login.page.mjs +3 -3
- package/fesm2022/general-library-union.mjs +2 -2
- package/fesm2022/general-library-union.mjs.map +1 -1
- package/package.json +1 -1
- package/src/styles/primeng/sass/overrides/_theme_styles.scss +2 -2
- /package/src/assets/images/{Navegador-edge.png → navegador-edge.png} +0 -0
package/package.json
CHANGED
|
@@ -939,10 +939,10 @@ color: var(--color-700);
|
|
|
939
939
|
|
|
940
940
|
|
|
941
941
|
|
|
942
|
-
.centrar-contenedor-imagen-sin-datos img {
|
|
942
|
+
.centrar-contenedor-imagen-sin-datos img {
|
|
943
943
|
width: 100%;
|
|
944
944
|
max-width: 170px;
|
|
945
|
-
margin-bottom: -20px;
|
|
945
|
+
margin-bottom: -20px;
|
|
946
946
|
}
|
|
947
947
|
|
|
948
948
|
.toast-salto-linea {
|
|
File without changes
|