2021-10-06 15:50:43 -07:00
|
|
|
.thread {
|
2023-05-31 18:04:34 -07:00
|
|
|
@apply bg-white dark:bg-primary-900;
|
2021-10-09 09:42:31 -07:00
|
|
|
|
2021-10-06 15:50:43 -07:00
|
|
|
&__status {
|
2022-04-23 10:20:25 -07:00
|
|
|
@apply relative pb-4;
|
2021-10-08 09:53:15 -07:00
|
|
|
|
2022-03-21 11:09:01 -07:00
|
|
|
.status__wrapper {
|
|
|
|
@apply shadow-none p-0;
|
2021-10-08 09:53:15 -07:00
|
|
|
}
|
2022-03-21 11:09:01 -07:00
|
|
|
}
|
2021-12-30 03:31:09 -08:00
|
|
|
|
2022-04-23 10:20:25 -07:00
|
|
|
.status__content-wrapper {
|
2022-12-23 13:46:24 -08:00
|
|
|
@apply pl-[calc(42px+12px)] rtl:pl-0 rtl:pr-[calc(42px+12px)];
|
2021-10-09 09:42:31 -07:00
|
|
|
}
|
2021-10-06 15:50:43 -07:00
|
|
|
}
|