general-library-union 2.9.63 → 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.63",
3
+ "version": "2.9.64",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -3926,6 +3926,10 @@ td.GrupoColor {
3926
3926
  margin-top: 10px;
3927
3927
  }
3928
3928
 
3929
+ app-popup-seleccionar-derogar .flex.justify-content-between button{
3930
+ margin-top: 10px;
3931
+ }
3932
+
3929
3933
  }
3930
3934
 
3931
3935
 
@@ -4938,11 +4938,15 @@ 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.ng-star-inserted {
4941
+ app-popup-seleccionar-derogar .flex.justify-content-between {
4942
4942
  display: table !important;
4943
4943
  width: 100%;
4944
4944
  margin-top: 10px;
4945
- }
4945
+ }
4946
+
4947
+ app-popup-seleccionar-derogar .flex.justify-content-between button{
4948
+ margin-top: 10px;
4949
+ }
4946
4950
 
4947
4951
  }
4948
4952