bigbuffet-rw/app/styles/components/reply-mentions.scss
marcin mikołajczak 67694c48d9 reply-mentions styles
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-04-27 23:24:16 +02:00

19 lines
375 B
SCSS

.reply-mentions {
@apply text-gray-500 dark:text-gray-400 mb-1 text-sm;
&__account {
@apply text-primary-600 dark:text-primary-400 hover:text-primary-800 dark:hover:text-primary-300 no-underline hover:underline;
}
}
.status__wrapper,
.detailed-status {
.reply-mentions {
display: block;
margin: 4px 0 0 0;
span {
cursor: pointer;
}
}
}