Wishlist View

This commit is contained in:
Belen Curcio
2020-10-13 14:15:20 -03:00
parent 0d94957944
commit 68cc1f145f
8 changed files with 84 additions and 10 deletions

View File

@@ -44,7 +44,7 @@ const ProductView: FC<Props> = ({ product, className }) => {
return (
<Container>
<div className="relative flex flex-row items-start overflow-hidden fit">
<div className="relative flex flex-row items-start overflow-hidden fit my-12">
<div className="absolute top-0 left-0 z-50">
<h1 className="px-6 py-2 bg-violet text-white font-bold text-3xl">
{product.name}

View File

@@ -1,7 +1,7 @@
.root {
@apply h-12 w-12 bg-primary text-primary rounded-full mr-3 inline-flex
items-center justify-center cursor-pointer transition duration-75 ease-in-out
p-0 shadow-none border-gray-200 border;
p-0 shadow-none border-gray-200 border box-border;
}
.active.size {