general-library-union 2.9.54 → 2.9.56

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.54",
3
+ "version": "2.9.56",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3863,6 +3863,14 @@ td.GrupoColor {
3863
3863
  line-height: 13px;
3864
3864
  }
3865
3865
 
3866
+ #actosAdministrativos .contenido {
3867
+ width: 70%;
3868
+ }
3869
+
3870
+ .sombra-caja.icono-naranja {
3871
+ width: 50% !important;
3872
+ }
3873
+
3866
3874
  }
3867
3875
 
3868
3876
 
@@ -4878,6 +4878,14 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
4878
4878
  margin-top: 40px;
4879
4879
  }
4880
4880
 
4881
+ #actosAdministrativos .contenido {
4882
+ width: 70%;
4883
+ }
4884
+
4885
+ .sombra-caja.icono-naranja {
4886
+ width: 50% !important;
4887
+ }
4888
+
4881
4889
  }
4882
4890
 
4883
4891