general-library-union 2.9.1 → 2.9.3

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.9.1",
3
+ "version": "2.9.3",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -4067,6 +4067,10 @@ td.GrupoColor {
4067
4067
  min-width: 70px;
4068
4068
  }
4069
4069
 
4070
+ .card-cargo .us-foto-perfil {
4071
+ min-width: 60px;
4072
+ }
4073
+
4070
4074
  }
4071
4075
 
4072
4076
  @media (max-width:768px) {
@@ -5046,6 +5046,16 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
5046
5046
  .p-datatable-auto-layout>.p-datatable-wrapper>table {
5047
5047
  font-size: 0.62rem;
5048
5048
  }
5049
+
5050
+ .card-cargo .avatar-container {
5051
+ height: 70px !important;
5052
+ border: 6px solid var(--color-700) !important;
5053
+ min-width: 70px;
5054
+ }
5055
+
5056
+ .card-cargo .us-foto-perfil {
5057
+ min-width: 60px;
5058
+ }
5049
5059
  }
5050
5060
 
5051
5061
  @media (max-width:768px) {
@@ -17,6 +17,7 @@
17
17
  .p-tree-toggler {
18
18
  margin-right: $inlineSpacing;
19
19
  @include action-icon();
20
+ color: var(--color-500);
20
21
  }
21
22
 
22
23
  span.p-treenode-icon{