SSH Key Uploading

This commit is contained in:
2022-05-07 23:45:13 +00:00
parent 54c9523f22
commit 00d5256f43
4 changed files with 102 additions and 53 deletions

View File

@@ -73,4 +73,17 @@ span {
.swal2-modal {
border: 2px solid #79F257;
}
.debug {
display: none;
}
.swal2-confirm, .swal2-deny, .swal2-cancel {
border: 1px solid #79F257;
background-color: #377326;
color: #79F257;
border-radius: 3px;
padding: 8px;
min-width: 100px;
}