general-library-union 3.1.53 → 3.1.55
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 +6 -8
- package/src/styles/primeng/sass/overrides/_theme_styles_dark.scss +4 -4
package/package.json
CHANGED
|
@@ -139,9 +139,9 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
139
139
|
*****************************************************************************/
|
|
140
140
|
#not-found {
|
|
141
141
|
width: 100%;
|
|
142
|
-
height: 100%;
|
|
143
|
-
background: linear-gradient(to right, us-color-alpha(0.01), us-color-alpha(0.05), us-color-alpha(0.15), us-color-alpha(0.3)),
|
|
144
|
-
|
|
142
|
+
// height: 100%;
|
|
143
|
+
// background: linear-gradient(to right, us-color-alpha(0.01), us-color-alpha(0.05), us-color-alpha(0.15), us-color-alpha(0.3)),
|
|
144
|
+
// url('/assets/images/not-found-fondo.png');
|
|
145
145
|
background-size: cover;
|
|
146
146
|
|
|
147
147
|
|
|
@@ -196,8 +196,8 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
196
196
|
|
|
197
197
|
|
|
198
198
|
@include breakpoint(large) {
|
|
199
|
-
font-size:
|
|
200
|
-
color:
|
|
199
|
+
font-size: 2rem;
|
|
200
|
+
color: #232323;
|
|
201
201
|
}
|
|
202
202
|
}
|
|
203
203
|
|
|
@@ -293,7 +293,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
293
293
|
}
|
|
294
294
|
|
|
295
295
|
#not-found h5{
|
|
296
|
-
color:
|
|
296
|
+
color: #232323;
|
|
297
297
|
}
|
|
298
298
|
|
|
299
299
|
}
|
|
@@ -344,7 +344,6 @@ color: var(--color-700);
|
|
|
344
344
|
#not-found button {
|
|
345
345
|
display: table;
|
|
346
346
|
margin: 0 auto;
|
|
347
|
-
margin-top: 15%;
|
|
348
347
|
}
|
|
349
348
|
|
|
350
349
|
}
|
|
@@ -396,7 +395,6 @@ color: var(--color-700);
|
|
|
396
395
|
#not-found button {
|
|
397
396
|
display: table;
|
|
398
397
|
margin: 0 auto;
|
|
399
|
-
margin-top: 15%;
|
|
400
398
|
}
|
|
401
399
|
|
|
402
400
|
}
|
|
@@ -137,10 +137,10 @@ body {
|
|
|
137
137
|
/******************************************************************************
|
|
138
138
|
* 404 styles
|
|
139
139
|
*****************************************************************************/
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
140
|
+
#not-found {
|
|
141
|
+
// background: linear-gradient(to right, us-color-alpha(0.01), us-color-alpha(0.05), us-color-alpha(0.15), us-color-alpha(0.3)),
|
|
142
|
+
// url('/assets/images/not-found-fondo.png');
|
|
143
|
+
// background-size: cover;
|
|
144
144
|
|
|
145
145
|
|
|
146
146
|
.card-container{
|