general-library-union 2.3.76 → 2.3.78
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/not-found/not-found.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 -1
- package/src/styles/primeng/sass/overrides/_theme_styles_dark.scss +2 -1
package/package.json
CHANGED
|
@@ -121,7 +121,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
121
121
|
align-items: center;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
|
|
124
|
+
p{
|
|
125
125
|
font-weight: 600;
|
|
126
126
|
}
|
|
127
127
|
|
|
@@ -178,6 +178,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
178
178
|
font-weight: bold;
|
|
179
179
|
box-shadow: 0px 1px 7px var(--color-300);
|
|
180
180
|
margin-top: 15%;
|
|
181
|
+
font-size: 1.05rem;
|
|
181
182
|
}
|
|
182
183
|
}
|
|
183
184
|
|