general-library-union 3.2.67 → 3.2.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
|
@@ -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,14 @@ margin-left: 10px;
|
|
|
1407
1407
|
|
|
1408
1408
|
.avatar-container {
|
|
1409
1409
|
position: relative;
|
|
1410
|
-
width:
|
|
1411
|
-
height:
|
|
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
|
+
border: solid 2px #fff;
|
|
1416
1418
|
}
|
|
1417
1419
|
|
|
1418
1420
|
.card-cargo .avatar-container {
|
|
@@ -1428,8 +1430,8 @@ margin-left: 10px;
|
|
|
1428
1430
|
}
|
|
1429
1431
|
|
|
1430
1432
|
.avatar-image {
|
|
1431
|
-
width:
|
|
1432
|
-
height:
|
|
1433
|
+
width: 100%;
|
|
1434
|
+
height: 100%;
|
|
1433
1435
|
object-fit: cover;
|
|
1434
1436
|
}
|
|
1435
1437
|
|
|
@@ -1574,8 +1576,6 @@ margin-left: 10px;
|
|
|
1574
1576
|
|
|
1575
1577
|
.avatar-container{
|
|
1576
1578
|
width: 100px !important;
|
|
1577
|
-
height: 100px !important;
|
|
1578
|
-
border: solid 5px var(--color-700) !important;
|
|
1579
1579
|
}
|
|
1580
1580
|
|
|
1581
1581
|
.menu-accordeon {
|
|
@@ -1601,8 +1601,7 @@ margin-left: 10px;
|
|
|
1601
1601
|
|
|
1602
1602
|
.avatar-container{
|
|
1603
1603
|
width: 70px !important;
|
|
1604
|
-
|
|
1605
|
-
border: 5px solid var(--color-700) !important;
|
|
1604
|
+
|
|
1606
1605
|
}
|
|
1607
1606
|
|
|
1608
1607
|
.p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
|
|
@@ -1783,8 +1782,6 @@ margin-left: 10px;
|
|
|
1783
1782
|
|
|
1784
1783
|
.avatar-container {
|
|
1785
1784
|
width: 60px !important;
|
|
1786
|
-
height: 100px !important;
|
|
1787
|
-
border: 5px solid var(--color-700) !important;
|
|
1788
1785
|
}
|
|
1789
1786
|
|
|
1790
1787
|
.hojavida .p-tabview.p-component .justify-content-end {
|
|
@@ -3499,15 +3496,6 @@ li.btn-descarga-masiva a {
|
|
|
3499
3496
|
}}
|
|
3500
3497
|
|
|
3501
3498
|
|
|
3502
|
-
.avatar-container {
|
|
3503
|
-
position: relative;
|
|
3504
|
-
width: 130px;
|
|
3505
|
-
height: 130px;
|
|
3506
|
-
border: 8px solid #4f4f5f;
|
|
3507
|
-
border-radius: 50%;
|
|
3508
|
-
overflow: hidden;
|
|
3509
|
-
text-align: center
|
|
3510
|
-
}
|
|
3511
3499
|
|
|
3512
3500
|
|
|
3513
3501
|
p.chip {
|