ProductCard

This commit is contained in:
Belen Curcio
2020-10-02 11:27:50 -03:00
81 changed files with 3125 additions and 2294 deletions

View File

@@ -1,3 +1,3 @@
.root {
@apply w-full h-full flex flex-row px-2;
@apply relative w-full h-full flex flex-row p-6 box-border justify-between;
}