general-library-union 2.4.67 → 2.4.69

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.67",
3
+ "version": "2.4.69",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -272,7 +272,6 @@ color: var(--color-700);
272
272
  display: table;
273
273
  margin: 0 auto;
274
274
  margin-top: 2%;
275
- font-size: 2rem;
276
275
  }
277
276
 
278
277
  #not-found img{
@@ -290,6 +289,8 @@ color: var(--color-700);
290
289
 
291
290
  }
292
291
 
292
+ }
293
+
293
294
  @media (max-width:600px){
294
295
  #not-found img {
295
296
  max-width: 16rem;
@@ -325,9 +326,7 @@ color: var(--color-700);
325
326
  display: table;
326
327
  margin: 0 auto;
327
328
  }
328
- .flex.align-items-center.justify-content-center {
329
- display: table !important;
330
- }
329
+
331
330
  }
332
331
 
333
332
 
@@ -437,6 +436,25 @@ color: var(--color-700);
437
436
  }
438
437
 
439
438
  }
439
+
440
+
441
+ @media (max-width:768px){
442
+
443
+ #timeout h4 {
444
+ text-align: center;
445
+ }
446
+
447
+
448
+ .flex.align-items-center.justify-content-center {
449
+ display: table !important;
450
+ }
451
+
452
+ #timeout button {
453
+ display: table;
454
+ margin: 0 auto;
455
+ margin-top: 4%;
456
+ font-size: 2rem !important;
457
+ }
440
458
  }
441
459
 
442
460
 
@@ -416,6 +416,28 @@ body {
416
416
  }
417
417
 
418
418
 
419
+
420
+ @media (max-width:768px){
421
+
422
+ #timeout h4 {
423
+ text-align: center;
424
+ }
425
+
426
+
427
+ .flex.align-items-center.justify-content-center {
428
+ display: table !important;
429
+ }
430
+
431
+ #timeout button {
432
+ display: table;
433
+ margin: 0 auto;
434
+ margin-top: 4%;
435
+ font-size: 2rem !important;
436
+ }
437
+ }
438
+
439
+
440
+
419
441
  /******************************************************************************
420
442
  * Tag styles
421
443
  *****************************************************************************/