15 lines
212 B
Plaintext
15 lines
212 B
Plaintext
.listing {
|
|
@apply .pl-0;
|
|
}
|
|
|
|
.listing-item {
|
|
@apply .overflow-hidden;
|
|
@apply .pb-8;
|
|
|
|
&:not(:last-child) {
|
|
@apply .border-b;
|
|
@apply .border-grey-light;
|
|
@apply .mb-8;
|
|
}
|
|
}
|