Added support for OAuth2 client unregistration
Change-Id: Ib67c63ffd8398b733a2633ca3ac1865a1feb66ef
diff --git a/dev/scss/main/oauth.scss b/dev/scss/main/oauth.scss
index fc41fcb..0b37285 100644
--- a/dev/scss/main/oauth.scss
+++ b/dev/scss/main/oauth.scss
@@ -1,23 +1,28 @@
ul.client-list {
padding-left: 1.5em;
- li {
+ li.client {
list-style-type: none;
span.client-name {
&::before {
- display: inline-block;
- width: 1.5em;
margin-left: -1.5em;
- content: $fa-plugin;
- font-family: 'FontAwesome';
- color: $ids-blue-1;
- font-size: 100%;
}
font-weight: bold;
- display: block;
}
span.client-desc {
font-size: 70%;
display: block;
}
}
+}
+
+span.client-name {
+ &::before {
+ display: inline-block;
+ width: 1.5em;
+ content: $fa-plugin;
+ font-family: 'FontAwesome';
+ color: $ids-blue-1;
+ font-size: 100%;
+ }
+ font-weight: bold;
}
\ No newline at end of file