commit | 6b75d127033991c0434423edb2ac5ef6e1891f0a | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Thu May 12 17:39:05 2022 +0200 |
committer | Akron <nils@diewald-online.de> | Tue May 17 12:51:06 2022 +0200 |
tree | 0538c26d617e1c2674267a96b6c094801d439618 | |
parent | 408bc7ca4fd06964d911a41d7f7c6499fcd4e91d [diff] [blame] |
Show source code of registered plugins Change-Id: I8ddc6b59fe3dbff068a23c4aca6d17181a881a2e
diff --git a/dev/scss/main/oauth.scss b/dev/scss/main/oauth.scss index 262b2b4..9e1a3d7 100644 --- a/dev/scss/main/oauth.scss +++ b/dev/scss/main/oauth.scss
@@ -57,6 +57,14 @@ color: $ids-blue-1; } +#client_source { + white-space: pre; + border-radius: $standard-border-radius; + border-color: $ids-grey-2; + border-style: solid; + background-color: $light-orange; +} + li.token { list-style-type: none; }