Added Support for User Access Level in Account Page

This commit is contained in:
BloxerHD 2025-10-11 11:35:21 +01:00
commit 1161727520
3 changed files with 24 additions and 0 deletions

View file

@ -283,6 +283,15 @@ code {
margin: 0 16px;
}
.access-level-base {
background-color: #047205;
border-style: solid;
border-color: #00a003;
border-radius: 8px;
border-width: 2px;
width: 90%;
}
.active {
background-color: #a00b0b;
border-color: #6d0606;