Handle UI for dangerous scopes

This commit is contained in:
Joseph Schorr 2014-08-05 21:21:22 -04:00
parent 02e47ed572
commit 05a1413153
4 changed files with 69 additions and 7 deletions

View file

@ -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;
}