general-library-union 3.1.68 → 3.1.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": "3.1.68",
3
+ "version": "3.1.69",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -438,11 +438,10 @@ color: #232323;
438
438
  color: #232323;
439
439
  font-weight: 600;
440
440
  text-align: center;
441
- display: table;
442
441
 
443
-
442
+
444
443
  @include breakpoint(large) {
445
- font-size: 6rem;
444
+ font-size: 2rem;
446
445
  -webkit-text-stroke: 0.85rem transparent;
447
446
  -webkit-background-clip: text;
448
447
  background-clip: text;
@@ -451,20 +450,25 @@ color: #232323;
451
450
 
452
451
  button {
453
452
  padding: 0.5rem 6rem;
454
- margin-top: 4%;
455
- padding: 0.5rem 6rem;
456
- background: linear-gradient(45deg, var(--color-500), var(--color-300));
453
+ background: #fff;
457
454
  border: none;
458
455
  border-radius: 5px;
459
456
  color: #fff;
460
457
  font-weight: bold;
461
- box-shadow: 0px 1px 7px var(--color-300);
462
-
458
+ box-shadow: 0px 1px 7px #cacaca;
459
+ /* margin-top: 15%; */
460
+ font-size: 1.1rem;
461
+ display: table;
462
+ margin: 0 auto;
463
+ margin-top: 10%;
464
+ border: solid 1px #232323;
465
+ color: #232323;
466
+ margin-bottom: 10%;
463
467
  }
464
468
 
465
469
  #timeout button:hover{
466
- background: linear-gradient(45deg, var(--color-600), var(--color-400));
467
- box-shadow: 3px 3px 12px var(--color-300);
470
+ background: #fff;
471
+ box-shadow: 3px 3px 12px #b8b8b8;
468
472
  }
469
473
 
470
474
 
@@ -423,12 +423,15 @@ color: #232323;
423
423
  * Timeout styles
424
424
  *****************************************************************************/
425
425
 
426
- #timeout {
427
- background: #fff;
426
+
427
+ #timeout {
428
+ width: 100%;
429
+ height: 100%;
430
+ background:#fff;
431
+
428
432
 
429
433
  .card-container {
430
- height: auto;
431
- min-height: 100vh;
434
+ height: 100vh;
432
435
  }
433
436
 
434
437
  img {
@@ -437,15 +440,16 @@ color: #232323;
437
440
  }
438
441
 
439
442
  h4 {
443
+
440
444
  color: $white;
441
445
  font-size: 2rem;
442
446
  color: #232323;
443
447
  font-weight: 600;
444
448
  text-align: center;
445
- display: table;
449
+
446
450
 
447
451
  @include breakpoint(large) {
448
- font-size: 6rem;
452
+ font-size: 2rem;
449
453
  -webkit-text-stroke: 0.85rem transparent;
450
454
  -webkit-background-clip: text;
451
455
  background-clip: text;
@@ -454,27 +458,46 @@ color: #232323;
454
458
 
455
459
  button {
456
460
  padding: 0.5rem 6rem;
457
- background: #232323;
461
+ background: #fff;
462
+ border: none;
458
463
  border-radius: 5px;
459
464
  color: #fff;
460
- }
465
+ font-weight: bold;
466
+ box-shadow: 0px 1px 7px #cacaca;
467
+ /* margin-top: 15%; */
468
+ font-size: 1.1rem;
469
+ display: table;
470
+ margin: 0 auto;
471
+ margin-top: 10%;
472
+ border: solid 1px #232323;
473
+ color: #232323;
474
+ margin-bottom: 10%;
475
+ }
476
+
477
+ #timeout button:hover{
478
+ background: #fff;
479
+ box-shadow: 3px 3px 12px #b8b8b8;
480
+ }
481
+
482
+
461
483
  }
462
484
 
463
485
  #timeout .p-button {
464
- box-shadow: 0 0 10px hsl(0deg 0% 0% / 56%);
465
- background: #39373f;
486
+ box-shadow: 0px 0px 10px hsla(var(--color-h), 100%, 60%, 0.7);
466
487
  }
467
488
 
489
+
468
490
  .p-divider {
469
491
  .p-divider-content {
470
492
  background-color: transparent;
471
493
  width: 100%;
472
- border-bottom: solid 1px #39373f;
473
- color: #fff;
494
+ border-bottom: solid 1px var(--color-100);
495
+ color: #232323;
474
496
 
475
497
  }
476
498
  }
477
499
 
500
+
478
501
  @media (max-width:1440px) {
479
502
 
480
503
  #timeout {
@@ -502,11 +525,10 @@ color: #232323;
502
525
  -webkit-text-stroke: 0.65rem transparent;
503
526
  }
504
527
 
528
+
505
529
  }
506
530
  }
507
531
 
508
-
509
-
510
532
  @media (max-width:768px){
511
533
 
512
534
  #timeout h4 {
@@ -525,7 +547,6 @@ color: #232323;
525
547
  font-size: 2rem !important;
526
548
  }
527
549
 
528
-
529
550
  #timeout img {
530
551
  margin: 0 auto;
531
552
  text-align: center;
@@ -534,7 +555,6 @@ color: #232323;
534
555
  }
535
556
 
536
557
 
537
-
538
558
  /******************************************************************************
539
559
  * Tag styles
540
560
  *****************************************************************************/