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
|
@@ -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
|
|
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
|
|