summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes/_statistics.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/routes/_statistics.scss')
-rw-r--r--webapp/sass/routes/_statistics.scss26
1 files changed, 26 insertions, 0 deletions
diff --git a/webapp/sass/routes/_statistics.scss b/webapp/sass/routes/_statistics.scss
index 797bc480b..5a35039e7 100644
--- a/webapp/sass/routes/_statistics.scss
+++ b/webapp/sass/routes/_statistics.scss
@@ -83,4 +83,30 @@
}
}
}
+
+ .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;
+ }
}