Files
remark42/web/app/components/comment/__vote/comment__vote.scss
T
2018-05-02 02:18:38 +03:00

14 lines
252 B
SCSS

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