oliverdavies.uk/assets/less/components/listing.less
2018-03-30 20:11:24 +01: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;
}
}