8 lines
256 B
CSS
8 lines
256 B
CSS
/* ==========================================================================
|
|
Base list-box section styles
|
|
========================================================================== */
|
|
|
|
.list-box-section {
|
|
@apply flex flex-col items-start gap-0;
|
|
}
|