Files
remark42/frontend/app/components/comment/__username/comment__username.scss
T
2019-04-28 19:27:36 +03:00

11 lines
149 B
SCSS

.comment__username {
vertical-align: middle;
font-weight: 700;
text-decoration: none;
cursor: pointer;
&:hover {
opacity: 0.75;
}
}