forked from spacebar/spfn-website
Add Temporary Admin Panel
This commit is contained in:
parent
a964f4d458
commit
fe262d895d
3 changed files with 81 additions and 1 deletions
|
|
@ -446,6 +446,20 @@ code {
|
|||
}
|
||||
}
|
||||
|
||||
.ban-form {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.ban-form h2 {
|
||||
margin: 0;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.ban-form p {
|
||||
margin: 0;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.active {
|
||||
background-color: #a00b0b;
|
||||
border-color: #6d0606;
|
||||
|
|
|
|||
Loading…
Reference in a new issue