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

19 lines
352 B

.reply-mentions {
@apply text-gray-700 dark:text-gray-600 mb-1 text-sm;
&__account {
@apply text-primary-600 dark:text-accent-blue hover:text-primary-700 dark:hover:text-accent-blue no-underline hover:underline;
}
}
.status__wrapper,
.detailed-status {
.reply-mentions {
display: block;
span {
cursor: pointer;
}
}
}