Use sass again
This commit is contained in:
parent
aa612a8d84
commit
97737eba1b
29 changed files with 159 additions and 213 deletions
11
assets/sass/components/listing.sass
Normal file
11
assets/sass/components/listing.sass
Normal file
|
@ -0,0 +1,11 @@
|
|||
.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
|
Loading…
Add table
Add a link
Reference in a new issue