FIX: Missing icons on polls preview.

This commit is contained in:
Guo Xiang Tan 2016-07-29 16:15:52 +08:00
parent 89d2340e37
commit f9454088c3

View file

@ -41,4 +41,20 @@ div.poll {
margin-left: 5px;
}
}
.poll {
li[data-poll-option-id]:before {
font-family: FontAwesome;
content: "\f10c";
margin-right: 3px;
position: relative;
top: 1px;
}
&[data-poll-type="multiple"] {
li[data-poll-option-id]:before {
content: "\f096";
}
}
}
}