Design Tweaks

This commit is contained in:
Belen Curcio
2020-10-13 14:34:24 -03:00
parent f5f8b1570e
commit 6978b4d4bb
12 changed files with 20 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
.root {
@apply grid grid-cols-12 w-full gap-6 px-3 py-6 border-b border-primary-accent;
@apply grid grid-cols-12 w-full gap-6 px-3 py-6 border-b border-primary-hover;
&:nth-child(3n + 1) {
& .productBg {