general-library-union 2.9.62 → 2.9.64

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.62",
3
+ "version": "2.9.64",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3920,6 +3920,16 @@ td.GrupoColor {
3920
3920
  font-size: 0.7rem;
3921
3921
  }
3922
3922
 
3923
+ app-popup-seleccionar-derogar .flex.justify-content-between.ng-star-inserted {
3924
+ display: table !important;
3925
+ width: 100%;
3926
+ margin-top: 10px;
3927
+ }
3928
+
3929
+ app-popup-seleccionar-derogar .flex.justify-content-between button{
3930
+ margin-top: 10px;
3931
+ }
3932
+
3923
3933
  }
3924
3934
 
3925
3935
 
@@ -4938,6 +4938,16 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
4938
4938
  font-size: 0.7rem;
4939
4939
  }
4940
4940
 
4941
+ app-popup-seleccionar-derogar .flex.justify-content-between {
4942
+ display: table !important;
4943
+ width: 100%;
4944
+ margin-top: 10px;
4945
+ }
4946
+
4947
+ app-popup-seleccionar-derogar .flex.justify-content-between button{
4948
+ margin-top: 10px;
4949
+ }
4950
+
4941
4951
  }
4942
4952
 
4943
4953