Files
remark42/frontend/app/components/comment/__control/comment__control.css
T
2021-03-04 12:02:46 -06:00

9 lines
111 B
CSS

.comment__control {
margin-right: 8px;
color: var(--color33);
&:last-child {
margin-right: 0;
}
}