general-library-union 2.3.42 → 2.3.44
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/core/servicios/error-interceptor.service.mjs +3 -2
- package/fesm2022/general-library-union.mjs +2 -1
- package/fesm2022/general-library-union.mjs.map +1 -1
- package/package.json +1 -1
- package/src/styles/primeng/sass/overrides/_theme_styles.scss +5 -8
- package/src/styles/primeng/sass/overrides/_theme_styles_dark.scss +4 -14
package/package.json
CHANGED
|
@@ -117,7 +117,8 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
117
117
|
|
|
118
118
|
.card-container{
|
|
119
119
|
height: 100vh;
|
|
120
|
-
|
|
120
|
+
justify-content: center;
|
|
121
|
+
align-items: center;
|
|
121
122
|
}
|
|
122
123
|
|
|
123
124
|
|
|
@@ -152,6 +153,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
152
153
|
font-weight: 500;
|
|
153
154
|
margin: 0;
|
|
154
155
|
margin-bottom: 20px;
|
|
156
|
+
text-align: center;
|
|
155
157
|
|
|
156
158
|
|
|
157
159
|
@include breakpoint(large) {
|
|
@@ -173,6 +175,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
173
175
|
#not-found button:hover{
|
|
174
176
|
background: linear-gradient(45deg, var(--color-600), var(--color-400));
|
|
175
177
|
box-shadow: 3px 3px 12px var(--color-300);
|
|
178
|
+
|
|
176
179
|
}
|
|
177
180
|
|
|
178
181
|
#not-found .p-button {
|
|
@@ -204,19 +207,14 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
|
|
|
204
207
|
|
|
205
208
|
@media only screen and (max-width:1600px) and (min-width:1360px){
|
|
206
209
|
|
|
207
|
-
|
|
208
|
-
padding-top: 2%;
|
|
209
|
-
}
|
|
210
|
+
|
|
210
211
|
|
|
211
212
|
#not-found img {
|
|
212
|
-
margin-top: 6%;
|
|
213
213
|
max-width: 18rem;
|
|
214
214
|
}
|
|
215
215
|
|
|
216
216
|
|
|
217
217
|
#not-found h5{
|
|
218
|
-
margin-top: -5%;
|
|
219
|
-
margin-bottom: 7%;
|
|
220
218
|
color: var(--color-700);
|
|
221
219
|
}
|
|
222
220
|
|
|
@@ -239,7 +237,6 @@ color: var(--color-700);
|
|
|
239
237
|
|
|
240
238
|
.card-container {
|
|
241
239
|
height: 100vh;
|
|
242
|
-
padding-top: 5%;
|
|
243
240
|
}
|
|
244
241
|
|
|
245
242
|
img {
|
|
@@ -126,7 +126,8 @@ body {
|
|
|
126
126
|
|
|
127
127
|
.card-container{
|
|
128
128
|
height: 100vh;
|
|
129
|
-
|
|
129
|
+
justify-content: center;
|
|
130
|
+
align-items: center;
|
|
130
131
|
}
|
|
131
132
|
|
|
132
133
|
|
|
@@ -162,6 +163,7 @@ body {
|
|
|
162
163
|
font-weight: 500;
|
|
163
164
|
margin: 0;
|
|
164
165
|
margin-bottom: 20px;
|
|
166
|
+
text-align: center;
|
|
165
167
|
|
|
166
168
|
|
|
167
169
|
@include breakpoint(large) {
|
|
@@ -171,6 +173,7 @@ body {
|
|
|
171
173
|
|
|
172
174
|
button {
|
|
173
175
|
padding: 0.5rem 6rem;
|
|
176
|
+
margin-bottom: 7%;
|
|
174
177
|
}
|
|
175
178
|
}
|
|
176
179
|
|
|
@@ -203,24 +206,13 @@ body {
|
|
|
203
206
|
@media only screen and (max-width:1600px) and (min-width:1360px){
|
|
204
207
|
|
|
205
208
|
|
|
206
|
-
#not-found .card-container {
|
|
207
|
-
padding-top: 2%;
|
|
208
|
-
}
|
|
209
209
|
|
|
210
210
|
#not-found img {
|
|
211
|
-
margin-top: 6%;
|
|
212
211
|
max-width: 18rem;
|
|
213
212
|
|
|
214
213
|
}
|
|
215
214
|
|
|
216
215
|
|
|
217
|
-
#not-found h5{
|
|
218
|
-
margin-top: -5%;
|
|
219
|
-
margin-bottom: 7%;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
216
|
}
|
|
225
217
|
|
|
226
218
|
|
|
@@ -239,7 +231,6 @@ margin-bottom: 7%;
|
|
|
239
231
|
|
|
240
232
|
.card-container {
|
|
241
233
|
height: 100vh;
|
|
242
|
-
padding-top: 5%;
|
|
243
234
|
}
|
|
244
235
|
|
|
245
236
|
img {
|
|
@@ -271,7 +262,6 @@ margin-bottom: 7%;
|
|
|
271
262
|
|
|
272
263
|
button {
|
|
273
264
|
padding: 0.5rem 6rem;
|
|
274
|
-
margin-top: 2%;
|
|
275
265
|
background: #232323;
|
|
276
266
|
border-radius: 5px;
|
|
277
267
|
color: #fff;
|