general-library-union 3.1.68 → 3.1.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
|
@@ -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:
|
|
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
|
-
|
|
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
|
|
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: 5%;
|
|
464
|
+
border: solid 1px #232323;
|
|
465
|
+
color: #232323;
|
|
466
|
+
margin-bottom: 10%;
|
|
463
467
|
}
|
|
464
468
|
|
|
465
469
|
#timeout button:hover{
|
|
466
|
-
background:
|
|
467
|
-
box-shadow: 3px 3px 12px
|
|
470
|
+
background: #fff;
|
|
471
|
+
box-shadow: 3px 3px 12px #b8b8b8;
|
|
468
472
|
}
|
|
469
473
|
|
|
470
474
|
|
|
@@ -509,7 +513,7 @@ color: #232323;
|
|
|
509
513
|
|
|
510
514
|
#timeout {
|
|
511
515
|
h4 {
|
|
512
|
-
font-size:
|
|
516
|
+
font-size: 2rem;
|
|
513
517
|
-webkit-text-stroke: 0.65rem transparent;
|
|
514
518
|
}
|
|
515
519
|
|
|
@@ -423,12 +423,15 @@ color: #232323;
|
|
|
423
423
|
* Timeout styles
|
|
424
424
|
*****************************************************************************/
|
|
425
425
|
|
|
426
|
-
|
|
427
|
-
|
|
426
|
+
|
|
427
|
+
#timeout {
|
|
428
|
+
width: 100%;
|
|
429
|
+
height: 100%;
|
|
430
|
+
background:#fff;
|
|
431
|
+
|
|
428
432
|
|
|
429
433
|
.card-container {
|
|
430
|
-
height:
|
|
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
|
-
|
|
449
|
+
|
|
446
450
|
|
|
447
451
|
@include breakpoint(large) {
|
|
448
|
-
font-size:
|
|
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: #
|
|
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: 5%;
|
|
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:
|
|
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
|
|
473
|
-
color: #
|
|
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 {
|
|
@@ -498,15 +521,14 @@ color: #232323;
|
|
|
498
521
|
|
|
499
522
|
#timeout {
|
|
500
523
|
h4 {
|
|
501
|
-
font-size:
|
|
524
|
+
font-size: 2rem;
|
|
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
|
*****************************************************************************/
|