diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-16 19:17:46 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-16 19:17:46 +0100 |
commit | fbdd26b4a4aa8eb3d83333fe44e93590bc174e11 (patch) | |
tree | 6c3728c7c05d3e411d97fe9e8da7d3a861a36c73 /afb-client/app/Frontend/widgets/Notifications/Notifications.scss | |
parent | 72eb409f785b23038d87f3513687e2e1ed4dbb7d (diff) |
Work in Progress
Diffstat (limited to 'afb-client/app/Frontend/widgets/Notifications/Notifications.scss')
-rw-r--r-- | afb-client/app/Frontend/widgets/Notifications/Notifications.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/afb-client/app/Frontend/widgets/Notifications/Notifications.scss b/afb-client/app/Frontend/widgets/Notifications/Notifications.scss index 5d42d2a..5a4adc1 100644 --- a/afb-client/app/Frontend/widgets/Notifications/Notifications.scss +++ b/afb-client/app/Frontend/widgets/Notifications/Notifications.scss @@ -45,3 +45,11 @@ tip-modal { display: inline; } } + +token-refresh.online { + color: blue; +} + +token-refresh.offline { + color: red; +} |