This commit is contained in:
Bel Curcio
2021-05-31 18:00:55 -03:00
parent 96836b1969
commit 025a89bc73
6 changed files with 85 additions and 55 deletions

View File

@@ -69,7 +69,7 @@
}
}
.img {
.sliderContainer .img {
@apply w-full h-auto max-h-full object-cover;
}
@@ -84,9 +84,11 @@
}
.wishlistButton {
@apply absolute z-30 top-6 right-0 bg-primary text-primary w-10 h-10 flex items-center justify-center font-semibold leading-6 cursor-pointer;
@apply absolute z-30 top-6 right-0 bg-primary text-primary
w-10 h-10 flex items-center justify-center font-semibold
leading-6 cursor-pointer px-6;
@screen lg {
@apply right-0 top-0 text-black bg-white w-14 h-14;
@apply top-6 right-0 text-black bg-white w-14 h-14;
}
}