summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_activity-log.scss
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-10-07 08:00:51 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-10-07 08:00:51 -0400
commit3ce40d6a9483c8df41fae256f71fc82d366a1a34 (patch)
tree4d4726d4c43b04bb8909b0b86b19790fb85bc6c5 /web/sass-files/sass/partials/_activity-log.scss
parentfe802fb9c4afdf27a2fb56eb472f48eb921b4de0 (diff)
parentd99aea15023b7a6ae7dbebffd0eb4d2ae0f9765d (diff)
downloadchat-3ce40d6a9483c8df41fae256f71fc82d366a1a34.tar.gz
chat-3ce40d6a9483c8df41fae256f71fc82d366a1a34.tar.bz2
chat-3ce40d6a9483c8df41fae256f71fc82d366a1a34.zip
Merge pull request #946 from asaadmahmoodspin/ui-improvements
PLT-451 - Adding visual effect for logout active sessions button
Diffstat (limited to 'web/sass-files/sass/partials/_activity-log.scss')
-rw-r--r--web/sass-files/sass/partials/_activity-log.scss19
1 files changed, 18 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_activity-log.scss b/web/sass-files/sass/partials/_activity-log.scss
index 3f0c3090d..2fb37a3bb 100644
--- a/web/sass-files/sass/partials/_activity-log.scss
+++ b/web/sass-files/sass/partials/_activity-log.scss
@@ -1,3 +1,20 @@
+@keyframes highlight {
+ from { background: rgba(yellow, 0.5);}
+ to { background: none;}
+}
+
+.animation--highlight {
+ &:before {
+ content: '';
+ animation: highlight 1.5s ease;
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ }
+}
+
.activity-log__table {
display: table;
width: 100%;
@@ -26,7 +43,7 @@
}
}
.report__info {
- color: #999;
+ @include opacity(0.8);
}
}
.session-help-text {