aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Ansum/_stats.scss
diff options
context:
space:
mode:
Diffstat (limited to 'p/themes/Ansum/_stats.scss')
-rw-r--r--p/themes/Ansum/_stats.scss27
1 files changed, 27 insertions, 0 deletions
diff --git a/p/themes/Ansum/_stats.scss b/p/themes/Ansum/_stats.scss
new file mode 100644
index 000000000..f287efa08
--- /dev/null
+++ b/p/themes/Ansum/_stats.scss
@@ -0,0 +1,27 @@
+/*=== STATISTICS */
+/*===============*/
+.stat {
+ margin: 10px 0 20px;
+}
+
+.stat th,
+.stat td,
+.stat tr {
+ border: none;
+}
+.stat > table td,
+.stat > table th {
+ border-bottom: 1px solid $grey-medium-light;
+}
+
+.stat > .horizontal-list {
+ margin: 0 0 5px;
+}
+.stat > .horizontal-list .item {
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+}
+.stat > .horizontal-list .item:first-child {
+ width: 270px;
+}