X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=afb-client%2Fapp%2FFrontend%2Fwidgets%2FNotifications%2FNotifications.scss;h=fb740b7548d8b6d9a8fc94eb869360effc3a5d78;hb=98522d2a6ce7c7a709728872ed892970d0a1df7b;hp=5a4adc1f8b8399860884ec4a84f11cf854ac43ae;hpb=fbdd26b4a4aa8eb3d83333fe44e93590bc174e11;p=src%2Fapp-framework-demo.git diff --git a/afb-client/app/Frontend/widgets/Notifications/Notifications.scss b/afb-client/app/Frontend/widgets/Notifications/Notifications.scss index 5a4adc1..fb740b7 100644 --- a/afb-client/app/Frontend/widgets/Notifications/Notifications.scss +++ b/afb-client/app/Frontend/widgets/Notifications/Notifications.scss @@ -46,10 +46,18 @@ tip-modal { } } +token-refresh { + @include ibz-button(grey,1rem) + i {margin-left: .5rem;} + margin-right: 1rem; +} + token-refresh.online { - color: blue; + color: #0066cc; + i {color: lime;} } token-refresh.offline { - color: red; + color: #ff00ff; + i {color: red;} }