feat: added beacon installer generation, download
This commit is contained in:
@@ -70,7 +70,11 @@ main {
|
||||
|
||||
input[type="submit"],
|
||||
input[type="button"],
|
||||
button {
|
||||
button,
|
||||
a.button {
|
||||
font-family: sans-serif;
|
||||
font-size: 0.9rem;
|
||||
color: black;
|
||||
background-color: #fff;
|
||||
border: 1px solid black;
|
||||
cursor: pointer;
|
||||
@@ -82,4 +86,13 @@ button {
|
||||
&:hover {
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
||||
&.warning {
|
||||
background-color: #f00;
|
||||
color: white;
|
||||
|
||||
&:hover {
|
||||
background-color: #c00;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user