general-library-union 3.2.67 → 3.2.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.2.67",
3
+ "version": "3.2.68",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -1291,6 +1291,10 @@ min-height: 60px !important;
1291
1291
  border: solid 2px #232323;
1292
1292
  }
1293
1293
 
1294
+ .avatar-container img{
1295
+ filter: invert(100%) sepia(50%) saturate(39%) hue-rotate(180deg) brightness(580%) contrast(100%);
1296
+ }
1297
+
1294
1298
  .card-cargo .avatar-container {
1295
1299
  height: 90px !important;
1296
1300
  border: 6px solid var(--color-700) !important;
@@ -1407,12 +1407,15 @@ margin-left: 10px;
1407
1407
 
1408
1408
  .avatar-container {
1409
1409
  position: relative;
1410
- width: 130px;
1411
- height: 130px;
1412
- border: 8px solid var(--color-700);
1410
+ width: 120px;
1411
+ height: 120px;
1413
1412
  border-radius: 50%;
1414
1413
  overflow: hidden;
1415
- text-align: center
1414
+ text-align: center;
1415
+ margin-top: -9px;
1416
+ padding: 3px 0 0px;
1417
+ background: #fff;
1418
+ border: solid 2px #fff;
1416
1419
  }
1417
1420
 
1418
1421
  .card-cargo .avatar-container {
@@ -1428,8 +1431,8 @@ margin-left: 10px;
1428
1431
  }
1429
1432
 
1430
1433
  .avatar-image {
1431
- width: 104%;
1432
- height: 110%;
1434
+ width: 100%;
1435
+ height: 100%;
1433
1436
  object-fit: cover;
1434
1437
  }
1435
1438
 
@@ -1574,8 +1577,6 @@ margin-left: 10px;
1574
1577
 
1575
1578
  .avatar-container{
1576
1579
  width: 100px !important;
1577
- height: 100px !important;
1578
- border: solid 5px var(--color-700) !important;
1579
1580
  }
1580
1581
 
1581
1582
  .menu-accordeon {
@@ -1601,8 +1602,7 @@ margin-left: 10px;
1601
1602
 
1602
1603
  .avatar-container{
1603
1604
  width: 70px !important;
1604
- height: 70px !important;
1605
- border: 5px solid var(--color-700) !important;
1605
+
1606
1606
  }
1607
1607
 
1608
1608
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
@@ -1783,8 +1783,6 @@ margin-left: 10px;
1783
1783
 
1784
1784
  .avatar-container {
1785
1785
  width: 60px !important;
1786
- height: 100px !important;
1787
- border: 5px solid var(--color-700) !important;
1788
1786
  }
1789
1787
 
1790
1788
  .hojavida .p-tabview.p-component .justify-content-end {