Files
remark42/web/app/components/blocked-users/__action/blocked-users__action.scss
T
2018-03-18 23:12:53 +02:00

21 lines
264 B
SCSS

.blocked-users__action {
margin-left: 8px;
font-weight: 700;
color: #0aa;
cursor: pointer;
@media (hover: hover) {
opacity: 0;
}
&:hover {
color: #06c5c5;
}
&::before {
content: '•';
margin-right: 8px;
color: #777;
}
}