2017-11-09 22:44:30 +00:00
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-03-02 20:16:24 +00:00
|
|
|
// .listing-item p:last-of-type {
|
|
|
|
// @apply .mb-0;
|
|
|
|
// }
|