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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "3.1.67",
3
+ "version": "3.1.68",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -419,7 +419,7 @@ color: #232323;
419
419
  #timeout {
420
420
  width: 100%;
421
421
  height: 100%;
422
- background: linear-gradient(to bottom, #ffffff, var(--color-100));
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
- background: linear-gradient(to bottom, us-color(400), us-color(600));
437
- -webkit-text-stroke: 0.5rem transparent;
438
- -webkit-background-clip: text;
439
- background-clip: text;
440
- font-size: 3.5rem;
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: linear-gradient(to bottom, #fffcfc, #8e8e8e);
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
- background: linear-gradient(to bottom, #33302e, #757575);
442
- -webkit-text-stroke: 0.5rem transparent;
443
- -webkit-background-clip: text;
444
- background-clip: text;
445
- font-size: 3.5rem;
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;