general-library-union 3.1.67 → 3.1.68
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
|
@@ -419,7 +419,7 @@ color: #232323;
|
|
|
419
419
|
#timeout {
|
|
420
420
|
width: 100%;
|
|
421
421
|
height: 100%;
|
|
422
|
-
background
|
|
422
|
+
background:#fff;
|
|
423
423
|
|
|
424
424
|
|
|
425
425
|
.card-container {
|
|
@@ -432,19 +432,15 @@ color: #232323;
|
|
|
432
432
|
}
|
|
433
433
|
|
|
434
434
|
h4 {
|
|
435
|
+
|
|
435
436
|
color: $white;
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
letter-spacing: 16px;
|
|
442
|
-
font-weight: 700;
|
|
443
|
-
text-align: left;
|
|
444
|
-
max-width: 60rem;
|
|
445
|
-
text-align: left;
|
|
446
|
-
margin: 0;
|
|
437
|
+
font-size: 2rem;
|
|
438
|
+
color: #232323;
|
|
439
|
+
font-weight: 600;
|
|
440
|
+
text-align: center;
|
|
441
|
+
display: table;
|
|
447
442
|
|
|
443
|
+
|
|
448
444
|
@include breakpoint(large) {
|
|
449
445
|
font-size: 6rem;
|
|
450
446
|
-webkit-text-stroke: 0.85rem transparent;
|
|
@@ -424,7 +424,7 @@ color: #232323;
|
|
|
424
424
|
*****************************************************************************/
|
|
425
425
|
|
|
426
426
|
#timeout {
|
|
427
|
-
background:
|
|
427
|
+
background: #fff;
|
|
428
428
|
|
|
429
429
|
.card-container {
|
|
430
430
|
height: auto;
|
|
@@ -438,17 +438,11 @@ color: #232323;
|
|
|
438
438
|
|
|
439
439
|
h4 {
|
|
440
440
|
color: $white;
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
letter-spacing: 16px;
|
|
447
|
-
font-weight: 700;
|
|
448
|
-
text-align: left;
|
|
449
|
-
max-width: 60rem;
|
|
450
|
-
text-align: left;
|
|
451
|
-
margin: 0;
|
|
441
|
+
font-size: 2rem;
|
|
442
|
+
color: #232323;
|
|
443
|
+
font-weight: 600;
|
|
444
|
+
text-align: center;
|
|
445
|
+
display: table;
|
|
452
446
|
|
|
453
447
|
@include breakpoint(large) {
|
|
454
448
|
font-size: 6rem;
|