2022-01-04 12:06:08 -08:00
|
|
|
.reply-mentions {
|
2022-07-22 10:30:16 -07:00
|
|
|
@apply text-gray-700 dark:text-gray-600 mb-1 text-sm;
|
2022-01-04 12:06:08 -08:00
|
|
|
|
2022-03-21 11:09:01 -07:00
|
|
|
&__account {
|
2022-07-22 10:30:16 -07:00
|
|
|
@apply text-primary-600 dark:text-accent-blue hover:text-primary-700 dark:hover:text-accent-blue no-underline hover:underline;
|
2022-01-04 12:06:08 -08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-11-17 07:10:18 -08:00
|
|
|
.status__wrapper {
|
2022-01-04 12:06:08 -08:00
|
|
|
.reply-mentions {
|
|
|
|
display: block;
|
2022-01-06 08:45:10 -08:00
|
|
|
|
|
|
|
span {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2022-01-04 12:06:08 -08:00
|
|
|
}
|
|
|
|
}
|