From d8bd57901e33a7057e26e782e295099ffcc0da89 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 6 Sep 2017 23:04:13 -0700 Subject: Removing webapp --- webapp/sass/routes/_activity-log.scss | 57 ----------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 webapp/sass/routes/_activity-log.scss (limited to 'webapp/sass/routes/_activity-log.scss') diff --git a/webapp/sass/routes/_activity-log.scss b/webapp/sass/routes/_activity-log.scss deleted file mode 100644 index 19f4757ea..000000000 --- a/webapp/sass/routes/_activity-log.scss +++ /dev/null @@ -1,57 +0,0 @@ -@charset 'UTF-8'; - -.animation--highlight { - &:before { - animation: highlight 1.5s ease; - content: ''; - height: 100%; - left: 0; - position: absolute; - top: 0; - width: 100%; - display: inline-block; - } -} - -.activity-log__table { - border-top: 1px solid $light-gray; - display: table; - line-height: 1.8; - padding: 15px 0; - width: 100%; - - &:first-child { - border: none; - padding-top: 0; - } - - > div { - display: table-cell; - vertical-align: top; - } - - .activity-log__report { - width: 80%; - } - - .activity-log__action { - text-align: right; - } - - .report__platform { - font-size: 15px; - font-weight: 600; - - .fa { - margin-right: 6px; - } - } - - .report__info { - @include opacity(.8); - } -} - -.session-help-text { - padding: 0 0 20px; -} -- cgit v1.2.3-1-g7c22