Files
remark42/web/app/components/comment/__verification/comment__verification.scss
T
2018-06-11 15:17:11 +03:00

14 lines
255 B
SCSS

.comment__verification {
display: inline-block;
width: 12px;
height: 12px;
margin-left: 4px;
vertical-align: middle;
background: url('comment__verification.svg') center no-repeat;
background-size: cover;
&:hover {
opacity: .75;
}
}