monorepo/apps/web2/src/app/_components/collapsible/details.module.css

8 lines
138 B
CSS
Raw Normal View History

2024-10-14 11:38:41 +08:00
.details {
@apply tw-border tw-p-2 tw-overflow-hidden;
& > .content {
@apply tw-overflow-hidden tw-px-2 tw-py-3;
}
}