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/_statistics.scss | 120 ------------------------------------ 1 file changed, 120 deletions(-) delete mode 100644 webapp/sass/routes/_statistics.scss (limited to 'webapp/sass/routes/_statistics.scss') diff --git a/webapp/sass/routes/_statistics.scss b/webapp/sass/routes/_statistics.scss deleted file mode 100644 index 85232708a..000000000 --- a/webapp/sass/routes/_statistics.scss +++ /dev/null @@ -1,120 +0,0 @@ -@charset 'UTF-8'; - -.team_statistics { - .total-count { - @include border-radius(3px); - background: $white; - border: 1px solid $light-gray; - margin: 1em 0; - text-align: center; - width: 100%; - - .title { - border-bottom: 1px solid $light-gray; - font-size: 13px; - font-weight: 400; - padding: 7px 10px; - text-align: left; - - span { - display: inline-block; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - width: calc(100% - 20px); - } - - .fa { - color: #555555; - float: right; - font-size: 16px; - margin: 0; - } - } - - .content { - color: #555555; - font-size: 30px; - font-weight: 600; - overflow: auto; - padding: .3em 0 .35em; - } - } - - .total-count--day { - background: $white; - border: 1px solid $light-gray; - clear: both; - height: 275px; - margin: 10px; - padding: 5px 10px 10px; - width: 760px; - - > div { - font-size: 18px; - font-weight: 300; - } - } - - .recent-active-users { - table { - table-layout: fixed; - width: 100%; - } - - .content { - max-height: 400px; - overflow: auto; - padding: 0; - } - - tr { - &:first-child { - td { - border-top: none; - } - } - - td { - @include clearfix; - border-left: 1px solid $light-gray; - border-top: 1px solid $light-gray; - font-size: 13px; - font-weight: 400; - padding: 5px 5px 6px; - text-overflow: ellipsis; - white-space: nowrap; - - &:first-child { - border-left: none; - } - } - } - } - - .team-statistics__header-row { - display: flex; - margin-bottom: 1.5em; - margin-top: 1.5em; - } - - .team-statistics__header { - display: inline-block; - flex: 1; - margin-right: 15px; - overflow: hidden; - padding-bottom: .5em; - - > h3 { - margin: 0; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } - } - - .team-statistics__team-filter { - display: inline-block; - width: 200px; - } -} -- cgit v1.2.3-1-g7c22