feat: added beacon operation config editor

This commit is contained in:
Andrew Rioux
2025-01-31 02:00:22 -05:00
parent 66b59531c5
commit 71b2f70686
11 changed files with 398 additions and 20 deletions
+3 -3
View File
@@ -72,11 +72,11 @@ input[type="submit"],
input[type="button"],
button {
background-color: #fff;
border: 1px solid transparent;
border: 1px solid black;
cursor: pointer;
margin: 5px;
padding: 2px 4px;
border-radius: 2px;
padding: 5px 7px;
border-radius: 4px;
box-shadow: #fff7 0 1px 0 inset;
&:hover {