Add poll stats by gender and channel
This commit is contained in:
@@ -81,4 +81,66 @@
|
||||
border-bottom-left-radius: rem-calc(20);
|
||||
border-top-left-radius: rem-calc(20);
|
||||
}
|
||||
|
||||
.gender-and-channel {
|
||||
thead,
|
||||
tbody {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
thead,
|
||||
tr,
|
||||
th {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
td,
|
||||
th {
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
|
||||
&::before {
|
||||
display: inline-block;
|
||||
transform: scale(0.6);
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
th {
|
||||
font-weight: bold;
|
||||
font-size: rem-calc(21);
|
||||
|
||||
&.gender {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
&.web::before {
|
||||
content: image-url('stats_web.png');
|
||||
}
|
||||
|
||||
&.booth::before {
|
||||
content: image-url('stats_booth.png');
|
||||
}
|
||||
|
||||
&.mail::before {
|
||||
content: image-url('stats_mail.png');
|
||||
}
|
||||
}
|
||||
|
||||
td {
|
||||
&.gender {
|
||||
font-weight: bold;
|
||||
font-size: rem-calc(21);
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
&.male::before {
|
||||
content: image-url('stats_man.png');
|
||||
}
|
||||
|
||||
&.female::before {
|
||||
content: image-url('stats_woman.png');
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user