oliverdavies.uk/assets/less/components/listing.less
2018-05-28 22:55:23 +02:00

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;
}
}