general-library-union 2.8.83 → 2.8.85

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.83",
3
+ "version": "2.8.85",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -2975,21 +2975,9 @@ p.chip {
2975
2975
  }
2976
2976
 
2977
2977
  .us-foto-perfil {
2978
- border-radius: 50%;
2979
- padding: 3px;
2980
- width: 100%;
2981
- height: 100%;
2982
- object-fit: cover;
2983
- border: 4px outset var(--color-400) !important;
2984
- background: #fff;
2985
- min-width: 100px;
2986
- min-height: 90px;
2978
+ min-width: 90px;
2987
2979
  max-height: 120px;
2988
- align-items: center;
2989
- justify-content: center;
2990
- margin-right: 15px;
2991
- object-fit: cover;
2992
- }
2980
+ }
2993
2981
 
2994
2982
 
2995
2983
 
@@ -3905,13 +3893,23 @@ td.GrupoColor {
3905
3893
  }
3906
3894
 
3907
3895
  .us-foto-perfil {
3908
- border-radius: 50%;
3909
- padding: 3px;
3910
- width: 80%;
3911
- height: 90%;
3896
+ // border-radius: 50%;
3897
+ // padding: 3px;
3898
+ // width: 80%;
3899
+ // height: 90%;
3912
3900
  min-width: 90px;
3913
- max-height: 90px;
3914
- margin: 0px;
3901
+ // max-height: 90px;
3902
+ // margin: 0px;
3903
+ }
3904
+
3905
+ .card-cargo .p-panel .p-panel-content .flex div{
3906
+ position: relative;
3907
+ height: 90px;
3908
+ width: 130px;
3909
+ border: 6px solid var(--color-700);
3910
+ border-radius: 50%;
3911
+ overflow: hidden;
3912
+ text-align: center;
3915
3913
  }
3916
3914
 
3917
3915
 
@@ -1328,7 +1328,13 @@ body {
1328
1328
 
1329
1329
  .upload-button i {
1330
1330
  color: white;
1331
- }
1331
+
1332
+
1333
+
1334
+ .card-container .flex.align-items-center.justify-content-center.ng-star-inserted {
1335
+ text-align: left;
1336
+ display: table !important;
1337
+ }}
1332
1338
 
1333
1339
  @media(max-width:1920px){
1334
1340
  .menu-accordeon {
@@ -1341,10 +1347,6 @@ body {
1341
1347
  margin-top: -30px;
1342
1348
  }
1343
1349
 
1344
- .card-container .flex.align-items-center.justify-content-center.ng-star-inserted {
1345
- text-align: left;
1346
- display: table !important;
1347
- }
1348
1350
  }
1349
1351
 
1350
1352
  @media (max-width: 1600px) {
@@ -1498,6 +1500,12 @@ body {
1498
1500
  margin-left: -4px;
1499
1501
  margin-top: 3px;
1500
1502
  }
1503
+
1504
+
1505
+ .card-container .flex.align-items-center.justify-content-center.ng-star-inserted {
1506
+ text-align: center;
1507
+ display: flex !important;
1508
+ }
1501
1509
  }
1502
1510
 
1503
1511
  @media (max-width:600px){
@@ -3290,20 +3298,8 @@ p.chip {
3290
3298
  }
3291
3299
 
3292
3300
  .us-foto-perfil {
3293
- border-radius: 50%;
3294
- padding: 3px;
3295
- width: 100%;
3296
- height: 100%;
3297
- object-fit: cover;
3298
- border: solid 5px #4f4f5f !important;
3299
- background: #fff;
3300
- min-width: 100px;
3301
+ min-width: 90px;
3301
3302
  max-height: 120px;
3302
- align-items: center;
3303
- justify-content: center;
3304
- margin-right: 15px;
3305
- object-fit: cover;
3306
- min-height: 90px;
3307
3303
  }
3308
3304
 
3309
3305
 
@@ -4881,13 +4877,23 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
4881
4877
  }
4882
4878
 
4883
4879
  .us-foto-perfil {
4880
+ // border-radius: 50%;
4881
+ // padding: 3px;
4882
+ // width: 80%;
4883
+ // height: 90%;
4884
+ min-width: 80px;
4885
+ // max-height: 90px;
4886
+ // margin: 0px;
4887
+ }
4888
+
4889
+ .card-cargo .p-panel .p-panel-content .flex div{
4890
+ position: relative;
4891
+ height: 90px;
4892
+ width: 130px;
4893
+ border: 6px solid var(--color-700);
4884
4894
  border-radius: 50%;
4885
- padding: 3px;
4886
- width: 80%;
4887
- height: 90%;
4888
- min-width: 90px;
4889
- max-height: 90px;
4890
- margin: 0px;
4895
+ overflow: hidden;
4896
+ text-align: center;
4891
4897
  }
4892
4898
 
4893
4899