general-library-union 2.4.68 → 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
|
@@ -326,9 +326,7 @@ color: var(--color-700);
|
|
|
326
326
|
display: table;
|
|
327
327
|
margin: 0 auto;
|
|
328
328
|
}
|
|
329
|
-
|
|
330
|
-
display: table !important;
|
|
331
|
-
}
|
|
329
|
+
|
|
332
330
|
}
|
|
333
331
|
|
|
334
332
|
|
|
@@ -438,6 +436,25 @@ color: var(--color-700);
|
|
|
438
436
|
}
|
|
439
437
|
|
|
440
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
|
+
}
|
|
441
458
|
}
|
|
442
459
|
|
|
443
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
|
*****************************************************************************/
|