general-library-union 2.8.82 → 2.8.83

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": "2.8.82",
3
+ "version": "2.8.83",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -1319,6 +1319,11 @@ min-height: 60px !important;
1319
1319
  color: #ffffff;
1320
1320
  }
1321
1321
 
1322
+ .card-container .flex.align-items-center.justify-content-center.ng-star-inserted {
1323
+ text-align: left;
1324
+ display: table !important;
1325
+ }
1326
+
1322
1327
  @media(max-width:1920px){
1323
1328
  .menu-accordeon {
1324
1329
  max-height: 100%;
@@ -1330,10 +1335,7 @@ min-height: 60px !important;
1330
1335
  margin-top: -30px;
1331
1336
  }
1332
1337
 
1333
- .card-container .flex.align-items-center.justify-content-center.ng-star-inserted {
1334
- text-align: left;
1335
- display: table !important;
1336
- }
1338
+
1337
1339
  }
1338
1340
 
1339
1341
  @media (max-width: 1600px) {
@@ -1487,6 +1489,11 @@ min-height: 60px !important;
1487
1489
  margin-left: -4px;
1488
1490
  margin-top: 3px;
1489
1491
  }
1492
+
1493
+ .card-container .flex.align-items-center.justify-content-center.ng-star-inserted {
1494
+ text-align: center;
1495
+ display: flex !important;
1496
+ }
1490
1497
  }
1491
1498
 
1492
1499