Added AFB monitoring and token auto-refresh
[src/app-framework-demo.git] / afb-client / app / Frontend / widgets / Notifications / Notifications.scss
index 5d42d2a..fb740b7 100644 (file)
@@ -45,3 +45,19 @@ tip-modal {
         display: inline;
     }
 }
+
+token-refresh {
+    @include ibz-button(grey,1rem)
+    i {margin-left: .5rem;}
+    margin-right: 1rem;
+}
+
+token-refresh.online {
+    color: #0066cc;
+    i {color: lime;}    
+}
+
+token-refresh.offline {
+    color: #ff00ff;
+    i {color: red;}    
+}