Files
remark42/web/app/components/comment/__vote/comment__vote.scss
T

14 lines
249 B
SCSS

.comment__vote {
display: inline-block;
border-top: 9px solid #ccc;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
font-size: 0;
line-height: 0;
cursor: pointer;
&:hover {
border-top-color: #0aa;
}
}