Handle UI for dangerous scopes
This commit is contained in:
parent
02e47ed572
commit
05a1413153
4 changed files with 69 additions and 7 deletions
|
@ -3988,6 +3988,12 @@ pre.command:before {
|
|||
max-width: 500px;
|
||||
}
|
||||
|
||||
.auth-scopes .scope .fa-exclamation-triangle {
|
||||
color: orange;
|
||||
margin-left: 16px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.auth-scopes .scope-container:last-child {
|
||||
border-bottom: 0px;
|
||||
}
|
||||
|
|
Reference in a new issue