Files
remark42/web/app/components/comment/__action/comment__action.scss
T

11 lines
132 B
SCSS

.comment__action {
margin-left: 8px;
font-weight: 700;
color: #0aa;
cursor: pointer;
&:hover {
color: #06c5c5;
}
}