summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes/_access-history.scss
diff options
context:
space:
mode:
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);
- }
-}