Add poll stats by channel

Note we currently don't have a way to get the votes by mail, so that
section is always blank.
This commit is contained in:
Javi Martín
2019-01-04 17:41:23 +01:00
parent 8f0bccf5b3
commit 553af8e95b
7 changed files with 37 additions and 0 deletions

View File

@@ -40,6 +40,18 @@
content: image-url('stats_woman.png');
}
&.web::before {
content: image-url('stats_web.png');
}
&.booth::before {
content: image-url('stats_booth.png');
}
&.mail::before {
content: image-url('stats_mail.png');
}
.content {
display: inline-block;
margin-right: $line-height * 2;