Files
remark42/web/app/components/comment/__action/comment__action.scss
T
2018-05-12 23:42:49 +03:00

29 lines
389 B
SCSS

.comment__action {
font-size: 14px;
vertical-align: middle;
cursor: pointer;
user-select: none;
color: #259C9A;
&:hover {
color: #31c7c5;
}
&:focus {
outline: none;
}
+ .comment__action {
margin-left: 8px;
}
+ .comment__controls {
&::before {
content: '•';
margin-left: 8px;
margin-right: 8px;
color: #777;
}
}
}