2022-01-04 20:06:08 +00:00
|
|
|
.reply-mentions {
|
2022-04-14 13:37:20 +00:00
|
|
|
@apply text-gray-500 dark:text-gray-400 mb-1 text-sm;
|
2022-01-04 20:06:08 +00:00
|
|
|
|
2022-03-21 18:09:01 +00:00
|
|
|
&__account {
|
2022-04-27 21:24:16 +00:00
|
|
|
@apply text-primary-600 dark:text-primary-400 hover:text-primary-800 dark:hover:text-primary-300 no-underline hover:underline;
|
2022-01-04 20:06:08 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.status__wrapper,
|
2022-03-21 18:09:01 +00:00
|
|
|
.detailed-status {
|
2022-01-04 20:06:08 +00:00
|
|
|
.reply-mentions {
|
|
|
|
display: block;
|
|
|
|
margin: 4px 0 0 0;
|
2022-01-06 16:45:10 +00:00
|
|
|
|
|
|
|
span {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2022-01-04 20:06:08 +00:00
|
|
|
}
|
|
|
|
}
|