Files
remark42/web/app/components/comment/__vote/comment__vote.scss
T
2018-02-02 19:32:32 +02:00

14 lines
252 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: #00aaaa;
}
}