Adding ProductOptions Component and more helpers

This commit is contained in:
Bel Curcio
2021-06-05 13:16:34 -03:00
parent d3bd52fb6b
commit aca215cbbb
6 changed files with 105 additions and 70 deletions

View File

@@ -1,7 +1,7 @@
.root {
@apply relative max-h-full w-full box-border overflow-hidden
bg-no-repeat bg-center bg-cover transition-transform
ease-linear cursor-pointer inline-block;
ease-linear cursor-pointer inline-block bg-accent-1;
height: 100% !important;
&:hover {