18 lines
367 B
SCSS
18 lines
367 B
SCSS
.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 inline-block;
|
|
direction: ltr;
|
|
}
|
|
}
|
|
|
|
.status__wrapper {
|
|
.reply-mentions {
|
|
display: block;
|
|
|
|
span {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|