summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_activity-log.scss
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-07-22 10:42:27 -0800
committerCorey Hulen <corey@hulen.com>2015-07-22 10:42:27 -0800
commit36d0e7c8d3bb91bfd2b19be43503aaecc72a392e (patch)
treecd870708777753ad5b833245e76ad07daaa727da /web/sass-files/sass/partials/_activity-log.scss
parent9dc1f46d6ef2a9e0ce6cf0353082ba0f13696df6 (diff)
parentb3b01339306a93d227c4f29337750c4730dd25f1 (diff)
downloadchat-36d0e7c8d3bb91bfd2b19be43503aaecc72a392e.tar.gz
chat-36d0e7c8d3bb91bfd2b19be43503aaecc72a392e.tar.bz2
chat-36d0e7c8d3bb91bfd2b19be43503aaecc72a392e.zip
Merge pull request #233 from asaadmahmoodspin/mm-1616
Adding back Access History and Active Devices
Diffstat (limited to 'web/sass-files/sass/partials/_activity-log.scss')
-rw-r--r--web/sass-files/sass/partials/_activity-log.scss31
1 files changed, 31 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_activity-log.scss b/web/sass-files/sass/partials/_activity-log.scss
new file mode 100644
index 000000000..36eb48750
--- /dev/null
+++ b/web/sass-files/sass/partials/_activity-log.scss
@@ -0,0 +1,31 @@
+.activity-log__table {
+ display: table;
+ width: 100%;
+ line-height: 1.8;
+ border-top: 1px solid #DDD;
+ padding: 15px 0;
+ &:first-child {
+ padding-top: 0;
+ border: none;
+ }
+ > div {
+ display: table-cell;
+ vertical-align: top;
+ }
+ .activity-log__report {
+ width: 80%;
+ }
+ .activity-log__action {
+ text-align: right;
+ }
+ .report__platform {
+ font-size: 16px;
+ font-weight: 600;
+ .fa {
+ margin-right: 6px;
+ }
+ }
+ .report__info {
+ color: #999;
+ }
+} \ No newline at end of file