bigbuffet-rw/app/styles/components/detailed-status.scss
2023-05-09 15:16:13 -04:00

15 lines
271 B
SCSS

.thread {
@apply bg-white dark:bg-primary-900 sm:rounded-xl;
&__status {
@apply relative pb-4;
.status__wrapper {
@apply shadow-none p-0;
}
}
.status__content-wrapper {
@apply pl-[calc(42px+12px)] rtl:pl-0 rtl:pr-[calc(42px+12px)];
}
}