general-library-union 2.4.68 → 2.4.70

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.68",
3
+ "version": "2.4.70",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -326,9 +326,7 @@ color: var(--color-700);
326
326
  display: table;
327
327
  margin: 0 auto;
328
328
  }
329
- .flex.align-items-center.justify-content-center {
330
- display: table !important;
331
- }
329
+
332
330
  }
333
331
 
334
332
 
@@ -437,9 +435,29 @@ color: var(--color-700);
437
435
  -webkit-text-stroke: 0.65rem transparent;
438
436
  }
439
437
 
438
+
440
439
  }
441
440
  }
442
441
 
442
+ @media (max-width:768px){
443
+
444
+ #timeout h4 {
445
+ text-align: center;
446
+ }
447
+
448
+
449
+ .flex.align-items-center.justify-content-center {
450
+ display: table !important;
451
+ }
452
+
453
+ #timeout button {
454
+ display: table;
455
+ margin: 0 auto;
456
+ margin-top: 4%;
457
+ font-size: 2rem !important;
458
+ }
459
+ }
460
+
443
461
 
444
462
 
445
463
 
@@ -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
  *****************************************************************************/