You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
soapbox/app/styles/components/reply-mentions.scss

30 lines
436 B

.reply-mentions {
margin: 0 10px;
color: var(--primary-text-color--faint);
font-size: 15px;
text-decoration: none;
&__account,
a {
color: var(--highlight-text-color);
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}
.status__wrapper,
.detailed-status,
.quoted-status {
.reply-mentions {
display: block;
margin: 4px 0 0 0;
span {
cursor: pointer;
}
}
}