Added Support for User Access Level in Account Page
This commit is contained in:
parent
5e5472e2f2
commit
1161727520
3 changed files with 24 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue