summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes/_access-history.scss
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2017-09-06 23:04:13 -0700
committerChristopher Speller <crspeller@gmail.com>2017-09-06 23:11:58 -0700
commitd8bd57901e33a7057e26e782e295099ffcc0da89 (patch)
treee12dfc8cad42b1576756d19d7fbfd82646a009bf /webapp/sass/routes/_access-history.scss
parent7bc8e9a08dfde56387f946fdf5086252aa4d0491 (diff)
downloadchat-d8bd57901e33a7057e26e782e295099ffcc0da89.tar.gz
chat-d8bd57901e33a7057e26e782e295099ffcc0da89.tar.bz2
chat-d8bd57901e33a7057e26e782e295099ffcc0da89.zip
Removing webapp
Diffstat (limited to 'webapp/sass/routes/_access-history.scss')
-rw-r--r--webapp/sass/routes/_access-history.scss32
1 files changed, 0 insertions, 32 deletions
diff --git a/webapp/sass/routes/_access-history.scss b/webapp/sass/routes/_access-history.scss
deleted file mode 100644
index ea66f5f00..000000000
--- a/webapp/sass/routes/_access-history.scss
+++ /dev/null
@@ -1,32 +0,0 @@
-@charset 'UTF-8';
-
-.access-history__table {
- display: table;
- line-height: 1.6;
- padding-top: 15px;
- width: 100%;
-
- &:first-child {
- padding: 0;
- }
-
- > div {
- display: table-cell;
- vertical-align: top;
- }
-
- .access__date {
- font-size: 15px;
- font-weight: 600;
- width: 190px;
- }
-
- .access__report {
- border-bottom: 1px solid #ddd;
- padding-bottom: 15px;
- }
-
- .report__info {
- @include opacity(.8);
- }
-}