general-library-union 2.4.7 → 2.4.9

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "2.4.7",
3
+ "version": "2.4.9",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -233,7 +233,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
233
233
 
234
234
 
235
235
  img {
236
- max-width: 20rem;
236
+ max-width: 25rem;
237
237
  width: 100%;
238
238
  }
239
239
 
@@ -249,7 +249,7 @@ $backgroundToLeft: linear-gradient(to left, $azulColorBtnM, $azulColorBtnM2);
249
249
 
250
250
 
251
251
  #not-found img {
252
- max-width: 18rem;
252
+ max-width: 32rem;
253
253
  }
254
254
 
255
255
 
@@ -259,6 +259,57 @@ color: var(--color-700);
259
259
 
260
260
 
261
261
 
262
+ }
263
+
264
+ @media (max-width:768px){
265
+ #not-found button{
266
+ font-size: 1rem;
267
+ }
268
+
269
+ #not-found img{
270
+ max-width: 17rem;
271
+ }
272
+
273
+ #not-found h4{
274
+ font-size: 7rem;
275
+ text-align: left;
276
+ }
277
+
278
+ }
279
+
280
+ @media (max-width:600px){
281
+ #not-found img {
282
+ max-width: 16rem;
283
+ margin: 0 auto;
284
+ display: table;
285
+ position: inherit;
286
+ margin-top: 4%;
287
+ }
288
+ .p-inputgroup.mb-4.w-16rem {
289
+ display: table;
290
+ margin: 0 auto;
291
+ }
292
+
293
+ #not-found h4 {
294
+ font-size: 4rem;
295
+ text-align: center;
296
+ letter-spacing: 6px;
297
+ }
298
+
299
+ #not-found h5 {
300
+ font-size: 1.5rem;
301
+ text-align: center;
302
+ }
303
+
304
+ #not-found p {
305
+ font-weight: 600;
306
+ font-size: 0.8rem;
307
+ text-align: center;
308
+ }
309
+
310
+ #not-found button {
311
+ margin-top: 4%;
312
+ }
262
313
  }
263
314
 
264
315
 
@@ -233,7 +233,7 @@ body {
233
233
 
234
234
 
235
235
  img {
236
- max-width: 20rem;
236
+ max-width: 25rem;
237
237
  width: 100%;
238
238
  }
239
239
 
@@ -249,13 +249,65 @@ body {
249
249
 
250
250
 
251
251
  #not-found img {
252
- max-width: 18rem;
252
+ max-width: 32rem;
253
253
 
254
254
  }
255
255
 
256
256
 
257
257
  }
258
258
 
259
+ @media (max-width:768px){
260
+ #not-found button{
261
+ font-size: 1rem;
262
+ }
263
+
264
+ #not-found img{
265
+ max-width: 17rem;
266
+ }
267
+
268
+ #not-found h4{
269
+ font-size: 7rem;
270
+ text-align: left;
271
+ }
272
+
273
+ }
274
+
275
+ @media (max-width:600px){
276
+ #not-found img {
277
+ max-width: 16rem;
278
+ margin: 0 auto;
279
+ display: table;
280
+ position: inherit;
281
+ margin-top: 4%;
282
+ }
283
+ .p-inputgroup.mb-4.w-16rem {
284
+ display: table;
285
+ margin: 0 auto;
286
+ }
287
+
288
+ #not-found h4 {
289
+ font-size: 4rem;
290
+ text-align: center;
291
+ letter-spacing: 6px;
292
+ }
293
+
294
+ #not-found h5 {
295
+ font-size: 1.5rem;
296
+ text-align: center;
297
+ }
298
+
299
+ #not-found p {
300
+ font-weight: 600;
301
+ font-size: 0.8rem;
302
+ text-align: center;
303
+ }
304
+
305
+ #not-found button {
306
+ margin-top: 4%;
307
+ }
308
+ }
309
+
310
+
259
311
 
260
312
 
261
313