forked from crowetic/commerce
fix heart on mobile
This commit is contained in:
parent
52dba3d01f
commit
fc40be8dcb
@ -40,7 +40,7 @@
|
|||||||
@apply px-6 py-2 pb-4 bg-primary text-primary font-bold inline-block tracking-wide;
|
@apply px-6 py-2 pb-4 bg-primary text-primary font-bold inline-block tracking-wide;
|
||||||
}
|
}
|
||||||
|
|
||||||
@screen md {
|
@screen lg {
|
||||||
& .name,
|
& .name,
|
||||||
& .price {
|
& .price {
|
||||||
@apply bg-hover-1 text-white;
|
@apply bg-hover-1 text-white;
|
||||||
@ -70,5 +70,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wishlistButton {
|
.wishlistButton {
|
||||||
@apply absolute right-12 text-white w-10 h-10 flex items-center justify-center bg-violet font-semibold leading-6 cursor-pointer;
|
@apply absolute z-30 top-6 right-12 bg-primary text-base w-10 h-10 flex items-center justify-center font-semibold leading-6 cursor-pointer;
|
||||||
|
|
||||||
|
@screen lg {
|
||||||
|
@apply right-12 text-white bg-violet;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user