2022-03-21 11:09:01 -07:00
|
|
|
.w-10i {
|
|
|
|
width: 2.5rem !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.z-1000 {
|
|
|
|
z-index: 1000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.divide-x-dot > *:not(:last-child)::after {
|
|
|
|
content: '·';
|
|
|
|
padding-right: 4px;
|
|
|
|
padding-left: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mention {
|
2022-05-09 05:55:53 -07:00
|
|
|
@apply text-primary-600 dark:text-primary-400 hover:underline;
|
2022-03-21 11:09:01 -07:00
|
|
|
}
|