Style token list

Change-Id: Id08feacd27490db817e1e3e8dc7b4471f72b7a7b
diff --git a/dev/scss/main/oauth.scss b/dev/scss/main/oauth.scss
index 9dca691..7a7f5fa 100644
--- a/dev/scss/main/oauth.scss
+++ b/dev/scss/main/oauth.scss
@@ -19,6 +19,10 @@
       display:   block;
     }
   }
+
+  input[readonly] {
+      margin: 6pt 0;
+  }
 }
 
 span.client-name {
@@ -32,4 +36,25 @@
     color:     $ids-blue-1;
     font-size: 100%;
   }
-}
\ No newline at end of file
+}
+
+li.token {
+    list-style-type: none;
+}
+
+
+label[for=token] {
+    font-weight: bold;
+
+  &::before {
+    @include icon-font;
+    font-feature-settings: "ss01" on;
+    margin-left: -1.5em;
+    display:   inline-block;
+    width:     1.5em;
+    content:   $fa-token;
+    color:     $ids-blue-1 !important;
+    font-size: 100%;
+    font-weight: 900;
+  }
+}