Worked ban frontend and api.
This commit is contained in:
parent
5c936462a6
commit
c848994c1d
18 changed files with 513 additions and 41 deletions
|
|
@ -281,4 +281,22 @@ select.panel-head-element{
|
|||
#new-rank-input:focus{
|
||||
border: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
|
||||
.popup-backer{
|
||||
background-color: var(--bg0-alpha1);
|
||||
backdrop-filter: var(--background-panel-effect-fast);
|
||||
}
|
||||
|
||||
.popup-div{
|
||||
background-color: var(--bg1);
|
||||
color: var(--accent1);
|
||||
box-shadow: 3px 3px 1px var(--bg1-alt0) inset;
|
||||
border-radius: 1em;
|
||||
}
|
||||
|
||||
#ban-popup-ban-button{
|
||||
background-color: var(--accent0-warning);
|
||||
color: var(--accent1);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue