general-library-union 2.8.84 → 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
|
@@ -2975,21 +2975,9 @@ p.chip {
|
|
|
2975
2975
|
}
|
|
2976
2976
|
|
|
2977
2977
|
.us-foto-perfil {
|
|
2978
|
-
|
|
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
|
-
|
|
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
|
|
|
@@ -3298,20 +3298,8 @@ p.chip {
|
|
|
3298
3298
|
}
|
|
3299
3299
|
|
|
3300
3300
|
.us-foto-perfil {
|
|
3301
|
-
|
|
3302
|
-
padding: 3px;
|
|
3303
|
-
width: 100%;
|
|
3304
|
-
height: 100%;
|
|
3305
|
-
object-fit: cover;
|
|
3306
|
-
border: solid 5px #4f4f5f !important;
|
|
3307
|
-
background: #fff;
|
|
3308
|
-
min-width: 100px;
|
|
3301
|
+
min-width: 90px;
|
|
3309
3302
|
max-height: 120px;
|
|
3310
|
-
align-items: center;
|
|
3311
|
-
justify-content: center;
|
|
3312
|
-
margin-right: 15px;
|
|
3313
|
-
object-fit: cover;
|
|
3314
|
-
min-height: 90px;
|
|
3315
3303
|
}
|
|
3316
3304
|
|
|
3317
3305
|
|
|
@@ -4889,13 +4877,23 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4889
4877
|
}
|
|
4890
4878
|
|
|
4891
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);
|
|
4892
4894
|
border-radius: 50%;
|
|
4893
|
-
|
|
4894
|
-
|
|
4895
|
-
height: 90%;
|
|
4896
|
-
min-width: 90px;
|
|
4897
|
-
max-height: 90px;
|
|
4898
|
-
margin: 0px;
|
|
4895
|
+
overflow: hidden;
|
|
4896
|
+
text-align: center;
|
|
4899
4897
|
}
|
|
4900
4898
|
|
|
4901
4899
|
|