Files
ncd-fe/packages/pl-fe/src/styles/utilities.scss
2026-01-06 04:25:04 +01:00

13 lines
217 B
SCSS

.divide-x-dot > *:not(:last-child)::after {
@apply px-1;
content: '·';
}
.mention {
@apply text-primary-600 dark:text-primary-400 hover:underline;
}
.emoji-lg img.emojione {
@apply h-9 w-9 #{!important};
}