Adding ticker and hero

This commit is contained in:
Belen Curcio
2020-10-04 16:34:22 -03:00
parent aa657c8baa
commit 7cf9bd7ad2
12 changed files with 230 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
.root {
@apply relative w-full p-6 box-border overflow-hidden;
@apply relative w-full p-6 box-border overflow-hidden bg-no-repeat bg-center bg-cover transition ease-linear;
}
.productTitle {
@@ -7,7 +7,7 @@
max-width: calc(100% - 50px);
@screen lg {
@apply text-xl;
@apply text-2xl;
}
}
@@ -16,5 +16,5 @@
}
.wishlistButton {
@apply w-14 h-14 flex items-center justify-center bg-white text-black font-semibold inline-block text-sm leading-6;
@apply w-14 h-14 flex items-center justify-center bg-white text-black font-semibold inline-block text-sm leading-6 cursor-pointer;
}