general-library-union 2.8.96 → 2.8.97

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.96",
3
+ "version": "2.8.97",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3936,7 +3936,7 @@ td.GrupoColor {
3936
3936
  font-weight: bold;
3937
3937
  }
3938
3938
 
3939
- :host ::ng-deep .tabla-planta-personal thead.p-datatable-thead {
3939
+ .tabla-planta-personal thead.p-datatable-thead {
3940
3940
  background: var(--color-100) !important;
3941
3941
  }
3942
3942
 
@@ -4084,9 +4084,19 @@ td.GrupoColor {
4084
4084
  flex: auto;
4085
4085
 
4086
4086
  }
4087
+ }
4088
+
4087
4089
 
4090
+ @media(max-width:768px){
4091
+ .card-cargo .avatar-container {
4092
+ height: 70px !important;
4093
+ width: 90px;
4088
4094
  }
4089
4095
 
4096
+ .card-cargo .us-foto-perfil {
4097
+ min-width: 60px;
4098
+ }
4099
+ }
4090
4100
 
4091
4101
 
4092
4102
 
@@ -5065,6 +5065,19 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
5065
5065
 
5066
5066
  }
5067
5067
 
5068
+ @media(max-width:768px){
5069
+ .card-cargo .avatar-container {
5070
+ height: 70px !important;
5071
+ width: 90px;
5072
+ }
5073
+
5074
+ .card-cargo .us-foto-perfil {
5075
+ min-width: 60px;
5076
+ }
5077
+ }
5078
+
5079
+
5080
+
5068
5081
  }
5069
5082
 
5070
5083