Skip to content

Commit 48b5faf

Browse files
Merge branch 'develop' of https://github.com/CactuseSecurity/firewall-orchestrator into Update-basic-installation.md-instructions
2 parents e92a5ed + dccae36 commit 48b5faf

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

roles/lib/files/FWO.Api.Client/APIcalls/owner/deleteNetworkOwnership.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mutation deleteNetworkOwnership(
22
$ownerId: Int!
3-
$id: Int!
3+
$id: bigint!
44
) {
55
delete_owner_network(where: {owner_id: {_eq: $ownerId}, id: {_eq: $id}}) {
66
affected_rows

roles/ui/files/FWO.UI/Shared/PopUp.razor.css

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55

66
.custom-modal-xl {
77
--bs-modal-width: 80vw;
8-
height: 80vh;
9-
margin-top: 6em;
8+
height: 90vh;
9+
margin-top: 3em;
1010
}
1111

1212
.custom-modal-lg {
1313
--bs-modal-width: 60vw;
14-
height: 60vh;
14+
height: 70vh;
1515
margin-top: 8em;
1616
}
1717

1818
.custom-modal-md {
1919
--bs-modal-width: 40vw;
20-
height: 40vh;
21-
margin-top: 10em;
20+
height: 50vh;
21+
margin-top: 12em;
2222
}
2323

2424
.custom-modal-sm {
2525
--bs-modal-width: 30vw;
26-
height: 30vh;
27-
margin-top: 12em;
26+
height: 40vh;
27+
margin-top: 16em;
2828
}
2929

3030
.modal-dialog-padding {
@@ -35,8 +35,7 @@
3535
.custom-modal-popup {
3636
padding: 2em;
3737
background-color: rgba(255, 255, 255, 1);
38-
overflow-x: hidden;
39-
38+
overflow-x: hidden;
4039
}
4140

4241
.popup-body-fs {

0 commit comments

Comments
 (0)